/*!
 * 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 */
:root {
	--brand-color: #07B4F6;
	--brand-color-dark: #057eac;
}

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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: var(--brand-color);
  text-decoration: none;
}
a:hover, a:hover > h5, a:hover > h6, a:hover > p,
a:focus {
  color: var(--brand-color-dark);
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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;
}
.label-small {
  font-size:10px;
  color:#5E5E5E;
}
.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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .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,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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;
}
/* only supported in chrome */
.thin-scroll::-webkit-scrollbar {
    width: 10px;
}
.thin-scroll::-webkit-scrollbar-button {
    width:0;
    height:0;
}
.thin-scroll::-webkit-scrollbar-track {
    background:#eee;
}
.thin-scroll::-webkit-scrollbar-thumb {
    background:#AAA;
}
.thin-scroll::-webkit-scrollbar-thumb:hover {
    background:#999;
}
.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;
}
@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}
@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #39c03a;
}
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: #D0011B;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9d0114;
}
.bg-primary {
  color: #fff;
  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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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%;
  text-transform: uppercase;
}
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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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.42857143;
  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;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #D7D7D7;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #D7D7D7;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #D7D7D7;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #D7D7D7;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #D7D7D7;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F7F7F7;
}
.table-hover > tbody > tr:hover {
  background-color: #dedede;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #dedede;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #d1d1d1;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.table-box {
  border:1px solid #DFDFDF;border-radius:6px;padding:0 10px;margin-top:30px;
}
.table-box h3 {
  font-size: 20px;
  margin-top: -11px;
  background-color: #FFF;
  width:fit-content;
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #D7D7D7;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
.section-label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: #00254A;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  label,
  .section-label {
    margin-top: 15px;
  }
}
@media (min-width: 480px) {
  label,
  .section-label {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  label,
  .section-label {
    margin-top: 0;
  }
}
input[type="search"] {
  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.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.StripeElement {
  padding-top: 15px;
}
.form-control:focus,
.form-control.StripeElement--focus,
.form-control.braintree-hosted-fields-focused {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(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: 48px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 25px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
  color: #9B9B9B;
  text-transform: none;
  letter-spacing: 0;
}
.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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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: 0;
}
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: 0;
}
.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: 0;
}
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: 0;
}
.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: 60px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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: #D0011B !important;
}
.has-error .form-control, .form-control.has-error {
  border-color: #D0011B !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.has-error .form-control:focus, .form-control:focus.has-error,
.has-error .form-control.StripeElement--focus, .form-control.StripeElement--focus.has-error {
  border-color: #9d0114 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe3952 !important;
}
.has-error .input-group-addon {
  color: #D0011B !important;
  border-color: #D0011B !important;
  background-color: #f2dede !important;
}
.has-error .form-control-feedback {
  color: #D0011B !important;
}
.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;
  font-size: 11px;
}
@media (max-width: 479px) {
  .form-group {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: top;
  }
  .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: top;
  }
  .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;
}
@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;
  }
}

div.check-button label input {
  top:0;
  margin-right:100px;
}
.check-button {
  margin: 0 10px 5px 0;
  background-color:#FFF;
  border-radius:15px;
  border:2px solid #0c60ee;
  overflow:auto;
  float:left;
}
.check-button:hover {
  background: #296FE6;
}
.check-button:hover span {
  color: #FFF;
}
.check-button label {
  float:left;
  margin: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  cursor: pointer;
}
.check-button label span {
  text-align:center;
  padding:3px 12px;
  display:block;
}
.check-button label input {
  position:absolute;
  left:-1000px;
}
.check-button input {
  z-index:0;
}
.check-button input:checked + span {
  background-color:#0c60ee;
  color:#fff;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1.5px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #5E5E5E;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  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);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn.disabled-pulse, .btn[disabled-pulse], fieldset[disabled-pulse] .btn {
  text-transform: none !important;
  cursor: not-allowed;
  animation: 2s ease 0s normal forwards 1 pulse;
  animation-iteration-count: infinite;
  box-shadow: none;
}
@keyframes pulse{
  0% {opacity:0.50;}
  50% {opacity: 0.80;}
  100% {opacity: 0.50;}
}

#Attending .btn-inverse {
  background-color:#FFF;
}

.btn-inverse:hover,
.btn-inverse:focus {
  color:#FFF;
  background-color: #25AFF6 !important;
}
.btn-default {
  color: #5E5E5E;
  background-color: #fff;
  border-color: #296FE6;
}
.btn-default:focus,
.btn-default.focus {
  color: #5E5E5E;
  background-color: #f6f6f6;
  border-color: #0842a5;
}
.btn-default:hover {
  color: #5E5E5E;
  background-color: #f6f6f6;
  border-color: #0b5ce4;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #5E5E5E;
  background-color: #f6f6f6;
  border-color: #0b5ce4;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #5E5E5E;
  background-color: #d4d4d4;
  border-color: #0842a5;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #296FE6;
}
.btn-default .badge {
  color: #fff;
  background-color: #5E5E5E;
}
.btn-primary {
  color: #fff;
  background-color: #296FE6;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0c60ee;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0c60ee;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0c60ee;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0a52cc;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #296FE6;
  border-color: transparent;
}
.btn-primary .badge {
  color: #296FE6;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: transparent;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  background-color: #ec7520;
  border-color: transparent;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  background-color: #cc5500;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
  color: #fff;
  background-color: #cc5500;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cc5500;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ec7520;
  border-color: transparent;
}
.btn-warning .badge {
  color: #ec7520;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: var(--brand-color);
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: var(--brand-color-dark);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn.btn-xs,
.btn-group-xs > .btn {
  padding: 4px 8px;
  font-size: 11px;
  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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff !important;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu a.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-menu a.dropdown-item:hover {
  background-color: #f5f5f5;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
  border-width: 1px;
  padding: 15px 40px 14px 40px;
}
.is-branded .bg-blur-wrapper {
  display: none;
}
.bg-blur-wrapper {
  position:absolute;
  top:0;
  width:100%;
  height:496px;
  z-index:-1;
  overflow:hidden;
}
.bg-blur {
  position:absolute;
  top:-10%;
  left:-10%;
  width:120%;
  height:120%;
  z-index:-1;
}
.bg-blur:before {
  content: "";
  position: absolute;
  /*background-size: cover;*/
  z-index: -1; /* Keep the background behind the content */
  /*height: 25%;*/
  width: 25%; /* Using Glen Maddern's trick /via @mente */
  
  height:100px;
  background-size: 8% 8% !important;
  /*background-size: cover !important;
  background-size: 9% 9% !important;*/
  
  /* don't forget to use the prefixes you need */
  transform: scale(4);
  transform-origin: top left;

  -webkit-filter: blur(15px) opacity(0.5);
  filter: blur(15px) opacity(0.5); /*14 larger number, slower browser! */
}
.has-top-bar .bg-blur-wrapper {
  top:36px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .bg-blur:before {
    display: none;
    background:none !important;
  }
}
@media (max-width: 991px) {
  .bg-blur-wrapper {
    display: none;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: var(--brand-color);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  color: #9B9B9B;
  width: 68px;
  text-align: center;
  font-size: 24px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4D4D4D;
  background-color: transparent;
  border-bottom: 4px solid var(--brand-color);
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.widget.box.tabbed {
  border:1px solid #D8D8D8;border-radius:14px;margin-top:40px;
}
.widget.box.tabbed .nav-tabs {
  text-align:center;
  margin-top:-18px;
}
.widget.box.tabbed .nav-tabs li {
  display:inline-block;float:none;white-space:nowrap;
  background-color:#FFF;
}
.widget.box.tabbed .nav-tabs a {
  font-size:14px;width:auto;
  margin:0;
  padding:6px 12px;
}
.widget.box.tabbed .nav-tabs > li > a, .widget.box.tabbed .nav-tabs > li.active > a, .widget.box.tabbed .nav-tabs > li.active > a:hover, .widget.box.tabbed .nav-tabs > li.active > a:focus {
  border: 1px solid #D8D8D8;
  border-radius: 6px;
}
.widget.box.tabbed .nav-tabs > li > a:hover {
  background: #FFF;
}
.widget.box.tabbed .nav-tabs > li.active > a, .widget.box.tabbed .nav-tabs > li.active > a:hover, .widget.box.tabbed .nav-tabs > li.active > a:focus, .widget.box.tabbed .nav-tabs > li > a:hover {
  border-top:2px solid var(--brand-color);
}
.widget.box.tabbed .nav-tabs > li.active > a, .widget.box.tabbed .nav-tabs > li.active > a:hover, .widget.box.tabbed .nav-tabs > li.active > a:focus {
  background-color: #f9f9f9;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.has-top-bar .navbar-fixed-top {
  top:36px;
}

@media (max-width: 991px) {
  .has-top-bar .navbar-fixed-top {
    top:0;
  }
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 15px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: top;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: top;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -16px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav li.callact {
  background: #33b843;
  background: #ec7520;
  border: 1px solid #33b843;
  border: 1px solid #ec7520;

  margin: 16px 0 0 15px;
  max-height: 50px;
  padding: 2px 16px 0 16px;
  border-radius: 5px;
  width: auto;
}
.navbar-default .navbar-nav li.callact a {
  color: #FFF !important;
  line-height: 30px;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 0;
}
.navbar-default .navbar-nav li.callact:hover {
  background: #139823;
  border: 1px solid #139823;
  
  background: #cc5500;
  border: 1px solid #cc5500;
}


.navbar-default .navbar-nav li.signupbtn {
  background: #33b843;
  border: 1px solid #33b843;
  
  background: #FFF;
  border: 1px solid #0399D4;

  margin: 16px 0 0 15px;
  max-height: 50px;
  padding: 2px 16px 0 16px;
  border-radius: 5px;
  width: auto;
}
.navbar-default .navbar-nav li.signupbtn a {
  /*color: #FFF !important;*/
  color: #0399D4;
  
  line-height: 30px;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 5px 0;
}
.navbar-default .navbar-nav li.signupbtn:hover {
  /*background: #139823;
  border: 1px solid #139823;*/
  background: #0399D4;
}
.navbar-default .navbar-nav li.signupbtn:hover a {
	color: #FFF !important;
}


.navbar-default .navbar-nav li.callbtn {
  max-height: 50px;
  border: 1px solid #494b49;
  padding: 2px 8px 0 40px;
  margin: 16px 0 0 15px;
  border-radius: 5px;
  width: auto;
  background: url(/ui/fe/images/talk-to-sales.png) no-repeat 6px center transparent;
  background-size: 28px;
}
.navbar-default .navbar-nav li.callbtn a {
  color:#494b49;
  line-height:15px;
  height:40px;
  font-size:12px;
  font-weight:500;
  text-decoration:none;
  padding:5px 0;
}
.navbar-default .navbar-nav li.callbtn a span {
  display:block;
  color:#242424;
  font-weight:bold;
}
.navbar-default .navbar-nav li.callbtn:hover {
  border: 1px solid #0399d4;
  background: url(/ui/fe/images/talk-to-sales-white.png) no-repeat 6px center #0399d4;
  background-size:28px;
}
.navbar-default .navbar-nav li.callbtn:hover > a, .navbar-default .navbar-nav li.callbtn:hover > a span {
  color:#FFF !important;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav li.callbtn {
    margin-right: 15px;
  }
}

/*@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-default .navbar-nav li.callbtn {
    padding: 2px 8px 0 8px;
    background: none;
  }
}*/

.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
#countdown-timer {
  text-align:center;
  margin-top:20px;
  white-space:nowrap;
}

#countdown-timer div {
  display:inline-block;
  text-align:center;
  border:1px solid #000;
  border-radius:4px;
  background-color:#555;
  color:#FFF;
  font-weight:600;
  font-size:26px;
  line-height:26px;
  padding:8px;
  width: 75px;
}
#countdown-timer div:not(:first-child) {
  margin-left:10px;
}
#countdown-timer div span {
  font-size:12px;
}
@media (max-width: 479px) {
  #countdown-timer div {
    font-size:18px;
    line-height:18px;
    padding:6px 0;
    width: 60px;
  }
  #countdown-timer div span {
    font-size:10px;
  }
  #countdown-timer div:not(:first-child) {
    margin-left:6px;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: var(--brand-color);
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--brand-color-dark);
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.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;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.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: #ec7520;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc5500;
}
.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;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: var(--brand-color);
  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;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--brand-color);
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  /*background-color: #f2dede;
  border-color: #D0011B;
  color: #D0011B;*/
  background-color: #FFF4F4;
  border-color: #FFD9D9;
  color: #727272;
}
.alert-danger hr {
  border-top-color: #b70118;
}
.alert-danger .alert-link {
  color: #9d0114;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ec7520;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #D0011B;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #D0011B;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #D0011B;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #D0011B;
  border-color: #D0011B;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #D7D7D7;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #D0011B;
}
.panel-danger > .panel-heading {
  color: #D0011B;
  background-color: #f2dede;
  border-color: #D0011B;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #D0011B;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #D0011B;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #D0011B;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 30px;
  border-bottom: 1px solid #fff;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 0;
  text-align: right;
  border-top: 1px solid #F2F2F2;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn.pull-right {
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: 0 auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 12px;
  color: #4D4D4D;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #4D4D4D;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  line-height: 1;
  font-size: 10px;
  background: #fff;
  width: 48px!important;
  height: 48px!important;
  color: #4D4D4D;
  border-radius: 48px;
  display: block;
  text-align: center;
  box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.2);
}
.carousel-control .icon-prev::before,
.carousel-control .icon-next::before {
  margin: 0 auto;
  line-height: 48px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 18px;
    height: 18px;
    margin-top: -6px;
    font-size: 18px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -6px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -6px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.flex-row { display: flex !important; flex-direction: row !important; }
.flex-column { display: flex !important; flex-direction: column !important; }
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.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: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !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: 479px) {
  .hidden-xxs {
    display: none !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;
  }
  .margin-left-md-15 {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .margin-left-lg-15 {
    margin-left: 15px;
  }
}
.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;
  }
}

