@charset "UTF-8";
/*

name: cyber theme
description: hz

 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/* Basic */
/* Bootstrap 3 overrides */
/**
 * Bootstrap breakpoints:
 * 	screen-xs: 480px
 * 	screen-sm: 768px
 * 	screen-md: 992px
 * 	screen-lg:  1200px
 */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("http://2017.cybersatsummit.com/wp-content/plugins/views/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("http://2017.cybersatsummit.com/wp-content/plugins/views/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("http://2017.cybersatsummit.com/wp-content/plugins/views/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("http://2017.cybersatsummit.com/wp-content/plugins/views/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("http://2017.cybersatsummit.com/wp-content/plugins/views/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("http://2017.cybersatsummit.com/wp-content/plugins/views/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

  .btn > .caret, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav > .caret, .views-button > .caret,
  .dropup > .btn > .caret,
  .evtx-agenda-full .evtx-navbuttons .dropup > .evtx-day-nav > .caret,
  .dropup > .views-button > .caret {
    border-top-color: #000 !important;
  }

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

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

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("http://2017.cybersatsummit.com/wp-content/plugins/views/fontsglyphicons-halflings-regular.eot");
  src: url("http://2017.cybersatsummit.com/wp-content/plugins/views/fontsglyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("http://2017.cybersatsummit.com/wp-content/plugins/views/fontsglyphicons-halflings-regular.woff2") format("woff2"), url("http://2017.cybersatsummit.com/wp-content/plugins/views/fontsglyphicons-halflings-regular.woff") format("woff"), url("http://2017.cybersatsummit.com/wp-content/plugins/views/fontsglyphicons-halflings-regular.ttf") format("truetype"), url("http://2017.cybersatsummit.com/wp-content/plugins/views/fontsglyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #8cc63f;
  text-decoration: none;
}
a:hover, a:focus {
  color: #638e2a;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #666666;
}

.text-primary {
  color: #8cc63f;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #8cc63f;
}

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

.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 #E6E7E8;
}

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

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #E6E7E8;
}
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.42857;
  color: #666666;
}
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 #E6E7E8;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

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

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: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  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.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #00619f;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.evtx-agenda-full .evtx-navbuttons .input-group-lg > .input-group-btn > .form-control-static.evtx-day-nav,
.input-group-lg > .input-group-btn > .form-control-static.views-button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.evtx-agenda-full .evtx-navbuttons .input-group-sm > .input-group-btn > .form-control-static.evtx-day-nav,
.input-group-sm > .input-group-btn > .form-control-static.views-button {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.evtx-agenda-full .evtx-navbuttons .input-group-sm > .input-group-btn > .evtx-day-nav,
.input-group-sm > .input-group-btn > .views-button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.evtx-agenda-full .evtx-navbuttons .input-group-sm > .input-group-btn > select.evtx-day-nav,
.input-group-sm > .input-group-btn > select.views-button {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.evtx-agenda-full .evtx-navbuttons .input-group-sm > .input-group-btn > textarea.evtx-day-nav,
.input-group-sm > .input-group-btn > textarea.views-button,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.evtx-agenda-full .evtx-navbuttons .input-group-sm > .input-group-btn > select[multiple].evtx-day-nav,
.input-group-sm > .input-group-btn > select[multiple].views-button {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.evtx-agenda-full .evtx-navbuttons .input-group-lg > .input-group-btn > .evtx-day-nav,
.input-group-lg > .input-group-btn > .views-button {
  height: 50px;
  padding: 12.5px 18px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.evtx-agenda-full .evtx-navbuttons .input-group-lg > .input-group-btn > select.evtx-day-nav,
.input-group-lg > .input-group-btn > select.views-button {
  height: 50px;
  line-height: 50px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.evtx-agenda-full .evtx-navbuttons .input-group-lg > .input-group-btn > textarea.evtx-day-nav,
.input-group-lg > .input-group-btn > textarea.views-button,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.evtx-agenda-full .evtx-navbuttons .input-group-lg > .input-group-btn > select[multiple].evtx-day-nav,
.input-group-lg > .input-group-btn > select[multiple].views-button {
  height: auto;
}

.form-group-lg .form-control {
  height: 50px;
  padding: 12.5px 18px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 50px;
  line-height: 50px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 50px;
  min-height: 37px;
  padding: 13.5px 18px;
  font-size: 17px;
  line-height: 1.33333;
}

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.evtx-agenda-full .evtx-navbuttons .input-group-lg > .input-group-btn > .evtx-day-nav + .form-control-feedback,
.input-group-lg > .input-group-btn > .views-button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.evtx-agenda-full .evtx-navbuttons .input-group-sm > .input-group-btn > .evtx-day-nav + .form-control-feedback,
.input-group-sm > .input-group-btn > .views-button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

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

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

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

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

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

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

.btn, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav, .views-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav:focus, .views-button:focus, .btn.focus, .evtx-agenda-full .evtx-navbuttons .focus.evtx-day-nav, .focus.views-button, .btn:active:focus, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav:active:focus, .views-button:active:focus, .btn:active.focus, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav:active.focus, .views-button:active.focus, .btn.active:focus, .evtx-agenda-full .evtx-navbuttons .active.evtx-day-nav:focus, .active.views-button:focus, .btn.active.focus, .evtx-agenda-full .evtx-navbuttons .active.focus.evtx-day-nav, .active.focus.views-button {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav:hover, .views-button:hover, .btn:focus, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav:focus, .views-button:focus, .btn.focus, .evtx-agenda-full .evtx-navbuttons .focus.evtx-day-nav, .focus.views-button {
  color: #333;
  text-decoration: none;
}
.btn:active, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav:active, .views-button:active, .btn.active, .evtx-agenda-full .evtx-navbuttons .active.evtx-day-nav, .active.views-button {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .evtx-agenda-full .evtx-navbuttons .disabled.evtx-day-nav, .disabled.views-button, .btn[disabled], .evtx-agenda-full .evtx-navbuttons [disabled].evtx-day-nav, [disabled].views-button, fieldset[disabled] .btn, fieldset[disabled] .evtx-agenda-full .evtx-navbuttons .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons fieldset[disabled] .evtx-day-nav, fieldset[disabled] .views-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .evtx-agenda-full .evtx-navbuttons a.disabled.evtx-day-nav, a.disabled.views-button, fieldset[disabled] a.btn, fieldset[disabled] .evtx-agenda-full .evtx-navbuttons a.evtx-day-nav, .evtx-agenda-full .evtx-navbuttons fieldset[disabled] a.evtx-day-nav, fieldset[disabled] a.views-button {
  pointer-events: none;
}

.btn-default, .views-button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .views-button:focus, .btn-default.focus, .focus.views-button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover, .views-button:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .views-button:active, .btn-default.active, .active.views-button, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.views-button {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .views-button:active:hover, .btn-default:active:focus, .views-button:active:focus, .btn-default:active.focus, .views-button:active.focus, .btn-default.active:hover, .active.views-button:hover, .btn-default.active:focus, .active.views-button:focus, .btn-default.active.focus, .active.focus.views-button, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.views-button:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.views-button:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.views-button {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .views-button:active, .btn-default.active, .active.views-button, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.views-button {
  background-image: none;
}
.btn-default.disabled:hover, .disabled.views-button:hover, .btn-default.disabled:focus, .disabled.views-button:focus, .btn-default.disabled.focus, .disabled.focus.views-button, .btn-default[disabled]:hover, [disabled].views-button:hover, .btn-default[disabled]:focus, [disabled].views-button:focus, .btn-default[disabled].focus, [disabled].focus.views-button, fieldset[disabled] .btn-default:hover, fieldset[disabled] .views-button:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .views-button:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.views-button {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge, .views-button .badge, .btn-default .evtx-speaker-category, .views-button .evtx-speaker-category {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #8cc63f;
  border-color: #7fb636;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #71a230;
  border-color: #3a5319;
}
.btn-primary:hover {
  color: #fff;
  background-color: #71a230;
  border-color: #5e8628;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #71a230;
  border-color: #5e8628;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #5e8628;
  border-color: #3a5319;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #8cc63f;
  border-color: #7fb636;
}
.btn-primary .badge, .btn-primary .evtx-speaker-category {
  color: #8cc63f;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #90A333;
  border-color: #7f902d;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #6e7c27;
  border-color: #292e0f;
}
.btn-success:hover {
  color: #fff;
  background-color: #6e7c27;
  border-color: #56611e;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6e7c27;
  border-color: #56611e;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #56611e;
  border-color: #292e0f;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #90A333;
  border-color: #7f902d;
}
.btn-success .badge, .btn-success .evtx-speaker-category {
  color: #90A333;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #00BCE4;
  border-color: #00a7cb;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0092b1;
  border-color: #003e4b;
}
.btn-info:hover {
  color: #fff;
  background-color: #0092b1;
  border-color: #00758d;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0092b1;
  border-color: #00758d;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #00758d;
  border-color: #003e4b;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #00BCE4;
  border-color: #00a7cb;
}
.btn-info .badge, .btn-info .evtx-speaker-category {
  color: #00BCE4;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge, .btn-warning .evtx-speaker-category {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #8cc63f;
  border-color: #7fb636;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #71a230;
  border-color: #3a5319;
}
.btn-danger:hover {
  color: #fff;
  background-color: #71a230;
  border-color: #5e8628;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #71a230;
  border-color: #5e8628;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #5e8628;
  border-color: #3a5319;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #8cc63f;
  border-color: #7fb636;
}
.btn-danger .badge, .btn-danger .evtx-speaker-category {
  color: #8cc63f;
  background-color: #fff;
}

.btn-link {
  color: #8cc63f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #638e2a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #666666;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .evtx-agenda-full .evtx-navbuttons .btn-group-lg > .evtx-day-nav, .btn-group-lg > .views-button {
  padding: 12.5px 18px;
  font-size: 17px;
  line-height: 1.33333;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn, .evtx-agenda-full .evtx-navbuttons .btn-group-sm > .evtx-day-nav, .btn-group-sm > .views-button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn, .evtx-agenda-full .evtx-navbuttons .btn-group-xs > .evtx-day-nav, .btn-group-xs > .views-button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.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;
  -o-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: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.42857;
  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;
  text-decoration: none;
  outline: 0;
  background-color: #8cc63f;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #666666;
}
.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;
}

.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.42857;
  color: #666666;
  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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .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, .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav, .btn-group > .views-button,
.btn-group-vertical > .btn,
.evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav,
.btn-group-vertical > .views-button {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav:hover, .btn-group > .views-button:hover, .btn-group > .btn:focus, .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav:focus, .btn-group > .views-button:focus, .btn-group > .btn:active, .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav:active, .btn-group > .views-button:active, .btn-group > .btn.active, .evtx-agenda-full .evtx-navbuttons .btn-group > .active.evtx-day-nav, .btn-group > .active.views-button,
.btn-group-vertical > .btn:hover,
.evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav:hover,
.btn-group-vertical > .views-button:hover,
.btn-group-vertical > .btn:focus,
.evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav:focus,
.btn-group-vertical > .views-button:focus,
.btn-group-vertical > .btn:active,
.evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav:active,
.btn-group-vertical > .views-button:active,
.btn-group-vertical > .btn.active,
.evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .active.evtx-day-nav,
.btn-group-vertical > .active.views-button {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .btn, .evtx-agenda-full .evtx-navbuttons .btn-group .evtx-day-nav + .btn, .btn-group .views-button + .btn, .btn-group .evtx-agenda-full .evtx-navbuttons .btn + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .btn-group .btn + .evtx-day-nav, .btn-group .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .btn-group .evtx-day-nav + .evtx-day-nav, .btn-group .evtx-agenda-full .evtx-navbuttons .views-button + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .btn-group .views-button + .evtx-day-nav, .btn-group .btn + .views-button, .btn-group .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .views-button, .evtx-agenda-full .evtx-navbuttons .btn-group .evtx-day-nav + .views-button, .btn-group .views-button + .views-button,
.btn-group .btn + .btn-group,
.btn-group .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .btn-group,
.evtx-agenda-full .evtx-navbuttons .btn-group .evtx-day-nav + .btn-group,
.btn-group .views-button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .evtx-agenda-full .evtx-navbuttons .btn-group + .evtx-day-nav,
.evtx-agenda-full .evtx-navbuttons .btn-group .btn-group + .evtx-day-nav,
.btn-group .btn-group + .views-button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .evtx-agenda-full .evtx-navbuttons .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .btn-toolbar .evtx-day-nav, .btn-toolbar .views-button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .evtx-agenda-full .evtx-navbuttons .btn-toolbar > .evtx-day-nav, .btn-toolbar > .views-button,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .views-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav:first-child, .btn-group > .views-button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .views-button: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), .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav:last-child:not(:first-child), .btn-group > .views-button: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, .evtx-agenda-full .evtx-navbuttons .btn-group > .btn-group:not(:first-child):not(:last-child) > .evtx-day-nav, .btn-group > .btn-group:not(:first-child):not(:last-child) > .views-button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .evtx-agenda-full .evtx-navbuttons .btn-group > .btn-group:first-child:not(:last-child) > .evtx-day-nav:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .views-button: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, .evtx-agenda-full .evtx-navbuttons .btn-group > .btn-group:last-child:not(:first-child) > .evtx-day-nav:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .views-button: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, .evtx-agenda-full .evtx-navbuttons .btn-group > .evtx-day-nav + .dropdown-toggle, .btn-group > .views-button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .evtx-agenda-full .evtx-navbuttons .btn-group-lg.btn-group > .evtx-day-nav + .dropdown-toggle, .btn-group-lg.btn-group > .views-button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav .caret, .views-button .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .evtx-agenda-full .evtx-navbuttons .btn-group-lg > .evtx-day-nav .caret, .btn-group-lg > .views-button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .evtx-agenda-full .evtx-navbuttons .btn-group-lg > .evtx-day-nav .caret, .evtx-agenda-full .evtx-navbuttons .dropup .btn-group-lg > .evtx-day-nav .caret, .dropup .btn-group-lg > .views-button .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav, .btn-group-vertical > .views-button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .btn-group > .evtx-day-nav,
.btn-group-vertical > .btn-group > .views-button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .btn-group > .evtx-day-nav, .btn-group-vertical > .btn-group > .views-button {
  float: none;
}
.btn-group-vertical > .btn + .btn, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav + .btn, .btn-group-vertical > .views-button + .btn, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .btn + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .views-button + .evtx-day-nav, .btn-group-vertical > .btn + .views-button, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav + .views-button, .btn-group-vertical > .views-button + .views-button,
.btn-group-vertical > .btn + .btn-group,
.evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav + .btn-group,
.btn-group-vertical > .views-button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .btn-group + .evtx-day-nav,
.btn-group-vertical > .btn-group + .views-button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav:not(:first-child):not(:last-child), .btn-group-vertical > .views-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav:first-child:not(:last-child), .btn-group-vertical > .views-button:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .evtx-day-nav:last-child:not(:first-child), .btn-group-vertical > .views-button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .evtx-day-nav, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .views-button {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > .evtx-day-nav:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .views-button: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, .evtx-agenda-full .evtx-navbuttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > .evtx-day-nav:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .views-button: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, .evtx-agenda-full .evtx-navbuttons .btn-group-justified > .evtx-day-nav, .btn-group-justified > .views-button,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .evtx-agenda-full .evtx-navbuttons .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .btn-group-justified > .btn-group .evtx-day-nav, .btn-group-justified > .btn-group .views-button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .evtx-agenda-full .evtx-navbuttons [data-toggle="buttons"] > .evtx-day-nav input[type="radio"], [data-toggle="buttons"] > .views-button input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.evtx-agenda-full .evtx-navbuttons [data-toggle="buttons"] > .evtx-day-nav input[type="checkbox"],
[data-toggle="buttons"] > .views-button input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.evtx-agenda-full .evtx-navbuttons [data-toggle="buttons"] > .btn-group > .evtx-day-nav input[type="radio"],
[data-toggle="buttons"] > .btn-group > .views-button input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.evtx-agenda-full .evtx-navbuttons [data-toggle="buttons"] > .btn-group > .evtx-day-nav input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .views-button 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-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: #00619f;
  text-align: center;
  background-color: #E6E7E8;
  border: 1px solid #ededed;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.evtx-agenda-full .evtx-navbuttons .input-group-sm > .input-group-btn > .input-group-addon.evtx-day-nav,
.input-group-sm > .input-group-btn > .input-group-addon.views-button {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.evtx-agenda-full .evtx-navbuttons .input-group-lg > .input-group-btn > .input-group-addon.evtx-day-nav,
.input-group-lg > .input-group-btn > .input-group-addon.views-button {
  padding: 12.5px 18px;
  font-size: 17px;
  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,
.evtx-agenda-full .evtx-navbuttons .input-group-btn:first-child > .evtx-day-nav,
.input-group-btn:first-child > .views-button,
.input-group-btn:first-child > .btn-group > .btn,
.evtx-agenda-full .evtx-navbuttons .input-group-btn:first-child > .btn-group > .evtx-day-nav,
.input-group-btn:first-child > .btn-group > .views-button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.evtx-agenda-full .evtx-navbuttons .input-group-btn:last-child > .evtx-day-nav:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .views-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.evtx-agenda-full .evtx-navbuttons .input-group-btn:last-child > .btn-group:not(:last-child) > .evtx-day-nav,
.input-group-btn:last-child > .btn-group:not(:last-child) > .views-button {
  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,
.evtx-agenda-full .evtx-navbuttons .input-group-btn:last-child > .evtx-day-nav,
.input-group-btn:last-child > .views-button,
.input-group-btn:last-child > .btn-group > .btn,
.evtx-agenda-full .evtx-navbuttons .input-group-btn:last-child > .btn-group > .evtx-day-nav,
.input-group-btn:last-child > .btn-group > .views-button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.evtx-agenda-full .evtx-navbuttons .input-group-btn:first-child > .evtx-day-nav:not(:first-child),
.input-group-btn:first-child > .views-button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.evtx-agenda-full .evtx-navbuttons .input-group-btn:first-child > .btn-group:not(:first-child) > .evtx-day-nav,
.input-group-btn:first-child > .btn-group:not(:first-child) > .views-button {
  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, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .evtx-day-nav, .input-group-btn > .views-button {
  position: relative;
}
.input-group-btn > .btn + .btn, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .evtx-day-nav + .btn, .input-group-btn > .views-button + .btn, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .btn + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .evtx-day-nav + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .views-button + .evtx-day-nav, .input-group-btn > .btn + .views-button, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .evtx-day-nav + .views-button, .input-group-btn > .views-button + .views-button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .evtx-day-nav:hover, .input-group-btn > .views-button:hover, .input-group-btn > .btn:focus, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .evtx-day-nav:focus, .input-group-btn > .views-button:focus, .input-group-btn > .btn:active, .evtx-agenda-full .evtx-navbuttons .input-group-btn > .evtx-day-nav:active, .input-group-btn > .views-button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .evtx-agenda-full .evtx-navbuttons .input-group-btn:first-child > .evtx-day-nav, .input-group-btn:first-child > .views-button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .evtx-agenda-full .evtx-navbuttons .input-group-btn:last-child > .evtx-day-nav, .input-group-btn:last-child > .views-button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: #E6E7E8;
}
.nav > li.disabled > a {
  color: #666666;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #E6E7E8;
  border-color: #8cc63f;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #E6E7E8 #E6E7E8 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #8cc63f;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-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: 40px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .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:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .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;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.evtx-contentlist > .navbar-header,
.container-fluid > .navbar-collapse,
.evtx-contentlist > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .evtx-contentlist > .navbar-header,
  .container-fluid > .navbar-collapse,
  .evtx-contentlist > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 17px;
  line-height: 20px;
  height: 40px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .navbar > .evtx-contentlist .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .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: middle;
  }
  .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .evtx-agenda-full .evtx-navbuttons .btn-group-sm > .navbar-btn.evtx-day-nav, .btn-group-sm > .navbar-btn.views-button {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .evtx-agenda-full .evtx-navbuttons .btn-group-xs > .navbar-btn.evtx-day-nav, .btn-group-xs > .navbar-btn.views-button {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: white;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #666666;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #4d4d4d;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #666666;
}
.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: #eeeeee;
}
.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-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #666666;
  }
  .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: #eeeeee;
  }
  .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: #666666;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #666666;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #8cc63f;
  border-color: none;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #8c8c8c;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #d9d9d9;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #d9d9d9;
  background-color: #71a230;
}
.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: #79ae34;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #71a230;
  color: #d9d9d9;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d9d9d9;
    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: #d9d9d9;
    background-color: #71a230;
  }
  .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: white;
}
.navbar-inverse .navbar-link:hover {
  color: #d9d9d9;
}
.navbar-inverse .btn-link {
  color: white;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #d9d9d9;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #666666;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #666666;
  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: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #638e2a;
  background-color: #E6E7E8;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #8cc63f;
  border-color: #8cc63f;
  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: #666666;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12.5px 18px;
  font-size: 17px;
  line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.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: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.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: #E6E7E8;
}
.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: #666666;
  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;
}
.label:empty {
  display: none;
}
.btn .label, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav .label, .views-button .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #666666;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #4d4d4d;
}

.label-primary {
  background-color: #8cc63f;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #71a230;
}

.label-success {
  background-color: #90A333;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #6e7c27;
}

.label-info {
  background-color: #00BCE4;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0092b1;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #8cc63f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #71a230;
}

.badge, .evtx-speaker-category {
  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: #666666;
  border-radius: 10px;
}
.badge:empty, .evtx-speaker-category:empty {
  display: none;
}
.btn .badge, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav .badge, .views-button .badge, .btn .evtx-speaker-category, .evtx-agenda-full .evtx-navbuttons .evtx-day-nav .evtx-speaker-category, .views-button .evtx-speaker-category {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .evtx-agenda-full .evtx-navbuttons .btn-group-xs > .evtx-day-nav .badge, .btn-group-xs > .views-button .badge, .btn-xs .evtx-speaker-category, .btn-group-xs > .btn .evtx-speaker-category, .evtx-agenda-full .evtx-navbuttons .btn-group-xs > .evtx-day-nav .evtx-speaker-category, .btn-group-xs > .views-button .evtx-speaker-category, .btn-group-xs > .btn .badge, .evtx-agenda-full .evtx-navbuttons .btn-group-xs > .evtx-day-nav .badge, .btn-group-xs > .views-button .badge, .btn-group-xs > .btn .evtx-speaker-category, .evtx-agenda-full .evtx-navbuttons .btn-group-xs > .evtx-day-nav .evtx-speaker-category, .btn-group-xs > .views-button .evtx-speaker-category {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .list-group-item.active > .evtx-speaker-category, .nav-pills > .active > a > .badge, .nav-pills > .active > a > .evtx-speaker-category {
  color: #8cc63f;
  background-color: #fff;
}
.list-group-item > .badge, .list-group-item > .evtx-speaker-category {
  float: right;
}
.list-group-item > .badge + .badge, .list-group-item > .evtx-speaker-category + .badge, .list-group-item > .badge + .evtx-speaker-category, .list-group-item > .evtx-speaker-category + .evtx-speaker-category {
  margin-right: 5px;
}
.nav-pills > li > a > .badge, .nav-pills > li > a > .evtx-speaker-category {
  margin-left: 3px;
}

a.badge:hover, a.evtx-speaker-category:hover, a.badge:focus, a.evtx-speaker-category:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #E6E7E8;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cbced0;
}
.container .jumbotron, .container-fluid .jumbotron, .evtx-contentlist .jumbotron {
  border-radius: 0;
  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, .evtx-contentlist .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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #8cc63f;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.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: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-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: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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: #8cc63f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #90A333;
}
.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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
  background-color: #00BCE4;
}
.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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
  background-color: #8cc63f;
}
.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: -o-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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.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: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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, a.list-group-item:focus,
button.list-group-item:hover,
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: #E6E7E8;
  color: #666666;
  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: #666666;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #8cc63f;
  border-color: #8cc63f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .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: #eaf5dc;
}

.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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.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: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}

.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: -1;
  border-top-left-radius: -1;
}
.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: -1;
  border-bottom-left-radius: -1;
}
.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, .evtx-attendees .panel > .evtx-table,
.panel > .table-responsive > .table,
.evtx-attendees .panel > .evtx-table > .table,
.evtx-attendees .panel > .table-responsive > .evtx-table,
.evtx-attendees .panel > .evtx-table > .evtx-table,
.panel > .panel-collapse > .table,
.evtx-attendees .panel > .panel-collapse > .evtx-table {
  margin-bottom: 0;
}
.panel > .table caption, .evtx-attendees .panel > .evtx-table caption,
.panel > .table-responsive > .table caption,
.evtx-attendees .panel > .evtx-table > .table caption,
.evtx-attendees .panel > .table-responsive > .evtx-table caption,
.evtx-attendees .panel > .evtx-table > .evtx-table caption,
.panel > .panel-collapse > .table caption,
.evtx-attendees .panel > .panel-collapse > .evtx-table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .evtx-attendees .panel > .evtx-table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .evtx-attendees .panel > .evtx-table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.evtx-attendees .panel > .evtx-table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > thead:first-child > tr:first-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > thead:first-child > tr:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > tbody:first-child > tr:first-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > tbody:first-child > tr:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .evtx-attendees .panel > .evtx-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.evtx-attendees .panel > .evtx-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.evtx-attendees .panel > .evtx-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.evtx-attendees .panel > .evtx-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > thead:first-child > tr:first-child td:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-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 th:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > thead:first-child > tr:first-child th:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > tbody:first-child > tr:first-child td:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-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 th:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > tbody:first-child > tr:first-child th:first-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .evtx-attendees .panel > .evtx-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.evtx-attendees .panel > .evtx-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.evtx-attendees .panel > .evtx-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.evtx-attendees .panel > .evtx-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > thead:first-child > tr:first-child td:last-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-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 th:last-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > thead:first-child > tr:first-child th:last-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > tbody:first-child > tr:first-child td:last-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-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 th:last-child,
.evtx-attendees .panel > .evtx-table:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.evtx-attendees .panel > .table-responsive:first-child > .evtx-table:first-child > tbody:first-child > tr:first-child th:last-child,
.evtx-attendees .panel > .evtx-table:first-child > .evtx-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child, .evtx-attendees .panel > .evtx-table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .evtx-attendees .panel > .evtx-table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.evtx-attendees .panel > .evtx-table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tbody:last-child > tr:last-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tbody:last-child > tr:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tfoot:last-child > tr:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .evtx-attendees .panel > .evtx-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.evtx-attendees .panel > .evtx-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.evtx-attendees .panel > .evtx-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.evtx-attendees .panel > .evtx-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tbody:last-child > tr:last-child td:first-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-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 th:first-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tbody:last-child > tr:last-child th:first-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-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 th:first-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .evtx-attendees .panel > .evtx-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.evtx-attendees .panel > .evtx-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.evtx-attendees .panel > .evtx-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.evtx-attendees .panel > .evtx-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tbody:last-child > tr:last-child td:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-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 th:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tbody:last-child > tr:last-child th:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-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 th:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.evtx-attendees .panel > .table-responsive:last-child > .evtx-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.evtx-attendees .panel > .evtx-table:last-child > .evtx-table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table, .evtx-attendees .panel > .panel-body + .evtx-table,
.panel > .panel-body + .table-responsive,
.evtx-attendees .panel > .panel-body + .evtx-table,
.panel > .table + .panel-body,
.evtx-attendees .panel > .evtx-table + .panel-body,
.panel > .table-responsive + .panel-body,
.evtx-attendees .panel > .evtx-table + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .evtx-attendees .panel > .evtx-table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.evtx-attendees .panel > .evtx-table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
.evtx-attendees .panel > .evtx-table > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.evtx-attendees .panel > .evtx-table > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.evtx-attendees .panel > .evtx-table > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.evtx-attendees .panel > .evtx-table > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.evtx-attendees .panel > .evtx-table > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.evtx-attendees .panel > .evtx-table > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.evtx-attendees .panel > .evtx-table > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.evtx-attendees .panel > .evtx-table > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.evtx-attendees .panel > .evtx-table > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.evtx-attendees .panel > .evtx-table > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive, .evtx-attendees .panel > .evtx-table {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.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, .panel-default > .panel-heading .evtx-speaker-category {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #8cc63f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #8cc63f;
  border-color: #8cc63f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8cc63f;
}
.panel-primary > .panel-heading .badge, .panel-primary > .panel-heading .evtx-speaker-category {
  color: #8cc63f;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8cc63f;
}

.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, .panel-success > .panel-heading .evtx-speaker-category {
  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, .panel-info > .panel-heading .evtx-speaker-category {
  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, .panel-warning > .panel-heading .evtx-speaker-category {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge, .panel-danger > .panel-heading .evtx-speaker-category {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .btn, .evtx-agenda-full .evtx-navbuttons .modal-footer .evtx-day-nav + .btn, .modal-footer .views-button + .btn, .modal-footer .evtx-agenda-full .evtx-navbuttons .btn + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .modal-footer .btn + .evtx-day-nav, .modal-footer .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .modal-footer .evtx-day-nav + .evtx-day-nav, .modal-footer .evtx-agenda-full .evtx-navbuttons .views-button + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .modal-footer .views-button + .evtx-day-nav, .modal-footer .btn + .views-button, .modal-footer .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .views-button, .evtx-agenda-full .evtx-navbuttons .modal-footer .evtx-day-nav + .views-button, .modal-footer .views-button + .views-button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .btn, .evtx-agenda-full .evtx-navbuttons .modal-footer .btn-group .evtx-day-nav + .btn, .modal-footer .btn-group .views-button + .btn, .modal-footer .btn-group .evtx-agenda-full .evtx-navbuttons .btn + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .modal-footer .btn-group .btn + .evtx-day-nav, .modal-footer .btn-group .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .modal-footer .btn-group .evtx-day-nav + .evtx-day-nav, .modal-footer .btn-group .evtx-agenda-full .evtx-navbuttons .views-button + .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .modal-footer .btn-group .views-button + .evtx-day-nav, .modal-footer .btn-group .btn + .views-button, .modal-footer .btn-group .evtx-agenda-full .evtx-navbuttons .evtx-day-nav + .views-button, .evtx-agenda-full .evtx-navbuttons .modal-footer .btn-group .evtx-day-nav + .views-button, .modal-footer .btn-group .views-button + .views-button {
  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: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 0;
}

.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: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  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: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: -1 -1 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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-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: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  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 {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.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: transparent;
}
.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.6);
}
.carousel-caption .btn, .carousel-caption .evtx-agenda-full .evtx-navbuttons .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .carousel-caption .evtx-day-nav, .carousel-caption .views-button {
  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: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .evtx-agenda-timescale .row-day:before, .clearfix:after, .evtx-agenda-timescale .row-day:after, .evtx-page .three-images:after {
  content: " ";
  display: table;
}
.clearfix:after, .evtx-agenda-timescale .row-day:after, .evtx-page .three-images:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
html.evtx-page {
  font-size: 14px;
  height: 100%;
  margin-top: 0 !important;
  /**
   * EVTX BOOTSTRAP FIXES
  */
  /* Push/Pull */
}
@media (min-width: 480px) {
  html.evtx-page {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html.evtx-page {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html.evtx-page {
    font-size: 15.75px;
  }
}
@media (min-width: 1200px) {
  html.evtx-page {
    font-size: 17.5px;
  }
}
html.evtx-page body {
  height: 100%;
  font-size: 1rem;
  color: black;
}
html.evtx-page .evtx-section-anchor {
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
html.evtx-page p {
  font-size: 1rem;
}
html.evtx-page ol {
  font-size: 1rem;
  font-weight: normal;
}
html.evtx-page ul {
  font-size: 1rem;
  font-weight: normal;
}
html.evtx-page p, html.evtx-page ol, html.evtx-page ul {
  margin: 0.5em 0 1.5em;
}
html.evtx-page h1 {
  font-size: 2.441rem;
  margin: 0 0 0.5em;
}
html.evtx-page h1.super {
  font-size: 3.05rem;
  margin: 0 0 0.5em;
}
html.evtx-page h2 {
  font-size: 1.953rem;
  margin: 0.5em 0;
}
html.evtx-page h2.evtx-page-title {
  font-size: 2.441rem;
  margin: 2em 0 1em;
  background: #ddd;
  height: 1px;
  text-align: left;
}
html.evtx-page h2.evtx-page-title span {
  display: inline-block;
  background: #FFF;
  padding: 0 1em 0 0;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
html.evtx-page h2.evtx-module-title {
  background: #333;
  color: #FFF;
  padding: 0.25em;
  line-height: 1;
  font-weight: 200;
  font-style: italic;
  margin-top: 0;
}
html.evtx-page h3 {
  font-size: 1.35rem;
  margin: 0.5em 0;
}
html.evtx-page h3.evtx-module-title {
  border-bottom: 1px black solid;
}
html.evtx-page h4 {
  font-size: 1.25rem;
}
html.evtx-page h5 {
  font-size: 0.8rem;
}
html.evtx-page h6 {
  font-size: 0.64rem;
}
html.evtx-page ul, html.evtx-page ol {
  padding-left: 1em;
}
html.evtx-page img {
  max-width: 100%;
  height: auto;
}
html.evtx-page a {
  cursor: pointer;
}
html.evtx-page section {
  position: relative;
}
html.evtx-page section.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  html.evtx-page section.background-image {
    padding: 2em;
  }
}
@media (min-width: 992px) {
  html.evtx-page section.background-image {
    padding: 3em;
  }
}
@media (min-width: 1200px) {
  html.evtx-page section.background-image {
    padding: 4em;
  }
}
html.evtx-page section.background-image .evtx-section-title {
  margin-top: 0 !important;
}
html.evtx-page .evtx-container {
  margin: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  html.evtx-page .evtx-container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  html.evtx-page .evtx-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  html.evtx-page .evtx-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  html.evtx-page .evtx-container {
    width: 1170px;
  }
}
html.evtx-page .evtx-section-title {
  margin-top: 2em;
}
html.evtx-page .alignleft {
  float: left;
  padding-right: 2em;
  margin: 0;
}
html.evtx-page .alignright {
  float: right;
  padding-left: 2em;
  padding-bottom: 2em;
  margin: 0;
}
html.evtx-page .shade {
  margin-top: 1em;
  background-color: #f0f0f0;
}
html.evtx-page .evtx-filter {
  cursor: pointer;
}
html.evtx-page .button-wrap {
  display: block;
  text-align: center;
}
html.evtx-page .navbar-default {
  margin-bottom: 0;
}
html.evtx-page .tooltip {
  max-width: 150px;
}
html.evtx-page .evtx-grid-padding-fix {
  padding: 0;
}
html.evtx-page .evtx-module-scope {
  position: relative;
}
html.evtx-page .evtx-full-width {
  margin: 0 -15px;
}
html.evtx-page .evtx-view-wrapper {
  position: relative;
  padding: 1em 0;
}
html.evtx-page .evtx-view-wrapper.no-padding {
  padding: 0;
}
html.evtx-page .evtx-view-wrapper.evtx-full-width {
  width: 100%;
}
html.evtx-page .evtx-view-wrapper-fullwidth {
  margin-top: 4em;
  margin-bottom: 4em;
}
html.evtx-page .evtx-view-pushdown {
  margin-bottom: 2em;
}
html.evtx-page .evtx-background-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html.evtx-page .evtx-lead {
  font-size: 1.75rem;
  font-weight: 200;
  font-style: italic;
  line-height: 1.2;
}
html.evtx-page .evtx-bold {
  font-weight: 500;
  font-size: 1.15rem;
}
html.evtx-page .evtx-dim {
  opacity: 0.3;
}
html.evtx-page .evtx-category {
  padding: 2em 0;
  margin: auto;
}
html.evtx-page .evtx-push,
html.evtx-page .evtx-pull {
  position: relative;
}
html.evtx-page .evtx-background-cover {
  min-height: 30vh;
}
@media (min-width: 768px) {
  html.evtx-page .evtx-full-width {
    overflow: hidden;
  }
  html.evtx-page .evtx-push-pull-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  html.evtx-page .evtx-push-pull-wrapper .evtx-push,
  html.evtx-page .evtx-push-pull-wrapper .evtx-pull {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  html.evtx-page .evtx-push-pull-wrapper.content-right .evtx-push {
    left: 50%;
  }
  html.evtx-page .evtx-push-pull-wrapper.content-right .evtx-pull {
    right: 50%;
  }
}
html.evtx-page .evtx-loading {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
html.evtx-page .evtx-loading:before {
  content: " ";
  width: 65px;
  height: 65px;
  display: inline-block;
  background-image: url(http://2017.cybersatsummit.com/wp-content/plugins/views/themes/radwaste/images/logo.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: spin-loading 5s ease 0s alternate infinite;
  -o-animation: spin-loading 5s ease 0s alternate infinite;
  animation: spin-loading 5s ease 0s alternate infinite;
}
@-moz-keyframes spin-loading {
  0% {
    -moz-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -moz-transform: rotateY(359deg) rotateX(0deg);
    transform: rotateY(359deg) rotateX(0deg);
  }
  100% {
    -moz-transform: rotateY(359deg) rotateX(359deg);
    transform: rotateY(359deg) rotateX(359deg);
  }
}
@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(359deg) rotateX(0deg);
    transform: rotateY(359deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(359deg) rotateX(359deg);
    transform: rotateY(359deg) rotateX(359deg);
  }
}
@keyframes spin-loading {
  0% {
    -moz-transform: rotateY(0deg) rotateX(0deg);
    -ms-transform: rotateY(0deg) rotateX(0deg);
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -moz-transform: rotateY(359deg) rotateX(0deg);
    -ms-transform: rotateY(359deg) rotateX(0deg);
    -webkit-transform: rotateY(359deg) rotateX(0deg);
    transform: rotateY(359deg) rotateX(0deg);
  }
  100% {
    -moz-transform: rotateY(359deg) rotateX(359deg);
    -ms-transform: rotateY(359deg) rotateX(359deg);
    -webkit-transform: rotateY(359deg) rotateX(359deg);
    transform: rotateY(359deg) rotateX(359deg);
  }
}
@-moz-keyframes pulse-gray {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}
@-webkit-keyframes pulse-gray {
  0% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
@keyframes pulse-gray {
  0% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
html.evtx-page .badge-light .module-content:not(.light):not(.dark):not(.texture) {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
html.evtx-page .badge-dark .module-content:not(.light):not(.dark):not(.texture) {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}
@media (min-width: 1600px) {
  html.evtx-page .evtx-sticky-section {
    position: absolute;
    right: 0;
    width: 200px;
    z-index: 1000;
    padding-right: 0;
  }
}
@media (max-width: 1600px) {
  html.evtx-page .evtx-sticky-section {
    display: none;
  }
}
html.evtx-page .evtx-sticky-section .evtx-module-title {
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
html.evtx-page .elapsed {
  display: block;
  font-size: 15px;
  font-weight: bold;
  background-color: black;
  color: white;
}
html.evtx-page .evtx-images-open-in-modal {
  cursor: pointer;
}

.menu-block .list-unstyled {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 140px;
  margin-bottom: 0 !important;
  padding: 1em;
}

#evtx-nav-main {
  background: black;
  color: white;
  padding: 0;
  position: relative;
}
#evtx-nav-main .evtx-menu-category {
  margin-top: 0 !important;
}
#evtx-nav-main > .evtx-left {
  max-width: 65%;
  padding-left: 0.5em;
}
#evtx-nav-main > .evtx-right {
  position: absolute;
  right: 0.5em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#evtx-nav-main img.evtx-bug {
  max-width: 100px;
  max-height: 70px;
}
#evtx-nav-main .evtx-event-title {
  font-size: 1.25rem;
}
#evtx-nav-main a.evtx-menu-pages-toggle {
  display: inline-block;
  padding: 0.5em 0.5em 1.5em 0.5em;
}
#evtx-nav-main a.evtx-menu-pages-toggle:after {
  display: block;
  content: "Pages";
  font-size: 0.5rem;
  text-transform: uppercase;
}
#evtx-nav-main ul#evtx-menu-hotlinks {
  margin: 0;
  padding: 0;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink {
  display: none;
  position: relative;
  padding: 0.75em 0;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  color: white;
  text-decoration: none;
  display: inline-block;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a:hover, #evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a:focus {
  color: #8cc63f;
  text-decoration: none;
  outline: none;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a:before {
  font-family: "FontAwesome";
  font-size: 1.75em;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a.agendas:before {
  content: "";
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a.contact:before {
  content: "";
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a.homepage:before {
  content: "";
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a.pricing:before {
  content: "";
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a.speakers:before {
  content: "";
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a.sponsors:before {
  content: "";
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink a.venue:before {
  content: "";
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink .hotlink-label {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: black;
  color: white;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  line-height: normal;
  padding: 0.5em 0.5em 0.5em 1em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink:hover a {
  color: #8cc63f;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink:hover .hotlink-label {
  opacity: 1;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink:focus {
  box-shadow: none;
  outline: none;
  border: none;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink:focus a {
  color: #f0f0f0;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-register {
  background-color: #8cc63f;
  color: white;
  padding: 1em 0.5em;
  margin-top: 2em;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-register a {
  padding: 0 !important;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-register a:before {
  content: 'Register';
  font-size: 0.5rem;
  text-transform: uppercase;
}
#evtx-nav-main ul#evtx-menu-hotlinks li.evtx-register a:hover {
  color: black;
}
@media (min-width: 1115px) {
  #evtx-nav-main {
    position: fixed;
    left: 15px;
    top: 15%;
    width: 65px;
    z-index: 99999;
    text-align: center;
  }
  #evtx-nav-main .evtx-event-title {
    display: none;
  }
  #evtx-nav-main > .evtx-left {
    max-width: 100%;
    padding: 0;
  }
  #evtx-nav-main > .evtx-right {
    position: initial;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }
  #evtx-nav-main ul#evtx-menu-hotlinks li {
    float: none;
    font-size: 0.65rem;
  }
  #evtx-nav-main ul#evtx-menu-hotlinks li.evtx-hotlink {
    display: block;
  }
  #evtx-nav-main ul#evtx-menu-hotlinks li i {
    font-size: 1.15rem;
  }
  #evtx-nav-main li.evtx-register a:before {
    display: none;
  }
  #evtx-nav-main li.evtx-register a:after {
    content: 'Register';
    font-size: 0.5rem;
    text-transform: uppercase;
  }
  #evtx-nav-main li.evtx-hotlink {
    display: inline-block;
  }
}

/**
 * EVENT INFO VIEWS
*/
.button-wrap {
  margin-top: 1rem;
}

.evtx-dim-light {
  color: #333;
}
.evtx-dim-light:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 1;
}

.evtx-dim-dark {
  color: #fff;
}
.evtx-dim-dark:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.evtx-badge-light {
  max-width: 39em;
  background: rgba(255, 255, 255, 0.85);
  color: #333;
  padding: 2em;
}

.evtx-badge-dark {
  max-width: 39em;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 2em;
}

.evtx-full-height {
  height: 100%;
}

/*___ JUMBOTRON ___*/
.evtx-eventinfo-jumbotron {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.evtx-eventinfo-jumbotron .evtx-info-wrapper {
  position: relative;
  margin: auto;
  max-width: 35em;
  z-index: 99;
}
.evtx-eventinfo-jumbotron .evtx-background-fixed {
  background-attachment: fixed;
}
.evtx-eventinfo-jumbotron .eventinfo-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.evtx-eventinfo-jumbotron .eventinfo-bg-image.lax {
  top: -200px;
  height: calc(100% + 400px);
}
.evtx-eventinfo-jumbotron .evtx-logo {
  margin: 0 auto 0.5em;
}
.evtx-eventinfo-jumbotron h1 {
  font-size: 4;
  margin-bottom: 0.25em;
}
.evtx-eventinfo-jumbotron h1 a {
  display: block;
}
.evtx-eventinfo-jumbotron .evtx-lead {
  margin-bottom: 0.5em;
}
.evtx-eventinfo-jumbotron .evtx-full-description {
  text-align: justify;
}
.evtx-eventinfo-jumbotron .evtx-countdown {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}
.evtx-eventinfo-jumbotron .evtx-countdown .metric.day {
  border-right: 1px #8cc63f solid !important;
}
@media (max-width: 768px) {
  .evtx-eventinfo-jumbotron .evtx-countdown .metric {
    min-width: 65px;
  }
}
@media (min-width: 992px) {
  .evtx-eventinfo-jumbotron .evtx-countdown .metric {
    min-width: 75px;
  }
}
@media (min-width: 1200px) {
  .evtx-eventinfo-jumbotron .evtx-countdown .metric {
    min-width: 100px;
  }
}
.evtx-eventinfo-jumbotron .evtx-call-to-action {
  padding-top: 0.5em;
}
.evtx-eventinfo-jumbotron .evtx-video-wrap > div {
  position: relative;
  width: 100%;
  height: 0;
}
.evtx-eventinfo-jumbotron .evtx-video-wrap > div > div {
  height: 100%;
  max-height: 100vh;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 1200px) {
  .evtx-eventinfo-jumbotron .evtx-video-wrap .evtx-info-wrapper {
    margin-top: 50%;
    transform: translateY(-50%) !important;
  }
}
.evtx-eventinfo-jumbotron .evtx-video-wrap video {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}
.evtx-eventinfo-jumbotron .evtx-jumbotron-video {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
}
.evtx-eventinfo-jumbotron canvas {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/*___ SIDE-BY-SIDE ___*/
.evtx-eventinfo-sidebyside .evtx-push {
  min-height: 20vh;
}
.evtx-eventinfo-sidebyside .evtx-background-cover {
  min-height: 450px;
}
.evtx-eventinfo-sidebyside .module-content {
  padding: 3em;
  background: #333;
  color: #fff;
  padding-right: 1em;
}
@media (max-width: 600px) {
  .evtx-eventinfo-sidebyside .evtx-excerpt p {
    font-size: 1.5rem;
  }
}
.evtx-eventinfo-sidebyside .evtx-logo {
  margin-top: 1rem;
}
@media (max-width: 1120px) {
  .evtx-eventinfo-sidebyside .countdown {
    font-size: 1rem;
  }
  .evtx-eventinfo-sidebyside .countdown .metric {
    min-width: 75px;
  }
}
@media (min-width: 768px) {
  .evtx-eventinfo-sidebyside .evtx-full-width {
    overflow: hidden;
  }
  .evtx-eventinfo-sidebyside .evtx-push-pull-wrapper {
    display: table;
    table-layout: fixed;
    width: 100.5%;
    margin: 0 -1px;
  }
  .evtx-eventinfo-sidebyside .evtx-push-pull-wrapper .evtx-push,
  .evtx-eventinfo-sidebyside .evtx-push-pull-wrapper .evtx-pull {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
  }
  .evtx-eventinfo-sidebyside .evtx-push-pull-wrapper.content-right .evtx-push {
    left: 50%;
  }
  .evtx-eventinfo-sidebyside .evtx-push-pull-wrapper.content-right .evtx-pull {
    right: 50%;
  }
  .evtx-eventinfo-sidebyside .module-content {
    font-size: 0.85rem;
    padding: 5em;
  }
}

/*___ MINIMAL ___*/
.evtx-eventinfo-minimal .evtx-info-wrapper {
  margin: 15px;
  background: rgba(255, 255, 255, 0.65);
  padding: 1em 0.5em;
}
.evtx-eventinfo-minimal h1 {
  text-align: center;
}
.evtx-eventinfo-minimal .evtx-date-location {
  text-align: center;
  font-weight: 600;
  font-size: 1.15rem;
  margin-bottom: 1em;
}
.evtx-eventinfo-minimal .evtx-excerpt {
  text-align: justify;
}
.evtx-eventinfo-minimal a.evtx-reg {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: block;
  background-color: #555;
  color: #FFF;
  text-align: center;
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
  text-decoration: none;
}
.evtx-eventinfo-minimal a.evtx-reg:hover, .evtx-eventinfo-minimal .evtx-eventinfo-infobar a.evtx-reg:focus {
  background-color: #333;
}
@media (min-width: 480px) {
  .evtx-eventinfo-minimal .evtx-info-wrapper {
    max-width: 33em;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .evtx-eventinfo-minimal .evtx-info-wrapper {
    max-width: 100%;
    position: relative;
  }
  .evtx-eventinfo-minimal h1 {
    margin-bottom: 0;
  }
  .evtx-eventinfo-minimal .evtx-event-info {
    padding: 0 1em;
  }
  .evtx-eventinfo-minimal .evtx-date-location {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0;
    padding-top: 0.5em;
  }
  .evtx-eventinfo-minimal a.evtx-reg {
    position: absolute;
    right: 1em;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    line-height: 1;
    margin: 0;
    padding: 0.25em 1em;
  }
}
@media (min-width: 1200px) {
  .evtx-eventinfo-minimal .evtx-date-location {
    padding-top: 0;
  }
  .evtx-eventinfo-minimal .evtx-event-dates,
  .evtx-eventinfo-minimal .evtx-event-location {
    display: inline-block;
  }
  .evtx-eventinfo-minimal .evtx-event-location:before {
    content: ' | ';
  }
  .evtx-eventinfo-minimal .evtx-excerpt p {
    margin-bottom: 0;
    font-size: 0.75rem;
    line-height: 1.2;
  }
}

/*___ INFO BAR ___*/
.evtx-eventinfo-infobar .evtx-infobar-content {
  padding: 1.5em 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  /* background-color: #efefef; */
  position: relative;
}
.evtx-eventinfo-infobar h2.evtx-info-title {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 0.25em;
}
.evtx-eventinfo-infobar .evtx-event-dates {
  font-weight: 200;
  font-style: italic;
  text-align: center;
}
.evtx-eventinfo-infobar .evtx-event-location {
  font-weight: 200;
  font-style: italic;
  text-align: center;
}
.evtx-eventinfo-infobar a.evtx-reg {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #8cc63f;
  color: #FFF;
  text-align: center;
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
  text-decoration: none;
}
.evtx-eventinfo-infobar a.evtx-reg:hover, .evtx-eventinfo-infobar a.evtx-reg:focus {
  background-color: #333;
}
@media (min-width: 768px) {
  .evtx-eventinfo-infobar .evtx-infobar-wrapper {
    padding: 0.5em 0;
    text-align: center;
  }
  .evtx-eventinfo-infobar .evtx-event-dates {
    display: inline-block;
  }
  .evtx-eventinfo-infobar .evtx-event-location {
    display: inline-block;
  }
  .evtx-eventinfo-infobar .evtx-event-location:before {
    content: '|';
    display: inline-block;
    padding: 0 0.2em;
  }
}
@media (min-width: 992px) {
  .evtx-eventinfo-infobar .evtx-infobar-content {
    padding: 1em 0.5em;
    text-align: center;
  }
  .evtx-eventinfo-infobar a.evtx-reg {
    display: inline-block;
    min-width: 25%;
  }
}
@media (min-width: 1200px) {
  .evtx-eventinfo-infobar .evtx-infobar-content {
    padding: 1.5em 1em;
    text-align: left;
  }
  .evtx-eventinfo-infobar .evtx-infobar-wrapper {
    padding: 0;
    text-align: left;
  }
  .evtx-eventinfo-infobar h2.evtx-info-title {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
  }
  .evtx-eventinfo-infobar .evtx-event-dates {
    font-size: 1rem;
    padding-left: 1em;
    vertical-align: middle;
    line-height: 1;
  }
  .evtx-eventinfo-infobar .evtx-event-location {
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1;
  }
  .evtx-eventinfo-infobar .evtx-event-location:before {
    vertical-align: middle;
  }
  .evtx-eventinfo-infobar a.evtx-reg {
    display: inline;
    min-width: 0;
    font-size: 0.85rem;
    margin: 0;
    padding: 0.25em 1em;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
.evtx-eventinfo-infobar .infobar-right {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  vertical-align: middle;
  display: inline-block;
}
.evtx-eventinfo-infobar .infobar-right .evtx-reg {
  display: inline-block;
}

.evtx-company-logo {
  max-width: 80%;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .evtx-company-logo {
    max-width: 60%;
  }
}

.evtx-circular {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.evtx-speakers-widget .evtx-speaker-profile {
  background-size: contain;
  background-position: left;
  background-origin: border-box;
  background-repeat: no-repeat;
  padding-left: 2em;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.75em;
  min-height: 2em;
}
.evtx-speakers-widget .evtx-speaker-profile .evtx-caption {
  white-space: nowrap;
}
.evtx-speakers-widget .evtx-speaker-profile .evtx-caption h4 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  display: block;
}
.evtx-speakers-widget .evtx-profile-company,
.evtx-speakers-widget .evtx-speaking-at {
  font-style: italic;
  font-size: 0.5em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}

.evtx-speakers-list .evtx-anchor {
  margin-top: -2em;
  padding-top: 2em;
}
.evtx-speakers-list .evtx-day {
  padding: 2em 0;
}
.evtx-speakers-list h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #888;
}
.evtx-speakers-list ul {
  margin: 2em 0;
  padding-left: 0;
}
.evtx-speakers-list ul > li {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
}
.evtx-speakers-list ul > li:hover, .evtx-speakers-list ul > li:focus {
  background-color: whitesmoke;
  color: #fff;
}
.evtx-speakers-list ul > li.clearfix, .evtx-speakers-list .evtx-agenda-timescale ul > li.row-day, .evtx-agenda-timescale .evtx-speakers-list ul > li.row-day, .evtx-speakers-list .evtx-page ul > li.three-images:after, .evtx-page .evtx-speakers-list ul > li.three-images:after {
  padding: 0;
  border: none;
  cursor: initial;
  background: none;
}
.evtx-speakers-list ul > li.clearfix:hover, .evtx-speakers-list .evtx-agenda-timescale ul > li.row-day:hover, .evtx-agenda-timescale .evtx-speakers-list ul > li.row-day:hover, .evtx-speakers-list .evtx-page ul > li.three-images:hover:after, .evtx-page .evtx-speakers-list ul > li.three-images:hover:after, .evtx-speakers-list ul > li.clearfix:focus, .evtx-speakers-list .evtx-agenda-timescale ul > li.row-day:focus, .evtx-agenda-timescale .evtx-speakers-list ul > li.row-day:focus, .evtx-speakers-list .evtx-page ul > li.three-images:focus:after, .evtx-page .evtx-speakers-list ul > li.three-images:focus:after {
  background-color: #fff;
  color: #fff;
}
.evtx-speakers-list ul > li h4 {
  margin: 0 0 0.25em;
  font-size: 1rem;
}
.evtx-speakers-list .evtx-speaker-profile {
  line-height: 1.2;
  text-align: center;
  display: block;
}
.evtx-speakers-list .evtx-profile-title {
  text-align: center;
  display: block;
  font-size: 2em;
  margin-bottom: 0.25em;
}
@media (max-width: 768px) {
  .evtx-speakers-list .evtx-profile-title {
    margin-top: 2em;
  }
}
.evtx-speakers-list .evtx-profile-image {
  padding-bottom: 0.5em;
}
.evtx-speakers-list .evtx-profile-image-bgpic {
  width: 175px;
  height: 200px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto 1em auto;
  position: relative;
  max-width: 100%;
}
@media (max-width: 480px) {
  .evtx-speakers-list .evtx-profile-image-bgpic {
    height: 125px;
  }
}
.evtx-speakers-list .evtx-company-logo {
  max-width: 80%;
  max-height: 50px;
  width: auto;
  height: auto;
}
@media (max-width: 480px) {
  .evtx-speakers-list .evtx-company-logo {
    max-width: 60%;
  }
}
.evtx-speakers-list .evtx-profile-image {
  padding-bottom: 0.5em;
}
.evtx-speakers-list .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
}
.evtx-speakers-list .evtx-profile-company {
  font-weight: 500;
  margin-bottom: 0.25em;
}
.evtx-speakers-list .evtx-profile-social a {
  font-size: 1.15rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
@media (min-width: 768px) {
  .evtx-speakers-list ul > li {
    border-bottom: 0;
    padding: 0 0 1em 0;
    margin: 0;
  }
  .evtx-speakers-list .evtx-speaker-profile {
    max-width: 225px;
    margin: auto;
    padding: 0.5em;
    font-size: 0.75rem;
  }
}

/*___ FULL ___*/
.evtx-speakers-full ul {
  margin: 2em 0;
}
.evtx-speakers-full ul:first-child {
  margin-top: 0;
}
.evtx-speakers-full .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
.evtx-speakers-full .evtx-anchor {
  margin-top: -2em;
  padding-top: 2em;
}
.evtx-speakers-full .evtx-day {
  padding: 2em 0;
}
.evtx-speakers-full h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #888;
}
.evtx-speakers-full ul > li {
  padding: 1.5em;
  margin: 1.5em;
  border-bottom: 1px solid #DDD;
}
.evtx-speakers-full .evtx-profile-info {
  line-height: 1.2;
  padding-bottom: 1em;
}
.evtx-speakers-full ul > li h4 {
  margin: 0 0 0.25em;
}
.evtx-speakers-full .evtx-profile-image {
  padding-bottom: 0.5em;
}
.evtx-speakers-full .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
}
.evtx-speakers-full .evtx-profile-company {
  font-weight: 500;
  margin-bottom: 0.25em;
}
.evtx-speakers-full .evtx-profile-social a {
  font-size: 1.15rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-speakers-full .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
.evtx-speakers-full .evtx-session-links:before {
  content: 'Speaking at:';
  display: block;
  font-weight: 500;
}
.evtx-speakers-full .evtx-session-link {
  font-weight: 200;
  font-style: italic;
  cursor: pointer;
  display: block;
  margin: 0 0 0 1em;
  padding: 0.25em 0;
  border: none;
}
.evtx-speakers-full .evtx-session-link:before {
  content: '\f0da';
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f0da';
  margin-left: -1em;
  float: left;
}

/*___ PHOTO WALL ___*/
.evtx-speakers-photowall .evtx-buttons {
  margin: 0 0 1.5em;
}
.evtx-speakers-photowall .evtx-anchor {
  margin-top: -2em;
  padding-top: 2em;
}
.evtx-speakers-photowall .evtx-day {
  padding: 2em 0;
}
.evtx-speakers-photowall h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #888;
}
.evtx-speakers-photowall ul {
  margin: 2em 0;
}
.evtx-speakers-photowall ul > li {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  border: 3px solid white;
}
.evtx-speakers-photowall .evtx-speaker-profile {
  position: relative;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.evtx-speakers-photowall .evtx-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.6rem;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.evtx-speakers-photowall .evtx-hover:hover, .evtx-speakers-photowall .evtx-hover:focus {
  opacity: 1;
}
.evtx-speakers-photowall .evtx-caption {
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80%;
  line-height: 1.2;
}
.evtx-speakers-photowall .evtx-caption h4 {
  padding-bottom: 0.5em;
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.8rem;
}
.evtx-speakers-photowall .evtx-caption .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}
.evtx-speakers-photowall .evtx-caption .evtx-profile-company {
  margin-bottom: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}
.evtx-speakers-photowall .evtx-caption .evtx-profile-social a {
  font-size: 1.15rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-speakers-photowall .evtx-caption .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
@media (min-width: 768px) {
  .evtx-speakers-photowall ul > li {
    width: 33.333333333%;
  }
  .evtx-speakers-photowall .evtx-caption .evtx-profile-social a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .evtx-speakers-photowall ul > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .evtx-speakers-photowall ul > li {
    width: 20%;
  }
}

/*___ FEATURED ___*/
.evtx-speakers-featured .evtx-buttons {
  margin: 0 0 1.5em;
}
.evtx-speakers-featured .evtx-anchor {
  margin-top: -2em;
  padding-top: 2em;
}
.evtx-speakers-featured .evtx-day {
  padding: 2em 0;
}
.evtx-speakers-featured ul {
  margin: 2em 0;
}
.evtx-speakers-featured ul > li {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  border: 3px solid white;
}
@media (min-width: 768px) {
  .evtx-speakers-featured ul > li {
    width: 33.333333333%;
  }
}
@media (min-width: 992px) {
  .evtx-speakers-featured ul > li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .evtx-speakers-featured ul > li {
    width: 20%;
  }
}
.evtx-speakers-featured .evtx-speaker-profile {
  position: relative;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.evtx-speakers-featured .evtx-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.6rem;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.evtx-speakers-featured .evtx-hover:hover, .evtx-speakers-featured .evtx-hover:focus {
  opacity: 1;
}
.evtx-speakers-featured .evtx-caption {
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80%;
  line-height: 1.2;
}
.evtx-speakers-featured .evtx-caption h4 {
  padding-bottom: 0.5em;
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.8rem;
}
.evtx-speakers-featured .evtx-caption .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}
.evtx-speakers-featured .evtx-caption .evtx-profile-company {
  margin-bottom: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}
.evtx-speakers-featured .evtx-caption .evtx-profile-social a {
  font-size: 1.15rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-speakers-featured .evtx-caption .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
@media (min-width: 768px) {
  .evtx-speakers-featured .evtx-caption .evtx-profile-social a {
    font-size: 1rem;
  }
}
.evtx-speakers-featured .evtx-speakers-photowall ul > li {
  width: 50%;
}

/*___ SPEAKERS-SESSIONS ___*/
.evtx-speakers-sessions .evtx-buttons {
  margin: 0 0 1.5em;
}
.evtx-speakers-sessions .evtx-anchor {
  margin-top: -2em;
  padding-top: 2em;
}
.evtx-speakers-sessions .evtx-day {
  padding: 2em 0;
}
.evtx-speakers-sessions ul {
  font-size: 0;
  margin: 2em 0;
}
.evtx-speakers-sessions ul li {
  list-style-type: none;
}
.evtx-speakers-sessions h3 {
  border-bottom: 1px black solid;
  margin-top: 2rem;
}
.evtx-speakers-sessions h3:first-of-type {
  margin-top: 0;
}
.evtx-speakers-sessions .session-speaker-cell {
  list-style-type: none;
}
.evtx-speakers-sessions ul > li {
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 50%;
  border: 3px solid white;
}
.evtx-speakers-sessions ul > li .wrap-left {
  float: left;
}
.evtx-speakers-sessions .evtx-speaker-profile {
  position: relative;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.evtx-speakers-sessions .evtx-speaker-info {
  text-align: center;
  display: block;
}
.evtx-speakers-sessions .evtx-speaker-cell {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 0;
  cursor: pointer;
  padding: 10px;
}
.evtx-speakers-sessions .evtx-speaker-cell .col-xs-4:nth-of-type(1) {
  padding-right: 0;
}
.evtx-speakers-sessions .evtx-speaker-cell:hover {
  background-color: whitesmoke;
}
.evtx-speakers-sessions .evtx-speaker-cell .evtx-speaker-pic {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  min-height: 200px;
  position: relative;
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 175px;
  height: 200px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto 1em auto;
  position: relative;
  max-width: 100%;
}
@media (max-width: 480px) {
  .evtx-speakers-sessions .evtx-speaker-cell .evtx-speaker-pic {
    height: 125px;
  }
}
.evtx-speakers-sessions .evtx-speaker-cell .evtx-speaker-info {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}
.evtx-speakers-sessions .evtx-speaker-cell .evtx-right-caption {
  display: block;
  text-align: left;
  position: relative;
  font-size: 0.8rem;
  vertical-align: top;
  padding: 0.5rem 0 0.5rem 0.5rem;
  float: right;
}
.evtx-speakers-sessions .evtx-speaker-cell .evtx-right-caption h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.evtx-speakers-sessions .evtx-speaker-cell .evtx-right-caption .evtx-presenter {
  font-size: 0;
}
.evtx-speakers-sessions .evtx-speaker-cell .evtx-right-caption .evtx-presenter .evtx-presenter-name {
  color: #8cc63f;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.evtx-speakers-sessions .evtx-speaker-cell .evtx-right-caption .evtx-presenter .evtx-presenter-title {
  font-size: 0.36rem;
}
.evtx-speakers-sessions .evtx-speaker-cell .evtx-right-caption .evtx-presenter .evtx-presenter-company {
  font-size: 0.6rem;
}
.evtx-speakers-sessions .evtx-hover {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 0.6rem;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.evtx-speakers-sessions .evtx-hover:hover, .evtx-speakers-sessions .evtx-hover:focus {
  opacity: 1;
}
.evtx-speakers-sessions .evtx-speaker-profile {
  width: 50%;
  position: relative;
}
.evtx-speakers-sessions .evtx-profile-jobtitle {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.evtx-speakers-sessions .evtx-company-logo {
  max-width: 80%;
  max-height: 50px;
  width: 145px;
  height: auto;
}
@media (max-width: 480px) {
  .evtx-speakers-sessions .evtx-company-logo {
    max-width: 60%;
  }
}
.evtx-speakers-sessions .evtx-caption {
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80%;
  line-height: 1.2;
}
.evtx-speakers-sessions .evtx-caption h4 {
  padding-bottom: 0.5em;
  margin: 0 0 0.5em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.8rem;
  color: #8cc63f;
}
.evtx-speakers-sessions .evtx-caption .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}
.evtx-speakers-sessions .evtx-caption .evtx-profile-company {
  margin-bottom: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}
.evtx-speakers-sessions .evtx-caption .evtx-profile-company a {
  font-size: 1.15rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-speakers-sessions .evtx-caption .evtx-profile-company a:first-of-type {
  margin-left: 0;
}
@media (min-width: 768px) {
  .evtx-speakers-sessions .evtx-caption .evtx-profile-social a {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .evtx-speakers-sessions .evtx-speaker-cell .evtx-speaker-pic {
    min-height: 125px;
  }
}
@media (max-width: 400px) {
  .evtx-speakers-sessions .evtx-speaker-cell .evtx-speaker-pic {
    min-height: 100px;
  }
  .evtx-speakers-sessions .evtx-speaker-cell h4 {
    margin-top: 0;
  }
}

.speaker-cube {
  transition: all 0.3s linear;
  width: 160px;
  height: 160px;
  position: relative;
  margin: 0 auto;
  margin-top: 1rem;
  -webkit-perspective: 3200px;
  -moz-perspective: 3200px;
  perspective: 3200px;
}
.speaker-cube .cube {
  transform-style: preserve-3d;
  transition: all 0.3s linear;
  position: absolute;
  width: 100%;
  height: 100%;
}
.speaker-cube .cube figure {
  background-color: white;
  display: block;
  margin: 0;
  position: absolute;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
}
.speaker-cube .cube .front {
  -moz-transform: translateZ(80px);
  -ms-transform: translateZ(80px);
  -webkit-transform: translateZ(80px);
  transform: translateZ(80px);
}
.speaker-cube .cube .back {
  -moz-transform: rotateX(-180deg) translateZ(80px);
  -ms-transform: rotateX(-180deg) translateZ(80px);
  -webkit-transform: rotateX(-180deg) translateZ(80px);
  transform: rotateX(-180deg) translateZ(80px);
}
.speaker-cube .cube .right {
  -moz-transform: rotateY(90deg) translateZ(80px);
  -ms-transform: rotateY(90deg) translateZ(80px);
  -webkit-transform: rotateY(90deg) translateZ(80px);
  transform: rotateY(90deg) translateZ(80px);
}
.speaker-cube .cube .left {
  -moz-transform: rotateY(-90deg) translateZ(80px);
  -ms-transform: rotateY(-90deg) translateZ(80px);
  -webkit-transform: rotateY(-90deg) translateZ(80px);
  transform: rotateY(-90deg) translateZ(80px);
}
.speaker-cube .cube .top {
  -moz-transform: rotateX(90deg) translateZ(80px);
  -ms-transform: rotateX(90deg) translateZ(80px);
  -webkit-transform: rotateX(90deg) translateZ(80px);
  transform: rotateX(90deg) translateZ(80px);
}
.speaker-cube .cube .bottom {
  -moz-transform: rotateX(-90deg) translateZ(80px);
  -ms-transform: rotateX(-90deg) translateZ(80px);
  -webkit-transform: rotateX(-90deg) translateZ(80px);
  transform: rotateX(-90deg) translateZ(80px);
}

.show-front {
  -moz-transform: translateZ(80px);
  -ms-transform: translateZ(80px);
  -webkit-transform: translateZ(80px);
  transform: translateZ(80px);
}

.show-back {
  -moz-transform: translateZ(80px) rotateX(-180deg);
  -ms-transform: translateZ(80px) rotateX(-180deg);
  -webkit-transform: translateZ(80px) rotateX(-180deg);
  transform: translateZ(80px) rotateX(-180deg);
}

.show-right {
  -moz-transform: translateZ(80px) rotateY(-90deg);
  -ms-transform: translateZ(80px) rotateY(-90deg);
  -webkit-transform: translateZ(80px) rotateY(-90deg);
  transform: translateZ(80px) rotateY(-90deg);
}

.show-left, .evtx-speakers-spin .evtx-speaker:hover .cube {
  -moz-transform: translateZ(80px) rotateY(90deg);
  -ms-transform: translateZ(80px) rotateY(90deg);
  -webkit-transform: translateZ(80px) rotateY(90deg);
  transform: translateZ(80px) rotateY(90deg);
}

.show-top {
  -moz-transform: translateZ(80px) rotateX(-90deg);
  -ms-transform: translateZ(80px) rotateX(-90deg);
  -webkit-transform: translateZ(80px) rotateX(-90deg);
  transform: translateZ(80px) rotateX(-90deg);
}

.show-bottom {
  -moz-transform: translateZ(80px) rotateX(90deg);
  -ms-transform: translateZ(80px) rotateX(90deg);
  -webkit-transform: translateZ(80px) rotateX(90deg);
  transform: translateZ(80px) rotateX(90deg);
}

.evtx-speakers-spin .evtx-speaker .left {
  padding: 1rem;
}
.evtx-speakers-spin .evtx-speaker .evtx-speaker-profile {
  line-height: 1.2;
  text-align: center;
  display: block;
}
.evtx-speakers-spin .evtx-speaker .evtx-speaker-profile .evtx-profile-title {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  font-size: 2em;
  margin-bottom: 0.25em;
}
@media (max-width: 768px) {
  .evtx-speakers-spin .evtx-speaker .evtx-speaker-profile .evtx-profile-title {
    margin-top: 2em;
  }
}
.evtx-speakers-spin .evtx-speaker .evtx-speaker-profile .evtx-profile-jobtitle {
  font-size: 1rem;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
}
.evtx-speakers-spin .evtx-speaker .evtx-speaker-profile .evtx-profile-company {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25em;
}
.evtx-speakers-spin .evtx-speaker .evtx-speaker-profile .evtx-profile-social a {
  font-size: 1.15rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-speakers-spin ul {
  margin: 2em 0;
  padding-left: 0;
}
.evtx-speakers-spin ul > li {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
}
.evtx-speakers-spin ul > li:hover, .evtx-speakers-spin ul > li:focus {
  background-color: whitesmoke;
  color: #fff;
}
.evtx-speakers-spin ul > li.clearfix, .evtx-speakers-spin .evtx-agenda-timescale ul > li.row-day, .evtx-agenda-timescale .evtx-speakers-spin ul > li.row-day, .evtx-speakers-spin .evtx-page ul > li.three-images:after, .evtx-page .evtx-speakers-spin ul > li.three-images:after {
  padding: 0;
  border: none;
  cursor: initial;
  background: none;
}
.evtx-speakers-spin ul > li.clearfix:hover, .evtx-speakers-spin .evtx-agenda-timescale ul > li.row-day:hover, .evtx-agenda-timescale .evtx-speakers-spin ul > li.row-day:hover, .evtx-speakers-spin .evtx-page ul > li.three-images:hover:after, .evtx-page .evtx-speakers-spin ul > li.three-images:hover:after, .evtx-speakers-spin ul > li.clearfix:focus, .evtx-speakers-spin .evtx-agenda-timescale ul > li.row-day:focus, .evtx-agenda-timescale .evtx-speakers-spin ul > li.row-day:focus, .evtx-speakers-spin .evtx-page ul > li.three-images:focus:after, .evtx-page .evtx-speakers-spin ul > li.three-images:focus:after {
  background-color: #fff;
  color: #fff;
}
.evtx-speakers-spin ul > li h4 {
  margin: 0 0 0.25em;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .evtx-speakers-spin ul > li {
    border-bottom: 0;
    padding: 0 0 1em 0;
    margin: 0;
  }
  .evtx-speakers-spin .evtx-speaker-profile {
    max-width: 225px;
    margin: auto;
    padding: 0.5em;
    font-size: 0.75rem;
  }
}

/**
* SPONSOR VIEWS
*/
.evtx-spos-card .wrap-sponsor-cards {
  margin: auto;
}
.evtx-spos-card h2.sponsor-category {
  border-bottom: 1px black solid;
  padding: 1rem 0;
  font-size: 1.3rem;
}
.evtx-spos-card li.evtx-spo-card {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: inline-block;
  background-color: #fff;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0px;
  min-height: 125px;
  padding: 1.5rem;
}
.evtx-spos-card li.evtx-spo-card:hover, .evtx-spos-card li.evtx-spo-card:focus {
  opacity: 0.8;
}
.evtx-spos-card li.evtx-spo-card img {
  position: relative;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
  top: 50%;
}
@media (min-width: 992px) {
  .evtx-spos-card li.evtx-spo-card {
    width: 25%;
  }
}
@media (max-width: 992px) {
  .evtx-spos-card li.evtx-spo-card {
    width: 33%;
  }
}
@media (max-width: 480px) {
  .evtx-spos-card li.evtx-spo-card {
    width: 50%;
  }
}
.evtx-spos-card .sponsor-category-list,
.evtx-spos-card .sponsor-list {
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 0;
}
.evtx-spos-card .category-wrap li.evtx-spo-card {
  width: 24%;
}
.evtx-spos-card .category-wrap.single {
  width: 24%;
  display: inline-block;
}
.evtx-spos-card .category-wrap.single li.evtx-spo-card {
  width: 100%;
}

@media (min-width: 768px) {
  .evtx-spos-card li.evtx-spo-card {
    height: 125px;
  }
}
@media (max-width: 480px) {
  li.evtx-spo-card {
    width: 50%;
  }
}
.evtx-spo-card-category {
  width: 100%;
  display: block;
  clear: both;
}
.evtx-spo-card-category h4 {
  padding: 0.5rem;
}
.evtx-spo-card-category:first-of-type {
  margin-top: 0 !important;
}
.evtx-spo-card-category:first-of-type h4 {
  margin-top: 0 !important;
}

/*___ STICKER ___*/
.evtx-spos-sticker .evtx-spos {
  margin: auto;
  max-width: 100%;
  text-align: left;
  padding: 1rem;
}
.evtx-spos-sticker .evtx-spos .row {
  margin-bottom: 1rem;
}
.evtx-spos-sticker .evtx-spos .evtx-spo-sticker {
  position: relative;
  display: inline-block;
  padding: 0.5em;
  max-width: 150px;
  height: auto;
  margin: 0.5em;
  cursor: pointer;
}
.evtx-spos-sticker .evtx-spos .evtx-spo-sticker img {
  max-height: 50px;
}
.evtx-spos-sticker .evtx-spos .evtx-spo-sticker:hover:after, .evtx-spos-sticker .evtx-spos .evtx-spo-sticker:focus:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border: 2px solid #efefef;
}
.evtx-spos-sticker .evtx-spos .evtx-category-separator {
  display: block;
  position: relative;
  width: 100%;
  border-top: 2px black solid;
}

/*___ FULL ___*/
.evtx-spos-full ul.evtx-spos li {
  padding: 1.5em 0.25em;
  margin: 1.5em 0;
  border-bottom: 1px solid #DDD;
}
.evtx-spos-full ul.evtx-spos li:last-of-type {
  /* border-bottom: none; */
}
.evtx-spos-full ul.evtx-spos .evtx-profile-info {
  margin-bottom: 1.5em;
}
.evtx-spos-full ul.evtx-spos .evtx-profile-image {
  margin-bottom: 1em;
  max-width: 150px;
}
.evtx-spos-full ul.evtx-spos .evtx-spo-bio p {
  margin-top: 0;
}
.evtx-spos-full ul.evtx-spos .evtx-company-url {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .evtx-spos-full ul.evtx-spos li {
    padding: 1.5em;
    margin: 1.5em;
  }
}

.evtx-spos-sidebar .evtx-spos {
  padding-left: 0;
}
.evtx-spos-sidebar .evtx-spo {
  display: block;
  position: relative;
  height: 75px;
  margin: 0 auto;
  margin-right: 1rem;
  /* 		@media (max-width: $screen-sidebar-split){
  			$sidebar-sponsor-size: 150px;
  			width: 25%;
  			height: $sidebar-sponsor-size;
  			float: left;
  			a{
  				height: $sidebar-sponsor-size;
  			}
  		}
  		@media (min-width: $screen-md){
  			width: 33%;
  		}
  		@media (min-width: $screen-sm){
  			width: 50%;
  		}
  		@media (min-width: $screen-xs){
  			width: 100%;
  		} */
}
.evtx-spos-sidebar .evtx-spo a {
  height: 75px;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 1rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-origin: content-box;
}
@media (min-width: 1600px) {
  .evtx-spos-sidebar .evtx-spo {
    height: 75px;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .evtx-spos-sidebar .evtx-spo a {
    height: 75px;
  }
}
.evtx-spos-sidebar .evtx-spo-sidebar-category {
  display: block;
  margin-top: 2rem;
  padding-right: 1rem;
}
.evtx-spos-sidebar .evtx-spo-sidebar-category:first-of-type {
  margin-top: 0;
}

.evtx-spos-widget .evtx-spo-card-category {
  margin-top: 1rem;
}
.evtx-spos-widget .evtx-spo-card-category:first-of-type {
  margin-top: 0rem;
}
.evtx-spos-widget .evtx-spo-card {
  height: 75px;
  display: inline-block;
  position: relative;
  float: left;
}
.evtx-spos-widget .evtx-spo-card a {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-origin: content-box;
  padding: 0.5em;
}
@media (min-width: 1200px) {
  .evtx-spos-widget .evtx-spo-card {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .evtx-spos-widget .evtx-spo-card {
    width: 100%;
  }
}

.evtx-agenda-list .evtx-buttons,
.evtx-agenda-full .evtx-buttons {
  margin: 0 0 1.5em;
}

td.track-a {
  background-color: red;
  color: #FFF;
}

td.track-b {
  background-color: purple;
  color: #FFF;
}

td.track-c {
  background-color: brown;
  color: #FFF;
}

.evtx-page .evtx-date-image {
  height: 80px;
  width: auto;
  max-width: 90%;
  margin-bottom: 0;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .evtx-page .evtx-date-image {
    padding-left: 0;
  }
}
.evtx-page .evtx-date-image.evtx-bg-image {
  height: 20rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  display: block;
  position: relative;
}
.evtx-page .evtx-date-image.evtx-bg-image h2 {
  border: none;
  position: absolute;
  margin: 0;
  padding: 1rem;
  background-color: white;
  bottom: 0;
  left: 0;
}
.evtx-page .evtx-category-description,
.evtx-page .evtx-benefitsofattending {
  margin-bottom: 1rem;
  padding: 1rem 0;
  padding-left: 1rem;
  margin-top: 0;
}
@media (max-width: 768px) {
  .evtx-page .evtx-category-description,
  .evtx-page .evtx-benefitsofattending {
    padding-left: 0;
  }
}
.evtx-page .evtx-date-header {
  font-size: 1.3rem;
  padding: 0em 0.5em;
  margin: 0;
}

.evtx-speaker-category {
  display: inline-block;
  margin-right: 0.5rem;
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.evtx-agenda-full .evtx-tabs {
  margin-top: 3em;
}
.evtx-agenda-full .evtx-remove-filters {
  text-align: left;
  margin-bottom: -2em;
  display: none;
}
.evtx-agenda-full .evtx-remove-filters.evtx-visible {
  display: inline-block;
  float: right;
}
.evtx-agenda-full .evtx-remove-filters div {
  background: #F00;
  display: inline-block;
  padding: 0.25em 1em;
  color: #FFF;
  font-size: 0.75rem;
  cursor: pointer;
  float: right;
}
.evtx-agenda-full .evtx-buttons {
  margin: 0 0 1.5em;
}
.evtx-agenda-full .evtx-anchor {
  margin-top: -2em;
  padding-top: 2em;
}
.evtx-agenda-full .evtx-day {
  padding: 2em 0;
  max-width: 100%;
  margin: auto;
}
.evtx-agenda-full .evtx-day h2 {
  font-size: 1.93rem;
}
.evtx-agenda-full h2 {
  padding-bottom: 0.5em;
  border-bottom: none;
}
.evtx-agenda-full ol {
  margin: 2em 0;
  padding-left: 1.1em;
}
.evtx-agenda-full ol > li {
  /*padding: 1em;*/
}
.evtx-agenda-full ol > li.collapsible {
  position: relative;
}
.evtx-agenda-full ol > li.collapsible .evtx-session-header:hover, .evtx-agenda-full ol > li.collapsible .evtx-session-header:focus {
  /*text-decoration: underline;*/
  background-color: #555;
  color: white;
}
.evtx-agenda-full ol > li li {
  list-style-type: disc;
}
.evtx-agenda-full .evtx-day-sessions {
  padding-left: 0;
}
.evtx-agenda-full ol > li.collapsible .evtx-session-header {
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.evtx-agenda-full ol > li.evtx-inactive {
  display: none;
}
.evtx-agenda-full ol > li.evtx-active {
  background: #fff;
}
.evtx-agenda-full ol > li.collapsible .evtx-session-header:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.25em;
  line-height: 1;
  cursor: pointer;
}
.evtx-agenda-full ol > li.collapsible .evtx-session-header.open:after {
  content: '\f0d8';
  font-family: 'FontAwesome';
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.25em;
  line-height: 1;
  cursor: pointer;
}
.evtx-agenda-full .evtx-toggle-session {
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.25em;
  background-color: rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.evtx-agenda-full .evtx-session-info {
  margin: 1em 0 0;
}
.evtx-agenda-full .evtx-navbuttons {
  position: relative;
  display: block;
  width: 100%;
}
.evtx-agenda-full .evtx-navbuttons div {
  text-align: center;
}
.evtx-agenda-full .evtx-navbuttons .evtx-day-nav {
  background-color: #8cc63f;
  color: white;
  position: relative;
  height: auto;
  min-width: 60%;
}
.evtx-agenda-full .evtx-session-header {
  padding: 0;
}
.evtx-agenda-full .evtx-session-body {
  padding: 0.5em 0 0 0;
}
.evtx-agenda-full .evtx-session-body p:first-of-type {
  margin-top: 0;
}
.evtx-agenda-full .evtx-session-body p:last-of-type {
  margin-bottom: 0;
}
.evtx-agenda-full .evtx-speakers {
  padding: 0.5em 1em;
}
.evtx-agenda-full .evtx-speakers:before {
  content: "";
  display: block;
  margin-left: -1em;
  font-style: italic;
  font-weight: 200;
}
.evtx-agenda-full .evtx-profile-social a {
  font-size: 1.25rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-agenda-full .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
.evtx-agenda-full .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
}
.evtx-agenda-full .evtx-profile-company {
  font-weight: 500;
}
.evtx-agenda-full .evtx-session-speaker {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1.25rem;
  padding: 1em;
  line-height: 1.2;
  cursor: pointer;
}
.evtx-agenda-full .evtx-session-speaker h4 {
  margin: 0 0 0.25em 0;
  font-size: 1rem;
}
.evtx-agenda-full .evtx-session-speaker .evtx-profile-image {
  padding-right: 1em;
}
.evtx-agenda-full .evtx-session-speaker .evtx-profile-image img {
  width: 100%;
}

.evtx-session-block-timeview {
  padding: 1em 0;
  border-top: none;
  margin-bottom: 1.5em;
}
.evtx-session-block-timeview:first-of-type {
  border-top: none;
}
.evtx-session-block-timeview .evtx-session-header {
  padding-bottom: 0;
}
.evtx-session-block-timeview .evtx-session-header h3 {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  text-decoration: none;
  margin-right: 0%;
}
.evtx-session-block-timeview .evtx-session-header:after {
  top: 0.3em !important;
}
.evtx-session-block-timeview .list-unstyled {
  margin-top: 0;
}
.evtx-session-block-timeview .evtx-speakers:before {
  content: "";
  font-size: 1rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  margin-left: 0;
}
.evtx-session-block-timeview .evtx-session-info {
  float: right;
}
.evtx-session-block-timeview .evtx-session-info .badge, .evtx-session-block-timeview .evtx-session-info .evtx-speaker-category {
  float: right;
}
.evtx-session-block-timeview .evtx-session-speaker {
  padding: 0 0;
  font-size: 1rem;
}
.evtx-session-block-timeview a.evtx-modal-toggle {
  padding-left: 0;
}

.evtx-agenda-full ol > li.collapsable .evtx-session-header:after {
  top: 0.3em;
}

/* Agenda: Timescale */
.location-0 {
  background-color: rgba(13, 128, 154, 0.2);
}

.location-1 {
  background-color: rgba(59, 61, 61, 0.2);
}

.location-2 {
  background-color: rgba(25, 190, 231, 0.2);
}

.location-3 {
  background-color: rgba(110, 113, 114, 0.2);
}

.location-4 {
  background-color: rgba(13, 128, 154, 0.2);
}

.location-5 {
  background-color: rgba(59, 61, 61, 0.2);
}

.location-6 {
  background-color: rgba(25, 190, 231, 0.2);
}

.evtx-agenda-timescale .evtx-inactive {
  opacity: 0.15;
}
.evtx-agenda-timescale .no-room.evtx-inactive {
  opacity: 1 !important;
  background-color: white !important;
}
.evtx-agenda-timescale .no-room.evtx-inactive .col-time-full {
  opacity: 0.15 !important;
}
.evtx-agenda-timescale .evtx-session-block {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.evtx-agenda-timescale .evtx-remove-filters {
  position: fixed;
  top: 10%;
  right: 10%;
  z-index: 100;
}
.evtx-agenda-timescale .evtx-remove-filters div {
  padding: 0.675rem !important;
}
.evtx-agenda-timescale .evtx-collapsible {
  position: relative;
}
.evtx-agenda-timescale .evtx-collapsible.open .evtx-collapse {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.evtx-agenda-timescale .evtx-collapsible .evtx-collapse {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.25em;
  line-height: 1;
  cursor: pointer;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.evtx-agenda-timescale .evtx-collapsible .evtx-collapse:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
}
.evtx-agenda-timescale hr {
  margin-top: 0;
  margin-bottom: 0;
}
.evtx-agenda-timescale .no-room hr {
  background-color: white;
  border-color: white;
}
.evtx-agenda-timescale .evtx-container {
  overflow-x: auto;
  border: thin #ebebeb solid;
  padding-top: 0 !important;
}
.evtx-agenda-timescale .wrap-timescale-inner {
  padding: 0 1em 1em 1em;
  min-width: 100%;
  white-space: nowrap;
  overflow: visible;
  display: table;
}
.evtx-agenda-timescale .wrap-timescale-inner .col-time,
.evtx-agenda-timescale .wrap-timescale-inner .col-time-full,
.evtx-agenda-timescale .wrap-timescale-inner .time-label {
  white-space: normal;
  display: inline-block;
  float: none;
  vertical-align: top;
  padding: 0.5rem;
}
.evtx-agenda-timescale .wrap-timescale-inner .time-label span {
  margin: 0;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  padding: 0.5rem;
}
@media (max-width: 992px) {
  .evtx-agenda-timescale .wrap-timescale-inner .time-label {
    padding: 1em;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .evtx-agenda-timescale .wrap-timescale-inner .col-time,
  .evtx-agenda-timescale .wrap-timescale-inner .col-time-full,
  .evtx-agenda-timescale .wrap-timescale-inner .time-label {
    display: block;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .evtx-agenda-timescale .wrap-timescale-inner .col-time.blank {
    display: none;
  }
}

@media (min-width: 992px) {
  .evtx-agenda-timescale .wrap-timescale-inner .row-time .col-time {
    border-left: 1px #ebebeb solid;
  }
  .evtx-agenda-timescale .wrap-timescale-inner .row-time .col-time-full {
    border-left: 1px #ebebeb solid;
  }
  .evtx-agenda-timescale .wrap-timescale-inner .time-label {
    width: 225px;
  }
  .evtx-agenda-timescale .wrap-timescale-inner .col-time {
    width: 400px;
  }
  .evtx-agenda-timescale .wrap-timescale-inner .col-time-full {
    max-width: 800px;
    min-width: 400px;
  }
  .evtx-agenda-timescale .wrap-timescale-inner .row-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .evtx-agenda-timescale .wrap-timescale-inner .row-time > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }
}
.evtx-agenda-timescale .wrap-timescale-inner .row-time {
  padding: 0;
}
.evtx-agenda-timescale .wrap-timescale-inner .row-time.no-room {
  background: #eff0ff;
}
.evtx-agenda-timescale .wrap-timescale-inner .row-time.no-room .time-label {
  background-color: white;
}
@media (max-width: 992px) {
  .evtx-agenda-timescale .wrap-timescale-inner .row-time:nth-of-type(2n) {
    background-color: #f0f0f0;
  }
}
.evtx-agenda-timescale .wrap-timescale-inner .row-time .evtx-location {
  padding: 0 0 0 1rem;
  margin: 0;
  display: none;
}
@media (max-width: 992px) {
  .evtx-agenda-timescale .wrap-timescale-inner .row-time .evtx-location {
    display: block;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .evtx-agenda-timescale .wrap-timescale-inner .row-location {
    display: none;
  }
}
.evtx-agenda-timescale .evtx-remove-filters {
  text-align: left;
  margin-bottom: -2em;
  display: none;
}
.evtx-agenda-timescale .evtx-remove-filters.evtx-visible {
  display: block;
}
.evtx-agenda-timescale .evtx-remove-filters div {
  background: #F00;
  display: inline-block;
  padding: 0.25em 1em;
  color: #FFF;
  font-size: 0.75em;
  cursor: pointer;
}
.evtx-agenda-timescale .evtx-buttons {
  margin: 0 0 1.5em;
}
.evtx-agenda-timescale .evtx-anchor {
  margin-top: -2em;
  padding-top: 2em;
}
.evtx-agenda-timescale .evtx-schedule-container {
  overflow-x: auto;
}
.evtx-agenda-timescale .evtx-column-wrapper {
  white-space: nowrap;
}
.evtx-agenda-timescale .evtx-day {
  min-width: 300px;
  display: inline-block;
  white-space: normal;
  float: none;
  vertical-align: top;
}
.evtx-agenda-timescale .evtx-day:nth-of-type(odd) {
  background-color: #efefef;
}
.evtx-agenda-timescale .row-day {
  display: block;
}
@media (max-width: 992px) {
  .evtx-agenda-timescale .evtx-session-time {
    padding: 1rem 1rem 0.25rem 0;
    display: block;
  }
}
.evtx-agenda-timescale h2 {
  padding-bottom: 0.5em;
}
.evtx-agenda-timescale .evtx-agenda-location {
  display: block;
  text-align: center;
  margin: 0;
}
.evtx-agenda-timescale .evtx-agenda-day {
  display: block;
  text-align: left;
  background-color: black;
  color: #8cc63f;
  padding: 0;
  margin: 0;
}
.evtx-agenda-timescale .evtx-agenda-day .time-label {
  padding: 0;
}
.evtx-agenda-timescale .evtx-agenda-day .day-label {
  position: relative;
  display: inline-block;
  transition: none;
  background-color: black;
  padding: 0.5rem;
}
@media (max-width: 992px) {
  .evtx-agenda-timescale .evtx-agenda-day .col-time {
    display: none;
  }
}
.evtx-agenda-timescale ol {
  margin: 2em 0;
}
.evtx-agenda-timescale ol > li.collapsable {
  position: relative;
}
.evtx-agenda-timescale ol > li.collapsable .evtx-session-header {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  cursor: pointer;
}
.evtx-agenda-timescale ol > li.collapsable .evtx-session-header:hover, .evtx-agenda-timescale ol > li.collapsable .evtx-session-header:focus {
  background-color: #555;
  color: white;
}
.evtx-agenda-timescale ol > li.collapsable .evtx-session-header:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.25em;
  line-height: 1;
  cursor: pointer;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.evtx-agenda-timescale ol > li.collapsable .evtx-session-header.open:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.evtx-agenda-timescale ol > li.evtx-inactive {
  display: none;
}
.evtx-agenda-timescale ol > li.evtx-active {
  background: #fff;
}
.evtx-agenda-timescale ol > li.evtx-active.evtx-odd {
  background: #efefef;
}
@media (min-width: 992px) {
  .evtx-agenda-timescale .evtx-session-header h4 {
    margin-top: 0;
    padding: 0.25rem 0;
  }
}
@media (max-width: 992px) {
  .evtx-agenda-timescale .evtx-session-header h4 {
    margin-top: 0;
    padding: 0 1rem 1rem 1rem;
  }
}
.evtx-agenda-timescale .evtx-toggle-session {
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.25em;
  background-color: rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.evtx-agenda-timescale .evtx-session-info {
  margin: 1em 0 0;
}
.evtx-agenda-timescale .evtx-session-body {
  padding: 0.5em 0 0em 0;
}
.evtx-agenda-timescale .evtx-session-body p:first-of-type {
  margin-top: 0;
}
.evtx-agenda-timescale .evtx-speakers {
  padding: 0.5em 0;
}
.evtx-agenda-timescale .evtx-speakers:before {
  content: 'Speaking:';
  display: block;
  margin-left: 0;
  font-style: italic;
  font-weight: 200;
}
.evtx-agenda-timescale .evtx-speakers ul {
  padding-left: 0;
}
.evtx-agenda-timescale .evtx-session-speaker {
  font-size: 1rem;
  padding: 1em;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.evtx-agenda-timescale .evtx-session-speaker:hover, .evtx-agenda-timescale .evtx-session-speaker:focus {
  background-color: #555;
  color: white;
  border-right: none;
}
@media (min-width: 768px) {
  .evtx-agenda-timescale .evtx-session-speaker {
    font-size: 0.85rem;
  }
  .evtx-agenda-timescale .evtx-session-speaker h4 {
    font-size: 0.85rem;
    padding-top: 0.5em;
  }
}
@media (min-width: 992px) {
  .evtx-agenda-timescale .evtx-session-speaker {
    padding: 1em 1.5em;
    /*border-right: 1px solid #ddd;*/
    font-size: 0.75rem;
  }
  .evtx-agenda-timescale .evtx-session-speaker:nth-of-type(4), .evtx-agenda-timescale .evtx-session-speaker:last-of-type {
    border-right: none;
  }
  .evtx-agenda-timescale .evtx-session-speaker h4 {
    font-size: 0.75rem;
  }
  .evtx-agenda-timescale .evtx-session-speaker .evtx-profile-image {
    padding-right: 0;
  }
}
.evtx-agenda-timescale .evtx-session-speaker .evtx-profile-image {
  padding-right: 1em;
}
.evtx-agenda-timescale .evtx-session-speaker .evtx-profile-image img {
  width: 100%;
}
.evtx-agenda-timescale .evtx-session-speaker h4 {
  margin: 0 0 0.25em 0;
  font-size: 1rem;
}
.evtx-agenda-timescale .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
}
.evtx-agenda-timescale .evtx-profile-company {
  font-weight: 500;
}
.evtx-agenda-timescale .evtx-profile-social a {
  font-size: 1.25rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-agenda-timescale .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
.evtx-agenda-timescale a.evtx-modal-toggle {
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
  margin-top: 0.5em;
}
.evtx-agenda-timescale .evtx-profile-social a {
  font-size: 1rem;
}

.evtx-agenda-widget .session-date-group,
.evtx-agenda-widget .session-category-group {
  background-color: gray;
}
.evtx-agenda-widget .session-date-group h4,
.evtx-agenda-widget .session-category-group h4 {
  font-size: 0.6em;
  padding: 0.4em;
  color: white;
  margin-top: 0;
}
.evtx-agenda-widget .session {
  font-size: 0.6rem;
  padding: 0.4em 0;
  border-bottom: 1px gray solid;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.evtx-agenda-widget .session:hover {
  background-color: whitesmoke;
  color: white;
}
.evtx-agenda-widget .session .evtx-session-time {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 0.4em;
}
.evtx-agenda-widget .session h3.evtx-session-title {
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0;
  overflow-y: visible;
  padding: 0.25em 0;
}
.evtx-agenda-widget .session:last-of-type {
  border-bottom: none;
}

/*___ AT-A-GLANCE ___*/
.evtx-agenda-ataglance {
  margin-top: 3em;
}
.evtx-agenda-ataglance h2 {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #888;
}
.evtx-agenda-ataglance .list-unstyled {
  padding-left: 0;
}
.evtx-agenda-ataglance .session-collapse-header {
  line-height: 1.1;
}
.evtx-agenda-ataglance .nav-tabs {
  margin-bottom: 0;
}
.evtx-agenda-ataglance .evtx-category .list-unstyled {
  margin-bottom: 0;
  padding-left: 0;
}
.evtx-agenda-ataglance .evtx-session-at-a-glance ul li {
  list-style-type: disc;
}
.evtx-agenda-ataglance ol {
  margin: 0 0 3em;
}
.evtx-agenda-ataglance ol > li {
  padding: 0.75em 1em;
  cursor: pointer;
}
.evtx-agenda-ataglance ol > li:nth-of-type(odd) {
  background: #efefef;
}
.evtx-agenda-ataglance ol > li div.evtx-session-time {
  font-weight: 200;
}
.evtx-agenda-ataglance ol > li h3 {
  font-size: 1rem;
  margin: 0;
}
.evtx-agenda-ataglance ol > li ul li {
  list-style-type: disc;
}
.evtx-agenda-ataglance .evtx-collapsible {
  position: relative;
}
.evtx-agenda-ataglance .evtx-collapsible.open .evtx-collapse {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.evtx-agenda-ataglance .evtx-collapsible .evtx-collapse {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.25em;
  line-height: 1;
  cursor: pointer;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.evtx-agenda-ataglance .evtx-collapsible .evtx-collapse:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
}

.evtx-session-speakers ul > li {
  float: left;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.evtx-session-speakers ul > li .evtx-profile-title {
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .evtx-session-speakers ul > li {
    width: 25%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .evtx-session-speakers ul > li {
    width: 33%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .evtx-session-speakers ul > li {
    text-align: left;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .evtx-session-speakers ul > li {
    text-align: left;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .evtx-session-speakers ul > li {
    width: 100%;
    text-align: left;
  }
}

.evtx-session-speakers li {
  list-style-type: none;
}

/*___ FEATURED ___*/
.evtx-agenda-featured .evtx-track-day:first-of-type {
  padding: 0.5em;
}
.evtx-agenda-featured ul {
  margin-bottom: 0;
}
.evtx-agenda-featured .evtx-agenda-comparison .evtx-date-image {
  height: 50px;
  width: auto;
  margin-left: 0;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .evtx-agenda-featured .evtx-agenda-comparison .evtx-date-image {
    margin-top: 3rem;
  }
}
.evtx-agenda-featured .evtx-agenda-comparison .evtx-session-time {
  border-bottom: 1px solid #ddd;
}
.evtx-agenda-featured .evtx-agenda-comparison .evtx-session-date {
  border: none !important;
}
.evtx-agenda-featured .evtx-featured-session {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
  cursor: pointer;
}
.evtx-agenda-featured .evtx-featured-session .evtx-session-date {
  font-weight: 200;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.25em;
}
.evtx-agenda-featured .evtx-featured-session .evtx-session-time {
  font-weight: 200;
}
.evtx-agenda-featured .evtx-featured-session .featured-wrapper {
  padding: 1em 0;
  width: 100%;
}
.evtx-agenda-featured .evtx-featured-session h5 {
  font-size: 1.15rem;
}
.evtx-agenda-featured .evtx-featured-session ul.speaker-photos:before {
  content: 'Speaking:';
  display: block;
  font-size: 0.85rem;
  font-weight: 200;
  font-style: italic;
  margin-top: -1em;
  margin-bottom: 0.5em;
}
.evtx-agenda-featured .evtx-featured-session .evtx-profile-image {
  display: inline-block;
  max-width: 85px;
}
.evtx-agenda-featured .evtx-featured-session:hover, .evtx-agenda-featured .evtx-featured-session:focus {
  background-color: #555;
  color: white;
}
@media (min-width: 768px) {
  .evtx-agenda-featured .evtx-featured-session {
    margin-bottom: 1em;
  }
  .evtx-agenda-featured .evtx-featured-session .featured-wrapper {
    padding: 1em;
  }
  .evtx-agenda-featured .evtx-featured-session .evtx-session-date,
  .evtx-agenda-featured .evtx-featured-session .evtx-session-time {
    font-size: 0.85rem;
  }
}

/* Side by Side */
.evtx-page .evtx-agenda-sidebyside h4 {
  font-size: 1rem;
}
.evtx-page .evtx-agenda-sidebyside .evtx-view-wrapper {
  -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding-bottom: 0 !important;
}
.evtx-page .evtx-agenda-sidebyside .evtx-remove-filters {
  text-align: left;
  margin-bottom: -2em;
  display: none;
}
.evtx-page .evtx-agenda-sidebyside .evtx-remove-filters.evtx-visible {
  display: block;
}
.evtx-page .evtx-agenda-sidebyside .evtx-remove-filters div {
  background: #F00;
  display: inline-block;
  padding: 0.25em 1em;
  color: #FFF;
  font-size: 0.75em;
  cursor: pointer;
}
.evtx-page .evtx-agenda-sidebyside ol {
  padding-left: 0;
}
.evtx-page .evtx-agenda-sidebyside .badge, .evtx-page .evtx-agenda-sidebyside .evtx-speaker-category {
  font-size: 0.75rem;
  font-weight: 300;
  background-color: black;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-info {
  margin-top: 0;
}
.evtx-page .evtx-agenda-sidebyside .evtx-buttons {
  margin: 0 0 1.5em;
}
.evtx-page .evtx-agenda-sidebyside .evtx-anchor {
  margin-top: -2em;
  padding-top: 2em;
}
.evtx-page .evtx-agenda-sidebyside .evtx-schedule-container {
  overflow-x: auto;
}
.evtx-page .evtx-agenda-sidebyside .evtx-column-wrapper {
  white-space: nowrap;
}
.evtx-page .evtx-agenda-sidebyside .evtx-day {
  min-width: 350px;
  max-width: 350px !important;
  display: inline-block;
  white-space: normal;
  float: none;
  vertical-align: top;
  border-right: 1px rgba(0, 0, 0, 0.05) solid;
}
.evtx-page .evtx-agenda-sidebyside .evtx-day h2 {
  font-size: 1.5rem;
}
.evtx-page .evtx-agenda-sidebyside .evtx-day:nth-of-type(odd) {
  background-color: rgba(140, 198, 63, 0.09);
}
.evtx-page .evtx-agenda-sidebyside h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 1rem;
}
.evtx-page .evtx-agenda-sidebyside ol {
  margin: 2em 0 1em 0;
  margin-top: 2em;
  padding-left: 0;
}
.evtx-page .evtx-agenda-sidebyside ol > li {
  /*padding: 1em;*/
  padding: 1em;
}
.evtx-page .evtx-agenda-sidebyside ol > li:hover, .evtx-page .evtx-agenda-sidebyside ol > li:focus {
  background-color: whitesmoke;
}
.evtx-page .evtx-agenda-sidebyside ol > li.collapsable {
  position: relative;
}
.evtx-page .evtx-agenda-sidebyside ol > li.collapsable p {
  display: none;
}
.evtx-page .evtx-agenda-sidebyside ol > li.collapsable .evtx-session-header {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  position: relative;
  cursor: pointer;
  padding-right: 1.5em;
}
.evtx-page .evtx-agenda-sidebyside ol > li.collapsable .evtx-session-header:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.evtx-page .evtx-agenda-sidebyside ol > li.collapsable .evtx-session-header:after:hover {
  color: #8cc63f;
}
.evtx-page .evtx-agenda-sidebyside ol > li.collapsable .evtx-session-header.open:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.evtx-page .evtx-agenda-sidebyside ol > li.evtx-inactive {
  display: none;
}
.evtx-page .evtx-agenda-sidebyside ol > li.evtx-active {
  background: #fff;
}
.evtx-page .evtx-agenda-sidebyside ol > li.evtx-active.evtx-odd {
  background: #efefef;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-header h4 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.evtx-page .evtx-agenda-sidebyside .evtx-toggle-session {
  position: absolute;
  top: 1em;
  right: 1em;
  padding: 0.25em;
  background-color: rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-body {
  padding: 0.5em 1em 1em 1em;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-body p:first-of-type {
  margin-top: 0;
}
.evtx-page .evtx-agenda-sidebyside .evtx-speakers {
  padding: 0.5em 1em;
}
.evtx-page .evtx-agenda-sidebyside .evtx-speakers:before {
  content: 'Speaking:';
  display: block;
  margin-left: -1em;
  font-style: italic;
  font-weight: 200;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-speaker {
  font-size: 1rem;
  padding: 1em;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-speaker:hover, .evtx-page .evtx-agenda-sidebyside .evtx-session-speaker:focus {
  background-color: #555;
  color: white;
  border-right: none;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-speaker h4 {
  margin: 0 0 0.25em 0;
  font-size: 1rem;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-speaker .evtx-profile-image {
  padding-right: 1em;
}
.evtx-page .evtx-agenda-sidebyside .evtx-session-speaker .evtx-profile-image img {
  width: 100%;
}
.evtx-page .evtx-agenda-sidebyside .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
  margin-bottom: 0.25em;
}
.evtx-page .evtx-agenda-sidebyside .evtx-profile-company {
  font-weight: 500;
}
.evtx-page .evtx-agenda-sidebyside .evtx-profile-social a {
  font-size: 1.25rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-page .evtx-agenda-sidebyside .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
.evtx-page .evtx-agenda-sidebyside a.evtx-modal-toggle {
  padding: 0.25em 0.5em;
  font-size: 0.75rem;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .evtx-page .evtx-agenda-sidebyside .evtx-session-speaker {
    font-size: 0.75rem;
  }
  .evtx-page .evtx-agenda-sidebyside .evtx-session-speaker h4 {
    font-size: 0.85rem;
    padding-top: 0.5em;
  }
}
@media (min-width: 992px) {
  .evtx-page .evtx-agenda-sidebyside .evtx-session-speaker {
    padding: 1em 1.5em;
    font-size: 0.75rem;
  }
  .evtx-page .evtx-agenda-sidebyside .evtx-session-speaker:nth-of-type(4), .evtx-page .evtx-agenda-sidebyside .evtx-session-speaker:last-of-type {
    border-right: none;
  }
  .evtx-page .evtx-agenda-sidebyside .evtx-session-speaker h4 {
    font-size: 0.75rem;
  }
  .evtx-page .evtx-agenda-sidebyside .evtx-session-speaker .evtx-profile-image {
    padding-right: 0;
  }
  .evtx-page .evtx-agenda-sidebyside .evtx-profile-social a {
    font-size: 1rem;
  }
}

.evtx-venue-overlay {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.evtx-venue-overlay .evtx-badge-light {
  max-width: 33em;
  background-color: white;
  color: #333;
  padding: 2em;
  margin: 50% auto 1em;
}
.evtx-venue-overlay .evtx-badge-light h1 {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}
@media (min-width: 480px) {
  .evtx-venue-overlay .evtx-badge-light {
    margin: 35% auto 1em;
  }
}
@media (min-width: 768px) {
  .evtx-venue-overlay .evtx-badge-light {
    margin: 0 auto;
    padding: 3em 2em;
  }
  .evtx-venue-overlay .evtx-badge-light p {
    font-size: 0.85rem;
  }
}
.evtx-venue-overlay .evtx-bookinginfo .btn, .evtx-venue-overlay .evtx-bookinginfo .evtx-agenda-full .evtx-navbuttons .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .evtx-venue-overlay .evtx-bookinginfo .evtx-day-nav, .evtx-venue-overlay .evtx-bookinginfo .views-button {
  display: block;
  margin-bottom: 1em;
  white-space: normal;
  text-align: center;
}
.evtx-venue-overlay .evtx-bookinginfo .well {
  padding: 1em;
}
.evtx-venue-overlay .evtx-bookinginfo .well p {
  font-size: 0.85rem;
}
.evtx-venue-overlay .evtx-bookinginfo .well p:first-of-type {
  margin-top: 0;
}
.evtx-venue-overlay .evtx-bookinginfo .well p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .evtx-venue-overlay .evtx-bookinginfo .well p {
    font-size: 0.65rem;
  }
}

/*___ SIDE-BY-SIDE ___*/
.evtx-venue-sidebyside {
  margin-top: -1em;
}
.evtx-venue-sidebyside .evtx-push-pull-wrapper {
  min-height: 300px;
}
.evtx-venue-sidebyside .evtx-container {
  overflow: hidden;
}
.evtx-venue-sidebyside .evtx-table-left,
.evtx-venue-sidebyside .evtx-table-right,
.evtx-venue-sidebyside .evtx-venue-bottom-row {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-origin: content-box;
  position: relative;
}
.evtx-venue-sidebyside .evtx-table-right {
  display: table-cell;
  padding: 0 0.5em;
  border-bottom: 1px solid #ddd;
  vertical-align: top;
}
.evtx-venue-sidebyside .evtx-bookinginfo a.btn, .evtx-venue-sidebyside .evtx-bookinginfo .evtx-agenda-full .evtx-navbuttons a.evtx-day-nav, .evtx-agenda-full .evtx-navbuttons .evtx-venue-sidebyside .evtx-bookinginfo a.evtx-day-nav, .evtx-venue-sidebyside .evtx-bookinginfo a.views-button {
  margin-bottom: 1em;
}
.evtx-venue-sidebyside .evtx-venue-bottom-row {
  display: block;
  min-height: 300px;
  margin-bottom: 1em;
  margin-right: 1em;
  padding-right: 1em;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .evtx-venue-sidebyside .evtx-venue-bottom-row {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .evtx-venue-sidebyside.evtx-venue-sidebyside-image .evtx-venue-bottom-row {
    display: none;
  }
}
.evtx-venue-sidebyside.evtx-venue-sidebyside-image .evtx-wrap-venue-content {
  padding-right: 1rem;
}
.evtx-venue-sidebyside .evtx-venue-bottom-row #venue-map {
  width: calc(100% - 1em);
}
@media (max-width: 768px) {
  .evtx-venue-sidebyside .evtx-venue-bottom-row #venue-map {
    display: none;
  }
}
.evtx-venue-sidebyside #venue-map {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.evtx-venue-sidebyside a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.evtx-venue-sidebyside a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.evtx-venue-sidebyside .gmnoprint a, .evtx-venue-sidebyside .gmnoprint span, .evtx-venue-sidebyside .gm-style-cc {
  display: none;
}
.evtx-venue-sidebyside .gmnoprint div {
  background: none !important;
}
@media (min-width: 768px) {
  .evtx-venue-sidebyside .evtx-table-left,
  .evtx-venue-sidebyside .evtx-table-right {
    display: table-cell;
    position: relative;
  }
  .evtx-venue-sidebyside .evtx-table-left {
    width: 60%;
  }
  .evtx-venue-sidebyside .evtx-table-right {
    padding: 0 1em;
    border-bottom: none;
    width: 40%;
  }
  .evtx-venue-sidebyside .content-right .module-content {
    padding-left: 1em;
  }
}

.evtx-testimonials .testimonial {
  margin-bottom: 2rem;
  max-width: 800px;
  border-left: 0.25rem #8cc63f solid;
  padding-left: 1rem;
}
.evtx-testimonials .testimonial .quote {
  font-size: 1rem;
  display: block;
  font-style: italic;
}
.evtx-testimonials .testimonial .attribution {
  font-size: 0.8rem;
  color: gray;
}

.price-expired .rate,
.price-expired .price-col {
  text-decoration: line-through;
  color: gray;
}

.registration-prices {
  max-width: 1200px;
  margin: 0 auto;
}
.registration-prices .price-group {
  margin-bottom: 2rem !important;
}
.registration-prices .price-group:first-child {
  border-top: none;
}
.registration-prices .price-group .current-price {
  font-weight: bold;
  font-size: 1.3rem;
}

.price-category {
  font-weight: bold;
  font-size: 1.3rem;
}

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

.price-row:not(.current-price-row) {
  padding: 1em 0;
  border-bottom: 1px gray solid;
}
.price-row:not(.current-price-row):first-of-type {
  padding-top: 0;
}

.current-price-row {
  background-color: #f0f0f0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.evtx-conditional-statement {
  margin-top: 1em;
}
.evtx-conditional-statement .evtx-condition {
  margin-top: 0.75em;
  font-size: 0.65rem;
  display: block;
  color: #888;
}

.evtx-price-type {
  text-transform: uppercase;
  font-size: 0.75rem;
}

.evtx-conditional-stars {
  margin-left: 0.25em;
}

.evtx-pricing-widget .evtx-price-type,
.evtx-pricing-widget .evtx-price {
  display: inline-block;
}
.evtx-pricing-widget .evtx-prices-wrap {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  text-align: center;
}
.evtx-pricing-widget .evtx-prices-wrap .evtx-price-wrap {
  border-right: 1px #888 solid;
  width: 50%;
  position: relative;
  padding: 1em;
  display: inline-block;
  text-align: center;
}
.evtx-pricing-widget .evtx-prices-wrap .evtx-price-wrap:last-of-type {
  border-right: none;
}
.evtx-pricing-widget .evtx-pricing-note {
  display: inline-block;
}
.evtx-pricing-widget .evtx-price {
  font-size: 1.5rem;
  font-weight: bold;
}

.evtx-pricing-card .evtx-pricing-options {
  padding: 2em 0;
  text-align: center;
}
.evtx-pricing-card li.evtx-pricing-category-card {
  display: block;
  background: #efefef;
  padding: 1em;
  margin: 0.5em 0.25em;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.evtx-pricing-card li.evtx-pricing-category-card h4 {
  color: #888;
  margin-bottom: 1em;
}
.evtx-pricing-card li.evtx-pricing-category-card hr {
  border-top: 1px solid #ccc;
  margin: 0.5em auto;
}
.evtx-pricing-card li.evtx-pricing-category-card .evtx-price {
  font-weight: 600;
  font-size: 1.5rem;
}
.evtx-pricing-card li.evtx-pricing-category-card .evtx-conditional:after {
  content: '*';
  color: #8cc63f;
}
.evtx-pricing-card li.evtx-pricing-category-card .evtx-pricing-note {
  font-size: 0.65rem;
  margin-top: 2em;
}
.evtx-pricing-card li.evtx-pricing-category-card .evtx-pricing-note:before {
  content: 'NOTE: ';
}
.evtx-pricing-card div.evtx-conditional-statement {
  color: #8cc63f;
}
.evtx-pricing-card div.evtx-conditional-statement:before {
  content: '*';
}
@media (min-width: 768px) {
  .evtx-pricing-card li.evtx-pricing-category-card {
    display: inline-block;
    background: #efefef;
    padding: 1em;
    width: 14em;
    margin: 0.5em 0.25em;
    text-align: center;
    vertical-align: top;
    min-height: 17em;
    position: relative;
  }
  .evtx-pricing-card li.evtx-pricing-category-card .evtx-centered-vertical {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .evtx-pricing-card li.evtx-pricing-category-card {
    width: 17em;
  }
}

.evtx-attendees .evtx-table thead {
  font-weight: bold;
}
.evtx-attendees .evtx-table thead td {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.evtx-attendees .evtx-table thead td:hover {
  color: #8cc63f;
}
.evtx-attendees .sort-fw:after,
.evtx-attendees .sort-bw:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  float: left;
  font-family: "FontAwesome";
  font-size: inherit;
  display: inline-block;
  margin-right: 0.5rem;
  content: "\f0d7";
}
.evtx-attendees .sort-bw:after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.evtx-text {
  position: relative;
}
.evtx-text .evtx-text {
  padding: 1em;
}

.evtx-countdown {
  font-size: 1.5em;
  text-align: center;
  padding: 1em 0;
  min-height: 85px;
}
.evtx-countdown .countdown {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.05;
  min-height: 2em;
}
.evtx-countdown .countdown.ready {
  opacity: 1;
}
.evtx-countdown .metric {
  display: inline-block;
  font-size: 1em;
  padding: 0.5em;
  border-right: 1px #8cc63f solid;
  min-width: 100px;
}
.evtx-countdown .metric .metric-label,
.evtx-countdown .metric .metric-value {
  display: block;
}
.evtx-countdown .metric .metric-label {
  font-size: 0.75rem;
}
.evtx-countdown .metric:last-of-type {
  border-right: none;
}
.evtx-countdown .hms-wrapper {
  display: inline-block;
}
.evtx-countdown .hms-wrapper .metric:last-of-type {
  border-right: none;
}
.evtx-countdown.evtx-countdown-widget {
  font-size: 1em;
}

.evtx-modulemenu {
  font-size: 1rem;
}
.evtx-modulemenu a {
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  margin: 0 1em;
  text-transform: uppercase;
  color: #8cc63f;
}
@media (max-width: 992px) {
  .evtx-modulemenu a {
    margin: 0 0.55em;
  }
}
.evtx-modulemenu a:hover, .evtx-modulemenu a:focus {
  color: #48671f;
  text-decoration: none;
}
.evtx-modulemenu a.menu-link {
  display: none;
}
.evtx-modulemenu .views-button-wrap .views-button {
  padding: 0.5em;
}
.evtx-modulemenu #evtx-modules {
  background: #00619f;
  padding: 0.5em;
}
.evtx-modulemenu #evtx-modules.top-fixed {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-animation: slidedown-in 0.5s ease 0s forwards;
  -o-animation: slidedown-in 0.5s ease 0s forwards;
  animation: slidedown-in 0.5s ease 0s forwards;
  position: fixed;
  display: block;
  height: auto;
  top: 73px;
  width: 100%;
  z-index: 1001;
}
@-moz-keyframes slidedown-in {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes slidedown-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes slidedown-in {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  .evtx-modulemenu #evtx-modules.top-fixed {
    max-height: 3em;
    overflow: hidden;
  }
  .evtx-modulemenu #evtx-modules.top-fixed.open {
    max-height: none;
  }
}
.evtx-modulemenu #evtx-modules.top-fixed a.menu-link {
  margin: 0;
  padding: 0 0.75em;
  display: inline;
  margin-top: 3px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  width: auto;
  line-height: 0.5rem;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.evtx-modulemenu #evtx-modules.top-fixed a.menu-link:hover {
  color: #8cc63f;
  text-decoration: none;
}
.evtx-modulemenu #evtx-modules.top-fixed a.menu-link:hover:after {
  color: #8cc63f;
  text-decoration: none;
}
.evtx-modulemenu #evtx-modules.top-fixed a.menu-link:after {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  content: "MENU";
  font-size: 0.25em;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  line-height: 0;
}
@media (min-width: 768px) {
  .evtx-modulemenu #evtx-modules.top-fixed a.menu-link {
    display: none;
  }
}
@media (max-width: 768px) {
  .evtx-modulemenu #evtx-modules.top-fixed ul#evtx-modules-menu {
    position: relative;
    margin-right: 55px;
  }
  .evtx-modulemenu #evtx-modules.top-fixed ul#evtx-modules-menu li a {
    margin: 0;
    text-align: center;
  }
}
.evtx-modulemenu #evtx-modules.top-fixed ul#evtx-modules-menu .evtx-fixed-logo {
  opacity: 1;
  display: inline-block !important;
}
.evtx-modulemenu #evtx-modules.top-fixed ul#evtx-modules-menu .evtx-modulesmenu-buttons {
  right: 0;
  top: 0px;
  padding-top: 0;
  padding-right: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .evtx-modulemenu #evtx-modules.top-fixed ul#evtx-modules-menu .evtx-modulesmenu-buttons .button-wrap {
    text-align: right;
  }
}
.evtx-modulemenu #evtx-modules ul#evtx-modules-menu {
  margin: 0;
  text-align: center;
}
.evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-fixed-logo {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  display: none !important;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
}
.evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-fixed-logo a {
  margin-left: 0;
  width: 100px;
  padding: 5px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  background-origin: content-box;
  background-clip: content-box;
}
@media (max-width: 768px) {
  .evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-fixed-logo {
    position: relative;
    min-height: 2.5em;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 1em;
  }
  .evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-fixed-logo a {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 2em;
    background-position: left top;
  }
  .evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-fixed-logo .evtx-modulesmenu-buttons .button-wrap {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .evtx-modulemenu #evtx-modules ul#evtx-modules-menu {
    padding-left: 0;
  }
  .evtx-modulemenu #evtx-modules ul#evtx-modules-menu li {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.5em 0;
  }
}
.evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-modulesmenu-buttons {
  top: 0px;
  right: 6px;
}
@media (max-width: 768px) {
  .evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-modulesmenu-buttons {
    right: 0px;
    width: 100%;
    text-align: right;
    margin-top: -0.5em;
  }
  .evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-modulesmenu-buttons .views-button {
    padding: 0.75em !important;
  }
}
.evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-modulesmenu-buttons .button-wrap {
  margin-top: 0;
}
.evtx-modulemenu #evtx-modules ul#evtx-modules-menu .evtx-modulesmenu-buttons .button-wrap .views-button {
  margin: 0 !important;
}

.evtx-video-wrapper {
  display: block;
}
.evtx-video-wrapper > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.evtx-video-wrapper > div > div {
  height: 100%;
  max-height: 100vh;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.evtx-video-wrapper .evtx-video-content {
  /* .video-js {
  	padding-top: $aspect-ratio;
  	width: 100%;
  	height: auto;
  } */
}
.evtx-video-wrapper .evtx-video-content .vjs-fullscreen {
  padding-top: 0px;
}
.evtx-video-wrapper .evtx-video-content.no-fullscreen .vjs-fullscreen,
.evtx-video-wrapper .evtx-video-content.no-fullscreen .vjs-fullscreen-control {
  display: none !important;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url("http://2017.cybersatsummit.com/wp-content/plugins/views/fonts/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
  content: "\f11e";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.video-js .vjs-mouse-display:before {
  display: none;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.333333333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.vjs-tooltip-progress-bar {
  visibility: hidden;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-controls-disabled .vjs-poster {
  display: none;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}

.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}

.vjs-caption-settings label > input {
  margin-right: 10px;
}

.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: .5em;
}

.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.video-js {
  width: 100%;
  height: 100%;
}
.video-js .vjs-play-progress {
  background-color: #8cc63f;
  color: #8cc63f;
}
.video-js .vjs-slider {
  background-color: black;
}
.video-js .vjs-load-progress div {
  background-color: white;
}
.video-js .vjs-big-play-button {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-color: #8cc63f;
  color: #8cc63f;
}

.evtx-menu-basic .evtx-container {
  padding: 0.35rem 0;
}
.evtx-menu-basic.fixed {
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 500;
  left: 0;
}
.evtx-menu-basic #site-menubar {
  float: right;
  padding: 0px 5px;
}
.evtx-menu-basic #site-menubar ul {
  display: table;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.evtx-menu-basic #site-menubar ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0em 0em 0em 1.25em;
}
.evtx-menu-basic #site-menubar ul li:first-of-type {
  padding-left: 0;
}
.evtx-menu-basic #site-menubar ul li.pages-menu-link {
  text-align: center;
  line-height: 1rem;
}
.evtx-menu-basic #site-menubar ul li.pages-menu-link a {
  font-size: 1.25rem;
}
.evtx-menu-basic #site-menubar ul li.pages-menu-link a i:after {
  content: "MENU";
  display: block;
  font-size: 0.25rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.evtx-menu-basic #site-menubar ul li a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  color: black;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 0.85rem;
}
.evtx-menu-basic #site-menubar ul li a:hover {
  color: #8cc63f;
}
.evtx-menu-basic #site-menubar ul li .evtx-reg {
  float: none !important;
  position: relative;
  right: auto;
  color: white;
}
@media (max-width: 990px) {
  .evtx-menu-basic #site-menubar ul li:not(.reg-button):not(.pages-menu-link) {
    display: none;
  }
}
.evtx-menu-basic .evtx-menu-content {
  display: table;
  width: 100%;
}
.evtx-menu-basic .evtx-menu-content .evtx-menu-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.evtx-menu-basic .evtx-logo {
  max-width: 300px;
  position: relative;
  height: auto;
  position: relative;
  display: inline;
}
@media (max-width: 768px) {
  .evtx-menu-basic .evtx-logo {
    padding-left: 0.5em;
  }
}
@media (max-width: 500px) {
  .evtx-menu-basic .evtx-logo {
    max-width: 250px;
  }
}
.evtx-menu-basic .evtx-infobar-content {
  padding: 1.5em 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  /* background-color: #efefef; */
  position: relative;
}
.evtx-menu-basic h2.evtx-info-title {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 0.25em;
}
.evtx-menu-basic .evtx-event-dates {
  font-weight: 200;
  font-style: italic;
  text-align: center;
}
.evtx-menu-basic .evtx-event-location {
  font-weight: 200;
  font-style: italic;
  text-align: center;
}
.evtx-menu-basic a.evtx-reg {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #555;
  color: #FFF;
  text-align: center;
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
  text-decoration: none;
}
.evtx-menu-basic a.evtx-reg:hover, .evtx-menu-basic a.evtx-reg:focus {
  background-color: #333;
}
@media (min-width: 768px) {
  .evtx-menu-basic .evtx-infobar-wrapper {
    padding: 0.5em 0;
    text-align: center;
  }
  .evtx-menu-basic .evtx-event-dates {
    display: inline-block;
  }
  .evtx-menu-basic .evtx-event-location {
    display: inline-block;
  }
  .evtx-menu-basic .evtx-event-location:before {
    content: '|';
    display: inline-block;
    padding: 0 0.2em;
  }
}
@media (min-width: 992px) {
  .evtx-menu-basic .evtx-infobar-content {
    padding: 1em 0.5em;
    text-align: center;
  }
  .evtx-menu-basic a.evtx-reg {
    display: inline-block;
    min-width: 25%;
  }
}
@media (min-width: 1200px) {
  .evtx-menu-basic .evtx-infobar-content {
    padding: 1.5em 1em;
    text-align: left;
  }
  .evtx-menu-basic .evtx-infobar-wrapper {
    padding: 0;
    text-align: left;
  }
  .evtx-menu-basic h2.evtx-info-title {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
  }
  .evtx-menu-basic .evtx-event-dates {
    font-size: 1rem;
    padding-left: 1em;
    vertical-align: middle;
    line-height: 1;
  }
  .evtx-menu-basic .evtx-event-location {
    font-size: 1rem;
    vertical-align: middle;
    line-height: 1;
  }
  .evtx-menu-basic .evtx-event-location:before {
    vertical-align: middle;
  }
  .evtx-menu-basic a.evtx-reg {
    display: inline;
    min-width: 0;
    position: absolute;
    right: 1em;
    font-size: 0.85rem;
    margin: 0;
    padding: 0.25em 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}

.evtx-contentlist .wrap-contentlist {
  padding: 0;
  border: 1px gray solid;
}
.evtx-contentlist a {
  display: block;
  margin: 0;
  padding: 0.5rem;
  transition: all 0.2s linear;
  border-top: 1px gray solid;
}
.evtx-contentlist a:first-of-type {
  border-top: none;
}
.evtx-contentlist a:nth-of-type(2n) {
  background-color: #f0f0f0;
}
.evtx-contentlist a .evtx-post-date {
  display: inline-block;
  font-style: italic;
  margin-right: 1rem;
}
.evtx-contentlist a .evtx-post-title {
  font-weight: bold;
}
.evtx-contentlist a:hover {
  background-color: black;
  color: white;
}

.evtx-contentlist-grid .evtx-post-link {
  display: inline-block;
  min-height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.evtx-contentlist-grid .evtx-post-date,
.evtx-contentlist-grid .evtx-post-categories {
  display: inline-block;
  position: absolute;
  background-color: white;
}
.evtx-contentlist-grid .evtx-post-date {
  top: 0;
  left: 0;
}
.evtx-contentlist-grid .evtx-post-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
}
.evtx-contentlist-grid .evtx-post-categories {
  top: 0;
  right: 0;
}

html.evtx-page .evtx-pagetitle .evtx-full-width {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
html.evtx-page .evtx-pagetitle-outer {
  margin: 0 -15px;
}
html.evtx-page .evtx-pagetitle-outer .page-title-wrap {
  padding: 1rem;
}
html.evtx-page .evtx-pagetitle-outer .page-title {
  text-align: center;
  margin-bottom: 1rem;
}
html.evtx-page .evtx-pagetitle-outer .sub-title {
  text-align: center;
  margin: 0;
}
html.evtx-page .evtx-pagetitle-outer .bg-image,
html.evtx-page .evtx-pagetitle-outer .bg-image-shade {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
html.evtx-page .evtx-pagetitle-outer .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/**
* MODAL DIALOGUE VIEWS
*/
/*___ SHARED ___*/
.evtx-modal-dialog {
  margin: 5% auto;
}
.evtx-modal-dialog button.evtx-modal-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 9999;
}

.evtx-modal-toggle {
  cursor: pointer;
}

#evtx-modal .modal-body {
  min-height: 600px;
}

.evtx-modal-company .company-logo {
  max-width: 300px;
}
.evtx-modal-company p.address {
  margin-bottom: 0.5em;
}

/*___ SESSION ___*/
.evtx-modal-session {
  padding-top: 1.5em;
  max-width: 37em;
  margin: auto;
}
.evtx-modal-session .evtx-session-date {
  margin-bottom: 0.5em;
}
.evtx-modal-session h1 {
  font-size: 1.75rem;
  margin: inherit;
}
.evtx-modal-session .evtx-session-time {
  display: block;
  margin-bottom: 1em;
}
.evtx-modal-session span.badge, .evtx-modal-session span.evtx-speaker-category {
  margin: 0 0.25em;
}
.evtx-modal-session .evtx-session-body {
  border-top: 1px solid #efefef;
  padding-top: 0.5em;
}
.evtx-modal-session .evtx-session-speakers:before {
  content: 'Speaking:';
  display: block;
  font-style: italic;
  font-weight: 200;
}
.evtx-modal-session li.evtx-session-speaker {
  display: block;
  clear: both;
  min-height: 100px;
  vertical-align: top;
  padding: 1em;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  float: left;
  text-align: left;
}
.evtx-modal-session li.evtx-session-speaker .evtx-profile-image {
  display: inline-block;
  max-width: 100%;
}
.evtx-modal-session li.evtx-session-speaker:nth-of-type(odd) {
  clear: both;
}
.evtx-modal-session li.evtx-session-speaker:hover, .evtx-modal-session li.evtx-session-speaker:focus {
  background-color: #555;
  color: #fff;
}
.evtx-modal-session .evtx-profile-header {
  line-height: 1.3;
}
.evtx-modal-session .evtx-profile-header h4 {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}
.evtx-modal-session .evtx-profile-body {
  clear: both;
  margin: 1em 0;
  border-top: 1px solid #efefef;
}
.evtx-modal-session .evtx-profile-body p {
  font-size: 1rem;
}
.evtx-modal-session .evtx-profile-jobtitle {
  font-style: italic;
  font-weight: 200;
}
.evtx-modal-session .evtx-profile-social a {
  display: inline-block;
  margin: 0.25em 0.1em;
  font-size: 1.25rem;
}
.evtx-modal-session .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
@media (min-width: 768px) {
  .evtx-modal-session .evtx-session-time {
    display: inline-block;
    margin-right: 2em;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .evtx-modal-session li.evtx-session-speaker {
    width: 50%;
    display: inline-block;
    clear: none;
    font-size: 0.75rem;
  }
  .evtx-modal-session .evtx-profile-header h4 {
    font-size: 0.75rem;
  }
  .evtx-modal-session .evtx-profile-body p {
    font-size: 0.75rem;
  }
  .evtx-modal-session .evtx-profile-social a {
    font-size: 0.875rem;
  }
}

/*___ PROFILE & COMPANY ___*/
.evtx-modal-profile {
  padding-top: 1.5em;
  max-width: 37em;
  margin: auto;
}
.evtx-modal-profile .evtx-modal-profile-info {
  margin: 1.5em 0;
}
.evtx-modal-profile .profile-image img {
  width: 100%;
  height: auto;
}
.evtx-modal-profile .speaking-at h4 {
  font-weight: 300;
  font-style: italic;
}
.evtx-modal-profile h1 {
  font-size: 1.75rem;
  margin-bottom: 0.25em;
}
.evtx-modal-profile .evtx-profile-jobtitle {
  font-weight: 200;
  font-style: italic;
}
.evtx-modal-profile .evtx-profile-company {
  font-weight: 500;
}
.evtx-modal-profile .evtx-profile-company-thumb {
  margin-top: 0.5em;
  display: inline-block;
  position: relative;
  width: 230px;
  height: 60px;
  max-width: 75%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.evtx-modal-profile .evtx-profile-bio {
  padding-top: 0.5em;
  border-top: 1px solid #ddd;
}
.evtx-modal-profile .evtx-profile-social a {
  font-size: 1.15rem;
  display: inline-block;
  margin: 0.25em 0.1em;
}
.evtx-modal-profile .evtx-profile-social a:first-of-type {
  margin-left: 0;
}
.evtx-modal-profile .evtx-session-link {
  padding-left: 1em;
  border-left: 2px #8cc63f solid;
}

.evtx-page .three-images img {
  max-width: 100%;
  height: auto;
  float: left;
}
@media (min-width: 480px) {
  .evtx-page .three-images img {
    width: 32.66667%;
  }
  .evtx-page .three-images img:nth-of-type(2) {
    margin: 0 1%;
  }
}
@media (max-width: 480px) {
  .evtx-page .three-images img {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }
}
.evtx-page .three-images:after {
  content: " ";
}

.views-button-wrap {
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-align: center;
}
.views-button-wrap .views-button-call-to-action {
  display: block;
  text-align: center;
}
.views-button-wrap .views-button-call-to-action.small {
  font-size: 0.6em;
}
.views-button-wrap .views-button-call-to-action.medium {
  font-size: 1em;
}
.views-button-wrap .views-button-call-to-action.large {
  font-size: 1.5em;
}

.views-button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #8cc63f;
  color: #f0f0f0;
  margin-bottom: 0.5em;
  min-height: 2em;
  min-width: 5em;
  border: none;
}
.views-button.black-text {
  color: black;
}
.views-button.small {
  font-size: 0.6rem;
}
.views-button.medium {
  font-size: 1rem;
}
.views-button.large {
  font-size: 1.3rem;
}
.views-button:hover, .views-button:active, .views-button:focus {
  background-color: #567b24 !important;
  color: whitesmoke;
  outline: 0;
  -webkit-box-shadow: 0px 0px 2px rgba(86, 123, 36, 0.5);
  -moz-box-shadow: 0px 0px 2px rgba(86, 123, 36, 0.5);
  box-shadow: 0px 0px 2px rgba(86, 123, 36, 0.5);
}

.main-home-branding {
  background: #405b1b;
  background-size: cover;
}

#page #section-2 {
  padding-top: 73px;
}

.evtx-menu-basic.fixed {
  background: white;
}
.evtx-menu-basic .evtx-view-wrapper {
  padding: .2em 0;
}
.evtx-menu-basic .evtx-view-wrapper .evtx-reg {
  background-color: #00619f;
}
.evtx-menu-basic .evtx-view-wrapper .evtx-reg:hover, .evtx-menu-basic .evtx-view-wrapper .evtx-reg:focus {
  background-color: #a2a4a7;
}
.evtx-menu-basic .evtx-view-wrapper #site-menubar .evtx-menu-pages-toggle:hover {
  color: #a2a4a7 !important;
}
.evtx-menu-basic .evtx-logo {
  max-width: 200px;
}
.evtx-menu-basic .evtx-logo:hover, .evtx-menu-basic .evtx-logo:focus {
  opacity: .8;
}

#home #evtx-page-content {
  margin-top: 0;
}
#home section:nth-child(odd) {
  background-color: #f8f8f8;
}
#home section:nth-child(4) {
  padding-top: 2em;
  padding-bottom: 2em;
}

.addmenu .navbar li {
  display: inline-block;
}
.addmenu .navbar li > a {
  padding: 1em 1em;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.addmenu .navbar li > a:hover, .addmenu .navbar li > a:focus {
  color: #a7a9ac;
}

*::-moz-selection {
  color: #9e6785;
  background-color: #666666;
}
*::selection {
  color: #9e6785;
  background-color: #666666;
}

a {
  color: #8cc63f;
}

.stripes, .texture {
  background-color: #E6E7E8;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKklEQVQIW2P8////GQYkwMjIaMKILAgSAPHhgjABkCawILIAWBBEoJsLAMg4HyoZzD8DAAAAAElFTkSuQmCC);
  background-position: 0px 0;
}
.stripes.stripes-animate, .stripes-animate.texture {
  animation-name: shiftStripesLeft;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
@keyframes shiftStripesLeft {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: -10px 0;
  }
}
.stripes.stripes-primary, .stripes-primary.texture {
  background-color: #8cc63f;
}
.stripes.stripes-success, .stripes-success.texture {
  background-color: #90A333;
}
.stripes.stripes-info, .stripes-info.texture {
  background-color: #00BCE4;
}
.stripes.stripes-warning, .stripes-warning.texture {
  background-color: #f0ad4e;
}
.stripes.stripes-danger, .stripes-danger.texture {
  background-color: #8cc63f;
}

.navbar-header img {
  max-height: 40px;
  width: auto;
}

h1.evtx-page-title {
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0;
  margin-top: 1em;
}

.announcements {
  background: #ebebeb;
}

.addmenu {
  background: #3a5319 !important;
  color: #fff;
}

.primary-section {
  margin-bottom: 0 !important;
}

.site-footer {
  margin-top: 6em;
  background: #E6E7E8;
  padding-top: 2em;
}
.site-footer .quotes-section {
  column-count: 2;
}
.site-footer .quotes-section header {
  column-span: all;
}
.site-footer .quotes-section blockquote {
  border: none;
  margin: 0;
  font-size: 1em;
  padding: 0.5em 0;
  border-top: 1px dashed #666666;
  break-inside: avoid;
}
.site-footer a {
  color: black;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6,
.site-footer .h1, .site-footer .h2, .site-footer .h3, .site-footer .h4, .site-footer .h5, .site-footer .h6 {
  color: #8cc63f;
  font-size: 1em;
  text-transform: uppercase;
  column-span: all;
}
.site-footer .copyright-text {
  text-align: center;
  font-size: 0.75em;
}

.site-header {
  vertical-align: middle;
  display: table;
  width: 100%;
  background-color: white;
}
.site-header .wrap-header {
  display: table-cell;
  vertical-align: middle;
}
.site-header #primary-navigation {
  float: right;
}
.site-header #primary-menu {
  font-size: 0.5rem;
}
.site-header .primary-search {
  float: right;
}
.site-header .primary-search .search-button {
  color: white;
}
.site-header a {
  color: white;
  float: left;
}
.site-header a.menu-link {
  margin: 0;
  font-size: 1.2rem;
  padding: 0 1em;
  display: inline;
  line-height: 45%;
  margin-top: 4px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.site-header a.menu-link:hover {
  color: #666666;
  text-decoration: none;
}
.site-header a.menu-link:hover:after {
  color: #666666;
  text-decoration: none;
}
.site-header a.menu-link:after {
  content: "MENU";
  font-size: 0.15rem;
  display: block;
}

section:not(.background-image) .evtx-section-title {
  padding: 0.25em 0.275em 0.25em 0;
}

.evtx-section-title span {
  display: block;
  text-transform: uppercase;
  font-family: "Open Sans Condensed" !important;
  font-weight: bold;
}

#ad-top {
  padding-top: 2em;
  padding-bottom: 2em;
}

.evtx-page a {
  font-family: 'Open Sans', sans-serif;
}
.evtx-page .group-link-wrap {
  margin-top: 0.5rem;
}
.evtx-page .group-link-wrap a {
  display: inline-block;
  color: black;
  padding: 0 0.5rem;
  font-family: 'Open Sans Condensed', sans-serif;
}
.evtx-page .group-link-wrap a:nth-child(1) {
  padding-left: 0;
}
.evtx-page .group-link-wrap a:nth-child(2) {
  border-left: 3px gray solid;
}
.evtx-page .group-link-wrap a span {
  font-weight: 700;
}
.evtx-page .group-link-wrap a:hover,
.evtx-page .group-link-wrap a span:hover {
  color: #8cc63f;
}
.evtx-page #footer {
  background-color: #00619f;
  padding: 2em 0;
  color: white;
  margin-top: 0;
}
.evtx-page #footer .logo > img {
  width: 289px;
  height: 49px;
}
.evtx-page #footer .site-description {
  overflow: hidden;
  margin: 25px 0;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
.evtx-page #footer .social-links .fa {
  color: white;
}
.evtx-page #footer .footer-column {
  border-top: 5px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0 20px 0;
}
.evtx-page #footer .footer-column > .title {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0 10px 0;
}
.evtx-page #footer .footer-column .menu-title {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 18px;
  padding: 10px 0;
  color: white;
}
.evtx-page #footer .footer-column .menu-title strong {
  font-weight: 700;
}
.evtx-page #footer .footer-column .regular-link {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  padding: 9px 0;
  color: white;
  display: block;
}
.evtx-page #footer .copyright-text {
  font-size: 16px;
  color: #adadad;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
.evtx-page .regular-link {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  padding: 9px 0 0 0;
  color: #333333;
  display: block;
}
.evtx-page #menu-footer {
  padding: 0 0 0 0;
  color: #00619f;
}
.evtx-page #menu-footer .evtx-menu-pages {
  margin-bottom: 0 !important;
}
.evtx-page #menu-footer .logo {
  margin-bottom: 0.25rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.evtx-page #menu-footer .logo > img {
  width: 289px;
  height: 49px;
}
.evtx-page #menu-footer .site-description {
  overflow: hidden;
  margin: 25px 0;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
}
.evtx-page #menu-footer .social-links .fa {
  color: #00619f;
}
.evtx-page #menu-footer .footer-column {
  padding: 10px 0 20px 0;
}
.evtx-page #menu-footer .footer-column > .title {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0 10px 0;
}
.evtx-page #menu-footer .footer-column .menu-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 18px;
  padding: 10px 0;
  color: #00619f;
}
.evtx-page #menu-footer .footer-column .menu-title strong {
  font-weight: 700;
}
.evtx-page #menu-footer .footer-column .column-menu a {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 0 0 0;
  color: #00619f;
}
.evtx-page #menu-footer .footer-column .column-menu a strong {
  font-weight: 700;
}
.evtx-page #menu-footer .copyright-text {
  margin-top: 1rem;
  font-size: 16px;
  color: #adadad;
  text-align: center;
}
@media (max-width: 600px) {
  .evtx-page #footer {
    padding-left: 0;
    padding-right: 0;
  }
  .evtx-page #footer .logo {
    text-align: center;
  }
  .evtx-page #footer .social-links {
    text-align: center;
    padding: 20px 0;
  }
  .evtx-page #footer .site-description {
    display: none;
  }
  .evtx-page #footer .footer-column {
    border-top: none;
    padding: 0;
    padding-top: 10px;
  }
  .evtx-page #footer .footer-column > .title {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
  }
  .evtx-page #footer .footer-column > .title:before {
    content: "\f078";
    width: 20px;
    height: 38px;
    position: absolute;
    left: -5px;
    top: 0px;
    font: normal normal normal 18px/38px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }
  .evtx-page #footer .footer-column.accordion-min .regular-link, .evtx-page #footer .footer-column.accordion-min .menu-title {
    display: none;
  }
  .evtx-page #footer .footer-column.accordion-min .title:before {
    content: "\f054";
  }
  .evtx-page #footer .footer-column .menu-title,
  .evtx-page #footer .footer-column .regular-link {
    padding: 15px 0;
  }
  .evtx-page #footer .footer-column .menu-title:last-child,
  .evtx-page #footer .footer-column .regular-link:last-child {
    border: none;
  }
  .evtx-page #footer .footer-column .column-menu {
    padding-left: 25px;
  }
  .evtx-page #footer .copyright-text {
    font-size: 13px;
  }
}
.evtx-page .evtx-agenda-ataglance {
  margin-top: 0 !important;
}
.evtx-page .evtx-agenda-ataglance .evtx-container {
  padding-top: 0 !important;
}
.evtx-page .evtx-page-title {
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 0.75em;
  margin-top: 1em;
  font-family: "Open Sans Condensed" !important;
  font-weight: bold;
}
.evtx-page .evtx-eventinfo-infobar .date-location {
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
  font-family: "Open Sans Condensed" !important;
  position: absolute;
  left: 0px;
  text-align: center;
  top: 18px;
  pointer-events: none;
  width: 100%;
}
.evtx-page .evtx-eventinfo-infobar .evtx-container {
  padding-top: 0 !important;
}
.evtx-page .evtx-eventinfo-infobar .evtx-view-wrapper {
  padding-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .evtx-page .evtx-eventinfo-infobar .evtx-infobar-content {
    padding: 0.5em 0 !important;
  }
}
.evtx-page .evtx-eventinfo-infobar .evtx-infobar-content {
  border-top: none !important;
  border-top: 1px rgba(140, 198, 63, 0.5) solid !important;
  border-bottom: 1px rgba(140, 198, 63, 0.5) solid !important;
}
.evtx-page .evtx-eventinfo-infobar .logo {
  max-width: 265px;
}
.evtx-page .evtx-eventinfo-infobar .evtx-menu-pages-toggle {
  float: right;
  margin-right: 9em;
  color: black !important;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 0.5em;
  font-size: 1rem;
}
.evtx-page .evtx-eventinfo-infobar .evtx-menu-pages-toggle:hover {
  color: #8cc63f !important;
}
.evtx-page .evtx-eventinfo-infobar .evtx-menu-pages-toggle:hover:after {
  text-decoration: none !important;
}
.evtx-page .evtx-eventinfo-infobar .evtx-menu-pages-toggle:after {
  content: "MENU";
  margin-left: 0.25em;
  text-decoration: none !important;
}
.evtx-page .evtx-eventinfo-infobar .evtx-menu-pages-toggle:after:hover {
  text-decoration: none !important;
}
.evtx-page .evtx-eventinfo-infobar .evtx-reg {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0 !important;
}
.evtx-page .evtx-eventinfo-infobar .evtx-reg:hover {
  color: #8cc63f !important;
}
.evtx-page #evtx-page-content {
  min-height: 800px !important;
}
.evtx-page .evtx-eventinfo-sidebyside h1 {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.evtx-page .evtx-eventinfo-sidebyside .evtx-logo {
  max-height: 200px;
  display: block;
  margin: 0 auto 1em auto;
}
.evtx-page .evtx-eventinfo-sidebyside .evtx-excerpt p {
  font-size: 1.75rem;
  font-family: "Open Sans Condensed";
  margin: 0 auto 1rem auto;
  font-weight: 100;
}
.evtx-page .evtx-eventinfo-sidebyside .countdown .day {
  border-right: 1px #8cc63f solid !important;
}

.site-header {
  margin: 0;
}
.site-header h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.75rem !important;
  text-transform: uppercase;
}
.site-header h3 span {
  display: inline-block;
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.exm-logo {
  width: 100px;
  margin-left: 0.5em;
  height: auto;
  display: inline-block;
}

.evtx-page {
  font-size: 1.2em !important;
}
.evtx-page .evtx-category {
  max-width: 1200px !important;
}

.evtx-agenda-ataglance {
  margin-top: 0;
}

#evtx-modal-menu-pages {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
#evtx-modal-menu-pages .exm-footer {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: block;
  margin: 0 auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#evtx-modal-menu-pages .evtx-modal-close {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 1.5rem;
  min-width: 1.5rem;
  width: 60px;
  height: 60px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: whitesmoke;
}
#evtx-modal-menu-pages .evtx-modal-close:hover {
  background-color: black;
  color: white;
}
#evtx-modal-menu-pages .evtx-modal-close i {
  margin-right: 0 !important;
}
#evtx-modal-menu-pages .menu-block .list-unstyled {
  padding-top: 0 !important;
  padding-right: 0 !important;
}
#evtx-modal-menu-pages .menu-block li {
  margin-bottom: 0.5em;
}
#evtx-modal-menu-pages .menu-block li a {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: whitesmoke;
  padding: 1em;
  display: inline-block;
}
#evtx-modal-menu-pages .menu-block li a:hover {
  text-decoration: none !important;
  background-color: #767676;
  color: #d3e9b5;
}
#evtx-modal-menu-pages .modal-dialog {
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
}
#evtx-modal-menu-pages .modal-logo {
  display: block;
  margin: 1em auto 2em 0;
  text-align: center;
}
#evtx-modal-menu-pages .modal-logo img {
  max-width: 350px;
}
#evtx-modal-menu-pages .modal-body {
  width: 1200px;
  margin: 0 auto;
}
#evtx-modal-menu-pages .modal-exm-logo {
  display: block;
  margin: 2em auto 1em auto;
}
#evtx-modal-menu-pages .modal-dialog {
  margin-top: 0 !important;
}
#evtx-modal-menu-pages .modal-dialog .modal-content {
  min-height: 100%;
}
#evtx-modal-menu-pages .evtx-menu-category {
  margin-top: 1em;
  padding: 0;
  overflow: hidden;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans Condensed" !important;
  position: relative;
}
#evtx-modal-menu-pages .evtx-menu-category:after {
  content: " ";
  position: absolute;
  width: 100%;
  background-color: gray;
  height: 2px;
  margin-left: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#evtx-modal-menu-pages ul#evtx-menu-pages {
  margin-bottom: 1.5em;
}
#evtx-modal-menu-pages .btn-exm-red {
  background-color: #ed1c24;
}
#evtx-modal-menu-pages .btn-exm-orange {
  background-color: #f58020;
}
#evtx-modal-menu-pages .btn-exm-blue {
  background-color: #3778bc;
}
#evtx-modal-menu-pages .btn-exm-purple {
  background-color: #9e6785;
}
#evtx-modal-menu-pages .btn-exm-green {
  background-color: #199a4f;
}
#evtx-modal-menu-pages .title-red {
  border-top: 5px #ed1c24 solid;
}
#evtx-modal-menu-pages .title-green {
  border-top: 5px #199a4f solid;
}
#evtx-modal-menu-pages .title-orange {
  border-top: 5px #f58020 solid;
}
#evtx-modal-menu-pages .title-blue {
  border-top: 5px #3778bc solid;
}
#evtx-modal-menu-pages .title-purple {
  border-top: 5px #9e6785 solid;
}
#evtx-modal-menu-pages .condensed-title {
  margin-top: 1em;
  font-size: 0.9rem;
  margin-bottom: 0;
  font-family: "Open Sans Condensed";
}
#evtx-modal-menu-pages .btn, #evtx-modal-menu-pages .evtx-agenda-full .evtx-navbuttons .evtx-day-nav, .evtx-agenda-full .evtx-navbuttons #evtx-modal-menu-pages .evtx-day-nav, #evtx-modal-menu-pages .views-button {
  color: white;
}
#evtx-modal-menu-pages .btn i, #evtx-modal-menu-pages .evtx-agenda-full .evtx-navbuttons .evtx-day-nav i, .evtx-agenda-full .evtx-navbuttons #evtx-modal-menu-pages .evtx-day-nav i, #evtx-modal-menu-pages .views-button i {
  margin-right: 1em;
}
#evtx-modal-menu-pages .evtx-modal-close {
  color: black;
}
#evtx-modal-menu-pages .wrapper {
  text-align: center;
  margin-top: 1em;
}
#evtx-modal-menu-pages .footer-links a {
  color: #3d3d3d;
  display: inline-block;
  padding: 18px 24px;
  text-transform: uppercase;
  font-size: 1.14286em;
  line-height: 1;
}