/* Spacing Utils */
.m-0 { margin: 0 !important; }
.mt-0, .my-0 { margin-top: 0 !important; }
.mr-0, .mx-0 { margin-right: 0 !important; }
.mb-0, .my-0 { margin-bottom: 0 !important; }
.ml-0, .mx-0 { margin-left: 0 !important; }
.m-5 { margin: 5px !important; }
.mt-5, .my-5 { margin-top: 5px !important; }
.mr-5, .mx-5 { margin-right: 5px !important; }
.mb-5, .my-5 { margin-bottom: 5px !important; }
.ml-5, .mx-5 { margin-left: 5px !important; }
.m-10 { margin: 10px !important; }
.mt-10, .my-10 { margin-top: 10px !important; }
.mr-10, .mx-10 { margin-right: 10px !important; }
.mb-10, .my-10 { margin-bottom: 10px !important; }
.ml-10, .mx-10 { margin-left: 10px !important; }
.m-15 { margin: 15px !important; }
.mt-15, .my-15 { margin-top: 15px !important; }
.mr-15, .mx-15 { margin-right: 15px !important; }
.mb-15, .my-15 { margin-bottom: 15px !important; }
.ml-15, .mx-15 { margin-left: 15px !important; }
.m-n15 { margin: -15px !important; }
.mt-n15, .my-n15 { margin-top: -15px !important; }
.mr-n15, .mx-n15 { margin-right: -15px !important; }
.mb-n15, .my-n15 { margin-bottom: -15px !important; }
.ml-n15, .mx-n15 { margin-left: -15px !important; }
.m-30 { margin: 30px !important; }
.mt-30, .my-30 { margin-top: 30px !important; }
.mr-30, .mx-30 { margin-right: 30px !important; }
.mb-30, .my-30 { margin-bottom: 30px !important; }
.ml-30, .mx-30 { margin-left: 30px !important; }
.p-0 { padding: 0 !important; }
.pt-0, .py-0 { padding-top: 0 !important; }
.pr-0, .px-0 { padding-right: 0 !important; }
.pb-0, .py-0 { padding-bottom: 0 !important; }
.pl-0, .px-0 { padding-left: 0 !important; }
.p-5 { padding: 5px !important; }
.pt-5, .py-5 { padding-top: 5px !important; }
.pr-5, .px-5 { padding-right: 5px !important; }
.pb-5, .py-5 { padding-bottom: 5px !important; }
.pl-5, .px-5 { padding-left: 5px !important; }
.p-10 { padding: 10px !important; }
.pt-10, .py-10 { padding-top: 10px !important; }
.pr-10, .px-10 { padding-right: 10px !important; }
.pb-10, .py-10 { padding-bottom: 10px !important; }
.pl-10, .px-10 { padding-left: 10px !important; }
.p-15 { padding: 15px !important; }
.pt-15, .py-15 { padding-top: 15px !important; }
.pr-15, .px-15 { padding-right: 15px !important; }
.pb-15, .py-15 { padding-bottom: 15px !important; }
.pl-15, .px-15 { padding-left: 15px !important; }
.p-30 { padding: 30px !important; }
.pt-30, .py-30 { padding-top: 30px !important; }
.pr-30, .px-30 { padding-right: 30px !important; }
.pb-30, .py-30 { padding-bottom: 30px !important; }
.pl-30, .px-30 { padding-left: 30px !important; }
.m-auto { margin: auto !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }
.space-x-0 > :not([hidden]) ~ :not([hidden]) { margin-left: 0; }
.space-x-5 > :not([hidden]) ~ :not([hidden]) { margin-left: 5px; }
.space-x-10 > :not([hidden]) ~ :not([hidden]) { margin-left: 10px; }
.space-x-15 > :not([hidden]) ~ :not([hidden]) { margin-left: 15px; }
.space-y-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0; }
.space-y-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 5px; }
.space-y-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 10px; }
.space-y-15 > :not([hidden]) ~ :not([hidden]) { margin-top: 15px; }
@media (min-width: 768px) {
  .m-sm-0 { margin: 0 !important; }
  .mt-sm-0, .my-sm-0 { margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; }
  .m-sm-5 { margin: 5px !important; }
  .mt-sm-5, .my-sm-5 { margin-top: 5px !important; }
  .mr-sm-5, .mx-sm-5 { margin-right: 5px !important; }
  .mb-sm-5, .my-sm-5 { margin-bottom: 5px !important; }
  .ml-sm-5, .mx-sm-5 { margin-left: 5px !important; }
  .m-sm-10 { margin: 10px !important; }
  .mt-sm-10, .my-sm-10 { margin-top: 10px !important; }
  .mr-sm-10, .mx-sm-10 { margin-right: 10px !important; }
  .mb-sm-10, .my-sm-10 { margin-bottom: 10px !important; }
  .ml-sm-10, .mx-sm-10 { margin-left: 10px !important; }
  .m-sm-15 { margin: 15px !important; }
  .mt-sm-15, .my-sm-15 { margin-top: 15px !important; }
  .mr-sm-15, .mx-sm-15 { margin-right: 15px !important; }
  .mb-sm-15, .my-sm-15 { margin-bottom: 15px !important; }
  .ml-sm-15, .mx-sm-15 { margin-left: 15px !important; }
  .m-sm-30 { margin: 30px !important; }
  .mt-sm-30, .my-sm-30 { margin-top: 30px !important; }
  .mr-sm-30, .mx-sm-30 { margin-right: 30px !important; }
  .mb-sm-30, .my-sm-30 { margin-bottom: 30px !important; }
  .ml-sm-30, .mx-sm-30 { margin-left: 30px !important; }
  .m-sm-n15 { margin: -15px !important; }
  .mt-sm-n15, .my-sm-n15 { margin-top: -15px !important; }
  .mr-sm-n15, .mx-sm-n15 { margin-right: -15px !important; }
  .mb-sm-n15, .my-sm-n15 { margin-bottom: -15px !important; }
  .ml-sm-n15, .mx-sm-n15 { margin-left: -15px !important; }
  .p-sm-0 { padding: 0 !important; }
  .pt-sm-0, .py-sm-0 { padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 { padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 { padding-left: 0 !important; }
  .p-sm-5 { padding: 5px !important; }
  .pt-sm-5, .py-sm-5 { padding-top: 5px !important; }
  .pr-sm-5, .px-sm-5 { padding-right: 5px !important; }
  .pb-sm-5, .py-sm-5 { padding-bottom: 5px !important; }
  .pl-sm-5, .px-sm-5 { padding-left: 5px !important; }
  .p-sm-10 { padding: 10px !important; }
  .pt-sm-10, .py-sm-10 { padding-top: 10px !important; }
  .pr-sm-10, .px-sm-10 { padding-right: 10px !important; }
  .pb-sm-10, .py-sm-10 { padding-bottom: 10px !important; }
  .pl-sm-10, .px-sm-10 { padding-left: 10px !important; }
  .p-sm-15 { padding: 15px !important; }
  .pt-sm-15, .py-sm-15 { padding-top: 15px !important; }
  .pr-sm-15, .px-sm-15 { padding-right: 15px !important; }
  .pb-sm-15, .py-sm-15 { padding-bottom: 15px !important; }
  .pl-sm-15, .px-sm-15 { padding-left: 15px !important; }
  .p-sm-30 { padding: 30px !important; }
  .pt-sm-30, .py-sm-30 { padding-top: 30px !important; }
  .pr-sm-30, .px-sm-30 { padding-right: 30px !important; }
  .pb-sm-30, .py-sm-30 { padding-bottom: 30px !important; }
  .pl-sm-30, .px-sm-30 { padding-left: 30px !important; }
  .m-sm-auto { margin: auto !important; }
  .mt-sm-auto, .my-sm-auto { margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; }
  .space-x-sm-0 > :not([hidden]) ~ :not([hidden]) { margin-left: 0; }
  .space-x-sm-5 > :not([hidden]) ~ :not([hidden]) { margin-left: 5px; }
  .space-x-sm-10 > :not([hidden]) ~ :not([hidden]) { margin-left: 10px; }
  .space-x-sm-15 > :not([hidden]) ~ :not([hidden]) { margin-left: 15px; }
  .space-y-sm-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0; }
  .space-y-sm-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 5px; }
  .space-y-sm-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 10px; }
  .space-y-sm-15 > :not([hidden]) ~ :not([hidden]) { margin-top: 15px; }
}
@media (min-width: 992px) {
  .m-md-0 { margin: 0 !important; }
  .mt-md-0, .my-md-0 { margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 { margin-right: 0 !important; }
  .mb-md-0, .my-md-0 { margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 { margin-left: 0 !important; }
  .m-md-5 { margin: 5px !important; }
  .mt-md-5, .my-md-5 { margin-top: 5px !important; }
  .mr-md-5, .mx-md-5 { margin-right: 5px !important; }
  .mb-md-5, .my-md-5 { margin-bottom: 5px !important; }
  .ml-md-5, .mx-md-5 { margin-left: 5px !important; }
  .m-md-10 { margin: 10px !important; }
  .mt-md-10, .my-md-10 { margin-top: 10px !important; }
  .mr-md-10, .mx-md-10 { margin-right: 10px !important; }
  .mb-md-10, .my-md-10 { margin-bottom: 10px !important; }
  .ml-md-10, .mx-md-10 { margin-left: 10px !important; }
  .m-md-15 { margin: 15px !important; }
  .mt-md-15, .my-md-15 { margin-top: 15px !important; }
  .mr-md-15, .mx-md-15 { margin-right: 15px !important; }
  .mb-md-15, .my-md-15 { margin-bottom: 15px !important; }
  .ml-md-15, .mx-md-15 { margin-left: 15px !important; }
  .m-md-30 { margin: 30px !important; }
  .mt-md-30, .my-md-30 { margin-top: 30px !important; }
  .mr-md-30, .mx-md-30 { margin-right: 30px !important; }
  .mb-md-30, .my-md-30 { margin-bottom: 30px !important; }
  .ml-md-30, .mx-md-30 { margin-left: 30px !important; }
  .m-md-n15 { margin: -15px !important; }
  .mt-md-n15, .my-md-n15 { margin-top: -15px !important; }
  .mr-md-n15, .mx-md-n15 { margin-right: -15px !important; }
  .mb-md-n15, .my-md-n15 { margin-bottom: -15px !important; }
  .ml-md-n15, .mx-md-n15 { margin-left: -15px !important; }
  .p-md-0 { padding: 0 !important; }
  .pt-md-0, .py-md-0 { padding-top: 0 !important; }
  .pr-md-0, .px-md-0 { padding-right: 0 !important; }
  .pb-md-0, .py-md-0 { padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 { padding-left: 0 !important; }
  .p-md-5 { padding: 5px !important; }
  .pt-md-5, .py-md-5 { padding-top: 5px !important; }
  .pr-md-5, .px-md-5 { padding-right: 5px !important; }
  .pb-md-5, .py-md-5 { padding-bottom: 5px !important; }
  .pl-md-5, .px-md-5 { padding-left: 5px !important; }
  .p-md-10 { padding: 10px !important; }
  .pt-md-10, .py-md-10 { padding-top: 10px !important; }
  .pr-md-10, .px-md-10 { padding-right: 10px !important; }
  .pb-md-10, .py-md-10 { padding-bottom: 10px !important; }
  .pl-md-10, .px-md-10 { padding-left: 10px !important; }
  .p-md-15 { padding: 15px !important; }
  .pt-md-15, .py-md-15 { padding-top: 15px !important; }
  .pr-md-15, .px-md-15 { padding-right: 15px !important; }
  .pb-md-15, .py-md-15 { padding-bottom: 15px !important; }
  .pl-md-15, .px-md-15 { padding-left: 15px !important; }
  .p-md-30 { padding: 30px !important; }
  .pt-md-30, .py-md-30 { padding-top: 30px !important; }
  .pr-md-30, .px-md-30 { padding-right: 30px !important; }
  .pb-md-30, .py-md-30 { padding-bottom: 30px !important; }
  .pl-md-30, .px-md-30 { padding-left: 30px !important; }
  .m-md-auto { margin: auto !important; }
  .mt-md-auto, .my-md-auto { margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto { margin-right: auto !important; }
  .mb-md-auto, .my-md-auto { margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto { margin-left: auto !important; }
  .space-x-md-0 > :not([hidden]) ~ :not([hidden]) { margin-left: 0; }
  .space-x-md-5 > :not([hidden]) ~ :not([hidden]) { margin-left: 5px; }
  .space-x-md-10 > :not([hidden]) ~ :not([hidden]) { margin-left: 10px; }
  .space-x-md-15 > :not([hidden]) ~ :not([hidden]) { margin-left: 15px; }
  .space-y-md-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0; }
  .space-y-md-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 5px; }
  .space-y-md-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 10px; }
  .space-y-md-15 > :not([hidden]) ~ :not([hidden]) { margin-top: 15px; }
}
@media (min-width: 1200px) {
  .m-lg-0 { margin: 0 !important; }
  .mt-lg-0, .my-lg-0 { margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; }
  .m-lg-5 { margin: 5px !important; }
  .mt-lg-5, .my-lg-5 { margin-top: 5px !important; }
  .mr-lg-5, .mx-lg-5 { margin-right: 5px !important; }
  .mb-lg-5, .my-lg-5 { margin-bottom: 5px !important; }
  .ml-lg-5, .mx-lg-5 { margin-left: 5px !important; }
  .m-lg-10 { margin: 10px !important; }
  .mt-lg-10, .my-lg-10 { margin-top: 10px !important; }
  .mr-lg-10, .mx-lg-10 { margin-right: 10px !important; }
  .mb-lg-10, .my-lg-10 { margin-bottom: 10px !important; }
  .ml-lg-10, .mx-lg-10 { margin-left: 10px !important; }
  .m-lg-15 { margin: 15px !important; }
  .mt-lg-15, .my-lg-15 { margin-top: 15px !important; }
  .mr-lg-15, .mx-lg-15 { margin-right: 15px !important; }
  .mb-lg-15, .my-lg-15 { margin-bottom: 15px !important; }
  .ml-lg-15, .mx-lg-15 { margin-left: 15px !important; }
  .m-lg-30 { margin: 30px !important; }
  .mt-lg-30, .my-lg-30 { margin-top: 30px !important; }
  .mr-lg-30, .mx-lg-30 { margin-right: 30px !important; }
  .mb-lg-30, .my-lg-30 { margin-bottom: 30px !important; }
  .ml-lg-30, .mx-lg-30 { margin-left: 30px !important; }
  .m-lg-n15 { margin: -15px !important; }
  .mt-lg-n15, .my-lg-n15 { margin-top: -15px !important; }
  .mr-lg-n15, .mx-lg-n15 { margin-right: -15px !important; }
  .mb-lg-n15, .my-lg-n15 { margin-bottom: -15px !important; }
  .ml-lg-n15, .mx-lg-n15 { margin-left: -15px !important; }
  .p-lg-0 { padding: 0 !important; }
  .pt-lg-0, .py-lg-0 { padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 { padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 { padding-left: 0 !important; }
  .p-lg-5 { padding: 5px !important; }
  .pt-lg-5, .py-lg-5 { padding-top: 5px !important; }
  .pr-lg-5, .px-lg-5 { padding-right: 5px !important; }
  .pb-lg-5, .py-lg-5 { padding-bottom: 5px !important; }
  .pl-lg-5, .px-lg-5 { padding-left: 5px !important; }
  .p-lg-10 { padding: 10px !important; }
  .pt-lg-10, .py-lg-10 { padding-top: 10px !important; }
  .pr-lg-10, .px-lg-10 { padding-right: 10px !important; }
  .pb-lg-10, .py-lg-10 { padding-bottom: 10px !important; }
  .pl-lg-10, .px-lg-10 { padding-left: 10px !important; }
  .p-lg-15 { padding: 15px !important; }
  .pt-lg-15, .py-lg-15 { padding-top: 15px !important; }
  .pr-lg-15, .px-lg-15 { padding-right: 15px !important; }
  .pb-lg-15, .py-lg-15 { padding-bottom: 15px !important; }
  .pl-lg-15, .px-lg-15 { padding-left: 15px !important; }
  .p-lg-30 { padding: 30px !important; }
  .pt-lg-30, .py-lg-30 { padding-top: 30px !important; }
  .pr-lg-30, .px-lg-30 { padding-right: 30px !important; }
  .pb-lg-30, .py-lg-30 { padding-bottom: 30px !important; }
  .pl-lg-30, .px-lg-30 { padding-left: 30px !important; }
  .m-lg-auto { margin: auto !important; }
  .mt-lg-auto, .my-lg-auto { margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; }
  .space-x-lg-0 > :not([hidden]) ~ :not([hidden]) { margin-left: 0; }
  .space-x-lg-5 > :not([hidden]) ~ :not([hidden]) { margin-left: 5px; }
  .space-x-lg-10 > :not([hidden]) ~ :not([hidden]) { margin-left: 10px; }
  .space-x-lg-15 > :not([hidden]) ~ :not([hidden]) { margin-left: 15px; }
  .space-y-lg-0 > :not([hidden]) ~ :not([hidden]) { margin-top: 0; }
  .space-y-lg-5 > :not([hidden]) ~ :not([hidden]) { margin-top: 5px; }
  .space-y-lg-10 > :not([hidden]) ~ :not([hidden]) { margin-top: 10px; }
  .space-y-lg-15 > :not([hidden]) ~ :not([hidden]) { margin-top: 15px; }
}

/* Flexbox Utils */
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-none {  flex: 0 0 auto !important; }
.flex-fill {  flex: 1 1 0% !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }
.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.align-self-auto { align-self: auto !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }
.order-0 { order: 0 !important; }
.order-1 { order: 1 !important; }
.order-2 { order: 2 !important; }
.order-3 { order: 3 !important; }
.order-4 { order: 4 !important; }
.order-5 { order: 5 !important; }
.order-first { order: -1 !important }
.order-last { order: 6 !important }
@media (min-width: 768px) {
  .flex-sm-row { display: flex; flex-direction: row !important; }
  .flex-sm-column { display: flex; flex-direction: column !important; }
  .flex-sm-wrap { flex-wrap: wrap !important; }
  .flex-sm-nowrap { flex-wrap: nowrap !important; }
  .flex-sm-none { flex: 0 0 auto !important; }
  .flex-sm-fill { flex: 1 1 auto !important; }
  .justify-content-sm-start { justify-content: flex-start !important; }
  .justify-content-sm-end { justify-content: flex-end !important; }
  .justify-content-sm-center { justify-content: center !important; }
  .justify-content-sm-between { justify-content: space-between !important; }
  .justify-content-sm-around { justify-content: space-around !important; }
  .align-items-sm-start { align-items: flex-start !important; }
  .align-items-sm-end { align-items: flex-end !important; }
  .align-items-sm-center { align-items: center !important; }
  .align-items-sm-baseline { align-items: baseline !important; }
  .align-items-sm-stretch { align-items: stretch !important; }
  .align-content-sm-start { align-content: flex-start !important; }
  .align-content-sm-end { align-content: flex-end !important; }
  .align-content-sm-center { align-content: center !important; }
  .align-content-sm-between { align-content: space-between !important; }
  .align-content-sm-around { align-content: space-around !important; }
  .align-content-sm-stretch { align-content: stretch !important; }
  .align-self-sm-auto { align-self: auto !important; }
  .align-self-sm-start { align-self: flex-start !important; }
  .align-self-sm-end { align-self: flex-end !important; }
  .align-self-sm-center { align-self: center !important; }
  .align-self-sm-baseline { align-self: baseline !important; }
  .align-self-sm-stretch { align-self: stretch !important; }
  .order-sm-0 { order: 0 !important; }
  .order-sm-1 { order: 1 !important; }
  .order-sm-2 { order: 2 !important; }
  .order-sm-3 { order: 3 !important; }
  .order-sm-4 { order: 4 !important; }
  .order-sm-5 { order: 5 !important; }
  .order-sm-first { order: -1 !important }
  .order-sm-last { order: 6 !important }
}
@media (min-width: 992px) {
  .flex-md-row { display: flex; flex-direction: row !important; }
  .flex-md-column { display: flex; flex-direction: column !important; }
  .flex-md-wrap { flex-wrap: wrap !important; }
  .flex-md-nowrap { flex-wrap: nowrap !important; }
  .flex-md-none { flex: 0 0 auto !important; }
  .flex-md-fill { flex: 1 1 auto !important; }
  .justify-content-md-start { justify-content: flex-start !important; }
  .justify-content-md-end { justify-content: flex-end !important; }
  .justify-content-md-center { justify-content: center !important; }
  .justify-content-md-between { justify-content: space-between !important; }
  .justify-content-md-around { justify-content: space-around !important; }
  .align-items-md-start { align-items: flex-start !important; }
  .align-items-md-end { align-items: flex-end !important; }
  .align-items-md-center { align-items: center !important; }
  .align-items-md-baseline { align-items: baseline !important; }
  .align-items-md-stretch { align-items: stretch !important; }
  .align-content-md-start { align-content: flex-start !important; }
  .align-content-md-end { align-content: flex-end !important; }
  .align-content-md-center { align-content: center !important; }
  .align-content-md-between { align-content: space-between !important; }
  .align-content-md-around { align-content: space-around !important; }
  .align-content-md-stretch { align-content: stretch !important; }
  .align-self-md-auto { align-self: auto !important; }
  .align-self-md-start { align-self: flex-start !important; }
  .align-self-md-end { align-self: flex-end !important; }
  .align-self-md-center { align-self: center !important; }
  .align-self-md-baseline { align-self: baseline !important; }
  .align-self-md-stretch { align-self: stretch !important; }
  .order-md-0 { order: 0 !important; }
  .order-md-1 { order: 1 !important; }
  .order-md-2 { order: 2 !important; }
  .order-md-3 { order: 3 !important; }
  .order-md-4 { order: 4 !important; }
  .order-md-5 { order: 5 !important; }
  .order-md-first { order: -1 !important }
  .order-md-last { order: 6 !important }
}
@media (min-width: 1200px) {
  .flex-lg-row { display: flex; flex-direction: row !important; }
  .flex-lg-column { display: flex; flex-direction: column !important; }
  .flex-lg-wrap { flex-wrap: wrap !important; }
  .flex-lg-nowrap { flex-wrap: nowrap !important; }
  .flex-lg-none { flex: 0 0 auto !important; }
  .flex-lg-fill { flex: 1 1 auto !important; }
  .justify-content-lg-start { justify-content: flex-start !important; }
  .justify-content-lg-end { justify-content: flex-end !important; }
  .justify-content-lg-center { justify-content: center !important; }
  .justify-content-lg-between { justify-content: space-between !important; }
  .justify-content-lg-around { justify-content: space-around !important; }
  .align-items-lg-start { align-items: flex-start !important; }
  .align-items-lg-end { align-items: flex-end !important; }
  .align-items-lg-center { align-items: center !important; }
  .align-items-lg-baseline { align-items: baseline !important; }
  .align-items-lg-stretch { align-items: stretch !important; }
  .align-content-lg-start { align-content: flex-start !important; }
  .align-content-lg-end { align-content: flex-end !important; }
  .align-content-lg-center { align-content: center !important; }
  .align-content-lg-between { align-content: space-between !important; }
  .align-content-lg-around { align-content: space-around !important; }
  .align-content-lg-stretch { align-content: stretch !important; }
  .align-self-lg-auto { align-self: auto !important; }
  .align-self-lg-start { align-self: flex-start !important; }
  .align-self-lg-end { align-self: flex-end !important; }
  .align-self-lg-center { align-self: center !important; }
  .align-self-lg-baseline { align-self: baseline !important; }
  .align-self-lg-stretch { align-self: stretch !important; }
  .order-lg-0 { order: 0 !important; }
  .order-lg-1 { order: 1 !important; }
  .order-lg-2 { order: 2 !important; }
  .order-lg-3 { order: 3 !important; }
  .order-lg-4 { order: 4 !important; }
  .order-lg-5 { order: 5 !important; }
  .order-lg-first { order: -1 !important }
  .order-lg-last { order: 6 !important }
}

/* Sizing Utils */
.w-100 { width: 100% !important; }
.w-auto { width: auto !important; }
.h-100 { height: 100% !important; }
.h-auto { height: auto !important; }

/* Stretched Link Utils */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* Border Utils */
.border-0 { border: 0; }
.border-t-0, .border-y-0 { border-top: 0; }
.border-r-0, .border-x-0 { border-right: 0; }
.border-b-0, .border-y-0 { border-bottom: 0; }
.border-l-0, .border-x-0 { border-left: 0; }
.border-1 { border: 1px solid #ccc; }
.border-t-1, .border-y-1 { border-top: 1px solid #ccc; }
.border-r-1, .border-x-1 { border-right: 1px solid #ccc; }
.border-b-1, .border-y-1 { border-bottom: 1px solid #ccc; }
.border-l-1, .border-x-1 { border-left: 1px solid #ccc; }

.container-fluid.top-bar-content {
  position: fixed;
  z-index:1031;
  top:0;
  background-color: #3c3d42;
  height:36px;
  width:100%;
}
.top-bar-content .countdown-timer-clock-wrapper {
  display: inline-block;
  /*border:1px solid #FFF;*/
  width: 100%;
  text-align:right;
}
.top-bar-content .countdown-timer-clock-wrapper .countdown-timer-clock-label {
  display: inline-block;
  margin: 3px 10px 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #FFF;
  letter-spacing: 1px;
  max-width: 140px;
  vertical-align: bottom;
  text-align: left;
}
.top-bar-content .countdown-timer-clock-wrapper .countdown-timer-clock {
  display: inline-block;
  vertical-align: bottom;
  color: #FFF;
  font-size: 26px;
  margin: 0;
  line-height: 26px;
}

@media (max-width: 479px) {
  .top-bar-content .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    display: none;
  }
}
@media (max-width: 991px) {
  .container-fluid.top-bar-content {
    position: relative;
  }
}
.navbar-top-bar {
  margin:0;
}
.navbar-top-bar > li {
  float: left;
  background: #6c6d72;
  margin-top:6px;
}
.navbar-top-bar > li:first-child, .navbar-top-bar > li:first-child > a {
  border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar-top-bar > li:last-child, .navbar-top-bar > li:last-child > a {
  border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.navbar-top-bar > li > a {
  padding: 0 10px;
  line-height:22px;
  color: #F0F0F0;
  border:1px solid #7c7d82;
}
.navbar-top-bar > li > a:hover {
  color: var(--brand-color-dark);
}
.top-bar-links {
  display:inline-block;height:14px;vertical-align:top;margin-top:13px;margin-left:20px;font-size:12px;line-height:12px;font-weight:600;
}
.top-bar-links a {
  color: #DDD;
}
.top-bar-links a:hover {
  color: #EEE;
}

@media (max-width: 991px) {
  .nav-container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .nav-container {
    height: auto !important;
  }
}
.nav-extender {
  margin:0 auto 0 auto;
}
nav.navbar {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-radius: 0;
  border-color: transparent;
  background: transparent;
  
  background: #FFF;
  width:100%;
  
  -webkit-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
@media (min-width: 992px) {
  nav.navbar {
    display: block;
    height: 80px;
    margin: 30px auto 0;
    width: 1000px;
    padding: 0 20px;
    position: fixed;
    -webkit-transition: margin 300ms ease-in-out;
    transition: margin 300ms ease-in-out;
  }

  .extend-content .nav-extender {
    width:1000px;
  }
  
  nav.navbar.stuck {
    margin-top: 0;
    -webkit-transition: width 500ms; /* For Safari 3.1 to 6.0 */
    transition: width 500ms;
  }
  
  nav.navbar.extend, nav.navbar.extend-content {
    position: fixed;
    padding:0;
    width:100%;
    z-index: 99;
  }
}
@media (min-width: 1200px) {
  nav.navbar {
    padding: 0;
    width: 1233px;
  }
  .extend-content .nav-extender {
    width:1233px;
  }
}
nav.navbar .navbar-header {
  min-width: 170px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  nav.navbar .navbar-header {
    padding-left: 10px;
  }
}
nav.navbar .navbar-brand {
  padding-left: 0;
}
nav.navbar .dropdown-selector {
  color: #4D4D4D;
  /*display: inline-block;*/
  float:left;
  margin: 20px 0 0 30px;
}
nav.navbar .dropdown-selector a {
  line-height: 40px;
  color: #4D4D4D;
  font-weight: 600;
}
nav.navbar .navbar-collapse {
  border-top: none transparent;
}
nav.navbar .navbar-collapse.in {
  overflow-y: visible;
}
@media (max-width: 991px) {
  nav.navbar .navbar-collapse {
    /*background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), #FFF 8%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #FFF 8%);*/
  }
}
nav.navbar .navbar-form {
  padding: 0;
}
@media (max-width: 991px) {
  nav.navbar .navbar-form {
    padding: 0 30px;
    border-width: 0;
  }
}
nav.navbar .navbar-form .form-group {
  display: block;
}
nav.navbar .navbar-form .form-control {
  color: #777;
}
@media (max-width: 991px) {
  nav.navbar .navbar-form .form-control {
    display: block;
    width: 100%;
    border-bottom: 1px solid #979797;
    font-size: 16px;
  }
}
nav.navbar .left-inner-addon input {
  padding-left: 30px;
  box-shadow: 0 0 0 transparent;
  background-color: transparent;
  border: 1px solid transparent;
}

nav.navbar .left-inner-addon input:focus, nav.navbar .left-inner-addon input:hover {
  border: 1px solid #F2F2F2;
}

nav.navbar .left-inner-addon i {
  pointer-events: none;
  color: #9B9B9B;
  left: 4px;
}
nav.navbar .navbar-nav a {
  font-size: 14px;
}
nav.navbar .navbar-nav a:hover {
  color: var(--brand-color);
}
nav.navbar .navbar-nav .dropdown a:focus {
  color: #777;
}
nav.navbar .navbar-nav .dropdown.open {
  background-color: #F8F8F8;
}
nav.navbar .navbar-nav .dropdown.open a {
  background-color: transparent;
}
nav.navbar .navbar-nav .dropdown.open a:hover {
  color: var(--brand-color);
  background-color: #EDEDED;
}
nav.navbar .navbar-nav .dropdown.open a:focus {
  background-color: transparent;
}
nav.navbar .navbar-nav .dropdown.open .dropdown-menu {
  border-radius: 0;
  border-width: 0;
  background-color: #F8F8F8;
}
nav.navbar .navbar-nav .dropdown.open .dropdown-menu a {
  color: #999;
}
nav.navbar .navbar-nav .dropdown.open .dropdown-menu a:hover,
nav.navbar .navbar-nav .dropdown.open .dropdown-menu a:focus {
  color: var(--brand-color);
}
nav.navbar .navbar-nav .open .dropdown-toggle i {
  color: var(--brand-color);
}
nav.navbar .navbar-nav .open .dropdown-toggle i::before {
  content: "\eb89";
}
@media (min-width: 992px) {
  nav.navbar .navbar-nav .dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  nav.navbar .navbar-nav .dropdown-menu a {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  nav.navbar .navbar-nav a {
    font-weight: 600;
    font-size: 16px;
  }
  nav.navbar .navbar-nav > li > a {
    display: block;
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    line-height: 2em;
  }
  nav.navbar .navbar-nav > li > a:hover {
    color: var(--brand-color);
    background-color: #F8F8F8;
  }
  nav.navbar .navbar-nav .dropdown-toggle i {
    float: right;
    margin-top: 7px;
  }
  nav.navbar .navbar-nav .open .dropdown-toggle {
    color: var(--brand-color);
  }
  nav.navbar .navbar-nav .dropdown-menu {
    padding-bottom: 30px;
  }
  nav.navbar .navbar-nav .dropdown-menu a {
    padding: 8px 20px 8px 55px;
    white-space: normal;
  }
}
@media (max-width: 991px) {
  nav.navbar {
    position: relative;
  }
  nav.navbar .nav-front {
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  nav.navbar .nav-bottom {
    display: none;
  }
  nav.navbar .nav-content {
    box-shadow: 0 5px 40px 10px rgba(0, 0, 0, 0.1);
  }
}
nav.navbar .nav-front,
nav.navbar .nav-bottom {
  background: #FFF;
}
@media (min-width: 992px) {
  nav.navbar {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  nav.navbar .nav-content {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 1080px;
    perspective: 1080px;
    -webkit-perspective-origin: 50% 100%;
    perspective-origin: 50% 100%;
    box-shadow: 0 12px 20px -20px rgba(0, 0, 0, 0.2);
  }
  nav.navbar .nav-content > div {
    padding: 0 20px;
  }
  nav.navbar .nav-content .container-fluid {
    padding: 0;
  }
  nav.navbar .nav-front,
  nav.navbar .nav-bottom {
    width: 100%;
    height: 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition: all 0.33s ease-out;
    transition: all 0.33s ease-out;
  }
  nav.navbar .nav-bottom {
    position: absolute;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  nav.navbar .nav-bottom .container-fluid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-content: stretch;
  }
  nav.navbar .nav-bottom .container-fluid > * {
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    font-size: 14px;
    padding: 15px 10px;
    line-height: 22px;
  }
  nav.navbar .nav-bottom .qv-navbar-brand {
    -webkit-box-flex: 0;
    flex: 0 0 60px;
    padding: 0;
    vertical-align: top;
  }
  nav.navbar .nav-bottom .qv-navbar-brand img {
    margin: 25px 20px 0 auto;
  }
  nav.navbar .nav-bottom .qv-event-poster {
    vertical-align:top;
    height: 80px;
    min-width: 128px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  nav.navbar .nav-bottom .qv-event-title {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    max-width: 280px;
    max-height: 60px;
    padding-left: 30px;
    overflow-y: hidden;
  }
  
  .no-flexboxlegacy nav.navbar .nav-bottom .qv-event-date-time div {
    display: inline-block;
  }
  .no-flexboxlegacy nav.navbar .nav-bottom .qv-event-date-time div:first-child {
    margin-right:20px;
  }
  nav.navbar .nav-bottom .qv-event-date-time > div {
    vertical-align: middle;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
  nav.navbar .nav-bottom .qv-event-date-time > div:first-child {
    -webkit-box-flex: 0;
    flex: 0 0 40px;
    text-align: center;
    padding-top: 10px;
  }
  .no-flexboxlegacy nav.navbar .nav-bottom .qv-event-location div {
    display: inline-block;
  }
  .no-flexboxlegacy nav.navbar .nav-bottom .qv-event-location div:first-child {
    margin-right:20px;
  }
  nav.navbar .nav-bottom .qv-event-location {
    display: inline-block;
    vertical-align: top;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    align-item: stretch;
  }
  nav.navbar .nav-bottom .qv-event-location > div {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    vertical-align: middle;
  }
  nav.navbar .nav-bottom .qv-event-location > div:first-child {
    -webkit-box-flex: 0;
    flex: 0 0 40px;
    padding-top: 10px;
    text-align: center;
  }
  nav.navbar .nav-bottom .qv-event-location > div .icon-location {
    font-size: 18px;
  }

  nav.navbar .nav-bottom .qv-event-tickets-btn {
    padding: 15px 10px;
  }
  nav.navbar.nav-rotateBack .nav-front {
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
  }
  nav.navbar.nav-rotateBack .nav-bottom {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  nav.navbar.nav-rotate .nav-front {
    -webkit-transform: translateY(-100%) rotateX(90deg);
    transform: translateY(-100%) rotateX(90deg);
  }
  nav.navbar.nav-rotate .nav-bottom {
    -webkit-transform: rotateX(0) translateY(-100%);
    transform: rotateX(0) translateY(-100%);
  }
}
@media (min-width: 992px) and (max-width: 479px) {
  nav.navbar .nav-bottom .qv-event-poster {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  nav.navbar .nav-bottom .qv-event-poster {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  nav.navbar .nav-bottom .qv-event-poster {
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 479px) {
  nav.navbar .nav-bottom .qv-event-date-time {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  nav.navbar .nav-bottom .qv-event-date-time {
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  nav.navbar .nav-bottom .qv-event-date-time {
    min-width: 220px;
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 479px) {
  nav.navbar .nav-bottom .qv-event-location {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  nav.navbar .nav-bottom .qv-event-location {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  nav.navbar .nav-bottom .qv-event-location {
    min-width: 220px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  nav.navbar .nav-bottom .qv-event-location {
    min-width: 250px;
    display: inline-block;/*for ie10/11*/
    display: -webkit-box;
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 479px) {
  nav.navbar .nav-bottom .qv-event-tickets-btn {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  nav.navbar .nav-bottom .qv-event-tickets-btn {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  nav.navbar .nav-bottom .qv-event-tickets-btn {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  nav.navbar .nav-content > div {
    /*padding: 0 50px;*/
  }
}
.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: none;
  padding: 15px 40px;
}
.btn.btn-primary {
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2);
  padding: 15px 40px;
  background-color: #296FE6;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn.btn-muted {
  padding: 15px 40px;
  background-color: #D7D7D7;
  color: #4D4D4D;
}
.btn.btn-muted:hover {
  background-color: #bebebe;
}
.btn.btn-link {
  font-weight: bold;
  text-align: left;
  padding: 0;
  text-decoration: none;
  letter-spacing: 2px;
  text-tranfsorm: uppercase;
}
.btn.btn-sm {
  padding: 12px 20px;
}
.btn.btn-social {
  border-radius: 30px;
  font-size: 12px;
  padding: 10px 25px;
}
.btn.btn-social span {
  display: inline-block;
  line-height:22px;
  vertical-align: top;
}
.btn.btn-social i {
  font-size: 20px;
}
.btn.btn-facebook {
  color: #fff;
  background: #516897;
  border-radius: 4px
}
.btn.btn-twitter {
  background: linear-gradient(var(--brand-color), #18C5F7, var(--brand-color), var(--brand-color));
  color: #fff;
}
.btn.btn-twitter:hover {
  box-shadow: 0 12px 10px -10px var(--brand-color);
}
.btn.btn-google {
  background-color: #EA4335;
  color: #fff;
}
/*.btn.btn-google:hover {
  box-shadow: 0 12px 10px -10px #EA4335;
}*/
@media (max-width: 767px) {
  .btn.btn-sticky-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 20px 10px;
    text-align: center;
    border-radius: 0;
    z-index: 99;
  }
}
h1 {
  font-weight: 300;
  color: #00254A;
  font-size: 32px;
}
h2 {
  font-weight: 300;
  color: #00254A;
  font-size: 28px;
}
h3 {
  font-weight: normal;
  color: #00254A;
  font-size: 22px;
}
h4 {
  text-transform: uppercase;
  color: #00254A;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}
h5 {
  color: #00254A;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
h6 {
  margin: 0 0 5px;
  color: #00254A;
  font-size: 10px;
  font-weight: 700;
}
@media (max-width: 479px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    margin-top: 10px;
    font-size: 22px;
  }
}
p {
  color: #727272;
  font-size: 14px;
}
.text-null {
  font-style: italic;
  color: #C3C3C3;
}
.remember-me {
  margin: 0;
}
.remember-me label {
  font-size: 13px;
}

/* Google Autocomplete */
/*.pac-container:after{
  content:none !important;
}*/
.pac-logo:after {
  background-position:center;
  text-align:left;
  padding: 12px;
}
.pac-container {
  min-width:225px;
}
.pac-item {
  line-height:40px;
  border-top: none;
}
.pac-icon {
  background-image: none;
  font-family: 'Xorbia' !important;
  font-size: 18px;
  margin:0 10px 0 5px;
  
}
.pac-icon:after {
  content: "\eab9";
  line-height:40px;
}

.fb-like {
  position: relative;
  margin: 10px 0 0 10px;
  top: 0;
}
@media (max-width: 991px) {
  .fb-like {
    top: -15px;
  }
}
@media (max-width: 767px) {
  .fb-like {
    top: -35px;
  }
}

.social-share .eventshare_toolbox a,
#Share .eventshare_toolbox a {
  cursor: pointer;
  border-radius: 48px!important;
  background-color: #F2F2F2!important;
  height: 48px!important;
  width: 48px!important;
  margin: 0 8px 5px 0!important;
  display: inline-block;
  -webkit-transition: top 5s ease;
  transition: top 5s ease;
}
@media (max-width: 479px) {
      .social-share .eventshare_toolbox a,
  #Share .eventshare_toolbox a {
    margin-right: 2px!important;
  }
}
@media (min-width: 768px) and (max-width: 779px) {
      .social-share .eventshare_toolbox a,
  #Share .eventshare_toolbox a {
    margin: 0 5px 5px 0!important;
  }
}
.social-share .eventshare_toolbox a .c-icon::before,
#Share .eventshare_toolbox a .c-icon::before {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.social-share .eventshare_toolbox a .c-icon.icon-email::before,
#Share .eventshare_toolbox a .c-icon.icon-email::before {
  font-size: 13px;
}
.social-share .eventshare_toolbox a:hover,
#Share .eventshare_toolbox a:hover {
  box-shadow: 0 10px 15px -10px #25AFF6;
  background-color: #25AFF6!important;
  text-decoration: none;
  position: relative;
  top: -2px;
}
.social-share .eventshare_toolbox a:hover .at-icon-wrapper::before,
#Share .eventshare_toolbox a:hover .at-icon-wrapper::before,
.social-share .eventshare_toolbox a:hover .c-icon::before,
#Share .eventshare_toolbox a:hover .c-icon::before {
  color: #fff!important;
}
.social-share .eventshare_toolbox a .at-icon-wrapper,
#Share .eventshare_toolbox a .at-icon-wrapper {
  width: 25px!important;
  height: 25px!important;
  display: block!important;
  text-align: center!important;
  margin: 6.5px 6.5px!important;
}
.social-share .eventshare_toolbox a .at-icon-wrapper svg,
#Share .eventshare_toolbox a .at-icon-wrapper svg {
  display: none;
}
.social-share .eventshare_toolbox a .at-icon-wrapper::before,
#Share .eventshare_toolbox a .at-icon-wrapper::before {
  font-family: "xorbiafonts";
  font-size: 16px;
  color: #4D4D4D;
  line-height: 25px;
}
.social-share .eventshare_toolbox a.at-svc-facebook .at-icon-wrapper::before,
#Share .eventshare_toolbox a.at-svc-facebook .at-icon-wrapper::before {
  content: '\e9ac';
}
.social-share .eventshare_toolbox a.at-svc-messenger .at-icon-wrapper::before,
#Share .eventshare_toolbox a.at-svc-messenger .at-icon-wrapper::before {
  content: '\e9a4';
}
.social-share .eventshare_toolbox a.at-svc-twitter .at-icon-wrapper::before,
#Share .eventshare_toolbox a.at-svc-twitter .at-icon-wrapper::before {
  content: '\e9b8';
}
.social-share .eventshare_toolbox a.at-svc-email .at-icon-wrapper::before,
#Share .eventshare_toolbox a.at-svc-email .at-icon-wrapper::before {
  content: '\eaa0';
  font-size: 13px;
}
.social-share .eventshare_toolbox a.at-svc-link .at-icon-wrapper::before,
#Share .eventshare_toolbox a.at-svc-link .at-icon-wrapper::before {
  content: '\ea54';
}
.social-share .eventshare_toolbox a .at4-visually-hidden,
#Share .eventshare_toolbox a .at4-visually-hidden,
.social-share .eventshare_toolbox a .at-label,
#Share .eventshare_toolbox a .at-label,
.social-share .eventshare_toolbox a .at4-share-count-container,
#Share .eventshare_toolbox a .at4-share-count-container {
  display: none!important;
}
#Share .eventshare_toolbox a {
  background-color: #fff!important;
}
.event-company-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.event-company-social li {
  display: inline-block;
  margin-right: 8px;
}
.event-company-social li:last-child {
  margin: 0;
}
@media (max-width: 479px) {
  .event-company-social li {
    margin: 0 0px 20px 0;
  }
}
@media (min-width: 480px) {
  .event-company-social li {
    margin: 0 0px 20px 0;
  }
}
.event-company-social a {
  background-color: #F2F2F2;
  border-radius: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #4d4d4d;
  padding: 12px 16px;
}
.event-company-social a:hover {
  color: #fff;
  box-shadow: 0 10px 15px -10px #25AFF6;
  background-color: var(--brand-color);
  text-decoration: none;
  position: relative;
  top: -2px;
}
.like-us-wrapper {
  display: block;
  width: 100%;
}
.like-us-wrapper .like-us-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D7D7D7;
  padding: 20px 0;
}
.like-us-wrapper .like-us-card:first-child {
  padding-top: 0;
}
.like-us-wrapper .like-us-card:last-child {
  border-bottom: none transparent;
}
.like-us-wrapper .like-us-card > div {
  vertical-align: top;
}
.like-us-wrapper .like-us-card .img {
  -webkit-box-flex: 0;
          flex: 0 1 10%;
}
.like-us-wrapper .like-us-card .img img {
  box-shadow: 0 9px 15px -6px rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
}
.like-us-wrapper .like-us-card .body {
  -webkit-box-flex: 0;
          flex: 0 1 80%;
  padding: 0 15px;
}
.like-us-wrapper .like-us-card .body h6 {
  font-weight: 300;
  color: #00254A;
  font-size: 20px;
  margin: 5px 0 20px;
}
.like-us-wrapper .like-us-card .body .like-count {
  color: #4A4A4A;
  font-size: 14px;
  font-weight: bold;
}
.like-us-wrapper .like-us-card .cta {
  text-align: right;
  -webkit-box-flex: 0;
          flex: 0 0 10%;
  padding-top: 10px;
}
.like-us-wrapper .like-us-card .cta .cta-btn {
  border-radius: 48px;
  background-color: #296FE6;
  height: 48px;
  width: 48px;
  margin: 0;
  display: block;
  -webkit-transition: top 5s ease;
  transition: top 5s ease;
}
.like-us-wrapper .like-us-card .cta .cta-btn .c-icon::before {
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.like-us-wrapper .like-us-card .cta .cta-btn:hover {
  background-color: #0c60ee;
  box-shadow: 0 10px 15px -10px #25AFF6;
  text-decoration: none;
  position: relative;
  top: -6px;
}
@media (max-width: 479px) {
  #fb-scroller,
  #fb-scroller-2 {
    display: none;
  }
}
@media (min-width: 480px) {
  #fb-scroller,
  #fb-scroller-2 {
    display: none;
  }
}
@media (min-width: 992px) {
  #fb-scroller,
  #fb-scroller-2 {
    display: block;
  }
}
@media (max-width: 479px) {
  #fb-scroller-3,
  #fb-scroller-4 {
    display: block;
    margin: 20px auto;
  }
}
@media (min-width: 480px) {
  #fb-scroller-3,
  #fb-scroller-4 {
    display: block;
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  #fb-scroller-3,
  #fb-scroller-4 {
    display: none;
  }
}
.section-description {
  font-size: 16px;
  color: #4D4D4D;
}
.disabled-label {
  color: #9B9B9B;
  font-size: 16px;
  margin-bottom: 15px;
}
.disabled-data {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
}
.right-inner-addon {
  position: relative;
}
.right-inner-addon input {
  padding-right: 30px;
}
.right-inner-addon i {
  position: absolute;
  right: 5px;
  top: 40%;
  padding: 10px 5px;
  pointer-events: none;
  color: var(--brand-color);
  display: inline-block !important;
  font-size: 18px;
}
.left-inner-addon {
  position: relative;
}
.left-inner-addon input {
  padding-left: 35px;
}
.left-inner-addon i {
  font-size: 18px;
  position: absolute;
  left: 15px;
  padding: 14px 5px;
  pointer-events: none;
  color: #9B9B9B;
}
.ticket-type-header,
.section-header-hr {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-align: center;
  align-items: center;
  margin: 30px 0;
}
.ticket-type-header:after,
.section-header-hr:after {
  content: "";
  display: block;
  background: var(--brand-color);
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.ticket-type-header.inactive:after,
.section-header-hr.inactive:after {
  background: #9B9B9B;
  height: 0.12em;
}
@media (max-width: 479px) {
  .ticket-type-header:after,
  .section-header-hr:after {
    height: 0.1em;
  }
}
@media (min-width: 480px) {
  .ticket-type-header:after,
  .section-header-hr:after {
    height: 0.1em;
  }
}
@media (min-width: 768px) {
  .ticket-type-header:after,
  .section-header-hr:after {
    height: 0.2em;
  }
}
.ticket-type-header h5,
.section-header-hr h5 {
  font-weight: bold;
  color: #00254A;
  display: block;
  margin: 0;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  padding-right: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .ticket-type-header h5,
  .section-header-hr h5 {
    font-size: 10px;
  }
}
@media (min-width: 480px) {
  .ticket-type-header h5,
  .section-header-hr h5 {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .ticket-type-header h5,
  .section-header-hr h5 {
    font-size: 12px;
  }
}
.ticket-group-toggle {
  cursor: pointer;
}
.ticket-group-toggle .ticket-group-more-less-icon {
  font-size: 18px;
  padding-right: 10px;
}
.ticket-group-toggle:not(.collapsed) .ticket-group-more-less-icon .more-icon {
  display: none;
}
.ticket-group-toggle.collapsed .ticket-group-more-less-icon .less-icon {
  display: none;
}
/* begin: section for dark background on collapse */
.ticket-group-toggle {
	padding-left:5px;
	transform: scale(1);
	transition: .25s all ease;
}
.ticket-group-toggle.collapsed {
	transform: scale(1);
	border: 2px solid var(--brand-color);
	border-radius: 4px;
	padding: 10px 5px;
	background: var(--brand-color);
}
.ticket-group-toggle.collapsed a, .ticket-group-toggle.collapsed h5 {
	color: white;
}
/* end: section for dark background on collapse */
.title-hr {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  -webkit-box-align: center;
  align-items: center;
  margin: 30px 0;
}
.title-hr.full {
  width: 100%;
}
@media (max-width: 479px) {
  .title-hr {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .title-hr {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .title-hr {
    width: 60%;
  }
}
.title-hr:after {
  content: "";
  display: block;
  background: #D8D8D8;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
@media (max-width: 479px) {
  .title-hr:after {
    height: 1px;
  }
}
@media (min-width: 480px) {
  .title-hr:after {
    height: 1px;
  }
}
.title-hr:before {
  content: "";
  display: block;
  background: #D8D8D8;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
@media (max-width: 479px) {
  .title-hr:before {
    height: 1px;
  }
}
@media (min-width: 480px) {
  .title-hr:before {
    height: 1px;
  }
}
.title-hr h2 {
  font-weight: normal;
  color: #9B9B9B;
  font-size: 14px;
  display: block;
  margin: 0;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  padding: 0 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.ticket-options-wrapper .ticket-type-row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.ticket-options-wrapper .ticket-type-row:not(:last-child) {
    margin-bottom: 10px;
}

.time-slot {
  color:#9B9B9B;
  font-size:12px;
}

@media (max-width: 767px) {
    .ticket-options-wrapper .ticket-type-row:not(:last-child) {
        margin-bottom: 0;
    }
}

.ticket-options-wrapper .ticket-type-row:last-child {
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 20px;
}

/*.ticket-options-wrapper.has-ticket-inclusion .ticket-type-row:last-child {
  margin-bottom: 0px ;
  border-bottom: 1px solid #fafcfe;
}*/

.ticket-type-inclusions-wrapper {
  background-color: #fafcfe;
  border-top: 1px solid #cfe2f5;
  width: 100%;
  order: 5;
  /*border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;*/
}
@media (max-width: 767px) {
  .ticket-options-wrapper.has-ticket-inclusion .ticket-type-row:last-child {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper.has-ticket-inclusion .ticket-type-row:last-child:not(.row-open) {
    padding-bottom: 0 !important;
  }
}
.ticket-type-inclusion {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  color: #00254A;
  padding: 10px 0;
}
.ticket-type-inclusion .ticket-inclusion-info {
  margin-right: auto;
}
.ticket-type-inclusion .ticket-inclusion-count-desc {
  text-align: right;
  margin-right: 5px;
}
.ticket-type-inclusion .ticket-inclusion-count {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.ticket-type-inclusion .ticket-inclusion-count {
  width: 88px;
}
@media (min-width: 768px) {
  .ticket-type-inclusion .ticket-inclusion-info {
    padding-left: 22px;
  }
}

@media (max-width: 479px) {
  .ticket-options-wrapper .ticket-type-row > div {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
}
@media (min-width: 480px) {
  .ticket-options-wrapper .ticket-type-row > div {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper .ticket-type-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
.ticket-options-wrapper .ticket-type-row .btn-more-less {
  font-size: 10px;
}
.ticket-options-wrapper .ticket-type-row .ticket-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 479px) {
  .ticket-options-wrapper .ticket-type-row .ticket-info {
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .ticket-options-wrapper .ticket-type-row .ticket-info {
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper .ticket-type-row .ticket-info {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    width: 50%;
  }
}
.ticket-options-wrapper .ticket-type-row .ticket-info .ticket-title {
  font-size: 18px;
  color: #00254A;
  padding-left: 30px;
}
.ticket-options-wrapper .ticket-type-row .ticket-info .ticket-rules {
  font-size: 12px;
  color: #9B9B9B;
  padding-left: 30px;
  padding-bottom: 5px;
}

.ticket-options-wrapper .ticket-type-row .ticket-info .btn-link {
  margin-left: 30px;
}
.ticket-options-wrapper .ticket-type-row .ticket-info a,
.ticket-options-wrapper .ticket-type-row .ticket-info a:hover,
.ticket-options-wrapper .ticket-type-row .ticket-info a:active,
.ticket-options-wrapper .ticket-type-row .ticket-info a:visited {
  text-decoration: none;
}
.ticket-options-wrapper .ticket-type-row .ticket-sale-date {
  width: 50px;
  order: 3;
  text-align: center;
}
@media (max-width: 479px) {
  .ticket-options-wrapper .ticket-type-row .ticket-sale-date {
    margin: 10px auto 10px auto;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-sale-date > * {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .ticket-options-wrapper .ticket-type-row .ticket-sale-date {
    margin: 10px auto 10px auto;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-sale-date > * {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper .ticket-type-row .ticket-sale-date {
    margin: 0;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-sale-date > * {
    text-align: center;
  }
}
.ticket-options-wrapper .ticket-type-row .ticket-cost {
  width: 30px;
  order: 4;
}
@media (max-width: 479px) {
  .ticket-options-wrapper .ticket-type-row .ticket-cost {
    margin: 10px auto 10px auto;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-cost > * {
    text-align: right;
    padding-right: 20px;
  }
}
@media (min-width: 480px) {
  .ticket-options-wrapper .ticket-type-row .ticket-cost {
    margin: 10px auto 10px auto;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-cost > * {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper .ticket-type-row .ticket-cost {
    margin: 0;
    text-align: right;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-cost > * {
    text-align: center;
  }
}
.ticket-options-wrapper .ticket-type-row .ticket-count-input {
  order: 5;
  align-self: flex-end;
  -webkit-box-flex: 0;
  flex: 0 0 88px;
}
#modal-price-points .ticket-options-wrapper .ticket-type-row .ticket-count-input {
  flex: 0 0 auto;
}
.ticket-options-wrapper .ticket-type-row .text-sold-out {
  font-size: 16px;
  font-weight: 300;
  color: red;
}
.ticket-options-wrapper .ticket-type-row .text-sold-out-waitlist {
  font-size: 12px;
  font-weight: 300;
  margin-top: -5px;
  color: red;
}
@media (max-width: 479px) {
  .ticket-options-wrapper .ticket-type-row .ticket-count-input {
    width: 70px;
  }
}
@media (min-width: 480px) {
  .ticket-options-wrapper .ticket-type-row .ticket-count-input {
    width: 70px;
  }
  #modal-price-points .ticket-options-wrapper .ticket-type-row .ticket-count-input {
    width: auto;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper .ticket-type-row .ticket-count-input {
    flex: 0 0 120px;
    width: 120px;
  }
  #modal-price-points .ticket-options-wrapper .ticket-type-row .ticket-count-input {
    width: auto;
  }
}
@media (min-width: 992px) {
  .ticket-options-wrapper .ticket-type-row .ticket-count-input {
    flex: 0 0 120px;
    width: 120px;
  }
  #modal-price-points .ticket-options-wrapper .ticket-type-row .ticket-count-input {
    width: auto;
  }
}
@media (max-width: 479px) {
  .ticket-options-wrapper .ticket-type-row .ticket-count-input .form-control {
    margin: 10px 0;
    width: 100%;
    display: block;
  }
}
@media (min-width: 480px) {
  .ticket-options-wrapper .ticket-type-row .ticket-count-input .form-control {
    margin: 10px 0;
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper .ticket-type-row .ticket-count-input .form-control {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .ticket-options-wrapper .ticket-type-row .ticket-count-input .form-control {
    margin: 0 0 10px;
  }
}
.ticket-options-wrapper .ticket-type-row .ticket-section-label {
  display: block;
  color: #9B9B9B;
  font-size: 12px;
}
.ticket-options-wrapper .ticket-type-row .ticket-section-data {
  display: block;
  font-weight: 300;
  font-size: 20px;
  color: #00254A;
}
.ticket-options-wrapper .ticket-type-row .ticket-section-data.small {
  font-size: 16px;
  padding-top: 4px;
}
.ticket-options-wrapper .ticket-type-details-wrapper {
  width: 100%;
}
.ticket-options-wrapper .ticket-type-row .ticket-section-fees {
  font-size:12px;
  line-height:14px;
  color:#333;
}

@media (max-width: 479px) {
  .ticket-options-wrapper .ticket-type-row .ticket-section-data {
    font-size:18px;
  }
}

@media (min-width: 480px) {
  .ticket-options-wrapper .ticket-type-details-wrapper {
    order: 2;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper .ticket-type-details-wrapper {
    order: 6;
  }
}
@media (min-width: 992px) {
  .ticket-options-wrapper .ticket-type-details-wrapper {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
}
.ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-details,
.ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-low-inventory,
.ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-tickets-remaining {
  padding: 0 0 0 30px;
}
@media (max-width: 479px) {
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-details,
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-low-inventory,
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-tickets-remaining {
    margin-left: -25px;
    padding-top: 10px;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-details,
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-low-inventory,
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-tickets-remaining {
    margin-left: -25px;
    padding-top: 20px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-details,
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-low-inventory,
  .ticket-options-wrapper .ticket-type-details-wrapper .ticket-type-tickets-remaining {
    padding-top: 0;
    margin-left: 0;
    width: 70%;
  }
}
.ticket-type-row .btn-more-less::before {
  content: 'More Details';
}
.row-open.ticket-type-row .btn-more-less::before {
  content: 'Less Details';
}
.form-footer {
  background-color: #F2F2F2;
  padding: 25px 30px;
  min-height: 100px;
}
.form-footer .form-inline .form-group {
  margin-right: 30px;
}
.form-footer .form-inline .form-group label {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5E5E5E;
}
.form-footer .form-inline .form-group input,
.form-footer .form-inline .form-group select {
  border-color: #fff;
  box-shadow: 0 0 0 transparent;
}
@media (max-width: 479px) {
  .form-footer .form-inline .form-group input,
  .form-footer .form-inline .form-group select {
    width: 100%;
  }
  .form-footer {
    padding: 25px 15px;
  }
  .form-footer .btn {
    padding: 15px 20px;
  }
}
@media (min-width: 480px) {
  .form-footer .form-inline .form-group input,
  .form-footer .form-inline .form-group select {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .modal .form-footer .form-inline .form-group input,
  .modal .form-footer .form-inline .form-group select,
  .form-footer .form-inline .form-group input,
  .form-footer .form-inline .form-group select {
    width: 160px;
  }
}
@media (min-width: 1200px) {
  .form-footer .form-inline .form-group input,
  .form-footer .form-inline .form-group select {
    width: 190px;
  }
}
.form-footer .form-inline button,
.form-footer .form-inline a.btn {
  margin-top: 22px;
}
.form-footer .form-inline .input-group-btn button,
.form-footer .form-inline .input-group-btn a.btn {
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 479px) {
  .form-footer .form-inline button,
  .form-footer .form-inline a.btn {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .form-footer .form-inline button,
  .form-footer .form-inline a.btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-footer .form-inline button,
  .form-footer .form-inline a.btn {
    float: right;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 878px) {
  .form-footer .form-inline button,
  .form-footer .form-inline a.btn {
    width: 100%;
    display: block;
    float: none;
  }
}
.form-footer .icon-success-state {
  font-size: 14px;
}
.event-detail-page {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.event-detail-page .event-poster-wrapper {
  position: relative;
}
@media (max-width: 479px) {
  .event-detail-page .event-poster-wrapper {
    top: 0;
  }
}
@media (min-width: 480px) {
  .event-detail-page .event-poster-wrapper {
    top: 0;
  }
}
@media (min-width: 768px) {
  .event-detail-page .event-poster-wrapper {
    top: 0px;
    position: inherit;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .event-detail-page .event-poster-wrapper {
    box-shadow: 0 30px 20px -25px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1200px) {
  .event-detail-page .event-poster-wrapper {
    top: -71px;
    left: -36px;
    margin-bottom: -71px;
    width: auto;
  }
}
.event-detail-page .event-titles {
  min-height: 200px;
}
.event-detail-page .event-titles .by-line {
  color: #9B9B9B;
}
@media (min-width: 480px) {
  .event-detail-page .row-flex {
    display: block;
  }
}
@media (min-width: 768px) {
  .event-detail-page .row-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
.event-detail-page .event-date,
.event-detail-page .event-location,
.event-detail-page .event-attending,
.event-detail-page .event-tickets-btn {
  -webkit-box-flex: 1;
  flex: 1 0 16.7%;
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

.event-detail-page .event-attending .fb-rsvp-status {
  margin-top:28px;
}

.event-detail-page .event-tickets-btn {
  text-align: right;
}
.event-detail-page .event-date a,
.event-detail-page .event-location a {
  color: #4A4A4A;
  text-decoration: underline;
  line-height: 22px;
}
.event-detail-page .event-date a:hover,
.event-detail-page .event-location a:hover {
  color: var(--brand-color);
}
.event-detail-page .event-attending-quickview {
  margin-top: 20px;
}
.event-detail-page .event-tickets-btn .btn {
  margin-top: 25px;
}
.event-detail-page .event-attending-quickview img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-right: 4px;
}
.event-detail-page .event-attending-quickview .btn {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  padding: 0px;
  line-height: 32px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  color: #4D4D4D;
  letter-spacing: 2px;
}
.event-detail-page .event-description {
  margin-top: 20px;
}

.event-description img, .event-description iframe {
  max-width: 100%;
}
.event-description h1, .event-description h2, .event-description h3, .event-description h4, .event-description h5 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 10px 0;
  font-weight: 600;
}
.event-description h1 {
  font-size: 36px !important;
  line-height:40px !important;
}
.event-description h2 {
  font-size: 30px !important;
  line-height:38px !important;
}
.event-description h3 {
  font-size: 24px !important;
  line-height:30px !important;
}
.event-description h4 {
  font-size: 18px !important;
  line-height:24px !important;
}
.event-description h5 {
  font-size: 14px !important;
  line-height:18px !important;
}
.event-description blockquote {
  font-size: 15px;
  line-height: 1.5em;
  margin-left: 1.5em !important;
  color: #777;
  font-style: italic;
}
.event-description table td {
  padding: 5px !important;
  border: 1px solid #ddd;
  vertical-align:top;
  line-height:1.5em;
}
.event-detail-page .event-map-wrapper {
  margin-top: 40px;
}
.event-detail-page .event-map-wrapper h3 {
  margin-top: 35px;
}
.event-detail-page .event-map-wrapper h4 {
  letter-spacing: 2px;
  margin-top: 30px;
}
.event-detail-page .event-map-wrapper .address-link {
  color: #4A4A4A;
}
.event-detail-page .event-map-wrapper .address-link:hover {
  color: var(--brand-color);
}
.event-detail-page .event-map-wrapper .event-directions-transportation {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.event-detail-page .event-map-wrapper .event-directions-transportation li {
  display: inline-block;
  float: left;
  margin-right: 32px;
}
.event-detail-page .event-map-wrapper .event-directions-transportation li a {
  line-height: 40px;
  width: 30px;
  display: block;
  height: 30px;
  font-size: 25px;
  text-decoration: none;
}
.event-detail-page .event-map-wrapper .event-directions-transportation li a .c-icon {
  color: #C3C3C3;
}
.event-detail-page .event-map-wrapper .event-directions-transportation li a:hover {
  text-decoration: none;
}
.event-detail-page .event-map-wrapper .event-directions-transportation li a:hover .c-icon::before {
  color: var(--brand-color);
}
.event-detail-page .photo-gallery-wrapper {
  margin-top: 60px;
}
.event-detail-page .photo-gallery-wrapper h2 {
  margin-bottom: 45px;
}
@media (max-width: 479px) {
  .event-detail-page .photo-gallery-wrapper .carousel {
    height: 470px;
  }
}
@media (min-width: 480px) {
  .event-detail-page .photo-gallery-wrapper .carousel {
    height: 470px;
  }
}
@media (min-width: 768px) {
  .event-detail-page .photo-gallery-wrapper .carousel {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .event-detail-page .photo-gallery-wrapper .carousel {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .event-detail-page .photo-gallery-wrapper .carousel {
    height: 470px;
    max-width: 883px;
  }
}
@media (max-width: 479px) {
  .event-detail-page .photo-gallery-wrapper .carousel img {
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  .event-detail-page .photo-gallery-wrapper .carousel img {
    max-height: 500px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .event-detail-page .photo-gallery-wrapper .carousel img {
    max-height: 470px;
    max-width: 745px;
  }
}
@media (min-width: 1200px) {
  .event-detail-page .photo-gallery-wrapper .carousel img {
    max-height: 470px;
    max-width: 883px;
    vertical-align: middle;
  }
}
#fb-full-list:before {
  content:"";
  display:block;
  height:160px;
  margin:-160px 0 0;
}
.event-detail-page .event-attending-fullList-wrapper h4 {
  padding-right: 23px;
  margin-bottom: 25px;
}
.event-detail-page .event-attending-fullList-wrapper .event-attending-fullList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.event-detail-page .event-attending-fullList-wrapper .event-attending-fullList .attendee-wrapper {
  width: 62px;
  padding: 0 0 0;
}
@media (min-width: 992px) {
  .event-detail-page .event-attending-fullList-wrapper .event-attending-fullList .attendee-wrapper {
    -webkit-box-flex: 0;
    flex: 0 1 69px;
  }
}
@media (min-width: 1200px) {
  .event-detail-page .event-attending-fullList-wrapper .event-attending-fullList .attendee-wrapper {
    -webkit-box-flex: 0;
    flex: 0 1 72px;
  }
}
.event-detail-page .event-attending-fullList-wrapper .event-attending-fullList .attendee-wrapper img {
  border-radius: 56px;
  margin: 0 auto 23px;
  width: 56px;
  height: 56px;
}
.event-detail-page .event-attending-fullList-wrapper .event-attending-fullList .attendee-wrapper img.friend {
  border: 3px solid var(--brand-color);
}
.event-detail-page .event-instagram-wrapper h4 a {
  margin-right: 5px;
}
.event-detail-page .event-instagram {
  margin-top: 25px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.event-detail-page .event-instagram span {
  display: inline-block;
  position:relative;
}
.event-detail-page .ig-video {
  position:absolute;
  top:-0;
  right:5px;
  object-fit: none;
  object-position: 0 -356px;
  width: 30px;
  height: 30px;
}
.event-detail-page .ig-carousel {
  position:absolute;
  top:-0;
  right:5px;
  object-fit: none;
  object-position: -295px -136px;
  width: 30px;
  height: 30px;
}
.event-detail-page .event-instagram a {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  height: 104px;
  overflow: hidden;
  margin: 0 0 8px;
  display: inline-block;
}
.event-detail-page .event-instagram a img {
  display: block;
  height: auto;
  margin: 0 5px;
}
@media (min-width: 992px) {
  .event-detail-page .event-instagram a img {
    width: 124px;
  }
}
@media (min-width: 1200px) {
  .event-detail-page .event-instagram a img {
    width: 104px;
  }
}
@media (max-width: 479px) {
  .event-detail-page .event-company-details-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .event-detail-page .event-company-details-wrapper {
    margin-top: 60px;
    padding: 45px 0;
  }
}
@media (min-width: 480px) {
  .event-detail-page .event-company-details-wrapper {
    padding: 45px 0;
  }
}
@media (min-width: 768px) {
  .event-detail-page .event-company-details-wrapper {
    margin-top: 60px;
    padding: 0;
  }
}
@media (max-width: 603px) {
  .event-detail-page .event-company-details-wrapper img {
    width: 100%;
    display: block;
  }
}
@media (min-width: 604px) {
  .event-detail-page .event-company-details-wrapper img {
    width: 40%;
    float: left;
    display: inline-block;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .event-detail-page .event-company-details-wrapper img {
    width: 80%;
    max-width: 80%;
    float: none;
    display: block;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 603px) {
  .event-detail-page .event-company-details-wrapper .event-company-details {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 604px) {
  .event-detail-page .event-company-details-wrapper .event-company-details {
    width: 50%;
    float: left;
    display: inline-block;
    margin-right: 5%;
  }
  .event-detail-page .event-company-details-wrapper .event-company-details h3 {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .event-detail-page .event-company-details-wrapper .event-company-details {
    width: 100%;
    float: none;
    display: block;
    margin-right: 0;
  }
  .event-detail-page .event-company-details-wrapper .event-company-details h3 {
    margin-top: 25px;
  }
}
.event-detail-page .event-company-details-wrapper .event-company-details .btn-link {
  text-transform: uppercase;
  margin-top: 20px;
}
.event-detail-page .event-by-organizer {
  max-height: 418px;
  overflow-y: auto;
  width: 100%;
  display: block;
  padding-right: 10px;
}
@media (max-width: 479px) {
  .event-detail-page .event-similar-events-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .event-detail-page .event-similar-events-wrapper h2 {
    margin: 30px 0 50px;
  }
}
@media (min-width: 992px) {
  /* Similar Events, maybe remove */
  /*body.home {padding-top:80px;}*/
  body.home {padding-top:80px;}
  body.home.has-top-bar {padding-top:116px;}
  .event-detail-page .event-similar-events-wrapper h2 {
    margin: 50px 0 50px;
  }
}
.event-detail-page .event-similar-events-wrapper .event-similar-events {
  width: 100%;
}
.event-detail-page .event-similar-events-wrapper .event-similar-events .event-card {
  display: inline-block;
  float: left;
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2), 0 12px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 0;
}
.event-detail-page .event-similar-events-wrapper .event-similar-events .event-card .image-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .event-detail-page .event-similar-events-wrapper .event-similar-events .event-card .image-wrapper {
    height: 131px;
  }
}
@media (min-width: 1200px) {
  .event-detail-page .event-similar-events-wrapper .event-similar-events .event-card .image-wrapper {
    height: 175px;
  }
}
.event-detail-page .event-similar-events-wrapper .event-similar-events .event-card img {
  max-height: 278px;
  width: 100%;
}
.event-detail-page .event-similar-events-wrapper .event-similar-events .event-card .details {
  height: 160px;
  display: block;
  padding: 30px 24px;
}
.event-detail-page .event-similar-events-wrapper .event-similar-events .event-card .cta {
  width: 100%;
  color: var(--brand-color);
  display: block;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  padding: 20px 0;
  letter-spacing: 2px;
}
.event-detail-page .event-similar-events-wrapper .carousel-indicators {
  display: block;
  width: 100%;
  position: relative;
  bottom: -20px;
  left: inherit;
  margin: 20px auto;
  height: 40px;
}
.event-detail-page .event-similar-events-wrapper .carousel-indicators li {
  background-color: #D7D7D7;
}
.event-detail-page .event-similar-events-wrapper .carousel-indicators li.active {
  background-color: var(--brand-color);
}
.nav-tabs.event-detail-tabs {
  padding: 0 8.33333333%;
  margin: 0;
  width: 100%;
  border-top: 1px solid #D8D8D8;
}
@media (max-width: 336px) {
  .nav-tabs.event-detail-tabs {
    padding: 0 5.33333333%;
  }
}
.nav-tabs.event-detail-tabs a:hover,
.nav-tabs.event-detail-tabs a:focus {
  background-color: transparent;
}
.nav-tabs.event-detail-tabs a:hover i::before,
.nav-tabs.event-detail-tabs a:focus i::before {
  color: var(--brand-color);
}
.nav-tabs.event-detail-tabs .c-icon::before {
  font-size: 20px;
}
.nav-tabs.event-detail-tabs .c-icon.icon-clock::before {
  font-size: 17px;
}
.tab-content.event-detail-tab-content {
  background: #F4F4FA;
  width: 100%;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.tab-content.event-detail-tab-content .tab-pane {
  padding: 20px 8.33333333%;
}
.tab-content.event-detail-tab-content .tab-pane h4 {
  letter-spacing: 2px;
}
.tab-content.event-detail-tab-content .tab-pane .tab-link-icon {
  display: block;
  text-decoration: none;
  color: #4D4D4D;
  text-align: center;
  width: auto;
  margin: 30px auto 0;
}
.tab-content.event-detail-tab-content .tab-pane .tab-link-icon:hover {
  color: var(--brand-color);
}
.tab-content.event-detail-tab-content .tab-pane .tab-link-icon:hover .c-icon::before {
  color: var(--brand-color);
}
.tab-content.event-detail-tab-content .tab-pane .tab-link-icon .c-icon {
  margin: 0px auto 0px;
  display: block;
}
.tab-content.event-detail-tab-content .tab-pane .tab-link-icon .c-icon::before {
  font-size: 24px;
  color: #4D4D4D;
}
.tab-content + .hr {
  padding: 0;
}
.event-by-organizer-wrapper {
  margin-top: 60px;
  text-align: center;
}
.event-by-organizer-wrapper h4 {
  margin: 0 0 25px;
}
.event-by-organizer {
  text-align: left;
}
.event-card {
  border: 1px solid #F2F2F2;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-bottom: 17px;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.event-card .image-link {
  overflow: hidden;
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 0 140px;
  background-position: top center;
  background-size: cover;
}
.event-card .details {
  position:relative;
  min-height:130px;
  -webkit-box-flex: 0;
  flex: 0 1 auto;

  flex: 1 1 auto;

  padding: 20px 25px;
}
.event-card.category .details {
  min-height:70px;
}

.event-card .details h6 {
  margin: 0 0 5px;
  color: #00254A;
}
.event-card .details h5 {
  color: #00254A;
  margin: 0;
  max-height: 40px;
  overflow:hidden;
  margin-bottom:10px;
  font-weight: bold;
}
.event-card .details:hover > h5, .event-card .details:hover > h6, .event-card .details:hover > p {
  color: var(--brand-color-dark);
  text-decoration: none;
}
.event-card .ctas {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  flex: 1 0 46px;
  border-left: 1px solid #f2f2f2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  
  max-width: 45px;
}
.event-card .ctas a {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 0 50%;
  color: var(--brand-color);
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  padding: 0 0;
  background-color: #F2F2F2;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.event-card .ctas a .c-icon {
  vertical-align: middle;
  -webkit-box-flex: 1;
  flex: 1 0 auto;
}
.event-card .ctas a:first-child {
  border-bottom: 1px solid #D7D7D7;
}
.event-card .ctas a:hover {
  color: #fff;
  background-color: var(--brand-color);
}
@media (max-width: 479px) {
  .event-card {
    border: none transparent;
    flex-wrap: wrap;
  }
}
@media (min-width: 480px) {
  .event-card {
    border: none transparent;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .event-card {
    border: 1px solid #F0F0F0;
  }
  .event-card .ctas {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .event-card {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #F2F2F2;
  }
}
.date-separator {
  font-weight: 300;
  font-size: 18px;
  margin: 10px 0;
}
.day-of-week {
  font-weight: 600;
  margin-right: 10px;
}
.event-by-organizer.listing {
  display: block;
}
.event-by-organizer.listing .event-card {
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
}
@media (max-width: 479px) {
  .event-by-organizer.listing .event-card {
    margin-bottom: 60px;
  }
  .event-by-organizer.listing .event-card.category {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) {
  .event-by-organizer.listing .event-card {
    margin-bottom: 60px;
  }
  .event-by-organizer.listing .event-card.category {
    margin-bottom: 30px;
  }
}
.event-by-organizer.listing .event-card .main-details-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}
.event-by-organizer.listing .event-card .image-link {
  overflow-y: hidden;
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .event-by-organizer.listing .event-card .image-link {
    width: 100%;
    max-width: 208px;
  }
  .event-by-organizer.listing .event-card .image-link {
    flex: 0 1 auto;
  }
}
@media (min-width: 768px) {
  .event-by-organizer.listing .event-card .image-link {
    margin-right: 15px;
    width: 208px;
    height: 130px;
    -webkit-box-flex: 0;
    flex: 0 0 208px;
  }
  .event-by-organizer.listing .event-card.category .image-link {
    margin-right: 15px;
    width: 208px;
    height: 70px;
    -webkit-box-flex: 0;
    flex: 0 0 208px;
  }
  .event-by-organizer.listing .event-card.calendar-right .image-link {
    width: 90px;
    height: auto;
    flex: 0 0 90px;
  }
  .event-by-organizer.listing .event-card .image-link {
    height: auto;
    margin-right: 25px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) {
  .event-by-organizer.listing .event-card .image-link {
    margin-right: 25px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .event-by-organizer.listing .event-card .image-link {
    margin-right: 25px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}
.event-by-organizer.listing .event-card .details {
  display: inline-block;
}
@media (max-width: 767px) {
  .event-by-organizer.listing .event-card .details {
    padding: 15px 10px 0 10px;
    text-align:center;
  }
  .event-by-organizer.listing .event-card .details::before {
    content: '';
      position: absolute;
      top: 50%;
      left: -12px;
      margin-top: -12px;
      height: 24px;
      width: 12px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px;
      background: #f8f8f8;
  }
  .main-details-wrapper {
    background-color: #f8f8f8;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .event-by-organizer.listing .event-card .details {
    padding: 13px 25px 13px 0;
  }
}
.event-by-organizer.listing .event-card .details h5 {
  margin-bottom: 15px;
  font-size: 14px;
  color: #00254A;
}
.event-by-organizer.listing .event-card .details h5 a {
  color: #00254A;
}
.event-by-organizer.listing .event-card .details h6,
.event-by-organizer.listing .event-card .details h6 a {
  color: #00254A;
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-by-organizer.listing .event-card .details h6,
  .event-by-organizer.listing .event-card .details h6 a {
    font-size: 13px;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .event-by-organizer.listing .event-card .details h6,
  .event-by-organizer.listing .event-card .details h6 a {
    font-size: 10px;
  }
}
.event-by-organizer.listing .event-card .details p {
  color: #727272;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 479px) {
  .event-by-organizer.listing .event-card .details p {
    display: none;
  }
}
@media (min-width: 480px) {
  .event-by-organizer.listing .event-card .details p {
    display: none;
  }
}
@media (min-width: 768px) {
  .event-by-organizer.listing .event-card .details p {
    display: block;
  }
}
.event-by-organizer.listing .event-card .details .price-mobile {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  color: #00254A;
  font-weight: 600;
  
  position: absolute;
  text-align:center;
  top:5px;
  left:-120px;
  width: 90px;
  padding:2px 4px;
  background:#EEE;
  color:#000;
  opacity: 0.9;
  border-radius: 2px;
}
@media (min-width: 1200px) {
  .event-by-organizer.listing .event-card .details .price-mobile {
    display: none;
  }
}
.event-by-organizer.listing .event-card .price {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 12px 15px;
  font-size: 14px;
  color: #00254A;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 767px) {
  .event-by-organizer.listing .event-card .price {
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
  }
  .event-by-organizer.listing .event-card .details .price-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .event-by-organizer.listing .event-card .price {
    display: none;
  }
}
@media (min-width: 1200px) {
  .event-by-organizer.listing .event-card .price {
    display: block;
  }
}
.event-by-organizer.listing .event-card .details-mobile {
  padding: 10px 10px 0 10px;
  width: 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}
@media (max-width: 479px) {
  .event-by-organizer.listing .event-card .details-mobile {
    display: block;
  }
}
@media (min-width: 480px) {
  .event-by-organizer.listing .event-card .details-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .event-by-organizer.listing .event-card .details-mobile {
    display: none;
  }
}
.event-by-organizer.listing .event-card .details-mobile a {
  color: #00254A;
  /*font-size: 13px;*/
  font-weight: bold;
}
.event-by-organizer.listing .event-card .details-mobile p {
  color: #00254A;
  font-size: 13px;
}
.event-by-organizer.listing .event-card .ctas {
  -webkit-box-align: stretch;
  align-items: stretch;
}
@media (max-width: 479px) {
  .event-by-organizer.listing .event-card .ctas {
    display: block;
    width: 100%;
    flex-basis: 100%;
    /*height: 72px;*/
  }
}
@media (min-width: 480px) {
  .event-by-organizer.listing .event-card .ctas {
    display: block;
    width: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .event-by-organizer.listing .event-card .ctas {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 50px;
    max-width: 40px;
  }
}
.event-by-organizer.listing .event-card .ctas a {
  border-bottom: none transparent;
  display: block;
  background-color: #F2F2F2;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: none;
  color: var(--brand-color);
}
@media (max-width: 479px) {
  .event-by-organizer.listing .event-card .ctas a {
    padding: 15px 40px;
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .event-by-organizer.listing .event-card .ctas a {
    padding: 15px 40px;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .event-by-organizer.listing .event-card .ctas a {
    padding: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
  }
}
.event-by-organizer.listing .event-card .ctas a .c-icon {
  vertical-align: middle;
  margin: auto 0;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  font-size: 15px;
}
.event-by-organizer.listing .event-card .ctas a:hover {
  background-color: var(--brand-color);
  color: #fff;
}
.event-by-organizer.listing .event-card .ctas a:hover .c-icon::after {
  color: #fff;
}
@media (max-width: 991px) {
  .event-detail-page .event-similar-events-wrapper h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .event-detail-page .event-similar-events-wrapper .multi-slide-carousel {
    margin-left: -54px;
    margin-right: -54px;
    margin-bottom: -110px;
  }
}
.event-detail-page .event-similar-events-wrapper .multi-slide-carousel .event-card {
  width: 100%;
}
.multi-slide-carousel .carousel-control {
  width: 4%;
  background-image: none;
}
.multi-slide-carousel .carousel-control.left {
  margin-left: 15px;
}
.multi-slide-carousel .carousel-control.right {
  margin-right: 15px;
}
.multi-slide-carousel .carousel-indicators {
  position: relative;
}
.multi-slide-carousel .carousel-indicators li {
  border: 0;
  margin: 0 5px;
}
.multi-slide-carousel .carousel-indicators li.active {
  border: 0;
  width: 10px;
  height: 10px;
}
.multi-slide-carousel .cloneditem-1,
.multi-slide-carousel .cloneditem-2,
.multi-slide-carousel .cloneditem-3,
.multi-slide-carousel .cloneditem-4 {
  display: none;
}
.multi-slide-carousel .carousel-inner {
  padding: 0 0 10px;
}
@media all and (min-width: 768px) {
  .multi-slide-carousel .carousel-inner > .active.left,
  .multi-slide-carousel .carousel-inner > .prev {
    left: -33%;
  }
  .multi-slide-carousel .carousel-inner > .active.right,
  .multi-slide-carousel .carousel-inner > .next {
    left: 33%;
  }
  .multi-slide-carousel .carousel-inner > .left,
  .multi-slide-carousel .carousel-inner > .prev.right,
  .multi-slide-carousel .carousel-inner > .active {
    left: 0;
  }
  .multi-slide-carousel .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .multi-slide-carousel .carousel-inner > .item.active.right,
  .multi-slide-carousel .carousel-inner > .item.next {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
    left: 0;
  }
  .multi-slide-carousel .carousel-inner > .item.active.left,
  .multi-slide-carousel .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
    left: 0;
  }
  .multi-slide-carousel .carousel-inner > .item.left,
  .multi-slide-carousel .carousel-inner > .item.prev.right,
  .multi-slide-carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .multi-slide-carousel .carousel-inner > .active.left,
  .multi-slide-carousel .carousel-inner > .prev {
    left: -25%;
  }
  .multi-slide-carousel .carousel-inner > .active.right,
  .multi-slide-carousel .carousel-inner > .next {
    left: 25%;
  }
  .multi-slide-carousel .carousel-inner > .left,
  .multi-slide-carousel .carousel-inner > .prev.right,
  .multi-slide-carousel .carousel-inner > .active {
    left: 0;
  }
  .multi-slide-carousel .carousel-inner .cloneditem-1,
  .multi-slide-carousel .carousel-inner .cloneditem-2 {
    display: block;
  }
}
@media all and (min-width: 1200px) {
  .multi-slide-carousel .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .multi-slide-carousel .carousel-inner > .item.active.right,
  .multi-slide-carousel .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .multi-slide-carousel .carousel-inner > .item.active.left,
  .multi-slide-carousel .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .multi-slide-carousel .carousel-inner > .item.left,
  .multi-slide-carousel .carousel-inner > .item.prev.right,
  .multi-slide-carousel .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.btn-carousel-prev {
  float: left;
  margin-right: 10px;
}
.btn-carousel-next {
  float: right;
  margin-left: 10px;
}

.calendar-wrapper {
  background: #fff;
}

@media (max-width: 479px) {
  .calendar-wrapper {
    display: block;
  }
}
@media (min-width: 480px) {
  .calendar-wrapper {
    display: block;
  }
}
@media (max-width: 991px) {
  .calendar-wrapper {
    padding-top: 15px;
  }
}

.page-calendar .event-company-details .group-desc {
  margin-bottom:15px;
}
.page-calendar .event-company-details .group-desc h1 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 5px;
}
.page-calendar .event-company-details .group-desc h2 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.page-calendar .event-company-details .group-desc h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
}
.page-calendar .event-company-details .group-desc h4,
.page-calendar .event-company-details .group-desc h5 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}

@media (min-width: 992px) {
  .calendar-wrapper {
    padding: 40px 20px;
    box-shadow: 0 12px 40px -15px rgba(0, 0, 0, 0.2);
    position: relative;
    left:45px;
  }
  .calendar-wrapper.calendar-left {
    left: -30px;
  }

  .page-calendar .event-company-details .group-desc {
    height:170px;
    margin-bottom:0;
    overflow:auto;
  }
}
@media (min-width: 1200px) {
  .calendar-wrapper {
    left: 45px;
  }
  .calendar-wrapper.calendar-left {
    left: -45px;
  }

  .page-calendar .event-company-details .group-desc {
    height:230px;
  }
}

#ui-datepicker-div {
  display:none;
}
.calendar-wrapper .ui-datepicker-inline {
  text-align: center;
  font-weight: 300;
  color: #00254A;
  box-shadow: 0 0 0 transparent;
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header {
  display: -webkit-box;
  display: flex;
  height: 75px;
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  line-height: 1;
  letter-spacing: 4px;
}
@media (max-width: 479px) {
  .calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    font-size: 25px;
  }
}
@media (min-width: 480px) {
  .calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
    font-size: 32px;
  }
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  font-size: 14px;
  display: block;
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header a {
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  margin-top: 10px;
}
@media (max-width: 479px) {
  .calendar-wrapper .ui-datepicker-inline .ui-datepicker-header a {
    font-size: 5px;
    color: #fff;
  }
}
@media (min-width: 480px) {
  .calendar-wrapper .ui-datepicker-inline .ui-datepicker-header a {
    font-size: 5px;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .calendar-wrapper .ui-datepicker-inline .ui-datepicker-header a {
    font-size: 20px;
    color: #00254A;
  }
}
@media (min-width: 992px) {
  .calendar-wrapper .ui-datepicker-inline .ui-datepicker-header a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .calendar-wrapper .ui-datepicker-inline .ui-datepicker-header a {
    font-size: 20px;
  }
}
.ui-datepicker-prev, .ui-datepicker-next {
  cursor:pointer;
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev .ui-icon.ui-icon-circle-triangle-w {
  padding-left: 20px;
  background: transparent url("/ui/fe/images/ui-icon-circle-triangle-w.svg") center left no-repeat;
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.calendar-wrapper .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next .ui-icon.ui-icon-circle-triangle-e {
  padding-right: 20px;
  background: transparent url("/ui/fe/images/ui-icon-circle-triangle-e.svg") center right no-repeat;
}
.calendar-wrapper .ui-datepicker-inline table {
  width: 100%;
  text-align: center;
}
.calendar-wrapper .ui-datepicker-inline thead th {
  color: #7F92A4;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.calendar-wrapper .ui-datepicker-inline thead th.active {
  color: #00254A;
}
.calendar-wrapper .ui-datepicker-inline td,
.calendar-wrapper .ui-datepicker-inline th {
  text-align: center;
  position: inherit;
}
.calendar-wrapper .ui-datepicker-inline td.ui-datepicker-today a,
.calendar-wrapper .ui-datepicker-inline th.ui-datepicker-today a {
  background-color: #F4F4FA;
  color: #00254A;
}
.calendar-wrapper .ui-datepicker-inline td a,
.calendar-wrapper .ui-datepicker-inline th a {
  color: #00254A;
  display: block;
  height: 56px;
  width: 100%;
  font-size: 16px;
  max-width: 56px;
  text-decoration: none;
  margin: 0 auto;
  line-height: 16px;
  padding-top:12px;
}
.calendar-wrapper .ui-datepicker-inline td a:hover,
.calendar-wrapper .ui-datepicker-inline th a:hover,
.calendar-wrapper .ui-datepicker-inline td a:active,
.calendar-wrapper .ui-datepicker-inline th a:active {
  text-decoration: none;
  background-color: #C1ECFC;
}
.calendar-wrapper .ui-datepicker-inline td a.ui-state-active,
.calendar-wrapper .ui-datepicker-inline th a.ui-state-active {
  background-color: var(--brand-color);
  color: #fff;
  font-weight: 600;
}
.calendar-wrapper .ui-datepicker-inline td.has-event a,
.calendar-wrapper .ui-datepicker-inline td a.has-event {
  white-space: pre;
}
.calendar-wrapper .ui-datepicker-inline td.has-event a:after,
.calendar-wrapper .ui-datepicker-inline td a.has-event:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: green;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
  bottom: -7px;
}
.calendar-wrapper .ui-datepicker-inline td.has-event a.ui-state-active:after,
.calendar-wrapper .ui-datepicker-inline td a.ui-state-active.has-event:after {
  background-color:#FFF;
}
.page-calendar {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-calendar .event-discovery {
  margin-top: 80px;
}
@media (min-width: 1200px) {
  .page-calendar .main-content {
    margin-top: 35px;
  }
}
@media (max-width: 479px) {
  .page-calendar .datepicker-inline {
    margin-bottom: 50px;
  }
}
@media (min-width: 480px) {
  .page-calendar .datepicker-inline {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .page-calendar .datepicker-inline {
    margin-bottom: 0px;
  }
}
.page-calendar .datepicker-inline .ui-datepicker-inline {
  padding: 0;
}
.page-calendar .event-poster-wrapper {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 216px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .page-calendar .event-poster-wrapper {
    display: none;
  }
}
@media (min-width: 480px) {
  .page-calendar .event-poster-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .page-calendar .event-poster-wrapper {
    display: block;
  }
}
h1.event-poster, h2.event-poster {
  overflow: hidden;
  height: 0;
  font-size: 0;
  padding-top: 62.5%;
  background-size: 100% !important;
}
.page-calendar .event-poster {
  width: 100%;
  max-height: 216px;
}
@media (max-width: 479px) {
  .page-calendar .event-poster {
    margin: 0 auto 20px;
  }
}
@media (min-width: 480px) {
  .page-calendar .event-poster {
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) {
  .page-calendar .event-poster {
    margin: 0 auto 20px;
  }
}
@media (min-width: 992px) {
  .page-calendar .event-by-organizer.listing {
    /*max-height: 220px;
    overflow-y: scroll;*/
    padding-right: 10px;
  }
}
.page-calendar .event-by-organizer.listing .event-card {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .page-calendar .event-by-organizer.listing .event-card {
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) {
  .page-calendar .event-by-organizer.listing .event-card {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .page-calendar .event-by-organizer.listing .event-card {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .page-calendar .event-by-organizer.listing .event-card .image-link {
    /*flex-basis: 90px;*/
  }
}
/*.header-stepper .main-content {
  margin: 70px auto 0;
}*/
@media (min-width: 992px) {
  .header-stepper .main-content {
    padding: 45px 0;
  }
}
@media (min-width: 992px) {
  .header-stepper .row-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .header-stepper .row-flex > * {
    width: 100%;
    display: block;
    margin: 0;
  }
}
@media (min-width: 480px) {
  .header-stepper .row-flex > * {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
}
@media (min-width: 768px) {
  .header-stepper .row-flex > * {
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .header-stepper .row-flex > * {
    margin: 0;
  }
}
.header-stepper .header-title {
  -webkit-box-flex: 0;
          flex: 0 1 22%;
}
.header-stepper .header-title h2 {
  margin: 0;
  line-height: 32px;
}
@media (max-width: 479px) {
  .header-stepper .header-title h2 {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .header-stepper .header-title h2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header-stepper .header-title h2 {
    text-align: left;
  }
}
.header-stepper .stepper-progress-wrapper {
  -webkit-box-flex: 0;
  flex: 0 1 46%;
  margin: 0 2% 0;
}
.header-stepper .stepper-progress-wrapper .stepper-progress {
  list-style-type: none;
  margin: 0;
  padding: 0;
  dislpay: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 479px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress {
    margin: 20px 0 20px;
  }
}
@media (min-width: 480px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress {
    margin: 20px 0 40px;
  }
}
@media (max-width: 767px) {
  .header-stepper .stepper-progress-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress {
    margin: 20px 0 40px;
  }
}
@media (min-width: 992px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress {
    max-width: 400px;
    margin: 0px;
  }
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step {
  align-content: stretch;
  text-align: left;
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
  height: 32px;
  position: relative;
}
@media (max-width: 479px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress .step {
    width: 22.5%;
  }
}
@media (min-width: 480px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress .step {
    width: 22.5%;
  }
}
@media (min-width: 992px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress .step {
    width: 16.5%;
  }
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step a,
.header-stepper .stepper-progress-wrapper .stepper-progress .step span {
  display: inline-block;
  border: 2px solid #9B9B9B;
  border-radius: 32px;
  line-height: 28px;
  width: 32px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  color: #00254A;
  background-color: #fff;
  font-size: 12px;
  position: absolute;
  z-index: 5;
  padding: 0;
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step::before {
  content: '';
  position: relative;
  background-color: #9B9B9B;
  display: block;
  width: 100%;
  height: 2px;
  top: 16px;
  left: 0;
  z-index: 1;
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step.completed::before {
  background-color: var(--brand-color);
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step:last-child {
  width: 10%;
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step:last-child::before {
  display: none;
}
@media (min-width: 992px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress .step.active {
    width: 35%;
  }
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step.active::after {
  background-color: var(--brand-color);
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step.active a,
.header-stepper .stepper-progress-wrapper .stepper-progress .step.active span {
  border-color: var(--brand-color);
}
@media (min-width: 992px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress .step.active a,
  .header-stepper .stepper-progress-wrapper .stepper-progress .step.active span {
    padding: 0 20px;
    min-width: 100px;
  }
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step.active .after {
  position: absolute;
  display: block;
  width: 60px;
  height: 12px;
  top: 40px;
  left: -16px;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-color: #00254A;
  font-weight: bold;
  z-index: 100;
}
@media (min-width: 992px) {
  .header-stepper .stepper-progress-wrapper .stepper-progress .step.active .after {
    display: none;
  }
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step.completed::after {
  background-color: var(--brand-color);
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step.completed a,
.header-stepper .stepper-progress-wrapper .stepper-progress .step.completed span {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  color: #fff;
}
.header-stepper .stepper-progress-wrapper .stepper-progress .step.completed:hover span,
.header-stepper .stepper-progress-wrapper .stepper-progress .step.completed:hover a:hover {
  text-decoration: none;
  border-color: #0690c4;
  background-color: #0690c4;
  color: #fff;
}
.header-stepper .countdown-timer-clock-wrapper {
  -webkit-box-flex: 0;
  flex: 0 1 28%;
}
.header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  color: #00254A;
  letter-spacing: 1px;
  height: 32px;
  vertical-align: bottom;
}
@media (max-width: 479px) {
  .header-stepper .countdown-timer-clock-wrapper {
    padding-top:20px;
  }
  .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (min-width: 480px) {
  .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    text-align: left;
    display: inline-block;
    float: left;
    width: 50%;
    max-width: 250px;
  }
}
.header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock {
  color: #4D4D4D;
  font-size: 32px;
  margin: 0;
  line-height: 32px;
}
@media (max-width: 479px) {
  .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 480px) {
  .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
  }
}
.header-stepper.hr-after::after {
  margin: 0px auto 30px;
}

/* Section Brand All: header-brand-map */
.has-top-bar .header-brand-map {
  margin-top:36px;
}
.header-brand-map .main-content {
  padding: 0;
}
@media (max-width: 479px) {
  .hr-after:after {
    /*height: 0 !important;*/
  }
  .header-stepper.hr-after::after {
    margin: 0px auto 0;
  }
}
@media (max-width: 991px) {
  .header-brand-map {
    display: none;
  }
}


/* Section Home: header-banner */
.header-banner #searchDate {
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:transparent;
}
.header-banner .banner-content {
  margin: 0 auto;
  padding: 0;
  width:100%;
}
.header-banner .header-search {
  position:absolute;
  z-index:2;
  margin:-50px auto auto auto;
  left: 0;
  right: 0;
  border-radius:4px;
  border:1px solid #EEE;
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2), 0 12px 10px rgba(0, 0, 0, 0.05);
  padding:20px 0;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header-banner .header-search select {
  width:200px;border-left:none;
}
.header-banner:hover > .header-search {
  margin-top: 15px;
}
.header-banner .header-search:hover {
  margin-top:-50px !important;
}

.header-banner .no-banner, .header-banner .no-banner:hover {
  margin-top:20px !important;
  border-radius:0;
  box-shadow:none;
  border:none;
}

/*.header-banner .no-banner:hover > .header-search {
  margin-top:15px !important;
}*/

.header-banner .header-search .header-label {
  text-align:center;
  font-size:32px;
  font-weight:200;
}
@media (max-width: 479px) {
  .header-banner .header-search .header-label {
    font-size:26px;
  }
}
@media (max-width: 991px) {
  .header-banner .header-search, .header-banner .header-search:hover {
    margin-top: 15px !important;
    border-radius: none;
    border: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .header-banner .header-search, .header-banner .header-search:hover {
    box-shadow: none;
  }
}

.home .events-banner-wrapper {
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2), 0 12px 10px rgba(0, 0, 0, 0.05);
}
.home .events-banner-wrapper .events-banner {
  position: relative;
  width: 100%;
}
.events-banner-wrapper h2 {
  position:absolute;
  top:50%;
  margin-top:-17px;
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.75;
  z-index:1;
  background: rgba(80, 80, 80, 0.4);
  border: 1px solid transparent;
  border-radius:50%;
  line-height:34px;
  width:34px;
  height:34px;
}
.events-banner-wrapper h2:nth-of-type(2) {
  right:0;
}
.events-banner-wrapper h2:hover {
  background: rgba(80, 80, 80, 0.75);
  opacity: 1;
}
.events-banner-wrapper h2 a {
  color: #FFF;
  text-decoration: none;
}
.home .events-banner-wrapper .multi-slide-carousel .carousel-inner {
  padding:0;
}
.home .events-banner-wrapper .events-banner .event-card {
  display: inline-block;
  position: relative;
  cursor:pointer;
  float: left;
  background-size: 100% auto !important;
  background-color: #fff !important;
  padding: 0;
  margin-bottom: 0;
}
.home .events-banner-wrapper .events-banner .event-card a {
  text-decoration: none;
}
.home .events-banner-wrapper .events-banner .event-card .details {
  position:absolute;
  display: block;
  min-height: 0;
  bottom:-500px;
  left:0;
  text-align:center;
  background: rgba(80, 80, 80, 0.85);
  width:100%;
  height: auto;
  padding: 12px 10px;
  margin: 0;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home .events-banner-wrapper .events-banner .event-card .event-card-focus {
  position:absolute;
  top:0;
  width:100%;
  overflow:hidden;
  background-color:#000;
  opacity:0.1;
}
.home .events-banner-wrapper .events-banner .event-card .details h5 {
  color: #FFF;
  margin-bottom:10px;
  margin-top:0;
  height: auto;
}
.home .events-banner-wrapper .events-banner .event-card .details h6 {
  color: #FFF;
  margin: 0;
}
.home .events-banner-wrapper .events-banner .event-card:hover > .details {
  bottom: 0;
}
.home .events-banner-wrapper .events-banner .event-card:hover > .event-card-focus  {
  opacity:0 !important;
}
@media (max-width: 479px) {
  .home .events-banner-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .home .events-banner-wrapper .events-banner .event-card .image-wrapper {
    height: 131px;
  }
}
@media (min-width: 1200px) {
  .home .events-banner-wrapper .events-banner .event-card .image-wrapper {
    height: 175px;
  }
}

/* Section Home: main-content-wrapper */
.home .main-content-wrapper {
  margin-top:190px;
}
.home .event-list-menu-wrapper {
  padding:0 30px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:60px;
  text-align:center;
}
@media (max-width: 991px) {
  .home .event-list-menu-wrapper {
    display: none;
  }
}

.home .main-content-wrapper .navbar-events .dropdown a {
  font-size: 14px;
  line-height: 20px;
  font-weight:600;
  color: #777;
}
.home .main-content-wrapper .navbar-events .dropdown a:hover {
  color: var(--brand-color);
}

.home .main-content-wrapper .navbar-events .dropdown-menu a {
  line-height:30px;
}

.home .main-content-wrapper .navbar-events > li > a:hover, .home .main-content-wrapper .navbar-events > li > a:focus {
  color:#333;
  background-color: #FFF;
}

.home .main-content-wrapper .navbar-events .dropdown-menu {
  border-top: 3px solid var(--brand-color);
  margin-top:11px;
}
@media (max-width: 479px) {
  .home .event-list-events-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
.home .event-list-events-wrapper .event-list-events {
  width: 100%;
}
.home .event-list-events-wrapper .event-list-events .event-card {
  display: inline-block;
  float: left;
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2), 0 12px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 0;
  border-radius: 5px 5px 0 0;
}
.home .event-list-events-wrapper .event-list-events .event-card div:first-child {
  border-radius: 5px 5px 0 0;
}
.home .event-list-events-wrapper .event-list-events .event-card .image-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home .event-list-events-wrapper .event-list-events .event-card .image-wrapper {
    height: auto;
  }
}
.home .event-list-events-wrapper .event-list-events .event-card img {
  width: 100%;
}
.home .event-list-events-wrapper .event-list-events .event-card .details {
  height: 116px;
  display: block;
  padding: 16px 24px;
}

@media (max-width: 767px) {
  .home .event-list-events-wrapper .event-list-events {
    text-align: center;
  }
  .home .event-list-events-wrapper .event-list-events .event-card {
    max-width: 288px; /*natural 272px*/
    float: none;
  }
  .home .event-list-events-wrapper .event-list-events .event-card .details {
    height: auto;
  }
}
/*@media (max-width: 1199px) {
  .home .event-list-events-wrapper .event-list-events .event-card img {
    min-height: 162px;
  }
}
@media (min-width: 1200px) {
  .home .event-list-events-wrapper .event-list-events .event-card img {
    min-height: 152px;
  }
}*/
/*@media (max-width: 767px) {
  .home .event-list-events-wrapper .event-list-events .event-card {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .home .event-list-events-wrapper .event-list-events .event-card .image-wrapper {
    display: inline-block;
    max-width: 272px;
  }
  .home .event-list-events-wrapper .event-list-events .event-card .details {
    display: inline-block;
    vertical-align:top;
  }
}*/


.home .event-list-events-wrapper .event-list-events .event-card .hashtags {
  height: 30px;
  display: block;
  padding: 0 24px;
  text-overflow: ellipsis;
  overflow:hidden;
  white-space: nowrap;
}
.home .event-list-events-wrapper .event-list-events .event-card .details a:hover > h5,
.home .event-list-events-wrapper .event-list-events .event-card .details a:hover > h6
 {
  color: var(--brand-color-dark);
}

.home .event-list-events-wrapper .event-list-events .event-card .details h6 {
  margin: 0 0 8px;
}
.home .event-list-events-wrapper .event-list-events .event-card .details p {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:12px;
  margin-top:6px;
  margin-bottom: 0;
}
.navbar-nav.navbar-events > li > a {
    padding-top: 0;
    padding-bottom: 0;
}


.table.table-bordered-custom {
  margin: 55px 0 30px;
  width: 100%;
}
.table.table-bordered-custom td,
.table.table-bordered-custom th {
  padding: 0 15px;
  width: 1%;
}
.table.table-bordered-custom thead tr > th {
  border-bottom: 1px solid #D7D7D7;
  border-top: 1px solid #D7D7D7!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 12px;
  color: #00254A;
  height: 62px;
  vertical-align: middle;
}
.table.table-bordered-custom thead tr > th:first-child {
  border-left: 1px solid #D7D7D7;
}
.table.table-bordered-custom thead tr > th:last-child {
  border-right: 1px solid #D7D7D7;
}
.table.table-bordered-custom tbody td,
.table.table-bordered-custom tbody th {
  border: none transparent;
  height: 72px;
  font-size: 16px;
  vertical-align: middle;
  color: #4A4A4A;
}
.table.table-bordered-custom tbody td:first-child,
.table.table-bordered-custom tbody th:first-child {
  border-left: 1px solid #D7D7D7;
}
.table.table-bordered-custom tbody td:last-child,
.table.table-bordered-custom tbody th:last-child {
  border-right: 1px solid #D7D7D7;
}
.table.table-bordered-custom tbody tr:last-child td,
.table.table-bordered-custom tbody tr:last-child th {
  border-bottom: 1px solid #D7D7D7;
}
.table.table-bordered-custom tfoot td,
.table.table-bordered-custom tfoot th {
  height: 56px;
  vertical-align: middle;
  color: #4A4A4A;
  border: none transparent;
}
.table.table-bordered-custom tfoot td:first-child,
.table.table-bordered-custom tfoot th:first-child {
  border: none transparent;
  border-right: 1px solid #D7D7D7;
  background-color: transparent!important;
}
.table.table-bordered-custom tfoot td:last-child,
.table.table-bordered-custom tfoot th:last-child {
  border-right: 1px solid #D7D7D7;
}
.table.table-bordered-custom tfoot th {
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #00254A;
}
.table.table-bordered-custom tfoot td {
  font-size: 16px;
  text-align: right;
}
.table.table-bordered-custom tfoot tr:last-child td,
.table.table-bordered-custom tfoot tr:last-child th {
  background-color: #F7F7F7;
  border-bottom: 1px solid #D7D7D7;
}
.table.table-bordered-custom tfoot tr:last-child td:first-child,
.table.table-bordered-custom tfoot tr:last-child th:first-child {
  border: none transparent;
  border-right: 1px solid #D7D7D7;
  background-color: transparent!important;
}
table.desktop {
  margin: 40px auto 70px;
}
@media (max-width: 479px) {
  table.desktop {
    display: none;
  }
}
@media (min-width: 480px) {
  table.desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  table.desktop {
    display: block;
  }
}
.table-card-wrapper {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .table-card-wrapper {
    display: none;
  }
}
.table-card-wrapper .table-card {
  width: auto;
  display: block;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.table-card-wrapper .table-card:nth-child(odd) {
  background-color: #F7F7F7;
}
.table-card-wrapper .table-card:nth-child(even) {
  background-color: #fff;
}
.table-card-wrapper .table-card div.wrap {
  margin-bottom: 8px;
}
.table-card-wrapper .table-card div.wrap.ticket-number {
  -webkit-box-flex: 0;
  flex: 0 1 15%;
  text-align: center;
}
.table-card-wrapper .table-card div.wrap.ticket-type {
  -webkit-box-flex: 0;
  flex: 0 1 67%;
}
.table-card-wrapper .table-card div.wrap.price {
  -webkit-box-flex: 0;
  flex: 0 1 18%;
  text-align: right;
}
.table-card-wrapper .table-card div.wrap.row-table {
  -webkit-box-flex: 0;
  flex: 0 1 15%;
  text-align: center
}
.table-card-wrapper .table-card div.wrap.seat {
  -webkit-box-flex: 0;
  flex: 0 1 35%;
  text-align: right;
}
.table-card-wrapper .table-card div.wrap.sec {
  -webkit-box-flex: 0;
  flex: 0 1 34%;
}
.table-card-wrapper .table-card div.wrap.sec + div.wrap.row-table {
  flex: 0 1 33%;
}
.table-card-wrapper .table-card div.wrap.sec + div.wrap.row-table + div.wrap.seat {
  flex: 0 1 33%;
}
.table-card-wrapper .table-card div.wrap.seat span {
  padding-right: 12px;
}
.table-card-wrapper .table-card .discard {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  flex: 0 1 100%;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
}
.table-card-wrapper .table-card .discard a {
  color: #9B9B9B;
}
.table-card-wrapper .table-card .discard a .c-icon {
  font-size: 18px;
  color: #4D4D4D;
}
.table-card-wrapper .table-card .discard a:hover,
.table-card-wrapper .table-card .discard a:hover .c-icon {
  color: #d9534f;
  text-decoration: none;
}
.table-card-wrapper .table-card label {
  display: block;
}
@media (max-width: 479px) {
  .table-card-wrapper .table-card label span {
    display: block;
  }
}
@media (min-width: 480px) {
  .table-card-wrapper .table-card label span {
    display: inline;
  }
}
.table.table-summary {
  border: 1px solid #D7D7D7;
  margin: 40px auto 70px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .table.table-summary {
    display: none;
  }
}
.table.table-summary th {
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  min-height: 56px;
  padding: 20px 30px;
  vertical-align: middle;
  color: #00254A;
}
.table.table-summary td {
  padding: 20px 30px;
  font-size: 16px;
  min-height: 56px;
  text-align: right;
  vertical-align: middle;
}
.table.table-summary > thead > tr > th,
.table.table-summary > tbody > tr > th,
.table.table-summary > tfoot > tr > th,
.table.table-summary > thead > tr > td,
.table.table-summary > tbody > tr > td,
.table.table-summary > tfoot > tr > td {
  border: none transparent;
}
.table.table-summary tfoot td,
.table.table-summary tfoot th {
  background-color: #F7F7F7;
}
a.delete {
  color: #4D4D4D;
}
a.delete .c-icon {
  color: #4D4D4D;
}
a.delete:hover {
  color: #d9534f;
}
a.delete:hover .c-icon {
  color: #d9534f;
}
.hr-after:after {
  content: "";
  width: 42%;
  display: block;
  height: 1px;
  background-color: #D8D8D8;
  margin: 10px auto 20px;
}
@media (max-width: 479px) {
  .step-1-tickets .header-stepper.hr-after:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .hr-after:after {
    display: none;
  }
}
h2 + dl.dl-horizontal {
  margin-top: 40px;
}
.dl-horizontal dt {
  text-align: left;
  margin-top: 20px;
  text-transform: uppercase;
}
.dl-horizontal dd {
  margin-top: 20px;
  font-size: 12px;
  color: #5E5E5E;
  line-height: 1.5;
}
.attendee-info-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .attendee-info-wrapper {
    display: block;
  }
}
@media (min-width: 480px) {
  .attendee-info-wrapper {
    display: -webkit-box;
    display: flex;
  }
}
@media (max-width: 479px) {
  .attendee-info-wrapper .attendee-card-form {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    margin-bottom: 60px;
  }
  .attendee-info-wrapper .attendee-card-form:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .attendee-info-wrapper .attendee-card-form {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    margin-bottom: 100px;
  }
  .attendee-info-wrapper .attendee-card-form:last-child {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .attendee-info-wrapper .attendee-card-form {
    -webkit-box-flex: 0;
    flex: 0 1 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .attendee-info-wrapper .attendee-card-form {
    -webkit-box-flex: 0;
    flex: 0 1 48%;
    width: 48%;
    margin-right: 4%;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.attendee-info-wrapper .attendee-card-form:nth-child(even) {
  margin-right: 0;
}
.attendee-info-wrapper .attendee-card-form .form-inline .form-group {
  width: 50%;
  margin: 0;
  padding: 0;
}
@media (max-width: 479px) {
  .submission-buttons .button-align-right {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .submission-buttons .button-align-right {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .submission-buttons .button-align-right {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .submission-buttons .btn {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .submission-buttons .btn {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .submission-buttons .btn {
    width: 200px;
    margin-bottom: 0;
  }
}


.fixed-clock {
  position:fixed;
  border:1px solid #CCC;
  opacity: 0;
  z-index:9999;
  top:-40px;
  right:10px;
  background-color:#FFF;
  padding:5px 10px;
  border-radius: 0 0 3px 3px;
  box-shadow:1px 1px 5px #CCC;
  font-size:18px;
  
  border: 1px solid #4CAF50;
  background-color: #4CAF50;
  box-shadow: 0 2px 4px rgba(15, 15, 15, 0.12);
  color: #FFF;
  
  -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.fixed-clock.show-clock {
  opacity: 1;
  top: -2px;
}

.step-1-tickets .seating-chart-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 10px;
}
.step-1-tickets .event-titles h4 {
  margin-top: 0;
}
.step-1-tickets .event-location,
.step-1-tickets .event-date {
  width: 50%;
  display: inline-block;
  float: left;
}
.step-1-tickets .nav.nav-tabs.ticket-type-tabs {
  margin: 50px auto 70px;
  width: 100%;
  max-width: 500px;
  display: block;
}
.step-1-tickets .nav.nav-tabs.ticket-type-tabs li {
  display: inline-block;
  text-align: center;
}
@media (max-width: 479px) {
  .step-1-tickets .main-content-wrapper .main-content {
    padding-top: 25px;
  }
  .step-1-tickets .nav.nav-tabs.ticket-type-tabs li {
    margin: 0 10% 0 0;
    width: 35%;
  }
  .step-1-tickets .nav.nav-tabs.ticket-type-tabs li:last-child {
    margin-right: 0;
    width: 55%;
  }
}
@media (min-width: 480px) {
  .step-1-tickets .nav.nav-tabs.ticket-type-tabs li {
    margin: 0 10% 0 0;
    width: 40%;
  }
}
.step-1-tickets .nav.nav-tabs.ticket-type-tabs li a {
  width: auto;
  display: inline;
  margin: 0 auto;
  font-size: 12px;
  color: #9B9B9B;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 0 6px;
}
.step-1-tickets .nav.nav-tabs.ticket-type-tabs li a:hover {
  background-color: transparent;
}
.step-1-tickets .nav.nav-tabs.ticket-type-tabs li.active a {
  border-bottom: 2px solid var(--brand-color);
  color: #00254A;
}
.step-2-signin h2 {
  margin-bottom: 40px;
}
.step-2-signin p {
  margin: 40px 0;
}
@media (max-width: 479px) {
  .step-2-signin .btn {
    display: block;
  }
}
@media (min-width: 480px) {
  .step-2-signin .btn {
    display: block;
  }
}
@media (min-width: 768px) {
  .step-2-signin .btn {
    display: inline-block;
  }
}
.step-2-signin button[type="submit"],
.step-2-signin a.btn-login,
.step-2-signin a.btn-register,
.step-2-signin a.btn-continue {
  margin: 50px 0;
  display: block;
  width: 100%;
  padding: 15px 0;
}
.step-2-guest h1 {
  margin-bottom: 55px;
}
.step-2-guest h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}
.step-3-billing h2 {
  margin-bottom: 48px;
}
@media (max-width: 479px) {
  .step-3-billing .social-share .main-content {
    padding: 0 0 35px;
  }
}
@media (min-width: 480px) {
  .step-3-billing .social-share .main-content {
    padding: 0 0 35px;
  }
}
@media (min-width: 768px) {
  .step-3-billing .social-share .main-content {
    padding: 35px 0px;
  }
}
@media (min-width: 992px) {
  .step-3-billing .social-share .main-content {
    padding: 35px 0 65px;
  }
}
.step-3-billing .checkbox {
  margin: 0;
  padding: 0;
}
.step-3-billing .checkbox label {
  font-size: 13px;
  vertical-align: middle;
  display: block;
  position: relative;
  width: 100%;
}

.step-3-billing .radio label input:checked + small {
  color: #00254A;
}

.step-3-billing .pm-cc:not(:last-child):before {
  content : "";
  position: absolute;
  left    : 4%;
  width: 95%;
  bottom  : -8px;
  height  : 1px;
  border-bottom:1px solid #EEE;
}
.step-3-billing .pm-cc label {
  width: 100%;
  padding: 0 15px;
}
.step-3-billing .pm-cc small {
  font-size: 14px;
}
.step-3-billing .pm-cc .radio input[type="radio"] {
  display: none;
}
.step-3-billing .pm-cc:not(.pm-cc-sel) .radio input[type="radio"]:checked + small::after {
  content: '';
  border: 1px solid var(--brand-color);
  border-radius: 4px;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  pointer-events: none;
}
.step-3-billing .pm-cc.pm-cc-sel .radio input[type="radio"]:checked + small {
  position: relative;
}
.step-3-billing .pm-cc.pm-cc-sel .radio input[type="radio"]:checked + small::after {
  content: '';
  height: 0;
  width: 100%;
  border-bottom: 1px solid var(--brand-color);
  position: absolute;
  bottom: -10px;
  left: 0;
}
.step-3-billing .pm-cc-sel .radio label {
  padding-left: 0;
}

@media (min-width: 992px) {
  .radio.drop-10 input {
    position: absolute;
    top: 10%;
  }
  .checkbox.drop-25 input {
    position: absolute;
    top: 25%;
  }
}
.step-3-billing .billing-info-h2 {
  margin: 40px auto 20px;
}
@media (max-width: 479px) {
  .step-3-billing .section-header-hr {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .step-3-billing .section-header-hr {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .step-3-billing .section-header-hr {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .step-3-billing .section-header-hr h5 {
    font-size: 10px;
  }
}
@media (min-width: 480px) {
  .step-3-billing .section-header-hr h5 {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .step-3-billing .section-header-hr h5 {
    font-size: 12px;
  }
}
.step-3-billing .section-header-hr + p {
  margin-bottom: 40px;
}
.step-3-billing button[type="submit"],
.step-3-billing a.btn-submit,
.step-3-billing .submit-button-group .btn {
  display: inline-block;
  width: auto;
  margin: 60px auto 60px;
  padding: 15px 40px;
}
.step-4-review .billing-info h2 {
  margin-top: 0;
}
@media (max-width: 479px) {
  .step-3-billing button[type="submit"], .step-3-billing a.btn-submit, .step-3-billing .submit-button-group .btn {
    margin: 10px auto 10px;
  }
  .step-4-review .billing-total label {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 480px) {
  .step-4-review .billing-total label {
    line-height: 20px;
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .step-4-review .billing-total label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .step-4-review .button-wrapper {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .step-4-review .button-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .step-4-review .button-wrapper {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .step-4-review .button-wrapper {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .step-4-review .button-wrapper button[type="submit"],
  .step-4-review .button-wrapper a.btn-submit {
    display: block;
    width: 100%;
    margin: 40px auto 70px;
  }
}
.step-5-finish .main-content-wrapper h2 {
  margin-bottom: 35px;
}
.step-5-finish .main-content-wrapper .social-share {
  margin-top: 40px;
}
.step-5-finish .main-content-wrapper .register-btn .btn {
  display: block;
  width: 100%;
}
.step-5-finish .main-content-wrapper .register-btn .btn {
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .step-5-finish .main-content-wrapper .register-btn {
    text-align: center;
    padding: 20px 15px 20px;
  }
}
@media (min-width: 768px) {
  .step-5-finish .main-content-wrapper .register-btn {
    text-align: right;
    padding: 50px 15px 10px;
  }
}
@media (min-width: 768px) {
  .step-5-finish .main-content-wrapper .register-btn .btn {
    display: inline;
  }
}
.step-5-finish .main-content-wrapper .download-btn {
  padding: 50px 15px 20px;
}
.step-5-finish .main-content-wrapper .download-btn .btn:hover {
  background-color: #0c60ee;
}
@media (max-width: 479px) {
  .step-5-finish .main-content-wrapper .download-btn {
    text-align: center;
    padding: 50px 15px 10px;
  }
}
@media (min-width: 480px) {
  .step-5-finish .main-content-wrapper .download-btn {
    text-align: center;
    padding: 50px 15px 10px;
  }
}
@media (min-width: 768px) {
  .step-5-finish .main-content-wrapper .download-btn {
    padding: 50px 15px 20px;
    text-align: left;
  }
}
@media (max-width: 479px) {
  .step-5-finish .main-content-wrapper .download-btn .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .step-5-finish .main-content-wrapper .download-btn .btn {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .step-5-finish .main-content-wrapper .download-btn .btn {
    display: inline;
  }
}
.step-5-finish .main-content-wrapper .purchase-more-btn {
  text-align: center;
  padding: 0px 15px 30px;
}
.step-5-finish .main-content-wrapper .purchase-more-btn .btn {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .step-5-finish .main-content-wrapper .purchase-more-btn {
    text-align: left;
    padding: 50px 15px 20px;
  }
  .step-5-finish .main-content-wrapper .purchase-more-btn .btn {
    display: inline;
    width: auto;
  }
}
.step-5-finish .main-content-wrapper .digital-pass-btn .btn {
  display: block;
  width: 100%;
}
.step-5-finish .main-content-wrapper .digital-pass-btn .btn {
  box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .step-5-finish .main-content-wrapper .digital-pass-btn {
    text-align: center;
    padding: 20px 15px 20px;
  }
}
@media (min-width: 768px) {
  .step-5-finish .main-content-wrapper .digital-pass-btn {
    text-align: right;
    padding: 50px 15px 10px;
  }
}
@media (min-width: 768px) {
  .step-5-finish .main-content-wrapper .digital-pass-btn .btn {
    display: inline;
  }
}
.step-5-finish .main-content-wrapper .add-to-wallet .btn-add-to-apple-wallet img {
  height: 45px;
  margin-left: 3px;
  margin-right: 3px;
}
.step-5-finish .main-content-wrapper .add-to-wallet .btn-add-to-google-wallet img {
  height: 45px;
  margin-left: 3px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .step-5-finish .main-content-wrapper .add-to-wallet {
    padding: 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .step-5-finish .main-content-wrapper .add-to-wallet {
    padding: 15px 0 15px;
  }
}
.step-5-finish .billing-info .hr-after::after {
  margin-bottom: 70px;
  margin-top: 70px;
}
.step-5-finish .billing-info h2 {
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .step-5-finish .sign-up h2 {
    margin: 0px 0 50px;
  }
}
@media (min-width: 480px) {
  .step-5-finish .sign-up h2 {
    margin: 0px 0 50px;
  }
}
@media (max-width: 767px) {
  .step-5-finish .billing-info .hr-after::after {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .step-5-finish .sign-up h2 {
    margin: 20px 0 50px;
  }
}
.step-5-finish .sign-up p {
  font-size: 16px;
  color: #4D4D4D;
  line-height: 24px;
  margin-bottom: 35px;
}
.step-5-finish .sign-up .remember-me {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .step-5-finish .divider-hr {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  .step-5-finish .divider-hr {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .step-5-finish .divider-hr {
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .step-5-finish .social-register {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  .step-5-finish .social-register {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .step-5-finish .social-register {
    margin-top: 0px;
  }
}
.step-5-finish .social-register .btn-social {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  margin-top: 24px;
  vertical-align: middle;
}
@media (max-width: 479px) {
  .step-5-finish .social-register .btn-social {
    padding: 10px 20px;
  }
}
@media (min-width: 480px) {
  .step-5-finish .social-register .btn-social {
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 890px) {
  .step-5-finish .social-register .btn-social .hide-custom {
    display: none;
  }
}
@media (min-width: 768px) {
  .step-5-finish .social-register .btn-social {
    padding: 10px 10px;
  }
}
@media (min-width: 992px) {
  .step-5-finish .social-register .btn-social {
    color: #4D4D4D;
    background-color: #F2F2F2;
    padding: 10px 10px;
  }
}
@media (min-width: 1200px) {
  .step-5-finish .social-register .btn-social {
    padding: 10px 20px;
  }
}
.step-5-finish .social-register .btn-social .c-icon {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .step-5-finish .social-register .btn-social .c-icon {
    margin-right: 20px;
  }
}
.step-5-finish .social-register .btn-social.btn-facebook:hover {
  background-color: #296FE6;
  color: #fff;
  box-shadow: 0 12px 10px -10px #296FE6;
}
.step-5-finish .social-register .btn-social.btn-twitter:hover {
  background-color: var(--brand-color);
  color: #fff;
  box-shadow: 0 12px 10px -10px var(--brand-color);
}
.step-5-finish .social-register .btn-social.btn-google:hover {
  background-color: #EA4335;
  color: #fff;
  box-shadow: 0 12px 10px -10px #EA4335;
}
.modal-body .promo-code-col {
  width: 100% !important;
}
@media (max-width: 479px) {
  .company-header {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  .company-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .company-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .company-header {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .company-header {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .company-header h1 {
    margin-top: 0;
  }
}
.company-header .facebook-wrapper {
  width: 200px;
  margin: 0 auto;
  display: block;
  height: auto;
}
.company-header .facebook-wrapper iframe {
  max-width: 100%;
}
@media (max-width: 479px) {
  .company-poster {
    margin: 0 -8.3% 30px;
    width: 112.8%;
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .company-poster {
    width: 111.6%;
  }
}
@media (min-width: 480px) {
  .company-poster {
    margin: 0 -8.3% 30px;
    width: 110.8%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .company-poster {
    width: 110.5%;
  }
}
@media (min-width: 768px) {
  .company-poster {
    margin: 0 ;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .event-poster {
    margin: 0 -8.3% 30px;
    /*width: 112.8%;*/
    width: calc(30px + 100%);
  }
}
@media (min-width: 375px) and (max-width: 479px) {
  .event-poster {
    width: 111.6%;
  }
}
@media (min-width: 480px) {
  .event-poster {
    margin: 0 -8.3% 30px;
    width: 110.8%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .event-poster {
    width: 110.5%;
  }
}
@media (min-width: 768px) {
  .event-poster {
    margin: 0 ;
    max-width: 100%;
  }
}
.row-order {
  display: -webkit-box;
  display: flex;
}
@media (max-width: 479px) {
  .row-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media (min-width: 480px) {
  .row-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .row-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
.row-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  align-content: stretch;
}
@media (max-width: 479px) {
  .row-flex {
    display: block;
  }
}
@media (min-width: 480px) {
  .row-flex {
    display: block;
  }
}
@media (min-width: 768px) {
  .row-flex {
    display: -webkit-box;
    display: flex;
  }
}
.fb-row {
  align-item: stretch;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .fb-row {
    display: block;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .fb-row {
    padding: 0 8.33333333%;
    display: -webkit-box;
    display: flex;
  }
}
.fb-col-sm-1 {
  -webkit-box-flex: 1;
          flex: 1 0 8.33333333%;
}
.fb-col-sm-4 {
  -webkit-box-flex: 1;
          flex: 1 0 33.33333333%;
}
.divider-hr {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .divider-hr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin: 40px 0 20px 0;
  }
}
@media (min-width: 480px) {
  .divider-hr {
    margin: 20px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .divider-hr {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.divider-hr .rule {
  background-color: #979797;
  -webkit-box-flex: 1;
          flex: 1 0 40%;
  display: inline-block;
}
@media (max-width: 479px) {
  .divider-hr .rule {
    width: 40%;
    margin-top: 5px;
    height: 1px;
  }
}
@media (min-width: 480px) {
  .divider-hr .rule {
    margin-top: 5px;
    width: 40%;
    height: 1px;
  }
}
@media (min-width: 768px) {
  .divider-hr .rule {
    height: 40%;
    width: 1px;
  }
}
@media (min-width: 768px) {
  .divider-hr .rule:first-child {
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) {
  .divider-hr .rule:last-child {
    margin: 20px auto 0;
  }
}
.divider-hr h4 {
  -webkit-box-flex: 0;
          flex: 0 0 10%;
  margin: 0;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .divider-hr h4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .divider-hr h4 {
    padding: 15px;
  }
}
.action-card {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  min-height: 112px;
  margin-right: 5%;
}
@media (max-width: 479px) {
  .action-card {
    width: 80%;
    display: block;
    margin: 0 auto 30px;
    font-size: 12px;
  }
  .action-card:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .action-card {
    display: block;
    font-size: 12px;
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 768px) {
  .action-card {
    font-size: 10px;
    margin-bottom: 0px;
    margin-right: 1%;
    max-width: 264px;
  }
  .action-card.social-1 {
    min-width: 99%;
  }
  .action-card.social-2 {
    min-width: 49%;
  }
  .action-card.social-3 {
    min-width: 32%;
  }
  .action-card.social-4 {
    min-width: 24%;
  }
}
@media (min-width: 992px) {
  .action-card {
    margin-right: 2%;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .action-card {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .action-card:last-child {
    margin-right: 0;
  }
}
.action-card:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.action-card.facebook-like {
  background-color: #3475E2;
}
.action-card.facebook-like:hover {
  color: #fff;
  background-color: #1c5cc7;
}
.action-card.facebook-like .card-header {
  background-color: #296FE6;
}
.action-card.facebook-share {
  background-color: #3475E2;
}
.action-card.facebook-share:hover {
  color: #fff;
  background-color: #1c5cc7;
}
.action-card.facebook-share .card-header {
  background-color: #296FE6;
}
.action-card.twitter {
  background-color: #00A7E7;
}
.action-card.twitter:hover {
  color: #fff;
  background-color: #0082b4;
}
.action-card.twitter .card-header {
  background-color: var(--brand-color);
}
.action-card.x-twitter {
  background-color: hsl(0deg 0% 15%);
}
.action-card.x-twitter:hover {
  color: #fff;
  background-color: hsl(0deg 0% 0%);
}
.action-card.x-twitter .card-header {
  background-color: hsl(0deg 0% 20%);
}
.action-card.pinterest {
  background-color: #BD081C;
}
.action-card.pinterest:hover {
  color: #fff;
  background-color: #AD000C;
}
.action-card.pinterest .card-header {
  background-color: #CB242A;
}

.action-card.spotify {
  background-color: #0DA440;
}
.action-card.spotify:hover {
  color: #fff;
  background-color: #0D9934;
}
.action-card.spotify .card-header {
  background-color: #1DB954;
}


.action-card.notifications {
  background-color: #F1C40F;
}
.action-card.notifications:hover {
  color: #fff;
  background-color: #E1B400;
}
.action-card.notifications .card-header {
  background-color: #F9D019;
}
.action-card.friendSend {
  background-color: #CFBF75;
}
.action-card.friendSend:hover {
  color: #fff;
  background-color: #BFAF65;
}
.action-card.friendSend .card-header {
  background-color: #DACA80;
}

.action-card.demographics {
  background-color: #739926;
}
.action-card.demographics:hover {
  color: #fff;
  background-color: #638916;
}
.action-card.demographics .card-header {
  background-color: #7EA431;
}

.action-card .card-header {
  width: 100%;
  display: block;
  min-height: 48px;
  border-radius: 10px 10px 0 0;
  padding: 15px 0;
  text-align: center;
  line-height: 16px;
}
.action-card .card-header i {
  font-size: 16px;
}
@media (max-width: 479px) {
  .action-card .card-header i {
    margin-right: 16px;
  }
}
@media (min-width: 480px) {
  .action-card .card-header i {
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .action-card .card-header i {
    margin-right: 3px;
  }
}
@media (min-width: 992px) {
  .action-card .card-header i {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .action-card .card-header i {
    margin-right: 10px;
  }
}
.action-card .card-footer {
  padding: 20px 0px;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 24px;
}
.action-card .card-footer.success {
  vertical-align: middle;
}
.action-card .card-footer.success i {
  font-size: 24px;
  margin-bottom: -10px;
}

.action-card .incentive-confirm p {
  color:#FFF;
  width:95%;
  margin:10px auto;
  text-transform:none;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  padding:5px 5px 0 5px;
  line-height:20px;
  letter-spacing:0;
}

.action-card #charCount {
  font-size:10px;padding-left:5px;
}
.action-card .incentive-confirm textarea {
  padding: 3px 5px;
  width:95%;
  height:50px;
  font:inherit;
}

.action-card .hr-after::after {
  display: block;
  border-bottom: 1px solid #D8D8D8;
  padding: 0;
  width:100%;
  margin-top: 52px;
}

.action-card.facebook-share .hr-after::after {
  margin-top: 15px;
}

.page-listing {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
#ui-datepicker-div .ui-datepicker-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 5px 8px 5px 0px;
}
#ui-datepicker-div .ui-datepicker-prev {
  font-size: 10px;
  margin-top: 5px;
}
#ui-datepicker-div .ui-datepicker-next {
  margin-top: 5px;
  font-size: 10px;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
#ui-datepicker-div .ui-datepicker-calendar th,
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  font-size: 12px;
}
#ui-datepicker-div .ui-datepicker-calendar th a,
#ui-datepicker-div .ui-datepicker-calendar td a {
  padding: 1px 5px;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  font-size: 10px;
  text-transform: uppercase;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: #F4F4FA;
  color: #00254A;
}
#ui-datepicker-div .ui-datepicker-calendar a {
  color: #00254A;
  display: block;
  width: 100%;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar a:hover,
#ui-datepicker-div .ui-datepicker-calendar a:active {
  text-decoration: none;
  background-color: #C1ECFC;
}
#ui-datepicker-div .ui-datepicker-calendar a.ui-state-active {
  background-color: var(--brand-color);
  color: #fff;
  font-weight: 600;
}
.page-listing .event-by-organizer-wrapper {
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-listing .row-sticky-boundary {
    position: relative;
    min-height: 450px;
  }
  .page-listing .col-sticky-filters {
    position: absolute;
    z-index: 1;
  }
  .page-listing .at-bottom .col-sticky-filters {
    bottom: 0;
  }
  .page-listing .at-bottom .sticky-wrapper {
    height: auto !important;
  }
  .page-listing .at-bottom .sticky-filters.stuck {
    position: static;
  }
  .page-listing .event-by-organizer-wrapper {
    margin-left: 25%;
  }
}

.page-my-tickets .main-content {
  padding-top: 20px;
}
/*.page-my-tickets .main-content .nav-tabs {
  border-bottom: 1px solid #EEE;
}
.page-my-tickets .main-content .nav-tabs li {
  white-space: nowrap;
}
.page-my-tickets .main-content .nav-tabs > li > a {
  border-top: 4px solid #FFF;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  width: auto;
  font-size: 16px;
}
.page-my-tickets .main-content .nav-tabs > li.active > a, .page-my-tickets .main-content .nav-tabs > li.active > a:hover, .page-my-tickets .main-content .nav-tabs > li.active > a:focus {
  border-top: 4px solid var(--brand-color);
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #FFF;
}*/

.main-content .nav-tabs.tabs-md {
  border-bottom: 1px solid #EEE;
}
.main-content .nav-tabs.tabs-md li {
  white-space: nowrap;
}
.main-content .nav-tabs.tabs-md > li > a {
  border-top: 4px solid #FFF;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  width: auto;
  font-size: 16px;
}
.main-content .nav-tabs.tabs-md > li.active > a, .main-content .nav-tabs.tabs-md > li.active > a:hover, .main-content .nav-tabs.tabs-md > li.active > a:focus {
  border-top: 4px solid var(--brand-color);
  border-right: 1px solid #EEE;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #FFF;
}


.main-content .nav-tabs.tabs-md > li > a:hover, .main-content .nav-tabs.tabs-md > li > a:focus {
  border-top: 4px solid #BBB;
  background-color: #FFF;
}
.table > thead.rows-no-borders > tr > th, .table > tbody.rows-no-borders > tr > th, .table > tfoot.rows-no-borders > tr > th, .table > thead.rows-no-borders > tr > td, .table > tbody.rows-no-borders > tr > td, .table > tfoot.rows-no-borders > tr > td {
  border-top: none;
}
.page-my-tickets tbody.body-form th {
  width: 200px;
}
.page-my-tickets tbody.body-form th, .page-my-tickets tbody.body-form td {
  height:50px;
  line-height:50px;
}
.page-my-tickets tbody.body-form td .help-block {
  line-height:11px;
}
@media (max-width: 991px) {
  .page-my-tickets .main-content .nav-tabs > li > a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .col-sticky-filters .sticky-wrapper {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .sticky-filters {
    width: 250px;
    margin: 30px 0 0 -50px;
    padding: 22px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
  }
  .sticky-filters.stuck {
    position: fixed;
    /*top: 80px;*/
    top: 116px;
    z-index: 99;
  }
}
.sticky-filters #filter-accordion {
  border: 1px solid #D7D7D7;
}
@media (min-width: 992px) {
  .sticky-filters #filter-accordion {
    border: none transparent;
  }
}
.sticky-filters .filter-heading {
  padding: 0 12px 0;
  margin: -2px 0 0;
  color: #5E5E5E;
  font-weight: normal;
  border: 1px solid #D7D7D7;
  text-transform: none;
  line-height: 50px;
  margin-top: 50px;
}
.sticky-filters .filter-heading a {
  text-decoration: none;
  display: block;
}
.sticky-filters .filter-heading .collapsed i:before {
  content: "\e902";
}
.sticky-filters #filter-collapse-mobile .panel-body {
  padding: 0;
  margin: 0;
}
.sticky-filters .panel.row-open .icon-caret-solid-down:before {
  content: '\e901';
}
@media (min-width: 992px) {
  .sticky-filters .panel-group.collapse {
    display: block !important;
    height: auto !important;
  }
}
.sticky-filters .panel-group .panel-default {
  border-color: transparent;
}
.sticky-filters .panel-group .panel-heading,
.sticky-filters .panel-group .panel-body {
  padding: 10px 10px;
}
.sticky-filters .panel-group .panel-heading {
  display: block;
  color: #9B9B9B;
  text-transform: uppercase;
  background-color: transparent;
  border: none transparent;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
.sticky-filters .panel-group .panel-heading:hover {
  color: #00254A;
}
.sticky-filters .panel-group .panel-heading:hover,
.sticky-filters .panel-group .panel-heading:active,
.sticky-filters .panel-group .panel-heading:focus {
  text-decoration: none;
}
.sticky-filters .panel-group .panel-heading .c-icon {
  color: #4D4D4D;
  float: right;
  font-size: 15px;
  line-height: 12px;
}
.sticky-filters ul.filter-options {
  margin: 0 0 0 10px;
  padding: 0;
}
.sticky-filters ul.filter-options li {
  list-style-type: none;
}
.sticky-filters ul.filter-options li a {
  font-size: 10px;
  color: #727272;
  font-weight: bold;
  line-height: 24px;
}
.sticky-filters ul.filter-options li.active a {
  color: #00254A;
}
.sticky-filters .filter-form {
  padding-left: 10px;
}
.sticky-filters .filter-form label {
  display: block;
  color: #00254A;
  font-weight: normal;
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0;
}
.sticky-filters .filter-form input {
  color: #00254A;
  font-weight: normal;
  font-size: 10px;
  width: 97%;
  margin-left: 10px;
  max-width: 150px;
}
.sticky-filters .filter-form .btn {
  width: 97%;
  max-width: 150px;
  margin-left: 10px;
  text-align: right;
  font-size: 20px;
}

.c-icon.animate {
  display: inline-block;
    -animation: spin 1.4s infinite linear;
    -webkit-animation: spin2 1.4s infinite linear;
}
.c-icon.rotate90 {
  display: inline-block;
    -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.c-icon.rotate180 {
  display: inline-block;
    -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

body {
  min-width: 300px;
}
@media (max-width: 479px) {
  body {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  body {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  body {
    background-color: #F4F4FA;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 150px;
  }
}
@media (max-width: 479px) {
  body.event-detail-page {
    margin-bottom: 70px;
  }
}
@media (min-width: 480px) {
  body.event-detail-page {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  body.event-detail-page {
    margin-bottom: 0px;
  }
}
.container {
  display: block;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 840px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1278px;
  }
}
.main-content {
  background: #fff;
}
@media (max-width: 479px) {
  .main-content {
    margin: 0px auto 0px;
    width: 100%;
    padding: 25px 0px;
  }
}
@media (min-width: 480px) {
  .main-content {
    margin: 0px auto 0px;
    width: 100%;
    padding: 35px 0px;
  }
}
@media (min-width: 768px) {
  .main-content {
    margin: 0px auto 0px;
    width: 100%;
    padding: 35px 0px;
  }
}
@media (min-width: 992px) {
  .main-content {
    margin: 40px auto 80px;
    width: 900px;
    padding: 35px 0 65px;
  }
}
@media (min-width: 1200px) {
  .main-content {
    margin: 70px auto 80px;
    width: 1130px;
  }
}
.row-facebook {
  margin-top: 40px;
}
.row-facebook div {
  text-align:center;
}
@media (min-width: 992px) {
  .row-facebook {
    display: none;
  }
}
footer {
  padding: 50px 0;
  border-top: 4px solid var(--brand-color);
  background-color: #fff;
}
@media (min-width: 992px) {
  footer {
    border-top: 0px solid transparent;
  }
}
footer .logo-footer {
  width: 128px;
  height: 32px;
}
/*@media (min-width: 992px) {
  footer .logo-footer {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  footer .logo-footer {
    width: auto;
  }
}*/
footer h4 {
  border-top: 2px solid var(--brand-color);
  font-weight: bold;
  color: #00254A;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 0 10px;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  line-height: 2.2;
}
footer ul a {
  color: #4A4A4A;
}
footer ul a:hover {
  color: var(--brand-color);
}
footer address {
  margin-top: 35px;
  color: #4A4A4A;
}
footer .contact-info {
  font-weight: bold;
  font-size: 12px;
}
footer .copyright {
  font-size: 12px;
  color: #9B9B9B;
  margin-top: 40px;
}
footer ul li {
  line-height: 1;
  margin-bottom: 20px;
}
footer ul li a {
  line-height: 1;
}
footer .links-social {
  margin-top: 30px;
}
footer .links-social li {
  margin-bottom: 25px;
}
footer .links-social li:last-child {
  margin: 0;
}
footer .links-social a {
  display: block;
  font-size: 24px;
  fill: #5E5E5E;
}
footer .links-social a:hover {
  fill: var(--brand-color);
}
footer .links-social .icon-x-twitter {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/ui/images/app/x-twitter.svg);
  background-size: cover;
}
footer .links-social a:hover .icon-x-twitter,
footer .links-social a:focus .icon-x-twitter {
  filter: invert(55%) sepia(37%) saturate(1293%) hue-rotate(156deg) brightness(96%) contrast(102%);
}

footer .footer-links {
   border-top:1px solid #DDD;
   border-bottom:1px solid #DDD;
   margin-top:15px;
}
footer ul.nav-horizontal  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
footer ul.nav-horizontal li {
  display: block;
    float: left;
  font-size: 12px;
    text-align: center;
    padding: 14px 10px;
  margin: 0;
}
footer ul.nav-horizontal li:first-child {
  padding-left:0;
}
footer ul.nav-horizontal li a {
    text-decoration: none;
}

footer.footer-mini {
  padding-top: 40px;
  padding-bottom: 30px;
}
footer.footer-mini .copyright {
  margin-top: 15px;
  margin-bottom: 10px;
}
footer.footer-mini .nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent;
}
footer.footer-mini .subtext {
  font-size: 12px;
  color: #9B9B9B;
  margin-top: 10px;
  margin-bottom: 10px;
}
footer.footer-mini .subtext a {
  color: #8B8B8B;
}

details {position:fixed;z-index: 999999;animation: cookie-slide .4s cubic-bezier(.4,.1,.1,1) forwards;background: #FFF;color: #333;font-size: 12px;line-height: 18px;border: 1px solid #d6dde3;box-shadow: 0 10px 30px -10px rgba(0,0,0,.3),0 20px 0 -15px #1c5d8a inset!important;max-width:100%;width:100%;bottom:0;left:0;border-radius:0;padding: 5px 0 0 0;}
details summary > * {text-align:center;vertical-align:middle;}
details:not([open]) {display:none;}
details p {margin:15px 0;font-size:13px;color:#424242;}
details summary {display:none;font-weight:400;font-size:16px;margin:10px 0;}
details summary .close-marker {position:absolute;top:0;right:0;}
details summary::-webkit-details-marker {display:none;}
details summary .icon-close {cursor: pointer;}
details summary span {margin:0 20px 0 20px;font-size:34px;color:#333;font-weight:bolder;}
details summary img {height:40px;}
details .btn {margin: 14px 0 0 5px;font-weight:400;padding: 6px 9px;text-transform: none;color:#1c5d8a;border:1px solid #1c5d8a;letter-spacing: 0.5px;float: right;}
details .btn:hover {background-color: #2c6d9a !important;}
@media (max-width:669px){details {width: calc(100% - 30px)}}
@media (max-width:991px){details .btn {float: none;margin: -5px 0 9px 5px;} details .btn:first-of-type {margin-left:0;} details div {text-align:center;}}


.hr {
  width: 100%;
  display: block;
  border-bottom: 1px solid #D8D8D8;
}
.details-hidden {
  display: none;
}

@media (max-width: 479px) {
  .hr {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 480px) {
  .hr {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .hr {
    padding: 0 0 35px;
    margin-bottom: 35px;
    margin-right: -15px;
    width: 103.3%;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .hr {
    width: 103.5%;
  }
}
@media (min-width: 1200px) {
  .hr {
    width: 102.8%;
  }
}
.icon-rotate-90::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.icon-rotate-180::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon-rotate-270::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.modal-fixed-height .modal-body {
  height: 500px;
  overflow-y: auto;
}
@media (max-width: 479px) {
  .modal-fixed-height .modal-body {
    height: 400px;
    overflow-y: auto;
  }
}
.modal-header {
  border-bottom: 1px solid #D8D8D8;
}
.modal-footer .form-footer {
  text-align: left;
}
.modal .ticket-options-wrapper .ticket-type-row .ticket-count-input input {
  margin-left: 50px;
}
div.ui-datepicker {
  padding: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
  background-color: #FFF;
}
div.ui-datepicker table.ui-datepicker-calendar th,
div.ui-datepicker table.ui-datepicker-calendar td {
  padding: 3px;
}
.responsive-cheatsheet {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  padding: 2px 4px;
  background-color: red;
  color: white;
  font-weight: bold;
}
@media (max-width: 479px) {
  .responsive-cheatsheet:after {
    content: 'XXS';
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .responsive-cheatsheet:after {
    content: 'XS';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-cheatsheet:after {
    content: 'SM';
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-cheatsheet:after {
    content: 'MD';
  }
}
@media (min-width: 1200px) {
  .responsive-cheatsheet:after {
    content: 'LG';
  }
}
.tags-list > a {
  float:right;
  line-height:37px;
}
.tags-list span.tag {
  border: 1px solid #a5d24a;
  display: block;
  float: left;
  padding: 0 8px;
  background: #cde69c;
  color: #638421;
  margin: 5px 5px 5px 5px;
  line-height: 25px;
  font-size: 13px;
  white-space:nowrap;
  border-radius:2px;
}
.tags-list span.tag a {
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
  font-size: 13px;
  margin-left:8px;
  line-height:17px;
  vertical-align:text-top;
}
.clear {
  clear: both;
  float: none;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-25 {
  margin-top: 25px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-right-25 {
  margin-right: 25px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-25 {
  margin-left: 25px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-50 {
  margin-bottom: 50px;
}
@media (min-width: 480px) {
  .margin-top-15-xs {
    margin-bottom: 15px;
  }
  .margin-bottom-15-xs {
    margin-bottom: 15px;
  }
  .margin-bottom-30-xs {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .margin-bottom-15-sm {
    margin-bottom: 15px;
  }
  .margin-bottom-30-sm {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .margin-sides-xs-0 {
    margin-left: 0;
    margin-right: 0;
  }
}
.select-caret-down:before {
  position: absolute;
  right: 8px;
  top: 11px;
  font-family: Xorbia;
  font-size: 20px;
  color: #666A73;
  content: "\e907";
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.align-right {
  float: right;
}
.padding-5 {
  padding:5px;
}
.padding-0 {
  padding:0;
}
.padding-bottom-35 {
  padding-bottom: 35px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.aspect-ratio-16-10, .aspect-ratio-8-5 {
  position:relative;
  overflow:hidden;
  padding-bottom:62.5% !important;
}
.aspect-item {
  position:absolute;
  top:0;
  left:0;
}
.content-gradiant {
  background: transparent;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 255, 255, 1) 100%
  );
}

.col-xs-half-padding {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.col-xs-half-padding-left {
  padding-left: 7.5px;
}

.col-xs-half-padding-right {
  padding-right: 7.5px;
}

@media (min-width: 768px) {
  .col-sm-half-padding {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-half-padding-left {
    padding-left: 7.5px;
  }
  .col-sm-half-padding-right {
    padding-right: 7.5px;
  }
  .col-sm-no-padding-left {
    padding-left: 0;
  }
  .col-sm-no-padding-right {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .col-md-half-padding {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-half-padding-left {
    padding-left: 7.5px;
  }
  .col-md-half-padding-right {
    padding-right: 7.5px;
  }
  .col-md-no-padding-left {
    padding-left: 0;
  }
  .col-md-no-padding-right {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .event-by-organizer.listing .event-card.category .details h4 {
    margin: 15px 0 0 0;
  }
  .event-by-organizer.listing .event-card.category .details a {
    color: var(--brand-color-dark);
  }
  .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    width: calc(60% - 5px);
    margin-right: 5px;
  }
  .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock {
    width: 40%;
  }
  .top-bar-content .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    max-width: 150px;
  }
  .event-description h1 {
    font-weight: normal !important;
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .event-description h2 {
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .event-description h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .event-description h4,
  .event-description h5 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 768px) {
  .brand-default.step-1-tickets,
  .brand-default.step-2-signin,
  .brand-default.step-3-billing,
  .brand-default.step-4-review,
  .brand-default.step-5-finish {
    padding-top: 36px;
  }
  .brand-default.step-1-tickets nav.navbar,
  .brand-default.step-2-signin nav.navbar,
  .brand-default.step-3-billing nav.navbar,
  .brand-default.step-4-review nav.navbar,
  .brand-default.step-5-finish nav.navbar {
    display: none;
  }
  .brand-default.step-1-tickets .main-content,
  .brand-default.step-2-signin .main-content,
  .brand-default.step-3-billing .main-content,
  .brand-default.step-4-review .main-content,
  .brand-default.step-5-finish .main-content {
    padding: 15px 0;
  }
  .brand-default.section-checkout .header-stepper .header-title {
    height: 36px;
    min-width: 144px;
    background-image: url(/ui/fe/images/logos/bt-logo-light.min.svg);
    background-size: 144px 36px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }
  .brand-default.section-checkout .header-stepper .header-title h2 {
    display: none;
  }
  .brand-default.section-checkout .ticket-types-catalog .item-type-title {
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    color: #00254A;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .brand-default.section-checkout .ticket-types-catalog .ticket-type-header:first-child {
    margin: 15px 0 30px;
  }
  .brand-default.section-checkout .ticket-types-catalog .ticket-type-header h5 {
    font-weight: 600;
  }
  .section-checkout .ticket-type-header:after {
    height: 2px;
  }
  .brand-default.section-checkout .header-stepper .header-title {
    width: 144px;
    flex: 0 0 auto;
  }
  .brand-default.section-checkout .header-stepper .stepper-progress-wrapper {
    width: calc(96% - 216px);
    flex: 0 0 auto;
  }
  .brand-default.section-checkout .header-stepper .countdown-timer-clock-wrapper {
    width: 72px;
    flex: 0 0 auto;
  }
  .brand-default.section-checkout .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    display: none;
  }
  .brand-default.section-checkout .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock {
    width: 72px;
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .brand-default.step-1-tickets,
  .brand-default.step-2-signin,
  .brand-default.step-3-billing,
  .brand-default.step-4-review,
  .brand-default.step-5-finish {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .brand-default.step-1-tickets .event-titles h1 {
    font-size: 24px;
    margin-top: 15px;
  }
  .brand-default.step-1-tickets .event-titles + hr {
    margin: 15px 0 5px;
  }
  .brand-default.step-1-tickets .main-content,
  .brand-default.step-2-signin .main-content,
  .brand-default.step-3-billing .main-content,
  .brand-default.step-4-review .main-content,
  .brand-default.step-5-finish .main-content {
    margin: 30px auto;
    padding: 30px 0;
  }
  .brand-default.section-checkout .header-stepper .stepper-progress-wrapper {
    width: calc(96% - 366px);
  }
  .brand-default.section-checkout .header-stepper .countdown-timer-clock-wrapper {
    width: 222px;
  }
  .brand-default.section-checkout .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    display: block;
    width: 145px;
    margin-right: 5px;
  }
  .brand-default.section-checkout .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock {
    width: 72px;
  }
}

.sticky-filters .filter-heading {
  font-size: 14px;
  font-weight: 600;
  background: #fff;
  margin-top: 0;
}

.sticky-filters .filter-heading a {
  color: #00254A;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sticky-filters #filter-accordion {
  border-top: 0;
  margin-bottom: 0;
}

.sticky-filters .panel-group .panel-heading {
  color: #737373;
}

.sticky-filters ul.filter-options li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.sticky-filters ul.filter-options li a {
  font-size: 12px;
  font-weight: 600;
  color: #555;
}

.sticky-filters .filter-form {
  padding-left: 0;
}

.sticky-filters .filter-form label {
  font-size: 12px;
}

.sticky-filters .filter-form input {
  margin-left: 0;
}

.sticky-filters .filter-form .btn {
  margin-left: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  font-size: 16px;
  padding: 5px 10px;
  position: relative;
}

.sticky-filters .filter-form .btn:before {
  content: 'Apply';
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.sticky-filters .filter-form .left-inner-addon i {
  left: 5px;
}

@media (min-width: 992px) {
  .col-sticky-filters {
    margin-top: -30px;
  }
  .sticky-filters ul.filter-options {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  nav.navbar .navbar-nav {
    margin: 10px -15px 15px;
  }
  nav.navbar .navbar-nav > li > a {
    padding: 10px 40px;
  }
  nav.navbar .navbar-nav .dropdown-menu > li > a {
    padding: 8px 40px 8px 70px;
  }
  nav.navbar .navbar-form {
    margin: 0;
    padding: 15px 25px;
  }
  nav.navbar .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
  nav.navbar .dropdown-selector {
    margin-left: 15px;
  }
  nav.navbar .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    background-color: #f8f8f8;
    box-shadow: none;
    display: block;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    -webkit-transition: padding .5s, max-height .5s;
    -moz-transition: padding .5s, max-height .5s;
    -o-transition: padding .5s, max-height .5s;
    transition: padding .5s, max-height .5s;
  }
  nav.navbar .navbar-nav .dropdown-menu > li > a {
    color: #999;
    line-height: 20px;
  }
  nav.navbar .navbar-nav .dropdown.open {
    background-color: #0d8bcd;
  }
  nav.navbar .navbar-nav .dropdown.open > a {
    color: #fff;
  }
  nav.navbar .navbar-nav .dropdown.open > a:hover, nav.navbar .navbar-nav .dropdown.open > a:focus {
    color: #eee;
    background-color: transparent;
  }
  nav.navbar .navbar-nav .dropdown.open .dropdown-toggle i {
    color: #fff;
  }
  nav.navbar .navbar-nav .dropdown.open > .dropdown-menu {
    padding-top: 5px;
    padding-bottom: 30px;
    max-height: 750px;
    display: block;
    border-radius: 0;
    border-width: 0;
    background-color: #0d8bcd;
  }
  nav.navbar .navbar-nav .dropdown.open > .dropdown-menu a {
    color: #fff;
  }
  nav.navbar .navbar-nav .dropdown.open > .dropdown-menu a:hover, nav.navbar .navbar-nav .dropdown.open > .dropdown-menu a:focus {
    color: #eee;
    background-color: #0c7ab6;
  }
  nav.navbar .navbar-nav .dropdown > a:hover {
    color: #777;
    background: transparent;
  }
  .brand-default nav.navbar .navbar-header {
    padding-left: 0;
  }
  .brand-default nav.navbar .navbar-brand {
    padding-left: 25px;
  }
  .page-listing .tags-list {
    margin-top: 20px;
  }
  .page-listing .tags-list.margin-top-0 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  nav.navbar .navbar-nav > li > a {
    padding: 10px 25px;
  }
  nav.navbar .navbar-nav .dropdown-menu > li > a {
    padding: 8px 25px 8px 55px;
  }
  nav.navbar .navbar-form {
    margin: 0;
    padding: 15px 10px;
  }
  .brand-default nav.navbar {
    min-height: 60px;
  }
  .brand-default nav.navbar .dropdown-selector {
    margin-top: 10px;
    margin-left: 15px;
  }
  .brand-default nav.navbar .navbar-toggle {
    margin: 13px 0;
  }
  .brand-default nav.navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: 60px;
    height: 60px;
  }
  .brand-default nav.navbar .navbar-brand img {
    height: 28px !important;
    margin-top: 0;
  }
  .home nav.navbar .nav-content,
  .page-login nav.navbar .nav-content,
  .page-listing nav.navbar .nav-content,
  .page-calendar nav.navbar .nav-content,
  .brand-default.section-checkout nav.navbar .nav-content {
    box-shadow: 0 4px 8px -3px rgba(15, 15, 15, 0.09);
  }
  .page-login .main-content-wrapper .main-content,
  .page-listing .main-content-wrapper .main-content,
  .page-calendar .main-content-wrapper .main-content {
    background: #fcfcfc;
  }
  .brand-custom.page-listing nav.navbar {
    min-height: 80px;
  }
  .brand-custom.page-listing nav.navbar .navbar-brand {
    min-height: 80px;
  }
  .brand-custom.page-listing nav.navbar .nav-content {
    box-shadow: none;
  }
  .brand-custom.page-listing .main-content-wrapper .main-content {
    background: #fff;
  }
  .modal-full-screen .modal-dialog {
    margin: 0;
    height: 100%;
  }
  .modal-full-screen .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .modal-full-screen .modal-content form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .modal-full-screen .modal-header {
    padding: 15px;
  }
  .modal-full-screen .modal-header .modal-title {
    font-size: 20px;
  }
  .modal-full-screen .modal-body {
    flex-grow: 1;
  }
  .modal-full-screen .modal-body > .ticket-type-header:first-child.divider {
    display: none;
  }
  .modal-full-screen .modal-body .ticket-options-wrapper .ticket-type-row {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .modal-full-screen .modal-body .ticket-options-wrapper .ticket-type-row:not(:last-child) {
    margin-bottom: 0;
  }
  .modal-full-screen .modal-footer .form-footer {
    padding: 0 15px 15px;
  }
  .modal-full-screen .modal-footer .form-footer a.btn.btn-submit {
    margin-top: 10px;
  }
  .modal-full-screen .modal-footer .form-footer .form-group-delivery-method {
    display: none;
  }
  .modal-full-screen .modal-footer .form-footer .waiver-link {
    margin: 15px 0 5px;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-info .ticket-title,  {
    padding-left: 0;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-info .ticket-rules {
    padding-left: 0;
  }
  .ticket-options-wrapper .ticket-type-row .ticket-info .btn-more-less {
    margin-left: 0;
  }
  .checkout-title {
    margin: 10px 0 0 15px;
    color: #4D4D4D;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
  }
  .brand-default.step-1-tickets .checkout-titles,
  .brand-default.step-2-signin .checkout-titles,
  .brand-default.step-3-billing .checkout-titles,
  .brand-default.step-4-review .checkout-titles {
    display: inline-block !important;
  }
  .brand-default.step-1-tickets .dropdown-selector,
  .brand-default.step-1-tickets .checkout-title,
  .brand-default.step-2-signin .dropdown-selector,
  .brand-default.step-2-signin .checkout-title,
  .brand-default.step-3-billing .dropdown-selector,
  .brand-default.step-3-billing .checkout-title,
  .brand-default.step-4-review .dropdown-selector,
  .brand-default.step-4-review .checkout-title {
    display: none;
  }
  .brand-default.step-1-tickets .checkout-title-tickets {
    display: block;
  }
  .brand-default.step-2-signin .checkout-title-checkout,
  .brand-default.step-3-billing .checkout-title-checkout,
  .brand-default.step-4-review .checkout-title-checkout {
    display: block;
  }
  .brand-default.section-checkout .header-stepper .main-content {
    background-color: #fcfcfc;
  }
  .top-bar-content .countdown-timer-clock-wrapper .countdown-timer-clock {
    font-size: 20px;
    margin-top: 4px;
  }
  .header-stepper.hr-after:after {
    height: 0;
    margin-bottom: 0;
  }
  .header-stepper .main-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-stepper .stepper-progress-wrapper .stepper-progress {
    margin: 10px 0;
  }
  .header-stepper .stepper-progress-wrapper .stepper-progress .step a,
  .header-stepper .stepper-progress-wrapper .stepper-progress .step span {
    border-radius: 14px;
    line-height: 24px;
    width: 28px;
    letter-spacing: 0;
  }
  .header-stepper .stepper-progress-wrapper .stepper-progress .step.active .after {
    display: none;
  }
  /*.header-stepper .stepper-progress-wrapper .stepper-progress .step.active a,
  .header-stepper .stepper-progress-wrapper .stepper-progress .step.active span {
    background-color: var(--brand-color);
    color: #fff;
  }*/
  .formCarousel-back {
    position: absolute;
    font-size: 20px;
  }
  .incentives .main-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .incentives .form-login {
    padding-top: 15px;
    padding-bottom: 80px;
  }
  .incentives .ask-login {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .incentives .ask-login h4 {
    font-size: 11px;
  }
  .ticket-types-catalog .main-content,
  .social-share .main-content,
  .order-summary .main-content {
    padding: 15px 0;
  }
  .step-1-tickets .event-titles h1 {
    margin-top: 0;
  }
  .step-1-tickets .form-footer {
    padding: 10px 25px 25px;
  }
  .step-1-tickets .form-footer a.btn.btn-submit {
    margin-top: 10px;
  }
  .step-3-billing .incentives + section .main-content {
    padding-top: 0;
  }
  .step-3-billing .header-stepper + section .main-content {
    padding-top: 15px;
  }
  .step-3-billing .header-stepper + .incentives .main-content {
    padding-top: 0;
  }
  .step-3-billing section h2 {
    margin-bottom: 20px;
  }
  .step-3-billing .billing-info-h2 {
    margin: 20px auto;
  }
  .step-3-billing .checkbox label {
    margin-top: 0;
  }
  .step-3-billing .section-header-hr {
    margin: 0;
    padding-top: 15px;
  }
  .step-3-billing .section-header-hr h5 {
    font-size: 11px;
  }
  .step-4-review .section-header-hr {
    margin: 30px 0 20px;
  }
  .step-4-review .section-header-hr h5 {
    font-size: 11px;
  }
  .step-4-review .billing-info .disabled-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .step-4-review .billing-info .disabled-data {
    margin-bottom: 15px;
  }
  .step-5-finish .section-header-hr {
    margin: 30px 0 20px;
  }
  .step-5-finish .section-header-hr h5 {
    font-size: 11px;
  }
  .step-5-finish .billing-info .disabled-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .step-5-finish .billing-info .disabled-data {
    margin-bottom: 15px;
  }
  .step-5-finish .main-content-wrapper h2 {
    margin-bottom: 30px;
  }
  .step-5-finish .main-content-wrapper .social-share-top {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .step-5-finish .main-content-wrapper .get-the-app-top {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .step-5-finish .main-content-wrapper .action-buttons-top .download-btn {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-checkout .form-group-label {
    background-color: #fff;
    margin: 15px 0 10px 10px;
    padding: 0 5px;
    font-size: 10px;
    position: relative;
    z-index: 2;
  }
  .section-checkout .form-group-label + .form-group-row,
  .section-checkout .form-group-label + .form-control {
    margin-top: -18px;
  }
  .section-checkout .form-group-label.no-indent {
    margin-left: 0;
    padding-left: 0;
  }
  .section-checkout .form-group {
    margin-bottom: 15px;
  }
  .section-checkout .form-group.has-error > .help-block {
    margin-bottom: 0;
  }
  .section-checkout .form-group + .form-group .form-group-label,
  .section-checkout .form-group-row + .form-group-row .form-group-label,
  .section-checkout .form-group + .form-group-row .form-group-label,
  .section-checkout .form-group-row + .form-group .form-group-label {
    margin-top: 0;
  }
  .order-summary .table-card-wrapper {
    margin-top: 15px;
  }
  .order-summary .table.table-summary {
    margin: 15px auto;
  }
  .order-summary .table.table-summary tbody th {
    padding-right: 0;
  }
  .order-summary .table.table-summary tbody td {
    padding-left: 0;
  }
  .order-summary .table.table-summary tbody th,
  .order-summary .table.table-summary tbody td {
    min-height: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .order-summary .table.table-summary tbody tr:first-child th,
  .order-summary .table.table-summary tbody tr:first-child td {
    padding-top: 25px;
  }
  .order-summary .table.table-summary tbody tr:last-child th,
  .order-summary .table.table-summary tbody tr:last-child td {
    padding-bottom: 25px;
  }
  .payment-info .nav-tabs {
    margin-top: 15px;
  }
  .ticket-type-header:first-child {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ticket-type-header:first-child.divider {
    margin-top: 10px;
  }
  .event-description h1 {
    font-weight: 300 !important;
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .event-description h2 {
    font-weight: 300 !important;
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .event-description h3,
  .event-description h4,
  .event-description h5 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .place-order-top p, .place-order-bottom p {
    font-size: 12px;
    margin: 15px 0 0;
  }
  .place-order-top .button-wrapper a.btn-submit, .place-order-bottom .button-wrapper a.btn-submit {
    margin: 15px 0 30px;
  }
  .place-order-bottom .button-wrapper a.btn-submit {
    margin-bottom: 40px;
  }
  .sticky-bottom-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 15px 15px;
    z-index: 99;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.12);
  }
  .sticky-bottom-panel .btn {
    margin: 0;
    padding: 15px 0;
    width: 100%;
  }
  .page-calendar .event-discovery {
    margin-top: 30px;
  }
  .event-by-organizer.listing .event-card {
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
  }
  .event-by-organizer.listing .event-card .image-link {
    max-width: 50%;
  }
  .event-by-organizer.listing .event-card .details {
    box-shadow: inset 4px 0 2px -4px rgba(0, 0, 0, 0.12);
    background: #f0f2f4;
  }
  .event-by-organizer.listing .event-card .details:before {
    box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.12);
    background: #f0f2f4;
    width: 14px;
  }
  .event-by-organizer.listing .event-card .details h6,
  .event-by-organizer.listing .event-card .details h6 a {
    line-height: 18px;
  }
  .event-by-organizer.listing .event-card .details-mobile {
    border: 0;
    border-top: 1px solid #e1e1e1;
    background: #fff;
  }
  .event-by-organizer.listing .event-card .details-mobile h6 {
    font-size: 11px;
  }
  .event-by-organizer.listing .event-card .ctas {
    border: 0;
    border-top: 1px solid #e1e1e1;
  }
  .event-by-organizer.listing .event-card .ctas a {
    color: var(--brand-color-dark);
    background-color: #fff;
    font-weight: bold;
    border-bottom: 0;
  }
  .event-by-organizer.listing .event-card.category .image-link {
    max-width: 100%;
    height: 120px;
  }
  .event-by-organizer.listing .event-card.category .details {
    display: none;
  }
}

@media (max-width: 479px) {
  .modal-full-screen .modal-body .ticket-options-wrapper .ticket-type-row {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .modal-full-screen .modal-body .ticket-options-wrapper .ticket-type-row .ticket-info .ticket-title {
    font-size: 16px;
  }
  .modal-full-screen .modal-body .ticket-options-wrapper .ticket-type-row .ticket-info .ticket-rules {
    font-size: 11px;
  }
  .modal-full-screen .modal-body .ticket-options-wrapper .ticket-type-row .ticket-section-data {
    font-size: 14px;
  }
  .modal-full-screen .modal-body .ticket-options-wrapper .ticket-type-row .ticket-count-input .form-control {
    padding: 0 12px;
    height: 40px;
  }
  .ticket-type-header {
    margin: 30px 0 15px;
  }
  .header-stepper .countdown-timer-clock-wrapper {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .header-stepper .countdown-timer-clock-wrapper.hide-clock {
    margin-top: -84px;
    opacity: 0;
  }
  .section-checkout input[type=text],
  .section-checkout input[type=password],
  .section-checkout input[type=tel],
  .section-checkout input[type=email] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    padding: 10px;
    line-height: 20px;
    outline: none;
  }
  .section-checkout select,
  .page-calendar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/ui/fe/images/down-arrow.png) no-repeat right center;
    background-color: #fff;
    outline: none;
  }
  .step-1-tickets .form-footer {
    padding: 10px 15px 25px;
  }
  .step-5-finish .billing-info .main-content {
    padding-bottom: 0;
  }
  .step-5-finish .hr-after:after {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .step-5-finish .like-us h2 {
    margin-bottom: 30px;
  }
  .step-5-finish .like-us-wrapper .like-us-card:last-child {
    padding-bottom: 0;
  }
  .step-5-finish .sign-up .main-content {
    padding-top: 0;
  }
  .step-5-finish .sign-up h2 {
    margin-bottom: 30px;
  }
  .event-by-organizer.listing .event-card .image-link {
    max-width: 208px;
  }
  .home .header-banner .main-content {
    background-color: #fcfcfc;
  }
  .home .main-content-wrapper .main-content {
    background: #fcfcfc;
  }
  .home .event-list-events-wrapper .event-list-events > .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .home .event-list-events-wrapper .event-list-events .event-card {
    max-width: none;
    box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.12);
  }
  .home .event-list-events-wrapper .event-list-events .event-card .details {
    font-size: 10px;
  }
  .home .event-list-events-wrapper .event-list-events .event-card .details h6 {
    font-size: 1.2rem;
  }
  .home .event-list-events-wrapper .event-list-events .event-card .details h5 {
    font-size: 1.6rem;
  }
  .home .event-list-events-wrapper .event-list-events .event-card .details p {
    font-size: 1.4rem;
  }
}

.event-detail-page .event-poster-wrapper {
  text-align: center;
  background-color: #fff;
}

@media (max-width: 991px) {
  .event-detail-page .event-titles h4 {
    line-height: 18px;
  }
  .event-detail-page .event-detail-tabs {
    padding: 0 calc(8.33333333% + 15px);
  }
  .event-detail-page .event-detail-tab-content {
    min-height: 125px;
  }
  .event-detail-page .event-detail-tab-content .tab-pane {
    padding: 15px calc(8.33333333% + 15px);
  }
  .event-detail-page .event-detail-tab-content .tab-pane .tab-link {
    color: #333333;
  }
}

@media (max-width: 767px) {
  .event-detail-page .main-content {
    padding-top: 0;
  }
  .event-detail-page .event-poster-wrapper {
    background-color: #e1e1e1;
  }
  .event-detail-page .event-poster {
    top: 0;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    margin: 0;
  }
  .event-detail-page .fb-like {
    top: 0;
    margin: 15px 10px;
  }
  .event-detail-page .event-titles {
    min-height: 0;
    padding-bottom: 25px;
  }
  .event-detail-page .event-description {
    padding-bottom: 25px;
  }
  .event-detail-page .event-company-details-wrapper {
    margin-top: 0;
  }
  .event-detail-page .event-detail-tabs {
    padding: 0 15px;
  }
  .event-detail-page .event-detail-tab-content .tab-pane {
    padding: 15px;
  }
}

.navbar-top-bar > li > a:hover {
  background: #7c7d83;
  color: #efefef;
}

.tags-list span.tag {
  margin: 5px 10px 5px 0px;
  border-top: 1px solid #cde69c;
  border-left: 1px solid #cde69c;
  border-radius: 0;
}

.tags-list span.tag a {
  line-height: 19px;
}

footer .contact-info a {
  color: var(--brand-color);
}

footer .contact-info a:hover {
  color: var(--brand-color-dark);
}

.form-group-card-number {
  position: relative;
}

.form-group-card-number .card-type-hint {
  position: absolute;
  top: 20px;
  right: 10px;
}

.form-group-card-number .card-type-hint img {
  height: 28px;
}

@media (min-width: 768px) {
  .form-group-card-number .card-type-hint {
    top: 38px;
  }
}

@media (max-width: 991px) {
  .page-calendar .company-poster,
  .page-listing .company-poster {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.embed-app .top-bar-content,
.embed-app .nav-container,
.embed-app footer {
  display: none;
}

.embed-app.step-2-signin .switch-user {
  display: none;
}

@media (max-width: 767px) {
  .embed-app .fixed-clock {
    display: none !important;
  }
  .embed-app .header-stepper .main-content {
    padding-top: 20px;
  }
  .embed-app .header-stepper .header-title,
  .embed-app .header-stepper .stepper-progress-wrapper {
    display: none;
  }
  .embed-app .header-stepper .countdown-timer-clock-wrapper {
    display: block !important;
    margin: 0;
    padding: 0 12px;
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .embed-app .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock-label {
    display: none !important;
  }
  .embed-app .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    width: auto;
  }
  .embed-app .header-stepper .countdown-timer-clock-wrapper .countdown-timer-clock:before {
    content: 'Time Left ';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: bold;
  }
}


.flex-horizontal { display: flex; flex-direction: row; }
.flex-vertical { display: flex; flex-direction: column; }
.flex-initial { flex: 0 1 auto; }
.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
/*.flex-none { flex: none; }*/

.event-message {
  text-align: center;
  padding: 8px;
  background: #f9f9ff;
  color: #00254A;
  font-weight: bold;
  position: relative;
  z-index: 20;
}

.step-1-tickets-seats > .top-bar-content > .row > .col-md-offset-1 {
  margin-left: 0;
}

/* Header Bar*/
.step-1-tickets-seats .header-bar {
  background: #fff;
  height: 64px;
  width: 100vw;
}
.step-1-tickets-seats .header-bar .header-bar-inner {
  display: flex;
  align-items: center;
  height: 61px;
  padding: 0 8px;
  box-shadow: 0px 2px 2px rgba(12, 12, 12, 0.1);
}
.step-1-tickets-seats .header-bar .home-link {
  padding: 0;
  height: auto;
}
.step-1-tickets-seats .header-bar .home-link img {
  height: 24px;
  width: auto;
  margin: 0 16px 0 8px;
}
.step-1-tickets-seats .header-bar .event-info {
  flex: 1 1 auto;
  width: calc(100% - 100px);
}
.brand-default.step-1-tickets-seats .header-bar .event-info {
  width: calc(100% - 64px);
}
.step-1-tickets-seats .header-bar .event-info h1 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.step-1-tickets-seats .header-bar .event-info p {
  font-size: 13px;
  margin: 0;
}
.step-1-tickets-seats .header-bar .event-info small {
  font-size: 12px;
  font-weight: 400;
}
.step-1-tickets-seats .header-bar .event-info .event-dates {
  font-variant: small-caps;
  text-transform: uppercase;
}
.step-1-tickets-seats .header-bar .more-info i {
  font-size: 20px;
}
@media (min-width: 768px) {
  .step-1-tickets-seats .header-bar {
    height: 80px;
    width: 100%;
  }
  .step-1-tickets-seats .header-bar .header-bar-inner {
    height: 77px;
    padding: 0 15px;
    overflow: hidden;
  }
  .step-1-tickets-seats .header-bar .details-link {
    display: none;
  }
  .step-1-tickets-seats.brand-default .header-bar .home-link {
    display: block;
    margin-right: 15px;
  }
  .step-1-tickets-seats.brand-custom .header-bar .home-link {
    display: none;
  }
  .step-1-tickets-seats .header-bar .home-link img {
    height: 28px;
    width: 20px;
    margin: 0;
  }
  .step-1-tickets-seats .header-bar .event-image {
    margin-right: 15px;
  }
  .step-1-tickets-seats .header-bar .event-image img {
    height: 80px;
    width: auto;
  }
  .step-1-tickets-seats .header-bar .event-info {
    flex: 0 1 auto;
    align-self: flex-start;
    width: 100%;
    margin-right: 10px;
    padding: 12px 0;
  }
  .step-1-tickets-seats .header-bar .event-info h1 {
    font-size: 16px;
    white-space: normal;
  }
  .step-1-tickets-seats .header-bar .date-info {
    display: flex;
    align-self: flex-start;
    margin-right: 15px;
    padding: 12px 0;
    max-width: 300px;
    white-space: nowrap;
  }
  .step-1-tickets-seats .header-bar .date-info i {
    margin: 4px 8px 0 0;
  }
  .step-1-tickets-seats .header-bar .venue-info {
    display: flex;
    align-self: flex-start;
    padding: 12px 0;
    max-width: 300px;
    white-space: nowrap;
  }
  .step-1-tickets-seats .header-bar .venue-info i {
    margin: 1px 8px 0 0;
    font-size: 20px;
  }
  .step-1-tickets-seats .header-bar .spacer {
    flex: 1 1 0%;
  }
  .step-1-tickets-seats .header-bar .header-stepper .stepper-progress-wrapper {
    width: 320px;
    text-align: right;
  }
}

/* Seats UI Container Layout*/
.step-1-tickets-seats #EventForm {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.step-1-tickets-seats.brand-default #EventForm, .step-1-tickets-seats.brand-custom #EventForm {
  margin-top: 36px;
}

@media (max-width: 767px) {
  .step-1-tickets-seats .seats-ui-container {
    height: calc(100% - 64px);
    position: relative;
  }
}
@media (min-width: 768px) {
  .step-1-tickets-seats #EventForm {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .step-1-tickets-seats .seats-ui-container {
    flex: 1 1 0%;
    display: flex;
    margin-bottom: -100px; /* -100px workaround for flexbox resize issue */
  }
}

/* Seats UI Primary Layout*/
.step-1-tickets-seats .seats-ui-primary {
  height: calc(100% - 150px);
  width: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  background: #f4f4fa;
  overflow: hidden;
}
.step-1-tickets-seats .seats-ui-primary .seating-chart-wrapper {
  height: 100%;
  padding: 0;
}
.step-1-tickets-seats .seats-ui-primary .seating-chart-wrapper #chart {
  height: 100%;
}
.step-1-tickets-seats .seats-ui-primary .seating-chart-wrapper #giveUp {
  text-align: center;
  padding-top: 60;
}
.step-1-tickets-seats .seats-ui-primary .messages {
  position: absolute;
  z-index: 10;
}
.step-1-tickets-seats .seats-ui-primary .messages .alert {
  margin: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
@media (min-width: 768px) {
  .step-1-tickets-seats .seats-ui-primary {
    height: calc(100% - 100px); /* -100px workaround for flexbox resize issue */
    flex: 1 1 0%;
    position: static;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .step-1-tickets-seats .seats-ui-primary .seating-chart-wrapper {
    padding: 10px;
  }
  .step-1-tickets-seats .seats-ui-primary .messages {
    position: static;
  }
  /*.step-1-tickets-seats .seats-ui-primary .messages .alert {
    margin: 15px;
  }*/
}

/* Seats UI Sidebar Layout*/
.step-1-tickets-seats .seats-ui-sidebar {
  width: 100%;
  width: 100vw;
  position: absolute;
  bottom: 0;
  top: calc(100% - 150px);
  margin-top: 0;
  transition: top 400ms, margin-top 400ms;
  z-index: 20;
}
.step-1-tickets-seats .seats-ui-container.has-addl-items .seats-ui-sidebar {
  top: calc(100% - 250px);
}
.step-1-tickets-seats .seats-ui-container.expanded .seats-ui-sidebar {
  top: 0;
}
@media (min-width: 768px) {
  .step-1-tickets-seats .seats-ui-sidebar {
    margin-top: 0 !important;
    position: static;
    flex: none;
    width: 375px;
    height: calc(100% - 100px); /* -100px workaround for flexbox resize issue */
    border-left: 1px solid #eef;
  }
}
@media (min-width: 992px) {
  .step-1-tickets-seats .seats-ui-sidebar {
    width: 414px;
  }
}
.step-1-tickets-seats .seats-ui-sidebar .nav-tabs li a {
  width: auto;
  font-size: 15px;
  font-weight: 600;
}
.step-1-tickets-seats .seats-ui-sidebar .nav-tabs .badge.ticket-count {
  background: #d9534f;
  position: absolute;
  margin-top: 2px;
  margin-left: 8px;
  border-radius: 50%;
}
.step-1-tickets-seats .seats-ui-sidebar .action-buttons .btn-submit.disabled {
  opacity: 0.6;
}
.step-1-tickets-seats .seats-ui-container .hide-on-expanded {
  display: block;
}
.step-1-tickets-seats .seats-ui-container .show-on-expanded {
  display: none;
}
.step-1-tickets-seats .seats-ui-container.expanded .hide-on-expanded {
  display: none;
}
.step-1-tickets-seats .seats-ui-container.expanded .show-on-expanded {
  display: block;
}
@media (min-width: 768px) {
  .step-1-tickets-seats .seats-ui-container .hide-on-expanded {
    display: none;
  }
  .step-1-tickets-seats .seats-ui-container .show-on-expanded {
    display: block;
  }
}
/* Seats UI Lists */
.step-1-tickets-seats .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.step-1-tickets-seats .list-item-header {
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  padding: 4px 0 4px 12px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  background-color: #F8F8FF;
}
.step-1-tickets-seats .list-item {
  font-size: 16px;
  line-height: 1.42857143;
  color: #00254A;
  padding: 0;
}
.step-1-tickets-seats .list-item-inner {
  margin: 0 12px;
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid #F0F0FF;
  width: calc(100% - 24px);
}
.step-1-tickets-seats qp-item.list-item:last-child .list-item-inner {
  border-bottom: none;
}
.step-1-tickets-seats .qp-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.step-1-tickets-seats .qp-best-available .list-item-inner {
  border-bottom: none;
}
.step-1-tickets-seats .qp-item.qp-best-available {
  border-bottom: 1px solid #F0F0FF;
}
.step-1-tickets-seats .qp-list .list-item {
  background-color: #fdfdff;
}
.step-1-tickets-seats .qp-list .list-item.qp-price .list-item-inner,
.step-1-tickets-seats .qp-list .list-item.qp-skip .list-item-inner {
  align-items: center;
}
.step-1-tickets-seats .qp-list .list-item .ticket-info .sales-timeline {
  font-size: 14px;
  color: #888;
}
.step-1-tickets-seats .qp-list .list-item.disabled {
  color: #777;
}
.step-1-tickets-seats .qp-list .list-item .ticket-info-wrap {
  display: flex;
  justify-content: space-between;
}
.step-1-tickets-seats .qp-list .list-item.no-desc:not(.disabled):hover,
.step-1-tickets-seats .qp-list .list-item.has-desc:not(.disabled) .ticket-info-wrap:hover {
  background-color: #f5f5ff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .step-1-tickets-seats .qp-list .list-item .list-item-inner {
    position: relative;
    width: calc(100% - 28px);
    margin: 0 16px 0 12px;
  }
  .step-1-tickets-seats .qp-list .list-item:not(.disabled):hover .list-item-inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    max-height: 64px;
    margin-right: -16px;
    background-color: var(--brand-color);
  }
}
.step-1-tickets-seats .list-item-inner {
  display: flex;
  flex-wrap: wrap;
  min-height: 64px;
}
.step-1-tickets-seats .list-item .ticket-info-wrap {
  flex: 1 1 0%;
  margin: -12px 0 -12px -24px;
  padding: 12px 12px 12px 24px;
}
.step-1-tickets-seats .list-item.has-desc .ticket-info-wrap {
  padding-right: 4px;
}
.step-1-tickets-seats .list-item .ticket-expander {
  flex: none;
  margin: -12px -12px -12px 0px;
  padding: 12px 2px 12px 2px;
  min-width: 20px;
  position: relative;
}
.step-1-tickets-seats .list-item .ticket-expander a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 12px 2px 12px 2px;
}
.step-1-tickets-seats .list-item .ticket-expander a i:before {
  content: "\eb89";
}
.step-1-tickets-seats .list-item .ticket-expander a.collapsed i:before {
  content: "\eb7e";
}
.step-1-tickets-seats .list-item.has-desc .ticket-expander a:hover {
  background-color: #f5f5ff;
  cursor: pointer;
}
.step-1-tickets-seats .list-item .ticket-type-description {
  flex: 1 0 100%;
  padding: 0 12px;
}
.step-1-tickets-seats .list-item .ticket-type-tickets-remaining {
  flex: 1 0 100%;
  padding: 12px 0 0;
}
.step-1-tickets-seats .list-item .ticket-type-tickets-remaining p {
  margin: 0;
}
.step-1-tickets-seats .list-item .ticket-type-low-inventory {
  flex: 1 0 100%;
  padding: 12px 0 0;
}
.step-1-tickets-seats .list-item .ticket-type-low-inventory p {
  margin: 0;
}
.step-1-tickets-seats .list-item .ticket-type-description p {
  margin: 18px 0 12px;
}
/* Review Seats Page Layout */
/*.step-1-tickets-seats .page-review-seats {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.step-1-tickets-seats .page-review-seats #seats-view-footer {
  justify-content: flex-end;
}
.step-1-tickets-seats .page-review-seats .title-bar-title {
  display: flex;
  align-items: center;
}
.step-1-tickets-seats .page-review-seats .title-bar-title .title-bar-title-text {
  flex: 1 1 0%;
  margin-right: 32px;
}
.step-1-tickets-seats .page-review-seats .title-bar-title.has-promo-code-button .title-bar-title-text {
  margin-right: 0;
}
.step-1-tickets-seats .page-review-seats #hide-seats-button {
  flex: none;
  margin-right: 8px;
}
.step-1-tickets-seats .page-review-seats #hide-seats-button a {
  color: #00254A;
}
.step-1-tickets-seats .page-review-seats #hide-seats-button:hover {
  background-color: #f7f7fc;
}
.step-1-tickets-seats .page-review-seats #hide-seats-button a i {
  display: block;
}*/
/* Seats UI Seat Preview Items */
.step-1-tickets-seats .seat-preview-item {
  position: relative;
  background-color: #fdfdff;
  padding-left: 15px;
  padding-right: 56px;
  border-bottom: 2px solid #f0f0ff;
}
.step-1-tickets-seats .seat-preview-item .seat-info {
  display: flex;
  flex: 1 1 33%;
  justify-content: space-between;
}
.step-1-tickets-seats .seat-preview-item .seat-info-group {
  text-align: center;
}
.step-1-tickets-seats .seat-preview-item .seat-info-group:first-child {
  text-align: left;
}
.step-1-tickets-seats .seat-preview-item .seat-info-group:last-child {
  text-align: right;
}
.step-1-tickets-seats .seat-preview-item .seat-info-label {
  margin: 6px 0 0;
  text-transform: uppercase;
  font-size: 12px;
}
.step-1-tickets-seats .seat-preview-item .seat-info-value {
  margin: 0 0 4px;
  font-size: 17px;
}
.step-1-tickets-seats .seat-preview-item .discard-seat {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  margin-right: 15px;
  font-size: 20px;
  line-height: 16px;
  text-align: center;
  margin-top: -8px;
}
.step-1-tickets-seats .seat-preview-item .discard-seat a {
  color: #00254A;
}
.step-1-tickets-seats .seat-preview-item .ticket-info {
  display: flex;
  border-top: 0;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 8px;
  font-size: 17px;
}
.step-1-tickets-seats .seat-preview-item .ticket-info .ticket-price {
	text-align: end;
}
.step-1-tickets-seats .seat-preview-item .ticket-info .ticket-price .small {
	color: #777;
	font-size: 12px;
}

.step-1-tickets-seats .seat-preview-item .ticket-info .ticket-price-points select {
  height: 36px;
  padding: 0 24px 0 8px;
}
.step-1-tickets-seats .seat-preview-item .ticket-info.long {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.step-1-tickets-seats .seat-preview-item .ticket-info.long .ticket-type {
  flex: 1 1 100%;
  margin-bottom: 8px;
}
.step-1-tickets-seats .seat-preview-item .ticket-info.long .ticket-price-points {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .step-1-tickets-seats .seat-preview-item {
    padding-right: 50px;
  }
  .step-1-tickets-seats .seat-preview-item .seat-info-label {
    margin: 8px 0 0;
    font-size: 14px;
  }
  .step-1-tickets-seats .seat-preview-item .seat-info-value {
    font-size: 18px;
  }
  .step-1-tickets-seats .seat-preview-item .discard-seat {
    margin-right: 10px;
  }
  .step-1-tickets-seats .seat-preview-item .ticket-info {
    padding: 8px 0 12px;
    font-size: 18px;
  }
}
/* Additional Items List */
.step-1-tickets-seats .addl-list {
  overflow-x: hidden;
  overflow-y: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}
.step-1-tickets-seats .addl-list .list-item {
  background-color: #fdfdff;
}
.step-1-tickets-seats .addl-list .list-item-inner {
  padding: 12px 0;
  position: relative;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .ticket-type {
  position: absolute;
  width: calc(100% - 135px);
  margin: 8px 0 12px;
  font-size: 18px;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .ticket-price {
  margin: 8px 0 12px;
  font-size: 18px;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-group + .price-point-group {
  margin-top: 16px;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 8px;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-info .price-point-label {
  font-size: 12px;
  color: #555;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-info .price-point-price {
  font-size: 18px;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-input {
  min-width: 50px;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-input select {
  padding: 6px 22px 6px 8px
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-input select.has-error + .help-block {
  display: none !important;
}
.step-1-tickets-seats .addl-list .list-item .ticket-info .price-point-input .price-point-status {
  font-size: 13px;
}
.step-1-tickets-seats .addl-list .list-item .ticket-expander a {
  padding-top: 24px;
}
/* Ticket Quantity Modal */
.step-1-tickets-seats #modal-ticket-quantity {
  top: 20%;
}
.step-1-tickets-seats #modal-ticket-quantity .modal-body {
  height: auto;
  padding: 15px;
}
.step-1-tickets-seats #modal-ticket-quantity .ticket-qty-ticket-info h4 {
  margin: 0;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}
.step-1-tickets-seats #modal-ticket-quantity .ticket-qty-ticket-info p {
  text-align: center;
  margin: 0;
  font-size: 16px;
}
.step-1-tickets-seats #modal-ticket-quantity .ticket-qty-hint {
  display: none;
}
.step-1-tickets-seats #modal-ticket-quantity .ticket-qty-buttons {
  display: none;
}
.step-1-tickets-seats #modal-ticket-quantity .ticket-qty-stepper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-1-tickets-seats #modal-ticket-quantity .ticket-qty-stepper .btn-step {
  font-size: 30px;
}
.step-1-tickets-seats #modal-ticket-quantity .ticket-qty-stepper .ticket-qty-value {
  font-size: 72px;
  margin: 15px 70px;
  width: 90px;
  text-align: center;
}
.step-1-tickets-seats #modal-ticket-quantity .btn-done {
  margin: 15px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .step-1-tickets-seats #modal-ticket-quantity .modal-body {
    padding: 30px 15px;
  }
  .step-1-tickets-seats #modal-ticket-quantity .ticket-qty-ticket-info {
    display: none;
  }
  .step-1-tickets-seats #modal-ticket-quantity .ticket-qty-hint {
    display: block;
  }
  .step-1-tickets-seats #modal-ticket-quantity .ticket-qty-hint h4 {
    margin: 0 0 28px;
    line-height: 1.42857143;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
  }
  .step-1-tickets-seats #modal-ticket-quantity .ticket-qty-buttons {
    display: block;
  }
  .step-1-tickets-seats #modal-ticket-quantity .ticket-qty-button {
    float: left;
  }
  .step-1-tickets-seats #modal-ticket-quantity .btn-ticket-qty {
    border-radius: 0;
    margin: 6px;
    padding: 12px 0;
    font-size: 16px;
    width: 54px;
    text-align: center;
  }
  .step-1-tickets-seats #modal-ticket-quantity .btn-ticket-qty.disabled {
    border-color: #ccc;
  }
  .step-1-tickets-seats #modal-ticket-quantity .ticket-qty-stepper,
  .step-1-tickets-seats #modal-ticket-quantity .btn-done {
    display: none;
  }
}
.step-1-tickets-seats #modal-event-details .modal-header {
  position: relative;
  padding: 0;
}
.step-1-tickets-seats #modal-event-details .modal-header .done-button {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin: 8px;
  padding: 4px 8px;
  background: rgba(0, 0, 0, .5);
  border-radius: 4px;
}
.step-1-tickets-seats #modal-event-details .modal-header .event-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  max-height: 150px;
}
.step-1-tickets-seats #modal-event-details .modal-header .event-image img {
  width: 100%;
  height: auto;
}
.step-1-tickets-seats #modal-event-details .modal-dialog {
  height: calc(100% - 20px);
}
.step-1-tickets-seats #modal-event-details .modal-content {
  height: 100%;
  overflow: hidden;
}
.step-1-tickets-seats #modal-event-details .modal-header {
  min-height: 40px;
  max-height: 150px;
  border-bottom: 0;
}
.step-1-tickets-seats #modal-event-details .modal-body {
  max-height: calc(100% - 150px);
  overflow: auto;
}

/* Protecht */
#tg-placeholder {
  border:1px solid #ccc;
}
#tg-placeholder:focus-within {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error #tg-placeholder {
  border:1px solid #D0011B !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}
.has-error #tg-placeholder:focus-within {
  border-color: #9d0114 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fe3952 !important;
}

/* Checkout v2 */
.checkout-v2.section-checkout .section-label {
  font-weight: 500;
  font-size: 11px;
}
.checkout-v2.section-checkout.brand-default .section-label {
  color: #707070;
}
.checkout-v2.section-checkout .form-group {
  margin-bottom: 15px;
}

.checkout-v2 #modal-login .form-login h2 {
  margin: 15px 0 30px;
}
.checkout-v2 #modal-login .btn-login {
  margin: 30px 0;
}
.checkout-v2 #modal-login .btn-group-register {
  display: flex;
  justify-content: space-between;
}
.checkout-v2 #modal-login .btn-group-register .btn {
  margin: 30px 15px 30px 0;
  flex: 1 0 auto;
}
.checkout-v2 #modal-login .btn-group-register .btn::last-child {
  margin-right: 0;
}
.checkout-v2 .modal-dialog {
  margin-top: 96px;
}
.checkout-v2 #modal-login .modal-dialog {
  width: calc(100% - 20px);
  max-width: 500px;
  margin: 10px auto 0;
}
.checkout-v2 #modal-login .modal-body {
  padding: 15px 25px;
}
.checkout-v2 #modal-login #formCarousel {
  max-width: 375px;
  margin: 0 auto;
}
.checkout-v2 #modal-login .btn-login {
  margin: 15px 0;
  width: 100%;
}
.checkout-v2 #modal-login .btn-guest {
  margin-bottom: 15px;
}
.checkout-v2 #modal-login .divider-hr {
  margin: 25px 0 10px;
}
.checkout-v2.section-checkout .section-header-hr + p,
.checkout-v2.section-checkout .section-header-hr + p + p {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .checkout-v2.section-checkout .section-header-hr {
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) {
  .checkout-v2 #modal-login .modal-dialog {
    margin-top: 66px;
  }
  .checkout-v2 #modal-login .btn-guest {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .checkout-v2 .modal-dialog {
    margin-top: 163px;
  }
  .checkout-v2 #modal-login .login-errors {
    padding: 15px 8.33333333% 0;
  }
  .checkout-v2 #modal-login .form-login h2 {
    margin-bottom: 30px;
  }
  .checkout-v2 #modal-login .btn-register {
    margin-right: 15px;
  }
  .checkout-v2 #modal-login #formCarousel {
    margin: 0 8.3333333% 15px;
  }
  .checkout-v2 #modal-login .divider-hr {
    margin: 15px 0;
    flex-direction: row;
  }
  .checkout-v2 #modal-login .divider-hr .rule {
    margin: 20px auto 0;
    width: 40%;
    height: 1px;
  }
}
@media (min-width: 992px) {
  .checkout-v2 .modal-dialog {
    margin-top: 193px;
  }
}

@media (min-width: 768px) {
  .checkout-v2.section-checkout .form-group .radio label {
    font-size: 13px;
  }
}

.checkout-v2 .submit-button-group a.btn {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.checkout-v2 p.footnote {
  font-size: 0.8em;
  text-align: center;
}
@media (max-width: 992px) {
  .checkout-v2 p.footnote {
    margin: 10px 0 15px;
  }
}

/* Main Col */
@media (min-width: 768px) {
  .checkout-v2.brand-default .order-summary .main-content {
    /*background: #fafafa;*/
  }
}
@media (min-width: 992px) {
  .checkout-v2 .order-summary .main-content {
    padding: 0;
  }
  .checkout-v2 .order-summary .main-content .main-col {
    padding: 30px calc(15px + 8.33333333%) 60px;
    background: #fff;
    border-right: 1px solid #e8e7ee;
  }
  .checkout-v2 .order-summary .main-content .main-col > .page-title {
    font-size: 1.6em;
    margin: 15px 0 0;

  }
  .checkout-v2.brand-custom .order-summary .main-content .main-col > .page-title {
    display: none;
  }
  .checkout-v2.brand-custom .order-summary .main-content .main-col > .page-title + .section-header-hr {
    margin-top: 0;
  }
}

/* Side Col */
.checkout-v2 .order-summary .main-content .side-col {
  background: #fff;
}
@media (max-width: 767px) {
  .checkout-v2.section-checkout footer {
    display: none;
  }
  /*.checkout-v2 .order-summary .main-content .main-col {
    margin-bottom: 161px;
  }
  .checkout-v2 .order-summary .main-content .side-col {
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.24);
  }*/
}
@media (min-width: 768px) {
  .checkout-v2.brand-default .order-summary .main-content .side-col {
    background: #fafafa;
  }
  .checkout-v2 .order-summary .main-content .side-col {
    display: flex;
    padding: 0;
  }
  .checkout-v2 .order-summary .main-content .side-col .sticky {
    width: 100%;
    padding: 0 30px;
  }
  .checkout-v2 .order-summary .main-content .side-col .sticky.fixed {
    position: fixed;
    z-index: 3;
    top: 0;
  }
  .checkout-v2.brand-default .order-summary .main-content .side-col .sticky.fixed {
    right: 0;
    width: 50%;
  }
  .checkout-v2 .order-summary .main-content .side-col .sticky.fixed-bottom {
    align-self: flex-end;
  }
  .checkout-v2 .order-summary .main-content .side-col .section-header-hr::after {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .checkout-v2.brand-default .order-summary .main-content .side-col .sticky.fixed {
    right: calc((100% - 900px) / 2);
    width: calc(900px * 0.333333333);
  }
  .checkout-v2 .order-summary .main-content .side-col .sticky.fixed-has-top-bar {
    top: 36px;
  }
}
@media (min-width: 1200px) {
  .checkout-v2.brand-default .order-summary .main-content .side-col .sticky.fixed {
    right: calc((100% - 1130px) / 2);
    width: calc(1130px * 0.333333333);
  }
}

.checkout-v2 .payment-method-tabs.nav-tabs {
  border-bottom: 0;
  margin-bottom: 30px;
}
/*.checkout-v2 .payment-method-tabs.nav-tabs > li > a {
  border: 1px solid #f4f4f4 !important;
  background: #f4f4f4;
  border-radius: 4px;
  padding: 10px 0;
  margin-right: 5px;
  font-size: 0.9em;
  width: 120px;
  color: #4D4D4D;
}
.checkout-v2 .payment-method-tabs.nav-tabs > li > a:hover {
  background: #f0f0f0;
}
.checkout-v2 .payment-method-tabs.nav-tabs > li > a > .c-icon {
  display: block;
  font-size: 2em;
  color: #009688;
}
.checkout-v2 .payment-method-tabs.nav-tabs > li > a > img {
  display: block;
  margin: 0 auto;
}
.checkout-v2 .payment-method-tabs.nav-tabs > li.active > a {
  border: 1px solid var(--brand-color) !important;
  background: #fff;
  color: #4d4d4d;
}*/

.checkout-v2 .order-details .detail-item {
  padding-bottom: 5px;
}
.checkout-v2 .order-details .detail-item .ticket-info {
  display: flex;
}
.checkout-v2 .order-details .detail-item .ticket-info .info label {
  letter-spacing: 0;
  margin: 0 5px 0 0;
  font-weight: 500;
  font-size: 11px;
  color: #707070;
}
.checkout-v2 .order-details .detail-item .ticket-info .ticket-qty {
  flex: 0 1 45px;
}
.checkout-v2 .order-details .detail-item .ticket-info .ticket-type {
  flex: 1 1 calc(100% - 120px);
  padding: 0 5px 5px 0;
}
.checkout-v2 .order-details .detail-item .ticket-info .ticket-subtotal {
  flex: 0 1 75px;
  text-align: right;
}
.checkout-v2 .order-details .detail-item .ticket-info .ticket-price {
  font-size: 12px;
  color: #707070;
}
.checkout-v2 .order-details .detail-item .seating-info {
  padding-left: 45px;
  padding-bottom: 15px;
}
.checkout-v2 .order-details .detail-item .seating-info .info label {
  letter-spacing: 0;
  margin: 0 5px 0 0;
  font-weight: 500;
  font-size: 11px;
  color: #707070;
}
.checkout-v2 .order-details .detail-item .seating-info .info span {
  font-size: .9em;
}
.checkout-v2 .order-details .detail-item + .summary-item {
  border-top: 1px solid #e8e7ee;
  margin-top: 15px;
  padding-top: 15px;
}
.checkout-v2 .order-details .summary-item {
  padding-bottom: 5px;
}
.checkout-v2 .total-item {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .checkout-v2 .total-item {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .checkout-v2 .total-item {
    padding: 15px 0 30px;
  }
}
@media (max-width: 767px) {
  .checkout-v2 .order-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-in-out;
  }
  .checkout-v2 .order-details.expanded {
    max-height: 100vh;
  }
  .checkout-v2 .order-details-toggle .hide-msg,
  .checkout-v2 .order-details-toggle.expanded .show-msg {
    display: none;
  }
  .checkout-v2 .order-details-toggle .show-msg,
  .checkout-v2 .order-details-toggle.expanded .hide-msg {
    display: inline;
  }
}
/*@media (max-width: 767px) {
  .checkout-v2 .order-details-toggle .toggle-icon {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(.9);
    width: 15px;
    height: 15px;
    border: 2px solid transparent;
    border-radius: 100px
  }
  .checkout-v2 .order-details-toggle .toggle-icon::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(135deg);
    bottom: 0;
    transition: transform 200ms linear;
  }
  .checkout-v2 .order-details-toggle.expanded .toggle-icon::after {
    border-top: 0;
    border-bottom: 2px solid;
    transform: rotate(-135deg);
  }
}
@media (min-width: 768px) {
  .checkout-v2 .order-details-toggle .toggle-icon {
    display: none;
  }
}*/
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-v2 .order-details .detail-item .ticket-info .ticket-qty,
  .checkout-v2 .order-details .detail-item .ticket-info .ticket-type,
  .checkout-v2 .order-details .detail-item .ticket-info .ticket-subtotal,
  .checkout-v2 .order-details .summary-item {
    font-size: 13px;
  }
  .checkout-v2 .order-details .detail-item .ticket-info .ticket-qty {
    flex: 0 1 30px;
  }
  .checkout-v2 .order-details .detail-item .ticket-info .ticket-type {
    flex: 1 1 calc(100% - 90px);
  }
  .checkout-v2 .order-details .detail-item .ticket-info .ticket-subtotal {
    flex: 0 1 60px;
  }
}
.checkout-v2 .action-cards-small .action-card {
  display: block;
  font-size: 12px;
  margin: 0 auto 15px;
  width: 80%;
  max-width: none;
}
.checkout-v2 .action-cards-small .action-card .card-header i {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .checkout-v2 .action-cards-small {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-v2 .action-cards-small .action-card {
    flex: 0 0 calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
}
.checkout-v2.section-checkout .event-info .event-name {
  font-size: 1.1em;
  font-weight: 600;
  color: #00254A;
  margin-top: 30px;
  margin-bottom: 5px;
}
.checkout-v2.section-checkout .event-info .event-date,
.checkout-v2.section-checkout .event-info .event-location {
  font-size: 12px;
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  .checkout-v2.section-checkout .event-info .event-name {
    font-size: 1.2em;
  }
}

@media (max-width: 767px) {
  .digital-event {
    background: #f0f0f0;
  }
  .digital-event .main-content-wrapper {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .digital-event .main-content {
    margin: 30px auto;
  }
  .digital-event {
    padding-top: 36px;
  }
}

.digital-event .digital-content-item {
  padding: 15px 0;
}
.digital-event .digital-content-item:first-child {
  padding-top: 0;
}
.digital-event .digital-content-item .content-title {
  margin: 10px 0;
}
.digital-event .digital-content-item .embedded-video-player ~ p,
.digital-event .digital-content-item .external-video-player ~ p {
  margin-top: 15px;
}
.digital-event .digital-content-item .content-description iframe,
.digital-event .digital-content-item .content-description object,
.digital-event .digital-content-item .content-description embed {
  max-width: 100%;
}
.digital-event .embedded-video-player {
  position: relative;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.digital-event .embedded-video-player iframe, 
.digital-event .embedded-video-player object, 
.digital-event .embedded-video-player embed {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.digital-event .external-video-player {
  position: relative;
  padding-bottom: 56.25%;
  background: #18191b;
}
.digital-event .external-video-player .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.digital-event .external-video-player .btn-play:hover {
  color: #ccc;
}
.digital-event .access-guard h2 {
  margin-bottom: 50px;
}
.digital-event .access-guard .access-guard-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
.digital-event .access-guard .access-guard-tabs > li {
  display: flex;
  justify-content: center;
  min-width: 220px;
}
.digital-event .access-guard .access-guard-tabs > li > a {
  width: auto;
}
.digital-event .access-guard .access-guard-tab-content {
  padding-top: 20px;
  min-height: 200px;
}

.or-divider {
  position: relative;
  border-top: 1px solid #3b3d42;
  width: 50%;
  margin: 60px auto;
}
.or-divider:after {
  content: 'OR';
  position: absolute;
  background: #fff;
  top: -18px;
  padding: 10px 20px;
  margin: 0;
  left: calc(50% - 30px);
  text-transform: uppercase;
  color: #00254A;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
}

.digital-event.brand-default #nav-rotate,
.digital-event.brand-default .footer-mini,
.digital-event.brand-default .bg-blur-wrapper {
  display: none;
}

.digital-contents.has-sidebar {
  display: flex;
}

.digital-contents.has-sidebar .main {
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .digital-contents.has-sidebar .main {
    width: calc(100% - 300px);
  }
}
@media (min-width: 992px) {
  .digital-contents.has-sidebar .main {
    width: calc(100% - 400px);
  }
}
@media (min-width: 1200px) {
  .digital-contents.has-sidebar .main {
    width: 75%;
  }
}

.digital-contents.has-sidebar .sidebar {
  position: fixed;
  right: 0;
  width: 90%;
  height: 100%;
  background: #f9f9ff;
}
@media (max-width: 767px) {
  .digital-contents.has-sidebar .sidebar {
    transition: margin-right 400ms cubic-bezier(0.65, 0.05, 0.36, 1);
    margin-right: 0;
    top: 0;
    z-index: 1040;
  }
  .digital-contents.has-sidebar .sidebar.sidebar-hide {
    margin-right: -90%;
  }
}
@media (min-width: 768px) {
  .brand-custom .digital-contents.has-sidebar .sidebar {
    position: static;
    padding: 15px 15px 15px 0;
    background: transparent;
  }
  .digital-contents.has-sidebar .sidebar {
    width: 300px;
    height: calc(100% - 36px);;
  }
  .digital-event.has-top-bar .container-fluid.top-bar-content {
    position: fixed;
  }
}
@media (min-width: 992px) {
  .digital-contents.has-sidebar .sidebar {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .digital-contents.has-sidebar .sidebar {
    width: 25%;
  }
}

.digital-contents.has-sidebar .main .panel {
  border-radius: 0;
  margin-bottom: 15px;
  padding: 15px;
}
@media (max-width: 767px) {
  .digital-contents.has-sidebar .main .panel {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.digital-contents.has-sidebar .main .event-info-toggle,
.digital-contents.has-sidebar .main .content-list-toggle {
  margin-top: -5px;
  margin-bottom: 10px;
}
.digital-contents.has-sidebar .main .sidebar-open {
  border-color: transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.digital-contents.has-sidebar .main .event-info {
  display: flex;
}
.digital-contents.has-sidebar .main .event-info .event-titles h1 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}
.digital-contents.has-sidebar .main .event-info .event-titles p {
  margin: -5px 0 10px;
}
.digital-contents.has-sidebar .main .event-info .event-image img {
  width: 120px;
  margin-right: 15px;
}
.digital-contents.has-sidebar .main .digital-content-item {
  padding-top: 0;
}
.digital-contents.has-sidebar .main .digital-content-item .embedded-video-player,
.digital-contents.has-sidebar .main .digital-content-item .external-video-player {
  background: #000;
  margin-bottom: 15px;
}
.digital-contents.has-sidebar .main .digital-content-item .content-overview .content-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}

.digital-contents.has-sidebar .sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  background: #fff;
}
.digital-contents.has-sidebar .sidebar-header .sidebar-close {
  flex: 0 0 auto;
  border-color: transparent;
  margin-right: 15px;
}
.digital-contents.has-sidebar .sidebar-header .sidebar-close:hover {
  color: #333;
}
.digital-contents.has-sidebar .sidebar-title {
  flex: 1 1 100%;
  margin: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
.digital-contents.has-sidebar .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  overflow-y: auto;
}
.digital-contents.has-sidebar .content-list li {
  border-bottom: 1px solid #e1e1e7;
  background: #fcfcfc;
}
.digital-contents.has-sidebar .content-list li > a {
  display: flex;
  align-items: center;
  min-height: 64px;
}
.digital-contents.has-sidebar .content-list li > a.active {
  background: #efefef;
}
.digital-contents.has-sidebar .content-list li > a:hover {
  background: #f7f7f7;
}
.digital-contents.has-sidebar .content-list li > a > i {
  padding: 25px 0;
  min-width: 15px;
  color: #043f4e;
}
.digital-contents.has-sidebar .content-list li > a > i:first-child {
  margin-left: 15px;
}
.digital-contents.has-sidebar .content-list li > a > i:last-child {
  margin-right: 15px;
}
.digital-contents.has-sidebar .content-list li > a > i.video-thumbnail {
  margin: 15px 0 15px 15px;
  color: #fff;
  background-color: #000;
  /*background-image: none !important;*/
  background-size: 100px auto;
  background-position: center;
  min-width: 100px;
  text-align: center;
  padding: 28.125px 0;
  position: relative;
}
.digital-contents.has-sidebar .content-list li > a > i.video-thumbnail:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
  padding-top: 21.125px;
}
.digital-contents.has-sidebar .content-list li > a > span {
  padding: 0 15px;
  flex: 1 1 100%;
  font-size: 14px;
  font-weight: 600;
  color: #00254A;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.digital-contents.has-sidebar .sidebar .nav-tabs > li > a {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px;
  margin: 0;
}

.digital-contents.has-sidebar .sidebar .nav-tabs > li.active > a {
  /*border-bottom: 2px solid var(--brand-color);*/
  border-bottom-width: 2px;
}

.digital-contents.has-sidebar .sidebar .tab-content {
  height: calc(100% - 48px);
}
.digital-contents.has-sidebar .sidebar .tab-content .tab-pane {
  height: 100%;
}
.digital-event .chat-xs-title {
  background: #fcfcfc;
  padding: 15px 15px;
  margin: 0 -15px;
  border-bottom: 1px solid #eee;
}
.digital-event .chat-xs-container {
  background: #fcfcfc;
  margin: 0 -15px -15px;
}
.digital-content-item.text + .chat-xs-title,
.digital-content-item.text + .chat-xs-title + .chat-xs-container {
  display: none !important;
}
.digital-event .chat-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.digital-event .chat-container .chat-messages-container {
  overflow-y: auto;
  position: relative;
  flex: 1 1 100%;
}
.brand-custom.digital-event .chat-container .chat-messages-container {
  flex: 1 1 400px;
}
.brand-custom.digital-event .chat-container {
  background-color: #f9f9ff;
}
@media (min-width: 768px) {
  .brand-custom.digital-event .chat-container .chat-messages-container {
    min-height: 400px;
    max-height: 400px;
  }
}
.digital-event .chat-container .chat-welcome-message {
  padding: 15px 15px 0;
  color: #999;
}
.digital-event .chat-container .chat-message {
  padding: 8px 15px 7px;
  font-size: 14px;
  position: relative;
}
.digital-event .chat-container .chat-message .actions {
  position: absolute;
  top: 8px;
  right: 10px;
}
.digital-event .chat-container .chat-message .actions .dropdown-toggle {
  opacity: 0;
}
.digital-event .chat-container .chat-message .actions.open .dropdown-toggle,
.digital-event .chat-container .chat-message:hover .actions .dropdown-toggle {
  opacity: 1;
}
.digital-event .chat-container .chat-message .dropdown-toggle {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 12px;
}
.digital-event .chat-container .chat-message .actions .dropdown-menu {
  right: 0;
  left: auto;
}
/*.digital-event .chat-container .chat-message:first-child {
  padding-top: 15px;
}*/
.digital-event .chat-container .chat-message .sender {
  color: #777;
  font-size: 14px;
  /*font-weight: bold;*/
  /*display: block;*/
  display: inline-block;
  margin-bottom: 5px;
}
.digital-event .chat-container .chat-message .sender:after {
  content: ':';
}
.digital-event .chat-container .chat-warning-message {
  background-color: #fcf8e3;
  color: #8a6d3b;
  padding: 8px 15px 7px;
}
.digital-event .chat-container .chat-error-message {
  background-color: #FFF4F4;
  color: #f77;
  padding: 8px 15px 7px;
}
.digital-event .chat-container .chat-not-connected {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.digital-event .chat-container .chat-not-connected i {
  flex: 0 0 auto;
  margin-right: 10px;
}
.digital-event .chat-container .chat-not-connected span {
  flex: 1 1 auto;
}
.digital-event .chat-container .chat-not-connected button {
  flex: 0 0 auto;
  color: #777;
}
.digital-event .chat-container .chat-controls {
  padding: 10px;
  background-color: #fcfcfc;
  box-shadow: 0 -1px 1px -1px rgba(12, 12, 12, 0.12);
}
.digital-event .chat-container .chat-controls .message-input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 4px 8px;
  font-size: 14px;
  color: #555555;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  outline: none;
}
.digital-event .chat-container .chat-controls .message-input:focus {
  border: 1px solid var(--brand-color);
}
.digital-event .chat-container .chat-controls {
  position: relative;
}
.digital-event .chat-container .chat-controls .send-button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 56px;
  padding: 4px 0;
  background: #0690c6;
  color: #fff;
}
.digital-event .chat-container .chat-controls .emojionearea .emojionearea-button {
  right: 64px;
}
.digital-event .chat-container .chat-controls .emojionearea.emojionearea-inline > .emojionearea-editor {
  right: 88px;
}
.digital-event .chat-container .chat-controls .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
  right: 0;
}
.digital-event .chat-container .chat-controls .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  right: 66px;
}
.digital-event .chat-container .giphy-image {
  border-radius: 10px;
  width: 200px;
}
.digital-event .chat-container .powered-by-giphy {
  width: 200px;
  height: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/ui/fe/images/powered-by-giphy.png);
  background-size: 100px 11px;
  background-position: 100px 0;
  background-repeat: no-repeat;
}
.digital-event .chat-container .chat-gif-preview {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.digital-event .chat-container .chat-gif-preview .chat-gif-preview-image {
  width: 200px;
  margin: 0 auto;
}
.digital-event .chat-container .chat-gif-preview .btn {
  border-radius: 20px;
  padding: 0;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  box-shadow: 0 2px 2px 2px rgba(12, 12, 12, .12);
  outline: none;
}
.digital-event .chat-container .chat-gif-preview .btn.btn-light:hover {
  background: #efefef;
}
.digital-event .chat-container .chat-gif-preview .btn.btn-primary:hover {
  opacity: 0.8;
}

.section-checkout #paymentMethods {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  border-radius: 4px;
}
.section-checkout #paymentMethods .form-group {
  margin-bottom: 15px;
}
.section-checkout #paymentMethods .panel-heading {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  letter-spacing: normal;
  text-transform: none;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}
.section-checkout #paymentMethods .panel-heading input[type=radio] {
  margin-right: 5px;
}
.section-checkout #paymentMethods .panel-heading:not(.collapsed) {
  pointer-events: none;
}
.section-checkout #paymentMethods .panel {
  border-color: transparent;
  box-shadow: none;
  margin: 0 15px;
}
.section-checkout #paymentMethods .panel + .panel {
  border-top-color: #ddd;
}
.section-checkout #paymentMethods .panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
  padding-top: 0;
}
.section-checkout #paymentMethods .panel img.payment-method-logo {
  height: 22px;
}
.section-checkout .paypal-commerce-paypal-fields > .form-group {
  margin-bottom: 0 !important;
}
.section-checkout .paypal-commerce-paypal-fields #paypal-button {
  position: relative;
  z-index: 2;
}
.section-checkout .paypal-commerce-paypal-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--brand-color);
  border-radius: 4px;
  padding: 15px;
}
.section-checkout .paypal-commerce-paypal-display > .paypal-logo {
  flex: 0 0 auto;
  margin-right: 15px;
}
.section-checkout .paypal-commerce-paypal-display > .paypal-info {
  flex: 1 1 100%;
  text-align: left;
}
.section-checkout .braintree-paypal-fields > .form-group {
  margin-bottom: 0 !important;
}
.section-checkout .braintree-paypal-fields #paypal-button {
  position: relative;
  z-index: 2;
}
.section-checkout .braintree-paypal-display,
.section-checkout .braintree-apple-pay-display,
.section-checkout .braintree-google-pay-display,
.section-checkout .braintree-venmo-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--brand-color);
  border-radius: 4px;
  padding: 15px;
}
.section-checkout .braintree-paypal-display > .paypal-logo,
.section-checkout .braintree-apple-pay-display > .apple-pay-logo,
.section-checkout .braintree-google-pay-display > .google-pay-logo,
.section-checkout .braintree-venmo-display > .venmo-logo {
  flex: 0 0 auto;
  margin-right: 15px;
}
.section-checkout .braintree-paypal-display > .paypal-info,
.section-checkout .braintree-apple-pay-display > .apple-pay-info,
.section-checkout .braintree-google-pay-display > .google-pay-info,
.section-checkout .braintree-venmo-display > .venmo-info {
  flex: 1 1 100%;
  text-align: left;
}
.section-checkout .braintree-apple-pay-fields #apple-pay-button {
  min-width: 300px;
  max-width: 500px;
  width: 100%;
  height: 45px;
  border-radius: 4px;
  background-color: black;
  text-align: center;
}
.section-checkout .braintree-apple-pay-fields #apple-pay-button .logo {
  height: 45px;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .section-checkout .braintree-apple-pay-fields #apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    -apple-pay-button-style: black;
  }
  .section-checkout .braintree-apple-pay-fields #apple-pay-button > * {
    display: none;
  }
}
.section-checkout .braintree-google-pay-fields #google-pay-button-container {
  min-width: 300px;
  max-width: 500px;
  width: 100%;
  height: 45px;
}
.section-checkout .braintree-venmo-fields #venmo-button {
  min-width: 300px;
  max-width: 500px;
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 4px;
  background-color: #3D95CE;
  text-align: center;
}
.section-checkout .braintree-venmo-fields #venmo-button:focus,
.section-checkout .braintree-venmo-fields #venmo-button:active {
  background-color: #266a97;
}
.section-checkout .braintree-venmo-fields #venmo-button:hover {
  background-color: #3086c0;
}
.section-checkout .braintree-venmo-fields #venmo-button:disabled,
.section-checkout .braintree-venmo-fields #venmo-button[disabled] {
  opacity: 0.6;
}
.section-checkout .braintree-venmo-fields #venmo-button .logo {
  height: 15px;
}
.page-login .btn-primary:hover,
.page-login .btn-primary:focus,
.page-login .social-buttons .btn:hover,
.page-login .social-buttons .btn:focus {
  opacity: 0.9;
}
.page-login .btn-default:hover,
.page-login .btn-default:focus {
  background: #fff;
  border-color: #00254a;
}

.event-card {
  position: relative; /* this is to contain the stretched-link */
}
.event-card.event-card-hover {
  border: 0 !important;
}
.event-card.event-card-hover .item-wrap {
  border-top: 1px solid transparent;
}
.event-card:not(.hidden) + .event-card.event-card-hover .item-wrap {
  border-top-color: #ddd;
}
@media (min-width: 768px) {
  .event-card.event-card-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px,
                rgba(0, 0, 0, 0.14) 0px 1px 1px 0px,
                rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
  }
  .event-card.event-card-hover:hover + .event-card.event-card-hover .item-wrap {
    border-top-color: transparent;
  }
}

@media (max-width: 767px) {
  .event-card .item-image {
    width: 96px !important;
    height: 60px !important;
  }
  .event-card .item-info h5 {
	font-size: 14px !important;
  }
}
.event-card .item-info h6 {
  font-size: 12px;
  font-weight: 600;
  color: #004C99;
}
.event-card .item-info h5 {
  font-size: 16px;
  font-weight: 600;
  color: #00254A;
  /*max-height: 40px;
  overflow: hidden;*/
}
.event-card .item-dates {
  text-transform: uppercase;
}
.event-card .item-categories a {
  position: relative;
  z-index: 2;
  color: #004C99;
}
.event-card .item-categories a:hover,
.event-card .item-categories a:focus {
  color: #007fff;
}
.event-card .item-price {
  font-size: 15px;
  line-height: 15px;
  text-align: right;
  color: #00254A;
}
.event-card .item-price small {
  color: #777777;
  font-size: 75%;
}

.event-card .btn-cta {
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  background-color: #296FE6;
  border-color: transparent;
}
.event-card .btn-cta.btn-success {
  background-color:#5cb85c;
}
.event-card .btn-cta:focus,
.event-card .btn-cta:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px,
        rgba(0, 0, 0, 0.14) 0px 3px 4px 0px,
        rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}
.event-card .btn-cta:active {
  background-color: #0C60EE;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: none;
}
.event-card .btn-cta.btn-success:active {
  background-color: #449d44;
 }
.event-card .btn-cta[disabled],
.event-card .btn-cta.disabled {
  background-color: #999999;
  box-shadow: none;
}
.event-card .btn-cta.disabled:after {
  pointer-events: none;
}
.ticket-count-input .select-qty-control, .ticket-count-input .set-donation {
  min-width: 90px;
}
.ticket-count-input .select-qty-disabled {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  font-weight: 600;
  font-size: 1.6rem;
  background: #efefef;
  color: #888;
  cursor: not-allowed;
}
.select-qty-control .btn-decrement,
.select-qty-control .btn-increment {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1px 4px;
}
.select-qty-control .btn-decrement:active:not([disabled]),
.select-qty-control .btn-increment:active:not([disabled]) {
  border-color: var(--brand-color);
}
.select-qty-control .btn-decrement[disabled],
.select-qty-control .btn-increment[disabled] {
  opacity: 0.4;
}
.select-qty-control .select-qty {
  background: none;
  -moz-appearance: none; /* Removes Firefox default style */
  -webkit-appearance: none; /* Removes Chrome and Safari default style */
  appearance: none;
  border: 0;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  text-align-last: center;
  font-weight: 600;
  font-size: 1.6rem;
  flex: 1 1 auto;
}
.set-donation input.set-amt {
  background: none;
  min-width: 90px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  text-align-last: center;
  font-weight: 600;
  font-size: 1.6rem;
  flex: 1 1 auto;
}
.set-donation select.set-amt {
  background: none;
  border: 0;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  text-align-last: center;
  font-weight: 600;
  font-size: 1.6rem;
  flex: 1 1 auto;
}
.set-donation select.set-amt:focus-visible {
	border: none !important;
	outline: none !important;
}
.select-qty-control .select-qty::-ms-expand {
  display: none; /* Removes IE10 default style */
}
.select-qty-control.disabled button {
  display: none;
}
.select-qty-control.disabled .select-qty {
  pointer-events: none;
}
.upsell-ticket .select-qty-control {
  max-width: 80px;
}
.apply-upsell-control input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.apply-upsell-control input[type="checkbox"] ~ .checked-off,
.apply-upsell-control input[type="checkbox"]:checked ~ .checked-on {
  display: flex !important;
}
.apply-upsell-control input[type="checkbox"] ~ .checked-on,
.apply-upsell-control input[type="checkbox"]:checked + .checked-off {
  display: none !important;
}
.apply-upsell-control input[type="checkbox"]:focus ~ .checked-off .btn,
.apply-upsell-control input[type="checkbox"]:focus ~ .checked-on .btn {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.apply-upsell-control input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.apply-upsell-control input[type="radio"] ~ .checked-off,
.apply-upsell-control input[type="radio"]:checked ~ .checked-on {
  display: flex !important;
}
.apply-upsell-control input[type="radio"] ~ .checked-on,
.apply-upsell-control input[type="radio"]:checked + .checked-off {
  display: none !important;
}
.apply-upsell-control input[type="radio"]:focus ~ .checked-off .btn,
.apply-upsell-control input[type="radio"]:focus ~ .checked-on .btn {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.apply-upsell-control .checked-on .btn.disabled {
  cursor: pointer;
}
.apply-upsell-control .btn-undo {
  font-size: 18px;
  cursor: pointer;
}
.upsell-base-ticket {
  border-bottom: 1px solid #e1e1e1;
}
.upsell-base-ticket .ticket-type {
  font-size: 18px;
  color: #00254A;
}
.upsell-base-ticket .ticket-quantity {
  font-size: 16px;
  color: #727272;
}
.upsell-base-ticket .ticket-subtotal {
  font-size: 18px;
  color: #00254A;
  font-weight: 300;
}
.upsell-base-ticket.upgraded {
  text-decoration: line-through;
}
.upsell-ticket {
  border-bottom: 1px solid #e1e1e1;
}
.upsell-ticket .ticket-type {
  font-size: 18px;
  color: #00254A;
}
.upsell-ticket .ticket-price {
  font-weight: 300;
  font-size: 18px;
  color: #00254A;
}
@-webkit-keyframes bounceIn {
  0% { opacity: 0; -webkit-transform: scale(0.3); }
  40% { opacity: 1; -webkit-transform: scale(1.2); }
  70% { -webkit-transform: scale(0.9); }
  to { opacity: 1; -webkit-transform: scale(1); }
}
@keyframes bounceIn {
  0% { opacity: 0; transform: scale(0.3); }
  40% { opacity: 1; transform: scale(1.2); }
  70% { transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
.upsell-ticket .applied-icon {
  display: inline-block;
  color: #5cb85c;
  opacity: 0;
}
.upsell-ticket.applied .applied-icon {
  opacity: 1;
  -webkit-animation: bounceIn;
  animation: bounceIn;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}
.page-calendar .list-image-circle,
.page-calendar .group-image-circle {
  width: 96px;
  height: 96px;
  border: 4px solid #e1e1e1;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@-webkit-keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 5%, 0); transform: translate3d(0, 5%, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
  from { opacity: 0; -webkit-transform: translate3d(0, 5%, 0); transform: translate3d(0, 5%, 0); }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
.page-calendar .event-card.entering {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
  from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@keyframes slideInUp {
  from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes slideOutDown {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
}
@keyframes slideOutDown {
  from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
  to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); }
}
@media (max-width: 992px) {
  .page-calendar .event-by-organizer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 15px;
    z-index: 1040;
    background: #fff;
    overflow-y: auto;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .page-calendar .event-by-organizer.open {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }
  .page-calendar .event-by-organizer.closed {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }
}

@media (max-width: 991px) {
  .calendar-wrapper .ui-datepicker-inline td a,
  .calendar-wrapper .ui-datepicker-inline th a {
    font-weight: 400;
  }
}
.calendar-wrapper .ui-datepicker-inline td a:hover,
.calendar-wrapper .ui-datepicker-inline th a:hover,
.calendar-wrapper .ui-datepicker-inline td a:active,
.calendar-wrapper .ui-datepicker-inline th a:active {
  background-color: #c9edd9;
  color: #00254A;
}
.calendar-wrapper .ui-datepicker-inline td.has-event a,
.calendar-wrapper .ui-datepicker-inline th.has-event a {
  background-color: #3cb371;
  color: #fff;
}
.calendar-wrapper .ui-datepicker-inline td.has-event a:hover,
.calendar-wrapper .ui-datepicker-inline th.has-event a:hover,
.calendar-wrapper .ui-datepicker-inline td.has-event a:active,
.calendar-wrapper .ui-datepicker-inline th.has-event a:active {
  background-color: #47c27e;
  color: #fff;
}
.calendar-wrapper .ui-datepicker-inline td a.ui-state-active,
.calendar-wrapper .ui-datepicker-inline th a.ui-state-active {
  background-color: #2e8b57;
  color: #fff;
}
.calendar-legend .legend-color {
  display: inline-block;
  width: 20px;
}

.calendar-wrapper .ui-datepicker-inline td.text-000000 a {
  color: #000000 !important;
}
.calendar-wrapper .ui-datepicker-inline td.text-ffffff a {
  color: #ffffff !important;
}
.calendar-wrapper .ui-datepicker-inline td.has-event.text-000000 a:after {
  background-color: green !important;
}
.calendar-wrapper .ui-datepicker-inline td.has-event.text-ffffff a:after {
  background-color: lightgreen !important;
}
.calendar-wrapper .ui-datepicker-inline td.highlighted a {
  /*opacity: 0.8;*/
  border: 1px solid transparent;
}
.calendar-wrapper .ui-datepicker-inline td.highlighted a.ui-state-active {
  /*opacity: 1;*/
  border: 1px solid #888;
}

.group-image-expandable {
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 2px;
  margin-bottom: -46.875%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale3d(0.15625, 0.25, 1);
          transform: scale3d(0.15625, 0.25, 1);
  -webkit-transition: all 200ms cubic-bezier(0.1, 1, 1, 1);
          transition: all 200ms cubic-bezier(0.1, 1, 1, 1);
}
.group-image-expandable img {
  width: 100%;
  -webkit-transform: scale3d(1.6, 1, 1);
          transform: scale3d(1.6, 1, 1);
  -webkit-transition: all 200ms cubic-bezier(0.1, 1, 1, 1);
          transition: all 200ms cubic-bezier(0.1, 1, 1, 1);
}
.group-image-expandable.expand {
  border-radius: 0;
  margin-bottom: 0;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.group-image-expandable.expand img {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.calendar-table {
  table-layout: fixed;
}
@media (max-width: 991px) {
  .calendar-table {
    border: 0 !important;
  }
  .calendar-table th {
    color: #7F92A4;
  }
  .calendar-table th,
  .calendar-table td {
    border: 0 !important;
  }
}
.calendar-table .calendar-day .event-item .event-image {
  display: block;
  max-width: 100%;
  height:auto;
}
.calendar-table .calendar-day .event-item .event-time {
  color: #aaa;
  font-size: 12px;
}
.calendar-table .calendar-day .event-item .event-name {
  color: #668;
  font-size: 14px;
  font-weight: 600;
}
.calendar-table .calendar-day .event-item a {
  display: block;
}
.calendar-table .calendar-day .event-item a:hover .event-time,
.calendar-table .calendar-day .event-item a:active .event-time {
  color: #999;
}
.calendar-table .calendar-day .event-item a:hover .event-name,
.calendar-table .calendar-day .event-item a:active .event-name {
  color: #335;
}
.calendar-table .calendar-day .has-event {
  padding-bottom: 16px;
}
.calendar-table .calendar-day .has-event:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: green;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
  bottom: -7px;
}

.promo-code-tag {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #777;
  background-color: #e8e8e8;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
}
.promo-code-tag .btn-remove-promo-checkout {
  font-size: 16px;
  font-weight: 400;
  touch-action: manipulation;
  background-image: none;
  background-color: transparent;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.season-pass-input-group {
  position: relative;
}
.season-pass-input-group .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 48px;
}
.season-pass-input-group .dropdown button {
  background-color: transparent;
  float: right;
  margin-top: -50px;
}
.season-pass-input-group .dropdown .dropdown-menu {
  width: 100%;
}

.waitlist-step1 #modal-login .form-login h2 {
  margin: 15px 0 30px;
}
.waitlist-step1 #modal-login .btn-login {
  margin: 30px 0;
}
.waitlist-step1 #modal-login .btn-group-register {
  display: flex;
  justify-content: space-between;
}
.waitlist-step1 #modal-login .btn-group-register .btn {
  margin: 30px 15px 30px 0;
  flex: 1 0 auto;
}
.waitlist-step1 #modal-login .btn-group-register .btn::last-child {
  margin-right: 0;
}
.waitlist-step1 #modal-login .modal-dialog {
  width: calc(100% - 20px);
  max-width: 500px;
  margin: 10px auto 0;
}
.waitlist-step1 #modal-login .modal-body {
  padding: 15px 25px;
}
.waitlist-step1 #modal-login #formCarousel {
  max-width: 375px;
  margin: 0 auto;
}
.waitlist-step1 #modal-login .btn-login {
  margin: 15px 0;
  width: 100%;
}
@media (min-width: 480px) {
  .waitlist-step1 #modal-login .modal-dialog {
    margin-top: 66px;
  }
}
@media (min-width: 768px) {
  .waitlist-step1 #modal-login .login-errors {
    padding: 15px 8.33333333% 0;
  }
  .waitlist-step1 #modal-login .form-login h2 {
    margin-bottom: 30px;
  }
  .waitlist-step1 #modal-login .btn-register {
    margin-right: 15px;
  }
  .waitlist-step1 #modal-login #formCarousel {
    margin: 0 8.3333333% 15px;
  }
}

.waitlist-step2 .pm-option label {
  display: block;
}
.waitlist-step2 .pm-option input,
.waitlist-step2 .pm-add-new input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.waitlist-step2 .pm-option input + div {
  color: #777;
}
.waitlist-step2 .pm-option input + div:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #f0f0f0;
  border-left-width: 10px;
  user-select: none;
  pointer-events: none;
}
.waitlist-step2 .pm-option:hover input + div:after {
  border-color: #eaeaea;
}
.waitlist-step2 .pm-option input:checked + div {
  color: #333;
}
.waitlist-step2 .pm-option input:checked + div:after {
  border-color: var(--brand-color);
}
.waitlist-step2 .pm-option:hover input:checked + div:after {
  border-color: #3ac2f6;
}
.waitlist-step2 .pm-option .pm-info1 {
  font-size: 14px;
}
.waitlist-step2 .pm-option .pm-info1 strong {
  font-weight: 600;
}
.waitlist-step2 .pm-option .pm-info2 {
  font-size: 14px;
}
.waitlist-step2 .pm-add-new label {
  font-size: 14px;
  color: var(--brand-color);
}
.waitlist-step2 .pm-add-new label:hover {
  color: var(--brand-color-dark);
}
.waitlist-step2 .pm-option .pm-logo {
  width: 40px;
  text-align: center;
}
.waitlist-step2 .pm-option .pm-logo .card-logo {
  width: 100%;
}
.waitlist-step2 .pm-option .pm-logo .venmo-logo,
.waitlist-step2 .pm-option .pm-logo .google-pay-logo,
.waitlist-step2 .pm-option .pm-logo .apple-pay-logo {
  height: 22px;
}