.evtx-speakers-photowall .evtx-view-wrapper {
  padding-top: 0 !important;
}

.evtx-module-title {
  font-size: 1.5rem !important;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans Condensed" !important;
}

.evtx-page-title {
  padding-bottom: 0 !important;
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}

a:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

h2 {
  font-family: "Open Sans Condensed" !important;
}

.evtx-day .list-unstyled {
  padding: 1em;
}

.evtx-modal-company .address {
  margin-bottom: 0;
}
.evtx-modal-company .company-logo {
  max-width: 300px;
  margin-bottom: 2em;
}

.session-description {
  min-height: 100px;
  display: block;
}

.badge, .evtx-speaker-category {
  margin-bottom: 1em;
}

.evtx-section-title {
  margin-bottom: 0 !important;
}

.evtx-menu-basic.fixed {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.evtx-page .evtx-speakers-photowall ul > li {
  width: 25% !important;
}

.evtx-page a:hover, .evtx-page a:focus, .evtx-page a:visited {
  text-decoration: none !important;
}

.evtx-pricing-full .evtx-container {
  padding-bottom: 0 !important;
}
.evtx-pricing-full .evtx-container .price-group:last-child {
  padding-bottom: 0 !important;
}

.btn-primary {
  background-color: #8cc63f;
}

.evtx-eventinfo-jumbotron {
  margin-top: 3.5rem;
}
.evtx-eventinfo-jumbotron .evtx-logo {
  width: 350px;
  max-width: 100%;
}

.fm-form .fm_form_submit {
  background: #8cc63f;
  color: white;
  border: 1px;
  border-radius: 6px;
  padding: .5em;
}
.fm-form ul {
  list-style: none;
}
.fm-form ul li {
  margin-bottom: 1em;
}

/*# sourceMappingURL=cyber.css.map */
