/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('neos_supermiro/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('neos_supermiro/slick/fonts/slick.eot');
    src: url('neos_supermiro/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('neos_supermiro/slick/fonts/slick.woff') format('woff'), url('neos_supermiro/slick/fonts/slick.ttf') format('truetype'), url('neos_supermiro/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.Total_Soft_Poll_Main_Div *, .Total_Soft_Poll_1_Main_Ans_Div_Fix * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.Total_Soft_Poll_Main_Div { position: relative; width: 100%; float: left; margin: 20px auto; z-index: 99999999999999; }
.Total_Soft_Poll_Main_Div button:focus { outline: none !important; }/*!
 *  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('poll-wp/JS/fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('poll-wp/JS/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('poll-wp/JS/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('poll-wp/JS/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('poll-wp/JS/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('poll-wp/JS/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.totalsoft {
  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 */
.totalsoft-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.totalsoft-2x {
  font-size: 2em;
}
.totalsoft-3x {
  font-size: 3em;
}
.totalsoft-4x {
  font-size: 4em;
}
.totalsoft-5x {
  font-size: 5em;
}
.totalsoft-fw {
  width: 1.28571429em;
  text-align: center;
}
.totalsoft-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.totalsoft-ul > li {
  position: relative;
}
.totalsoft-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.totalsoft-li.totalsoft-lg {
  left: -1.85714286em;
}
.totalsoft-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.totalsoft-pull-left {
  float: left;
}
.totalsoft-pull-right {
  float: right;
}
.totalsoft.totalsoft-pull-left {
  margin-right: .3em;
}
.totalsoft.totalsoft-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.totalsoft.pull-left {
  margin-right: .3em;
}
.totalsoft.pull-right {
  margin-left: .3em;
}
.totalsoft-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.totalsoft-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);
  }
}
.totalsoft-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.totalsoft-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.totalsoft-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.totalsoft-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);
}
.totalsoft-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 .totalsoft-rotate-90,
:root .totalsoft-rotate-180,
:root .totalsoft-rotate-270,
:root .totalsoft-flip-horizontal,
:root .totalsoft-flip-vertical {
  filter: none;
}
.totalsoft-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.totalsoft-stack-1x,
.totalsoft-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.totalsoft-stack-1x {
  line-height: inherit;
}
.totalsoft-stack-2x {
  font-size: 2em;
}
.totalsoft-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.totalsoft-glass:before {
  content: "\f000";
}
.totalsoft-music:before {
  content: "\f001";
}
.totalsoft-search:before {
  content: "\f002";
}
.totalsoft-envelope-o:before {
  content: "\f003";
}
.totalsoft-heart:before {
  content: "\f004";
}
.totalsoft-star:before {
  content: "\f005";
}
.totalsoft-star-o:before {
  content: "\f006";
}
.totalsoft-user:before {
  content: "\f007";
}
.totalsoft-film:before {
  content: "\f008";
}
.totalsoft-th-large:before {
  content: "\f009";
}
.totalsoft-th:before {
  content: "\f00a";
}
.totalsoft-th-list:before {
  content: "\f00b";
}
.totalsoft-check:before {
  content: "\f00c";
}
.totalsoft-remove:before,
.totalsoft-close:before,
.totalsoft-times:before {
  content: "\f00d";
}
.totalsoft-search-plus:before {
  content: "\f00e";
}
.totalsoft-search-minus:before {
  content: "\f010";
}
.totalsoft-power-off:before {
  content: "\f011";
}
.totalsoft-signal:before {
  content: "\f012";
}
.totalsoft-gear:before,
.totalsoft-cog:before {
  content: "\f013";
}
.totalsoft-trash-o:before {
  content: "\f014";
}
.totalsoft-home:before {
  content: "\f015";
}
.totalsoft-file-o:before {
  content: "\f016";
}
.totalsoft-clock-o:before {
  content: "\f017";
}
.totalsoft-road:before {
  content: "\f018";
}
.totalsoft-download:before {
  content: "\f019";
}
.totalsoft-arrow-circle-o-down:before {
  content: "\f01a";
}
.totalsoft-arrow-circle-o-up:before {
  content: "\f01b";
}
.totalsoft-inbox:before {
  content: "\f01c";
}
.totalsoft-play-circle-o:before {
  content: "\f01d";
}
.totalsoft-rotate-right:before,
.totalsoft-repeat:before {
  content: "\f01e";
}
.totalsoft-refresh:before {
  content: "\f021";
}
.totalsoft-list-alt:before {
  content: "\f022";
}
.totalsoft-lock:before {
  content: "\f023";
}
.totalsoft-flag:before {
  content: "\f024";
}
.totalsoft-headphones:before {
  content: "\f025";
}
.totalsoft-volume-off:before {
  content: "\f026";
}
.totalsoft-volume-down:before {
  content: "\f027";
}
.totalsoft-volume-up:before {
  content: "\f028";
}
.totalsoft-qrcode:before {
  content: "\f029";
}
.totalsoft-barcode:before {
  content: "\f02a";
}
.totalsoft-tag:before {
  content: "\f02b";
}
.totalsoft-tags:before {
  content: "\f02c";
}
.totalsoft-book:before {
  content: "\f02d";
}
.totalsoft-bookmark:before {
  content: "\f02e";
}
.totalsoft-print:before {
  content: "\f02f";
}
.totalsoft-camera:before {
  content: "\f030";
}
.totalsoft-font:before {
  content: "\f031";
}
.totalsoft-bold:before {
  content: "\f032";
}
.totalsoft-italic:before {
  content: "\f033";
}
.totalsoft-text-height:before {
  content: "\f034";
}
.totalsoft-text-width:before {
  content: "\f035";
}
.totalsoft-align-left:before {
  content: "\f036";
}
.totalsoft-align-center:before {
  content: "\f037";
}
.totalsoft-align-right:before {
  content: "\f038";
}
.totalsoft-align-justify:before {
  content: "\f039";
}
.totalsoft-list:before {
  content: "\f03a";
}
.totalsoft-dedent:before,
.totalsoft-outdent:before {
  content: "\f03b";
}
.totalsoft-indent:before {
  content: "\f03c";
}
.totalsoft-video-camera:before {
  content: "\f03d";
}
.totalsoft-photo:before,
.totalsoft-image:before,
.totalsoft-picture-o:before {
  content: "\f03e";
}
.totalsoft-pencil:before {
  content: "\f040";
}
.totalsoft-map-marker:before {
  content: "\f041";
}
.totalsoft-adjust:before {
  content: "\f042";
}
.totalsoft-tint:before {
  content: "\f043";
}
.totalsoft-edit:before,
.totalsoft-pencil-square-o:before {
  content: "\f044";
}
.totalsoft-share-square-o:before {
  content: "\f045";
}
.totalsoft-check-square-o:before {
  content: "\f046";
}
.totalsoft-arrows:before {
  content: "\f047";
}
.totalsoft-step-backward:before {
  content: "\f048";
}
.totalsoft-fast-backward:before {
  content: "\f049";
}
.totalsoft-backward:before {
  content: "\f04a";
}
.totalsoft-play:before {
  content: "\f04b";
}
.totalsoft-pause:before {
  content: "\f04c";
}
.totalsoft-stop:before {
  content: "\f04d";
}
.totalsoft-forward:before {
  content: "\f04e";
}
.totalsoft-fast-forward:before {
  content: "\f050";
}
.totalsoft-step-forward:before {
  content: "\f051";
}
.totalsoft-eject:before {
  content: "\f052";
}
.totalsoft-chevron-left:before {
  content: "\f053";
}
.totalsoft-chevron-right:before {
  content: "\f054";
}
.totalsoft-plus-circle:before {
  content: "\f055";
}
.totalsoft-minus-circle:before {
  content: "\f056";
}
.totalsoft-times-circle:before {
  content: "\f057";
}
.totalsoft-check-circle:before {
  content: "\f058";
}
.totalsoft-question-circle:before {
  content: "\f059";
}
.totalsoft-info-circle:before {
  content: "\f05a";
}
.totalsoft-crosshairs:before {
  content: "\f05b";
}
.totalsoft-times-circle-o:before {
  content: "\f05c";
}
.totalsoft-check-circle-o:before {
  content: "\f05d";
}
.totalsoft-ban:before {
  content: "\f05e";
}
.totalsoft-arrow-left:before {
  content: "\f060";
}
.totalsoft-arrow-right:before {
  content: "\f061";
}
.totalsoft-arrow-up:before {
  content: "\f062";
}
.totalsoft-arrow-down:before {
  content: "\f063";
}
.totalsoft-mail-forward:before,
.totalsoft-share:before {
  content: "\f064";
}
.totalsoft-expand:before {
  content: "\f065";
}
.totalsoft-compress:before {
  content: "\f066";
}
.totalsoft-plus:before {
  content: "\f067";
}
.totalsoft-minus:before {
  content: "\f068";
}
.totalsoft-asterisk:before {
  content: "\f069";
}
.totalsoft-exclamation-circle:before {
  content: "\f06a";
}
.totalsoft-gift:before {
  content: "\f06b";
}
.totalsoft-leaf:before {
  content: "\f06c";
}
.totalsoft-fire:before {
  content: "\f06d";
}
.totalsoft-eye:before {
  content: "\f06e";
}
.totalsoft-eye-slash:before {
  content: "\f070";
}
.totalsoft-warning:before,
.totalsoft-exclamation-triangle:before {
  content: "\f071";
}
.totalsoft-plane:before {
  content: "\f072";
}
.totalsoft-calendar:before {
  content: "\f073";
}
.totalsoft-random:before {
  content: "\f074";
}
.totalsoft-comment:before {
  content: "\f075";
}
.totalsoft-magnet:before {
  content: "\f076";
}
.totalsoft-chevron-up:before {
  content: "\f077";
}
.totalsoft-chevron-down:before {
  content: "\f078";
}
.totalsoft-retweet:before {
  content: "\f079";
}
.totalsoft-shopping-cart:before {
  content: "\f07a";
}
.totalsoft-folder:before {
  content: "\f07b";
}
.totalsoft-folder-open:before {
  content: "\f07c";
}
.totalsoft-arrows-v:before {
  content: "\f07d";
}
.totalsoft-arrows-h:before {
  content: "\f07e";
}
.totalsoft-bar-chart-o:before,
.totalsoft-bar-chart:before {
  content: "\f080";
}
.totalsoft-twitter-square:before {
  content: "\f081";
}
.totalsoft-facebook-square:before {
  content: "\f082";
}
.totalsoft-camera-retro:before {
  content: "\f083";
}
.totalsoft-key:before {
  content: "\f084";
}
.totalsoft-gears:before,
.totalsoft-cogs:before {
  content: "\f085";
}
.totalsoft-comments:before {
  content: "\f086";
}
.totalsoft-thumbs-o-up:before {
  content: "\f087";
}
.totalsoft-thumbs-o-down:before {
  content: "\f088";
}
.totalsoft-star-half:before {
  content: "\f089";
}
.totalsoft-heart-o:before {
  content: "\f08a";
}
.totalsoft-sign-out:before {
  content: "\f08b";
}
.totalsoft-linkedin-square:before {
  content: "\f08c";
}
.totalsoft-thumb-tack:before {
  content: "\f08d";
}
.totalsoft-external-link:before {
  content: "\f08e";
}
.totalsoft-sign-in:before {
  content: "\f090";
}
.totalsoft-trophy:before {
  content: "\f091";
}
.totalsoft-github-square:before {
  content: "\f092";
}
.totalsoft-upload:before {
  content: "\f093";
}
.totalsoft-lemon-o:before {
  content: "\f094";
}
.totalsoft-phone:before {
  content: "\f095";
}
.totalsoft-square-o:before {
  content: "\f096";
}
.totalsoft-bookmark-o:before {
  content: "\f097";
}
.totalsoft-phone-square:before {
  content: "\f098";
}
.totalsoft-twitter:before {
  content: "\f099";
}
.totalsoft-facebook-f:before,
.totalsoft-facebook:before {
  content: "\f09a";
}
.totalsoft-github:before {
  content: "\f09b";
}
.totalsoft-unlock:before {
  content: "\f09c";
}
.totalsoft-credit-card:before {
  content: "\f09d";
}
.totalsoft-feed:before,
.totalsoft-rss:before {
  content: "\f09e";
}
.totalsoft-hdd-o:before {
  content: "\f0a0";
}
.totalsoft-bullhorn:before {
  content: "\f0a1";
}
.totalsoft-bell:before {
  content: "\f0f3";
}
.totalsoft-certificate:before {
  content: "\f0a3";
}
.totalsoft-hand-o-right:before {
  content: "\f0a4";
}
.totalsoft-hand-o-left:before {
  content: "\f0a5";
}
.totalsoft-hand-o-up:before {
  content: "\f0a6";
}
.totalsoft-hand-o-down:before {
  content: "\f0a7";
}
.totalsoft-arrow-circle-left:before {
  content: "\f0a8";
}
.totalsoft-arrow-circle-right:before {
  content: "\f0a9";
}
.totalsoft-arrow-circle-up:before {
  content: "\f0aa";
}
.totalsoft-arrow-circle-down:before {
  content: "\f0ab";
}
.totalsoft-globe:before {
  content: "\f0ac";
}
.totalsoft-wrench:before {
  content: "\f0ad";
}
.totalsoft-tasks:before {
  content: "\f0ae";
}
.totalsoft-filter:before {
  content: "\f0b0";
}
.totalsoft-briefcase:before {
  content: "\f0b1";
}
.totalsoft-arrows-alt:before {
  content: "\f0b2";
}
.totalsoft-group:before,
.totalsoft-users:before {
  content: "\f0c0";
}
.totalsoft-chain:before,
.totalsoft-link:before {
  content: "\f0c1";
}
.totalsoft-cloud:before {
  content: "\f0c2";
}
.totalsoft-flask:before {
  content: "\f0c3";
}
.totalsoft-cut:before,
.totalsoft-scissors:before {
  content: "\f0c4";
}
.totalsoft-copy:before,
.totalsoft-files-o:before {
  content: "\f0c5";
}
.totalsoft-paperclip:before {
  content: "\f0c6";
}
.totalsoft-save:before,
.totalsoft-floppy-o:before {
  content: "\f0c7";
}
.totalsoft-square:before {
  content: "\f0c8";
}
.totalsoft-navicon:before,
.totalsoft-reorder:before,
.totalsoft-bars:before {
  content: "\f0c9";
}
.totalsoft-list-ul:before {
  content: "\f0ca";
}
.totalsoft-list-ol:before {
  content: "\f0cb";
}
.totalsoft-strikethrough:before {
  content: "\f0cc";
}
.totalsoft-underline:before {
  content: "\f0cd";
}
.totalsoft-table:before {
  content: "\f0ce";
}
.totalsoft-magic:before {
  content: "\f0d0";
}
.totalsoft-truck:before {
  content: "\f0d1";
}
.totalsoft-pinterest:before {
  content: "\f0d2";
}
.totalsoft-pinterest-square:before {
  content: "\f0d3";
}
.totalsoft-google-plus-square:before {
  content: "\f0d4";
}
.totalsoft-google-plus:before {
  content: "\f0d5";
}
.totalsoft-money:before {
  content: "\f0d6";
}
.totalsoft-caret-down:before {
  content: "\f0d7";
}
.totalsoft-caret-up:before {
  content: "\f0d8";
}
.totalsoft-caret-left:before {
  content: "\f0d9";
}
.totalsoft-caret-right:before {
  content: "\f0da";
}
.totalsoft-columns:before {
  content: "\f0db";
}
.totalsoft-unsorted:before,
.totalsoft-sort:before {
  content: "\f0dc";
}
.totalsoft-sort-down:before,
.totalsoft-sort-desc:before {
  content: "\f0dd";
}
.totalsoft-sort-up:before,
.totalsoft-sort-asc:before {
  content: "\f0de";
}
.totalsoft-envelope:before {
  content: "\f0e0";
}
.totalsoft-linkedin:before {
  content: "\f0e1";
}
.totalsoft-rotate-left:before,
.totalsoft-undo:before {
  content: "\f0e2";
}
.totalsoft-legal:before,
.totalsoft-gavel:before {
  content: "\f0e3";
}
.totalsoft-dashboard:before,
.totalsoft-tachometer:before {
  content: "\f0e4";
}
.totalsoft-comment-o:before {
  content: "\f0e5";
}
.totalsoft-comments-o:before {
  content: "\f0e6";
}
.totalsoft-flash:before,
.totalsoft-bolt:before {
  content: "\f0e7";
}
.totalsoft-sitemap:before {
  content: "\f0e8";
}
.totalsoft-umbrella:before {
  content: "\f0e9";
}
.totalsoft-paste:before,
.totalsoft-clipboard:before {
  content: "\f0ea";
}
.totalsoft-lightbulb-o:before {
  content: "\f0eb";
}
.totalsoft-exchange:before {
  content: "\f0ec";
}
.totalsoft-cloud-download:before {
  content: "\f0ed";
}
.totalsoft-cloud-upload:before {
  content: "\f0ee";
}
.totalsoft-user-md:before {
  content: "\f0f0";
}
.totalsoft-stethoscope:before {
  content: "\f0f1";
}
.totalsoft-suitcase:before {
  content: "\f0f2";
}
.totalsoft-bell-o:before {
  content: "\f0a2";
}
.totalsoft-coffee:before {
  content: "\f0f4";
}
.totalsoft-cutlery:before {
  content: "\f0f5";
}
.totalsoft-file-text-o:before {
  content: "\f0f6";
}
.totalsoft-building-o:before {
  content: "\f0f7";
}
.totalsoft-hospital-o:before {
  content: "\f0f8";
}
.totalsoft-ambulance:before {
  content: "\f0f9";
}
.totalsoft-medkit:before {
  content: "\f0fa";
}
.totalsoft-fighter-jet:before {
  content: "\f0fb";
}
.totalsoft-beer:before {
  content: "\f0fc";
}
.totalsoft-h-square:before {
  content: "\f0fd";
}
.totalsoft-plus-square:before {
  content: "\f0fe";
}
.totalsoft-angle-double-left:before {
  content: "\f100";
}
.totalsoft-angle-double-right:before {
  content: "\f101";
}
.totalsoft-angle-double-up:before {
  content: "\f102";
}
.totalsoft-angle-double-down:before {
  content: "\f103";
}
.totalsoft-angle-left:before {
  content: "\f104";
}
.totalsoft-angle-right:before {
  content: "\f105";
}
.totalsoft-angle-up:before {
  content: "\f106";
}
.totalsoft-angle-down:before {
  content: "\f107";
}
.totalsoft-desktop:before {
  content: "\f108";
}
.totalsoft-laptop:before {
  content: "\f109";
}
.totalsoft-tablet:before {
  content: "\f10a";
}
.totalsoft-mobile-phone:before,
.totalsoft-mobile:before {
  content: "\f10b";
}
.totalsoft-circle-o:before {
  content: "\f10c";
}
.totalsoft-quote-left:before {
  content: "\f10d";
}
.totalsoft-quote-right:before {
  content: "\f10e";
}
.totalsoft-spinner:before {
  content: "\f110";
}
.totalsoft-circle:before {
  content: "\f111";
}
.totalsoft-mail-reply:before,
.totalsoft-reply:before {
  content: "\f112";
}
.totalsoft-github-alt:before {
  content: "\f113";
}
.totalsoft-folder-o:before {
  content: "\f114";
}
.totalsoft-folder-open-o:before {
  content: "\f115";
}
.totalsoft-smile-o:before {
  content: "\f118";
}
.totalsoft-frown-o:before {
  content: "\f119";
}
.totalsoft-meh-o:before {
  content: "\f11a";
}
.totalsoft-gamepad:before {
  content: "\f11b";
}
.totalsoft-keyboard-o:before {
  content: "\f11c";
}
.totalsoft-flag-o:before {
  content: "\f11d";
}
.totalsoft-flag-checkered:before {
  content: "\f11e";
}
.totalsoft-terminal:before {
  content: "\f120";
}
.totalsoft-code:before {
  content: "\f121";
}
.totalsoft-mail-reply-all:before,
.totalsoft-reply-all:before {
  content: "\f122";
}
.totalsoft-star-half-empty:before,
.totalsoft-star-half-full:before,
.totalsoft-star-half-o:before {
  content: "\f123";
}
.totalsoft-location-arrow:before {
  content: "\f124";
}
.totalsoft-crop:before {
  content: "\f125";
}
.totalsoft-code-fork:before {
  content: "\f126";
}
.totalsoft-unlink:before,
.totalsoft-chain-broken:before {
  content: "\f127";
}
.totalsoft-question:before {
  content: "\f128";
}
.totalsoft-info:before {
  content: "\f129";
}
.totalsoft-exclamation:before {
  content: "\f12a";
}
.totalsoft-superscript:before {
  content: "\f12b";
}
.totalsoft-subscript:before {
  content: "\f12c";
}
.totalsoft-eraser:before {
  content: "\f12d";
}
.totalsoft-puzzle-piece:before {
  content: "\f12e";
}
.totalsoft-microphone:before {
  content: "\f130";
}
.totalsoft-microphone-slash:before {
  content: "\f131";
}
.totalsoft-shield:before {
  content: "\f132";
}
.totalsoft-calendar-o:before {
  content: "\f133";
}
.totalsoft-fire-extinguisher:before {
  content: "\f134";
}
.totalsoft-rocket:before {
  content: "\f135";
}
.totalsoft-maxcdn:before {
  content: "\f136";
}
.totalsoft-chevron-circle-left:before {
  content: "\f137";
}
.totalsoft-chevron-circle-right:before {
  content: "\f138";
}
.totalsoft-chevron-circle-up:before {
  content: "\f139";
}
.totalsoft-chevron-circle-down:before {
  content: "\f13a";
}
.totalsoft-html5:before {
  content: "\f13b";
}
.totalsoft-css3:before {
  content: "\f13c";
}
.totalsoft-anchor:before {
  content: "\f13d";
}
.totalsoft-unlock-alt:before {
  content: "\f13e";
}
.totalsoft-bullseye:before {
  content: "\f140";
}
.totalsoft-ellipsis-h:before {
  content: "\f141";
}
.totalsoft-ellipsis-v:before {
  content: "\f142";
}
.totalsoft-rss-square:before {
  content: "\f143";
}
.totalsoft-play-circle:before {
  content: "\f144";
}
.totalsoft-ticket:before {
  content: "\f145";
}
.totalsoft-minus-square:before {
  content: "\f146";
}
.totalsoft-minus-square-o:before {
  content: "\f147";
}
.totalsoft-level-up:before {
  content: "\f148";
}
.totalsoft-level-down:before {
  content: "\f149";
}
.totalsoft-check-square:before {
  content: "\f14a";
}
.totalsoft-pencil-square:before {
  content: "\f14b";
}
.totalsoft-external-link-square:before {
  content: "\f14c";
}
.totalsoft-share-square:before {
  content: "\f14d";
}
.totalsoft-compass:before {
  content: "\f14e";
}
.totalsoft-toggle-down:before,
.totalsoft-caret-square-o-down:before {
  content: "\f150";
}
.totalsoft-toggle-up:before,
.totalsoft-caret-square-o-up:before {
  content: "\f151";
}
.totalsoft-toggle-right:before,
.totalsoft-caret-square-o-right:before {
  content: "\f152";
}
.totalsoft-euro:before,
.totalsoft-eur:before {
  content: "\f153";
}
.totalsoft-gbp:before {
  content: "\f154";
}
.totalsoft-dollar:before,
.totalsoft-usd:before {
  content: "\f155";
}
.totalsoft-rupee:before,
.totalsoft-inr:before {
  content: "\f156";
}
.totalsoft-cny:before,
.totalsoft-rmb:before,
.totalsoft-yen:before,
.totalsoft-jpy:before {
  content: "\f157";
}
.totalsoft-ruble:before,
.totalsoft-rouble:before,
.totalsoft-rub:before {
  content: "\f158";
}
.totalsoft-won:before,
.totalsoft-krw:before {
  content: "\f159";
}
.totalsoft-bitcoin:before,
.totalsoft-btc:before {
  content: "\f15a";
}
.totalsoft-file:before {
  content: "\f15b";
}
.totalsoft-file-text:before {
  content: "\f15c";
}
.totalsoft-sort-alpha-asc:before {
  content: "\f15d";
}
.totalsoft-sort-alpha-desc:before {
  content: "\f15e";
}
.totalsoft-sort-amount-asc:before {
  content: "\f160";
}
.totalsoft-sort-amount-desc:before {
  content: "\f161";
}
.totalsoft-sort-numeric-asc:before {
  content: "\f162";
}
.totalsoft-sort-numeric-desc:before {
  content: "\f163";
}
.totalsoft-thumbs-up:before {
  content: "\f164";
}
.totalsoft-thumbs-down:before {
  content: "\f165";
}
.totalsoft-youtube-square:before {
  content: "\f166";
}
.totalsoft-youtube:before {
  content: "\f167";
}
.totalsoft-xing:before {
  content: "\f168";
}
.totalsoft-xing-square:before {
  content: "\f169";
}
.totalsoft-youtube-play:before {
  content: "\f16a";
}
.totalsoft-dropbox:before {
  content: "\f16b";
}
.totalsoft-stack-overflow:before {
  content: "\f16c";
}
.totalsoft-instagram:before {
  content: "\f16d";
}
.totalsoft-flickr:before {
  content: "\f16e";
}
.totalsoft-adn:before {
  content: "\f170";
}
.totalsoft-bitbucket:before {
  content: "\f171";
}
.totalsoft-bitbucket-square:before {
  content: "\f172";
}
.totalsoft-tumblr:before {
  content: "\f173";
}
.totalsoft-tumblr-square:before {
  content: "\f174";
}
.totalsoft-long-arrow-down:before {
  content: "\f175";
}
.totalsoft-long-arrow-up:before {
  content: "\f176";
}
.totalsoft-long-arrow-left:before {
  content: "\f177";
}
.totalsoft-long-arrow-right:before {
  content: "\f178";
}
.totalsoft-apple:before {
  content: "\f179";
}
.totalsoft-windows:before {
  content: "\f17a";
}
.totalsoft-android:before {
  content: "\f17b";
}
.totalsoft-linux:before {
  content: "\f17c";
}
.totalsoft-dribbble:before {
  content: "\f17d";
}
.totalsoft-skype:before {
  content: "\f17e";
}
.totalsoft-foursquare:before {
  content: "\f180";
}
.totalsoft-trello:before {
  content: "\f181";
}
.totalsoft-female:before {
  content: "\f182";
}
.totalsoft-male:before {
  content: "\f183";
}
.totalsoft-gittip:before,
.totalsoft-gratipay:before {
  content: "\f184";
}
.totalsoft-sun-o:before {
  content: "\f185";
}
.totalsoft-moon-o:before {
  content: "\f186";
}
.totalsoft-archive:before {
  content: "\f187";
}
.totalsoft-bug:before {
  content: "\f188";
}
.totalsoft-vk:before {
  content: "\f189";
}
.totalsoft-weibo:before {
  content: "\f18a";
}
.totalsoft-renren:before {
  content: "\f18b";
}
.totalsoft-pagelines:before {
  content: "\f18c";
}
.totalsoft-stack-exchange:before {
  content: "\f18d";
}
.totalsoft-arrow-circle-o-right:before {
  content: "\f18e";
}
.totalsoft-arrow-circle-o-left:before {
  content: "\f190";
}
.totalsoft-toggle-left:before,
.totalsoft-caret-square-o-left:before {
  content: "\f191";
}
.totalsoft-dot-circle-o:before {
  content: "\f192";
}
.totalsoft-wheelchair:before {
  content: "\f193";
}
.totalsoft-vimeo-square:before {
  content: "\f194";
}
.totalsoft-turkish-lira:before,
.totalsoft-try:before {
  content: "\f195";
}
.totalsoft-plus-square-o:before {
  content: "\f196";
}
.totalsoft-space-shuttle:before {
  content: "\f197";
}
.totalsoft-slack:before {
  content: "\f198";
}
.totalsoft-envelope-square:before {
  content: "\f199";
}
.totalsoft-wordpress:before {
  content: "\f19a";
}
.totalsoft-openid:before {
  content: "\f19b";
}
.totalsoft-institution:before,
.totalsoft-bank:before,
.totalsoft-university:before {
  content: "\f19c";
}
.totalsoft-mortar-board:before,
.totalsoft-graduation-cap:before {
  content: "\f19d";
}
.totalsoft-yahoo:before {
  content: "\f19e";
}
.totalsoft-google:before {
  content: "\f1a0";
}
.totalsoft-reddit:before {
  content: "\f1a1";
}
.totalsoft-reddit-square:before {
  content: "\f1a2";
}
.totalsoft-stumbleupon-circle:before {
  content: "\f1a3";
}
.totalsoft-stumbleupon:before {
  content: "\f1a4";
}
.totalsoft-delicious:before {
  content: "\f1a5";
}
.totalsoft-digg:before {
  content: "\f1a6";
}
.totalsoft-pied-piper-pp:before {
  content: "\f1a7";
}
.totalsoft-pied-piper-alt:before {
  content: "\f1a8";
}
.totalsoft-drupal:before {
  content: "\f1a9";
}
.totalsoft-joomla:before {
  content: "\f1aa";
}
.totalsoft-language:before {
  content: "\f1ab";
}
.totalsoft-fax:before {
  content: "\f1ac";
}
.totalsoft-building:before {
  content: "\f1ad";
}
.totalsoft-child:before {
  content: "\f1ae";
}
.totalsoft-paw:before {
  content: "\f1b0";
}
.totalsoft-spoon:before {
  content: "\f1b1";
}
.totalsoft-cube:before {
  content: "\f1b2";
}
.totalsoft-cubes:before {
  content: "\f1b3";
}
.totalsoft-behance:before {
  content: "\f1b4";
}
.totalsoft-behance-square:before {
  content: "\f1b5";
}
.totalsoft-steam:before {
  content: "\f1b6";
}
.totalsoft-steam-square:before {
  content: "\f1b7";
}
.totalsoft-recycle:before {
  content: "\f1b8";
}
.totalsoft-automobile:before,
.totalsoft-car:before {
  content: "\f1b9";
}
.totalsoft-cab:before,
.totalsoft-taxi:before {
  content: "\f1ba";
}
.totalsoft-tree:before {
  content: "\f1bb";
}
.totalsoft-spotify:before {
  content: "\f1bc";
}
.totalsoft-deviantart:before {
  content: "\f1bd";
}
.totalsoft-soundcloud:before {
  content: "\f1be";
}
.totalsoft-database:before {
  content: "\f1c0";
}
.totalsoft-file-pdf-o:before {
  content: "\f1c1";
}
.totalsoft-file-word-o:before {
  content: "\f1c2";
}
.totalsoft-file-excel-o:before {
  content: "\f1c3";
}
.totalsoft-file-powerpoint-o:before {
  content: "\f1c4";
}
.totalsoft-file-photo-o:before,
.totalsoft-file-picture-o:before,
.totalsoft-file-image-o:before {
  content: "\f1c5";
}
.totalsoft-file-zip-o:before,
.totalsoft-file-archive-o:before {
  content: "\f1c6";
}
.totalsoft-file-sound-o:before,
.totalsoft-file-audio-o:before {
  content: "\f1c7";
}
.totalsoft-file-movie-o:before,
.totalsoft-file-video-o:before {
  content: "\f1c8";
}
.totalsoft-file-code-o:before {
  content: "\f1c9";
}
.totalsoft-vine:before {
  content: "\f1ca";
}
.totalsoft-codepen:before {
  content: "\f1cb";
}
.totalsoft-jsfiddle:before {
  content: "\f1cc";
}
.totalsoft-life-bouy:before,
.totalsoft-life-buoy:before,
.totalsoft-life-saver:before,
.totalsoft-support:before,
.totalsoft-life-ring:before {
  content: "\f1cd";
}
.totalsoft-circle-o-notch:before {
  content: "\f1ce";
}
.totalsoft-ra:before,
.totalsoft-resistance:before,
.totalsoft-rebel:before {
  content: "\f1d0";
}
.totalsoft-ge:before,
.totalsoft-empire:before {
  content: "\f1d1";
}
.totalsoft-git-square:before {
  content: "\f1d2";
}
.totalsoft-git:before {
  content: "\f1d3";
}
.totalsoft-y-combinator-square:before,
.totalsoft-yc-square:before,
.totalsoft-hacker-news:before {
  content: "\f1d4";
}
.totalsoft-tencent-weibo:before {
  content: "\f1d5";
}
.totalsoft-qq:before {
  content: "\f1d6";
}
.totalsoft-wechat:before,
.totalsoft-weixin:before {
  content: "\f1d7";
}
.totalsoft-send:before,
.totalsoft-paper-plane:before {
  content: "\f1d8";
}
.totalsoft-send-o:before,
.totalsoft-paper-plane-o:before {
  content: "\f1d9";
}
.totalsoft-history:before {
  content: "\f1da";
}
.totalsoft-circle-thin:before {
  content: "\f1db";
}
.totalsoft-header:before {
  content: "\f1dc";
}
.totalsoft-paragraph:before {
  content: "\f1dd";
}
.totalsoft-sliders:before {
  content: "\f1de";
}
.totalsoft-share-alt:before {
  content: "\f1e0";
}
.totalsoft-share-alt-square:before {
  content: "\f1e1";
}
.totalsoft-bomb:before {
  content: "\f1e2";
}
.totalsoft-soccer-ball-o:before,
.totalsoft-futbol-o:before {
  content: "\f1e3";
}
.totalsoft-tty:before {
  content: "\f1e4";
}
.totalsoft-binoculars:before {
  content: "\f1e5";
}
.totalsoft-plug:before {
  content: "\f1e6";
}
.totalsoft-slideshare:before {
  content: "\f1e7";
}
.totalsoft-twitch:before {
  content: "\f1e8";
}
.totalsoft-yelp:before {
  content: "\f1e9";
}
.totalsoft-newspaper-o:before {
  content: "\f1ea";
}
.totalsoft-wifi:before {
  content: "\f1eb";
}
.totalsoft-calculator:before {
  content: "\f1ec";
}
.totalsoft-paypal:before {
  content: "\f1ed";
}
.totalsoft-google-wallet:before {
  content: "\f1ee";
}
.totalsoft-cc-visa:before {
  content: "\f1f0";
}
.totalsoft-cc-mastercard:before {
  content: "\f1f1";
}
.totalsoft-cc-discover:before {
  content: "\f1f2";
}
.totalsoft-cc-amex:before {
  content: "\f1f3";
}
.totalsoft-cc-paypal:before {
  content: "\f1f4";
}
.totalsoft-cc-stripe:before {
  content: "\f1f5";
}
.totalsoft-bell-slash:before {
  content: "\f1f6";
}
.totalsoft-bell-slash-o:before {
  content: "\f1f7";
}
.totalsoft-trash:before {
  content: "\f1f8";
}
.totalsoft-copyright:before {
  content: "\f1f9";
}
.totalsoft-at:before {
  content: "\f1fa";
}
.totalsoft-eyedropper:before {
  content: "\f1fb";
}
.totalsoft-paint-brush:before {
  content: "\f1fc";
}
.totalsoft-birthday-cake:before {
  content: "\f1fd";
}
.totalsoft-area-chart:before {
  content: "\f1fe";
}
.totalsoft-pie-chart:before {
  content: "\f200";
}
.totalsoft-line-chart:before {
  content: "\f201";
}
.totalsoft-lastfm:before {
  content: "\f202";
}
.totalsoft-lastfm-square:before {
  content: "\f203";
}
.totalsoft-toggle-off:before {
  content: "\f204";
}
.totalsoft-toggle-on:before {
  content: "\f205";
}
.totalsoft-bicycle:before {
  content: "\f206";
}
.totalsoft-bus:before {
  content: "\f207";
}
.totalsoft-ioxhost:before {
  content: "\f208";
}
.totalsoft-angellist:before {
  content: "\f209";
}
.totalsoft-cc:before {
  content: "\f20a";
}
.totalsoft-shekel:before,
.totalsoft-sheqel:before,
.totalsoft-ils:before {
  content: "\f20b";
}
.totalsoft-meanpath:before {
  content: "\f20c";
}
.totalsoft-buysellads:before {
  content: "\f20d";
}
.totalsoft-connectdevelop:before {
  content: "\f20e";
}
.totalsoft-dashcube:before {
  content: "\f210";
}
.totalsoft-forumbee:before {
  content: "\f211";
}
.totalsoft-leanpub:before {
  content: "\f212";
}
.totalsoft-sellsy:before {
  content: "\f213";
}
.totalsoft-shirtsinbulk:before {
  content: "\f214";
}
.totalsoft-simplybuilt:before {
  content: "\f215";
}
.totalsoft-skyatlas:before {
  content: "\f216";
}
.totalsoft-cart-plus:before {
  content: "\f217";
}
.totalsoft-cart-arrow-down:before {
  content: "\f218";
}
.totalsoft-diamond:before {
  content: "\f219";
}
.totalsoft-ship:before {
  content: "\f21a";
}
.totalsoft-user-secret:before {
  content: "\f21b";
}
.totalsoft-motorcycle:before {
  content: "\f21c";
}
.totalsoft-street-view:before {
  content: "\f21d";
}
.totalsoft-heartbeat:before {
  content: "\f21e";
}
.totalsoft-venus:before {
  content: "\f221";
}
.totalsoft-mars:before {
  content: "\f222";
}
.totalsoft-mercury:before {
  content: "\f223";
}
.totalsoft-intersex:before,
.totalsoft-transgender:before {
  content: "\f224";
}
.totalsoft-transgender-alt:before {
  content: "\f225";
}
.totalsoft-venus-double:before {
  content: "\f226";
}
.totalsoft-mars-double:before {
  content: "\f227";
}
.totalsoft-venus-mars:before {
  content: "\f228";
}
.totalsoft-mars-stroke:before {
  content: "\f229";
}
.totalsoft-mars-stroke-v:before {
  content: "\f22a";
}
.totalsoft-mars-stroke-h:before {
  content: "\f22b";
}
.totalsoft-neuter:before {
  content: "\f22c";
}
.totalsoft-genderless:before {
  content: "\f22d";
}
.totalsoft-facebook-official:before {
  content: "\f230";
}
.totalsoft-pinterest-p:before {
  content: "\f231";
}
.totalsoft-whatsapp:before {
  content: "\f232";
}
.totalsoft-server:before {
  content: "\f233";
}
.totalsoft-user-plus:before {
  content: "\f234";
}
.totalsoft-user-times:before {
  content: "\f235";
}
.totalsoft-hotel:before,
.totalsoft-bed:before {
  content: "\f236";
}
.totalsoft-viacoin:before {
  content: "\f237";
}
.totalsoft-train:before {
  content: "\f238";
}
.totalsoft-subway:before {
  content: "\f239";
}
.totalsoft-medium:before {
  content: "\f23a";
}
.totalsoft-yc:before,
.totalsoft-y-combinator:before {
  content: "\f23b";
}
.totalsoft-optin-monster:before {
  content: "\f23c";
}
.totalsoft-opencart:before {
  content: "\f23d";
}
.totalsoft-expeditedssl:before {
  content: "\f23e";
}
.totalsoft-battery-4:before,
.totalsoft-battery-full:before {
  content: "\f240";
}
.totalsoft-battery-3:before,
.totalsoft-battery-three-quarters:before {
  content: "\f241";
}
.totalsoft-battery-2:before,
.totalsoft-battery-half:before {
  content: "\f242";
}
.totalsoft-battery-1:before,
.totalsoft-battery-quarter:before {
  content: "\f243";
}
.totalsoft-battery-0:before,
.totalsoft-battery-empty:before {
  content: "\f244";
}
.totalsoft-mouse-pointer:before {
  content: "\f245";
}
.totalsoft-i-cursor:before {
  content: "\f246";
}
.totalsoft-object-group:before {
  content: "\f247";
}
.totalsoft-object-ungroup:before {
  content: "\f248";
}
.totalsoft-sticky-note:before {
  content: "\f249";
}
.totalsoft-sticky-note-o:before {
  content: "\f24a";
}
.totalsoft-cc-jcb:before {
  content: "\f24b";
}
.totalsoft-cc-diners-club:before {
  content: "\f24c";
}
.totalsoft-clone:before {
  content: "\f24d";
}
.totalsoft-balance-scale:before {
  content: "\f24e";
}
.totalsoft-hourglass-o:before {
  content: "\f250";
}
.totalsoft-hourglass-1:before,
.totalsoft-hourglass-start:before {
  content: "\f251";
}
.totalsoft-hourglass-2:before,
.totalsoft-hourglass-half:before {
  content: "\f252";
}
.totalsoft-hourglass-3:before,
.totalsoft-hourglass-end:before {
  content: "\f253";
}
.totalsoft-hourglass:before {
  content: "\f254";
}
.totalsoft-hand-grab-o:before,
.totalsoft-hand-rock-o:before {
  content: "\f255";
}
.totalsoft-hand-stop-o:before,
.totalsoft-hand-paper-o:before {
  content: "\f256";
}
.totalsoft-hand-scissors-o:before {
  content: "\f257";
}
.totalsoft-hand-lizard-o:before {
  content: "\f258";
}
.totalsoft-hand-spock-o:before {
  content: "\f259";
}
.totalsoft-hand-pointer-o:before {
  content: "\f25a";
}
.totalsoft-hand-peace-o:before {
  content: "\f25b";
}
.totalsoft-trademark:before {
  content: "\f25c";
}
.totalsoft-registered:before {
  content: "\f25d";
}
.totalsoft-creative-commons:before {
  content: "\f25e";
}
.totalsoft-gg:before {
  content: "\f260";
}
.totalsoft-gg-circle:before {
  content: "\f261";
}
.totalsoft-tripadvisor:before {
  content: "\f262";
}
.totalsoft-odnoklassniki:before {
  content: "\f263";
}
.totalsoft-odnoklassniki-square:before {
  content: "\f264";
}
.totalsoft-get-pocket:before {
  content: "\f265";
}
.totalsoft-wikipedia-w:before {
  content: "\f266";
}
.totalsoft-safari:before {
  content: "\f267";
}
.totalsoft-chrome:before {
  content: "\f268";
}
.totalsoft-firefox:before {
  content: "\f269";
}
.totalsoft-opera:before {
  content: "\f26a";
}
.totalsoft-internet-explorer:before {
  content: "\f26b";
}
.totalsoft-tv:before,
.totalsoft-television:before {
  content: "\f26c";
}
.totalsoft-contao:before {
  content: "\f26d";
}
.totalsoft-500px:before {
  content: "\f26e";
}
.totalsoft-amazon:before {
  content: "\f270";
}
.totalsoft-calendar-plus-o:before {
  content: "\f271";
}
.totalsoft-calendar-minus-o:before {
  content: "\f272";
}
.totalsoft-calendar-times-o:before {
  content: "\f273";
}
.totalsoft-calendar-check-o:before {
  content: "\f274";
}
.totalsoft-industry:before {
  content: "\f275";
}
.totalsoft-map-pin:before {
  content: "\f276";
}
.totalsoft-map-signs:before {
  content: "\f277";
}
.totalsoft-map-o:before {
  content: "\f278";
}
.totalsoft-map:before {
  content: "\f279";
}
.totalsoft-commenting:before {
  content: "\f27a";
}
.totalsoft-commenting-o:before {
  content: "\f27b";
}
.totalsoft-houzz:before {
  content: "\f27c";
}
.totalsoft-vimeo:before {
  content: "\f27d";
}
.totalsoft-black-tie:before {
  content: "\f27e";
}
.totalsoft-fonticons:before {
  content: "\f280";
}
.totalsoft-reddit-alien:before {
  content: "\f281";
}
.totalsoft-edge:before {
  content: "\f282";
}
.totalsoft-credit-card-alt:before {
  content: "\f283";
}
.totalsoft-codiepie:before {
  content: "\f284";
}
.totalsoft-modx:before {
  content: "\f285";
}
.totalsoft-fort-awesome:before {
  content: "\f286";
}
.totalsoft-usb:before {
  content: "\f287";
}
.totalsoft-product-hunt:before {
  content: "\f288";
}
.totalsoft-mixcloud:before {
  content: "\f289";
}
.totalsoft-scribd:before {
  content: "\f28a";
}
.totalsoft-pause-circle:before {
  content: "\f28b";
}
.totalsoft-pause-circle-o:before {
  content: "\f28c";
}
.totalsoft-stop-circle:before {
  content: "\f28d";
}
.totalsoft-stop-circle-o:before {
  content: "\f28e";
}
.totalsoft-shopping-bag:before {
  content: "\f290";
}
.totalsoft-shopping-basket:before {
  content: "\f291";
}
.totalsoft-hashtag:before {
  content: "\f292";
}
.totalsoft-bluetooth:before {
  content: "\f293";
}
.totalsoft-bluetooth-b:before {
  content: "\f294";
}
.totalsoft-percent:before {
  content: "\f295";
}
.totalsoft-gitlab:before {
  content: "\f296";
}
.totalsoft-wpbeginner:before {
  content: "\f297";
}
.totalsoft-wpforms:before {
  content: "\f298";
}
.totalsoft-envira:before {
  content: "\f299";
}
.totalsoft-universal-access:before {
  content: "\f29a";
}
.totalsoft-wheelchair-alt:before {
  content: "\f29b";
}
.totalsoft-question-circle-o:before {
  content: "\f29c";
}
.totalsoft-blind:before {
  content: "\f29d";
}
.totalsoft-audio-description:before {
  content: "\f29e";
}
.totalsoft-volume-control-phone:before {
  content: "\f2a0";
}
.totalsoft-braille:before {
  content: "\f2a1";
}
.totalsoft-assistive-listening-systems:before {
  content: "\f2a2";
}
.totalsoft-asl-interpreting:before,
.totalsoft-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.totalsoft-deafness:before,
.totalsoft-hard-of-hearing:before,
.totalsoft-deaf:before {
  content: "\f2a4";
}
.totalsoft-glide:before {
  content: "\f2a5";
}
.totalsoft-glide-g:before {
  content: "\f2a6";
}
.totalsoft-signing:before,
.totalsoft-sign-language:before {
  content: "\f2a7";
}
.totalsoft-low-vision:before {
  content: "\f2a8";
}
.totalsoft-viadeo:before {
  content: "\f2a9";
}
.totalsoft-viadeo-square:before {
  content: "\f2aa";
}
.totalsoft-snapchat:before {
  content: "\f2ab";
}
.totalsoft-snapchat-ghost:before {
  content: "\f2ac";
}
.totalsoft-snapchat-square:before {
  content: "\f2ad";
}
.totalsoft-pied-piper:before {
  content: "\f2ae";
}
.totalsoft-first-order:before {
  content: "\f2b0";
}
.totalsoft-yoast:before {
  content: "\f2b1";
}
.totalsoft-themeisle:before {
  content: "\f2b2";
}
.totalsoft-google-plus-circle:before,
.totalsoft-google-plus-official:before {
  content: "\f2b3";
}
.totalsoft-fa:before,
.totalsoft-font-awesome:before {
  content: "\f2b4";
}
.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;
}
.tribe-accessible-hidden,.tribe-js .tribe-accessible-js-hidden{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:0 0 15px}.tribe-events-event-cost span{border:1px solid #ddd;display:block;font-style:normal;font-weight:700;line-height:1;padding:8px 12px;text-align:center;text-overflow:ellipsis}.tribe-events-event-cost .tribe-out-of-stock,.tribe-events-event-cost .tribe-tickets-left{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-button,a.tribe-button,button.tribe-button,input.tribe-button{border-radius:3px;line-height:1;margin:10px;padding:9px 12px}.tribe-button.sold-out,a.tribe-button.sold-out,button.tribe-button.sold-out,input.tribe-button.sold-out{background:none;border:none;color:#a00}.tribe-button.sold-out:hover,a.tribe-button.sold-out:hover,button.tribe-button.sold-out:hover,input.tribe-button.sold-out:hover{cursor:default}#tribe-events-pg-template,.tribe-events-pg-template{margin:0 auto;max-width:1200px}.tribe-events-after-html{clear:both}#tribe-events .tribe-events-content p,.tribe-events-after-html p,.tribe-events-before-html p{line-height:1.7;margin:0 0 10px}#tribe-events-pg-template .tribe-events-content h1,#tribe-events-pg-template .tribe-events-content h2,#tribe-events-pg-template .tribe-events-content h3,#tribe-events-pg-template .tribe-events-content h4,#tribe-events-pg-template .tribe-events-content h5,#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h1,.tribe-events-after-html h2,.tribe-events-after-html h3,.tribe-events-after-html h4,.tribe-events-after-html h5,.tribe-events-after-html h6,.tribe-events-before-html h1,.tribe-events-before-html h2,.tribe-events-before-html h3,.tribe-events-before-html h4,.tribe-events-before-html h5,.tribe-events-before-html h6{line-height:1.7;margin:24px 0}#tribe-events-pg-template .tribe-events-content h1,.tribe-events-after-html h1,.tribe-events-before-html h1{font-size:21px;line-height:1.5}#tribe-events-pg-template .tribe-events-content h2,.tribe-events-after-html h2,.tribe-events-before-html h2{font-size:18px;line-height:1.6}#tribe-events-pg-template .tribe-events-content h3,.tribe-events-after-html h3,.tribe-events-before-html h3{font-size:16px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h4,.tribe-events-after-html h4,.tribe-events-before-html h4{font-size:14px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h5,.tribe-events-after-html h5,.tribe-events-before-html h5{font-size:13px;line-height:1.8}#tribe-events-pg-template .tribe-events-content h6,.tribe-events-after-html h6,.tribe-events-before-html h6{font-size:12px;line-height:1.8}#tribe-events-pg-template .tribe-events-content ul,.tribe-events-after-html ul,.tribe-events-before-html ul{list-style:disc outside}#tribe-events-pg-template .tribe-events-content ol,.tribe-events-after-html ol,.tribe-events-before-html ol{list-style:decimal outside}#tribe-events-pg-template .tribe-events-content ol li,#tribe-events-pg-template .tribe-events-content ul li,.tribe-events-after-html ol li,.tribe-events-after-html ul li,.tribe-events-before-html ol li,.tribe-events-before-html ul li{line-height:1.7;margin:0 0 20px}.tribe-events-back{margin:0 0 20px}.events-list .tribe-events-back.tribe-events-loop{margin:0 auto 20px}#tribe-events-content a,.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.tribe-events-back a,.tribe-events-back a:hover,.tribe-events-event-meta a,.tribe-events-list-widget .tribe-events-widget-link a,.tribe-events-list-widget .tribe-events-widget-link a:hover,ul.tribe-events-sub-nav a,ul.tribe-events-sub-nav a:hover{text-decoration:none}#tribe-events .tribe-events-button,.tribe-events-button{*display:inline;background-color:#666;background-image:none;border-radius:3px;border:0;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;font-size:11px;font-weight:700;letter-spacing:1px;line-height:normal;padding:6px 9px;text-align:center;text-decoration:none;text-transform:uppercase;vertical-align:middle;zoom:1}.tribe-events-button.tribe-active{background-color:#666;color:#fff}#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover{background-color:#ddd;color:#444;text-decoration:none}a.tribe-events-gcal,a.tribe-events-ical{clear:both;color:#fff;float:right;font-size:10px;font-weight:400;line-height:18px;margin-top:21px;padding:0 6px;text-decoration:none}.tribe-events-gcal{margin-right:9px}.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical{float:none}.tribe-events-event-meta-desc .tribe-events-gmap,.tribe-events-event-meta .tribe-events-gmap{white-space:nowrap}.event .entry-title{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:inherit}.updated-info{height:0;text-indent:-9999px}.tribe-events-event-image{margin:0 0 20px;text-align:center}.tribe-events-event-image img{height:auto;max-width:100%}.tribe-events-schedule h2{display:inline-block;margin-bottom:0;font-size:1.2em;font-style:normal;font-weight:700;line-height:normal}.tribe-events-event-schedule-details{display:inline}.events-archive .entry-content,.events-archive .entry-header{width:98%}.events-archive footer.entry-header,.events-archive footer.entry-meta,.events-archive header.entry-header,.events-archive header.entry-meta,.events-archive span.edit-link,.single-tribe_events footer.entry-header,.single-tribe_events footer.entry-meta,.single-tribe_events header.entry-header,.single-tribe_events header.entry-meta,.single-tribe_organizer footer.entry-header,.single-tribe_organizer footer.entry-meta,.single-tribe_organizer header.entry-header,.single-tribe_organizer header.entry-meta,.single-tribe_venue footer.entry-header,.single-tribe_venue footer.entry-meta,.single-tribe_venue header.entry-header,.single-tribe_venue header.entry-meta{display:none}.tribe-events-notices{background:#d9edf7;border-radius:4px;border:1px solid #bce8f1;color:#3a87ad;margin:10px 0 18px;padding:8px 35px 8px 14px;text-shadow:0 1px 0 #fff}div.tribe-events-notices>ul,div.tribe-events-notices>ul>li{list-style:none;margin:0;padding:0}#tribe-events-content p.tribe-events-promo{color:#999;font-size:12px}#tribe-events-content p.tribe-events-promo a{color:#666}.clearfix,.tribe-clearfix{zoom:1}.clearfix:after,.clearfix:before,.tribe-clearfix:after,.tribe-clearfix:before{content:"";display:table}.clearfix:after,.tribe-clear,.tribe-clearfix:after{clear:both}.tribe-events-visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-hide-text{overflow:hidden;text-indent:100%;white-space:nowrap}.tribe-events-error{display:none}.tribe-events-multi-event-day{color:#0f81bb}#tribe-events-content .tribe-events-abbr{border-bottom:0;cursor:default}.tribe-events-spinner{height:32px;margin-left:-16px;width:32px}.tribe-events-spinner-medium{height:24px;width:24px}.tribe-events-spinner-small{height:16px;margin-left:-8px;width:16px}*+html .events-archive .tribe-events-page-title{padding-bottom:30px}*+html .events-archive .tribe-events-list .tribe-events-page-title{padding-bottom:0}*+html #tribe-events-header{margin-bottom:30px}.tribe-events-page-title{clear:none;font-size:24px;font-weight:400;margin-bottom:.5em;position:relative;text-align:center;z-index:0}.tribe-events-filter-view.events-list .tribe-events-page-title{width:100%;float:none}.tribe-events-page-title a{color:#000}.tribe-events-page-title a:focus,.tribe-events-page-title a:hover{color:#333;text-decoration:underline}#tribe-events-footer,#tribe-events-header{clear:both;margin-bottom:.5em}#tribe-events-footer .tribe-events-sub-nav,#tribe-events-header .tribe-events-sub-nav{line-height:normal;list-style-type:none;margin:0;overflow:hidden;padding:0;text-align:center}#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav li{display:inline;display:inline-block;margin:0;vertical-align:middle;zoom:1}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-footer .tribe-events-sub-nav li,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,#tribe-events-header .tribe-events-sub-nav li{float:left;margin-right:5px;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next{float:right;margin-left:5px;text-align:right}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left{float:left;text-align:left}#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right{float:right;text-align:right}.tribe-events-ajax-loading{background:#666;border-radius:5px;box-shadow:none;display:none;left:50%;margin-left:-27px;padding:15px;position:absolute;top:150px;z-index:10}.tribe-events-ajax-loading.tribe-events-active-spinner,.tribe-events-ajax-loading.tribe-events-active-spinner img,.tribe-events-loading .tribe-events-ajax-loading{display:block}#tribe-events-header{position:relative}#tribe-events-footer{margin-bottom:1em}.events-list #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer{clear:both;margin:1.25em 0 18px}.tribe-events-map #tribe-events-header{margin:1em 0}.single-tribe_events #tribe-events-header{margin:1em 0 20px}.single-tribe_events #tribe-events-footer li,.single-tribe_events #tribe-events-header li{width:48%}#tribe-events-content .tribe-events-nav-date{padding-top:16px}select.tribe-events-dropdown{font-size:11px;margin:33px 9px 0 0;width:auto}#tribe-events-events-picker,#tribe-events-picker{display:inline}#tribe-events-content{margin-bottom:48px;padding:2px 0;position:relative}#tribe-events-content.tribe-events-list{padding:0}.tribe-events-othermonth .tribe-events-month-event-title,.tribe-events-othermonth div[id*=tribe-events-daynum-]{-khtml-opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4}#tribe-events-content.tribe-events-list{margin-bottom:60px}.tribe-events-list .tribe-events-loop .tribe-event-featured{background:#0ea0d7;margin-bottom:32px;margin-bottom:2rem;padding:0 24px 16px;padding:0 1.5rem 1rem}.tribe-events-list .tribe-events-loop .tribe-event-featured.tribe-events-first{padding-top:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-image{display:block;float:none;margin:0 -24px;margin:0 -1.5rem;width:auto}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title{display:inline-block;margin-top:24px;margin-top:1.5rem}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a{color:#fff}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta{background-color:transparent;color:hsla(0,0%,100%,.7);font-weight:400}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content{color:hsla(0,0%,100%,.9)}.tribe-events-list .tribe-events-loop .tribe-event-featured a{color:hsla(0,0%,100%,.7)}.tribe-events-list .tribe-events-loop .tribe-event-featured a:active,.tribe-events-list .tribe-events-loop .tribe-event-featured a:hover{color:hsla(0,0%,100%,.9)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:30px 0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost span{border:0;color:#fff;background:hsla(0,0%,100%,.1);display:block;font-style:normal;font-weight:700;line-height:1;padding:10px;text-align:center;text-overflow:ellipsis}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:hsla(0,0%,100%,.2)}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left{font-style:italic;font-weight:400;margin-left:1px}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-out-of-stock{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button{color:#000;font-weight:700}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:hover{color:#0ea0d7}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost .tribe-button:active{color:#000}.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-button{background:#fff;color:#0ea0d7}.tribe-events-list .tribe-events-loop .tribe-events-event-image{float:left;margin:0 3% 0 0;width:30%}.tribe-events-list .tribe-events-loop .tribe-events-content{width:100%}.tribe-events-list .tribe-events-list-event-title{border:none;display:inline-block;font-size:1.4em;letter-spacing:0;line-height:1.4em;margin:0;padding:0;text-transform:none}.tribe-events-list .type-tribe_events{border-bottom:1px solid #ddd;margin:0;padding:2.25em 0}.tribe-events-list .type-tribe_events.tribe-events-first{padding-top:0}.tribe-events-list .type-tribe_events.tribe-event-end-month{border-bottom:0;padding-bottom:0}.tribe-events-list .tribe-events-event-image{display:inline-block;float:left;margin:0 3% 0 0}.tribe-events-list .tribe-events-event-image img{height:auto;margin:0;padding:0;width:100%}.tribe-events-list .tribe-events-event-image+div.tribe-events-content{display:block;float:none;position:relative}.tribe-events-list .tribe-events-event-image+div.tribe-events-content.tribe-events-list-event-description{position:static}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{display:inline;display:inline-block;zoom:1}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring{position:relative}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .tribe-events-content{padding:0;width:100%}.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details{display:block;line-height:1.2;margin:0}.tribe-events-list .time-details{margin:0 0 8px}.tribe-events-list .tribe-events-venue-details{margin:15px 0}.tribe-events-event-details .tribe-events-event-meta address.tribe-events-address{font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit}.tribe-events-list-separator-year{color:#ccc;display:block;font-size:38px;font-weight:700;padding:1em 2.25em 0;text-align:center}.tribe-events-list-separator-month{background-color:#eee;display:block;font-size:14px;font-weight:700;margin:2.5em 0 0;padding:6px 10px;text-transform:uppercase}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:2.25em}.tribe-events-loop{clear:both}.tribe-events-loop .type-tribe_events.tribe-events-last{border-bottom:0}.tribe-events-loop .tribe-events-content{float:left;padding:0 5% 0 0;width:60%}.tribe-events-loop .tribe-events-event-meta{border:0;clear:both;float:none;font-size:14px;font-weight:700;line-height:1.5;margin:5px 0 15px;overflow:visible}.tribe-events-event-meta address.tribe-events-address{display:inline;font-family:inherit;font-size:inherit;font-style:normal;line-height:inherit;margin-right:10px}.single-tribe_venue .tribe-events-loop .tribe-events-content p{margin:0}.events-archive h3 .published,.single-tribe_venue h3 .published{font-size:18px;font-style:italic;margin-top:0;text-transform:none}.tribe-events-event-day,.tribe-events-event-meta-desc{color:#333}.venue-address{margin-top:1em}.venue-address>*{display:block;margin-top:.5em}.single-tribe_events .tribe-events-single-event-title{font-size:1.7em;line-height:1;margin:0;padding:0}#tribe-events-content .tribe-events-single-event-description .attachment-post-thumbnail{display:block;margin-left:auto;margin-right:auto;text-align:center}.tribe-events-meta-group .tribe-events-single-section-title{font-size:1.4em;font-weight:700;margin:20px 0 10px}.tribe-events-meta-group+.tribe-events-single-section-title{margin-top:0}.tribe-events-event-meta .tribe-events-meta-group address.tribe-events-address{display:block;margin:0}#eventbrite-embed{margin:24px 0;min-height:225px;width:100%}.eventbrite-ticket-embed{margin:0 0 30px}.tribe-events-schedule{margin:20px 0 0;vertical-align:middle}.single-tribe_events .tribe-events-schedule .recurringinfo,.single-tribe_events .tribe-events-schedule .tribe-events-cost,.single-tribe_events .tribe-events-schedule .tribe-events-divider{font-size:1.2em}.single-tribe_events .tribe-events-schedule h3{display:inline;display:inline-block;font-size:1.2em;margin:0;padding:0;vertical-align:middle;white-space:nowrap;zoom:1}.single-tribe_events .tribe-events-schedule .tribe-events-cost{vertical-align:baseline}.single-tribe_events .tribe-events-event-image{clear:both;margin-bottom:30px;text-align:center}.single-tribe_events .tribe-events-cal-links{clear:both}.single-tribe_events .tribe-events-event-meta{background:#fafafa;border:1px solid #eee;margin:30px 0}.single-tribe_events .tribe-events-venue-map{background:#eee;border:1px solid #ddd;border-radius:3px;display:inline-block;float:right;margin:20px 4% 2% 0;padding:5px;vertical-align:top;width:90%;zoom:1}.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap{clear:both;display:block;float:none;width:auto}.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap .tribe-events-venue-map{float:none;width:100%}.single-tribe_events .secondary .tribe-events-venue-map{width:58%}.single-tribe_events .sidebar .secondary .tribe-events-venue-map{width:100%}.single-tribe_events .tribe-events-event-meta{font-size:13px}.single-tribe_events .tribe-events-event-meta dl{margin:0}.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{clear:left;font-weight:700;line-height:1;list-style:none}.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{float:none;line-height:1.5;list-style:none;margin:0 0 10px;padding:0}.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group{box-sizing:border-box;display:inline-block;float:left;margin:0 0 20px;padding:0 4%;text-align:left;vertical-align:top;width:33.3333%;zoom:1}#tribe-events-content .tribe-events-event-meta dd span.adr{display:block}.single-tribe_events .tribe-events-content{max-width:100%;padding:0;width:100%}.sidebar.single-tribe_events .tribe-events-content{padding:0}.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading{background-color:#eee;font-size:14px;font-weight:700;margin:2.5em 0 0;padding:6px 10px;text-transform:uppercase}.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{margin-left:5%}.tribe-events-day .tribe-event-featured{background:#0ea0d7;margin-bottom:32px;margin-bottom:2rem;padding:0 24px 16px;padding:0 1.5rem 1rem}.tribe-events-day .tribe-event-featured .tribe-events-content{display:block;float:none;width:auto}.tribe-events-day .tribe-event-featured.tribe-events-first{padding-top:0}.tribe-events-day .tribe-event-featured .tribe-events-event-image{display:block;float:none;margin:0 -24px;margin:0 -1.5rem;width:auto}.tribe-events-day .tribe-event-featured .tribe-events-list-event-title{display:inline-block;margin-top:24px;margin-top:1.5rem}.tribe-events-day .tribe-event-featured .tribe-events-list-event-title a{color:#fff}.tribe-events-day .tribe-event-featured .tribe-events-event-meta{background-color:transparent;color:hsla(0,0%,100%,.7);font-weight:400}.tribe-events-day .tribe-event-featured .tribe-events-content{color:hsla(0,0%,100%,.9)}.tribe-events-day .tribe-event-featured a{color:hsla(0,0%,100%,.7)}.tribe-events-day .tribe-event-featured a:active,.tribe-events-day .tribe-event-featured a:hover{color:hsla(0,0%,100%,.9)}.tribe-events-day .tribe-event-featured .tribe-events-event-cost{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:none;margin:30px 0}.tribe-events-day .tribe-event-featured .tribe-events-event-cost span{border:0;color:#fff;background:hsla(0,0%,100%,.1);display:block;font-style:normal;font-weight:700;line-height:1;padding:10px;text-align:center;text-overflow:ellipsis}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .ticket-cost{background:hsla(0,0%,100%,.2)}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-tickets-left{font-style:italic;font-weight:400;margin-left:1px}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-out-of-stock{background:#f0f0f0;border-left:none;color:#727272;font-style:italic;font-weight:400}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-ticket-cost{margin:0}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button{color:#000;font-weight:700}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button:hover{color:#0ea0d7}.tribe-events-day .tribe-event-featured .tribe-events-event-cost .tribe-button:active{color:#000}.tribe-events-day .tribe-event-featured .tribe-button{background:#fff;color:#0ea0d7}.tribe-events-day .type-tribe_events{margin-left:0}.tribe-events-day .tribe-events-event-image{display:inline-block;float:left;margin:0 3% 0 0;width:30%}.tribe-events-day .tribe-events-content{display:inline-block;float:right;padding:0;width:67%}#tribe-events-content table.tribe-events-calendar{border-collapse:collapse;clear:both;font-size:12px;margin:12px 0 .6em;table-layout:fixed;width:100%}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured{background:#0ea0d7;margin:0;padding:6px 14px;padding:6px calc(5% + 8px)}.events-archive.events-gridview #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured{margin:0;padding:6px 14px;padding:6px calc(5% + 8px)}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a{color:#fff}#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:active,#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover{color:#eee}#tribe-events-content .tribe-events-calendar td,#tribe-events-content table.tribe-events-calendar{border:1px solid #bbb}#tribe-events-content .tribe-events-calendar td{box-sizing:border-box;color:#114b7d;font-size:12px;height:145px;padding:0 0 .5em;vertical-align:top;width:14.28%}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a{background-color:#f5f5f5;color:#333;font-size:11px;font-weight:700}.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#666;color:#fff}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#999}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip{background-color:#f9f9f9;border:1px solid #666;bottom:30px;color:#333;display:none;left:3px;line-height:1.4;position:absolute;width:320px;z-index:1001}.tribe-events-tooltip .tribe-events-arrow{background-image:url(the-events-calendar/src/resources/images/tribe-tooltips.png);background-position:0 0;background-repeat:no-repeat;background-size:44px 19px;bottom:-11px;display:block;height:11px;left:20px;position:absolute;width:18px}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-right .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-right .tribe-events-tooltip,.tribe-events-week .tribe-events-right .tribe-events-tooltip{left:auto;right:3px}.tribe-events-right .tribe-events-tooltip .tribe-events-arrow{left:auto;right:30px}.tribe-events-tooltip ol,.tribe-events-tooltip ul{margin-left:1.6em}.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb img{max-height:150px;max-width:150px}.tribe-events-tooltip.tribe-events-tooltip-flipdown:before{border:10px solid transparent;border-bottom-color:#666;content:" ";display:block;height:0;left:17px;position:absolute;top:-21px;width:0;z-index:2}.tribe-events-tooltip.tribe-events-tooltip-flipdown .tribe-events-arrow{display:none}.tribe-events-right .tribe-events-tooltip.tribe-events-tooltip-flipdown:before{left:auto;right:43px}.recurringinfo{*display:inline;display:inline-block;position:relative;zoom:1}.event-is-recurring{color:rgba(0,0,0,.7);font-style:normal;font-weight:500;position:relative}.event-is-recurring:hover{color:#000}.tribe-event-featured .event-is-recurring{color:hsla(0,0%,100%,.7)}.tribe-event-featured .event-is-recurring:hover{color:#fff}.tribe-event-featured .event-is-recurring div{color:rgba(0,0,0,.7)}.recurring-info-tooltip.tribe-events-tooltip{left:10px;padding-bottom:.8em;width:200px}.events-archive.events-gridview #tribe-events-content table .type-tribe_events{border-bottom:1px solid #e7e7e7;margin:0 5%;padding:6px 8px}.events-archive.events-gridview #tribe-events-content table .tribe-events-last{border-bottom:0}.tribe-events-viewmore{border-top:1px solid #e7e7e7;font-weight:700;line-height:1;margin:0 5%;padding:9px 8px}.tribe-events-calendar td .tribe-events-viewmore a{font-size:90%;white-space:nowrap}.tribe-events-calendar td div[id*=tribe-events-daynum-]{line-height:1.2;padding:6px 9px}.tribe-events-calendar td a{font-size:91.7%}.tribe-events-calendar th{background-color:#ddd;color:#333;height:10px;letter-spacing:1px;padding:4px 0;text-align:center;text-transform:uppercase;width:14.28%}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-event-]{margin:0;position:relative}.tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a{font-size:100%}#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title{font-family:sans-serif;font-size:98%;font-weight:400;line-height:1.25;margin:0;overflow:hidden;padding:3%;text-transform:none}#tribe-events-content .tribe-events-tooltip h4{background-color:#666;color:#fff;font-size:12px;font-weight:400;letter-spacing:1px;line-height:24px;margin:0;min-height:24px;padding:0 6px}.tribe-events-tooltip .tribe-events-event-body{font-size:11px;font-weight:400;padding:3px 6px 6px}.tribe-events-tooltip .duration{font-style:italic;margin:3px 0}.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb{padding:5px 5px 5px 0}.tribe-events-tooltip.tribe-event-featured .tribe-events-event-thumb{padding:2px 0 8px}.tribe-events-tooltip .tribe-events-event-thumb{float:left}.tribe-events-tooltip .tribe-events-event-thumb img{box-shadow:none}.tribe-events-tooltip p.entry-summary{font-size:11px;line-height:1.5;padding:0}#tribe-mobile-container{display:none}.tribe-events-list-widget ol li{list-style:none;margin-bottom:8px;margin-bottom:.5rem}.tribe-events-list-widget .tribe-list-widget{margin-left:0}.tribe-events-list-widget .tribe-events-list-widget-events{padding:0 24px;padding:0 1.5rem;margin-bottom:20px;margin-bottom:1.25rem}.tribe-events-list-widget .tribe-event-title{margin-bottom:4px;margin-bottom:.25rem;margin-top:0}.tribe-events-list-widget .duration{font-weight:700}.tribe-events-list-widget .tribe-event-featured{background:#0ea0d7;padding-bottom:12px;padding-bottom:.75rem}.tribe-events-list-widget .tribe-event-featured .tribe-event-title{margin-top:12px;margin-top:.75rem}.tribe-events-list-widget .tribe-event-featured .tribe-event-title a{color:#fff}.tribe-events-list-widget .tribe-event-featured .tribe-event-image{line-height:0;margin-left:-24px;margin-left:-1.5rem;margin-right:-24px;margin-right:-1.5rem;overflow:hidden}.tribe-events-list-widget .tribe-event-featured .tribe-event-duration{color:#fff}.datepicker table tr td span,.datepicker td{border-radius:0}.datepicker td{border-top:1px solid #ededed}.datepicker table tr td.active.active,.datepicker table tr td span.active.active{background:#666}.datepicker table tr td.active.active:hover,.datepicker table tr td span.active.active:hover{background:#dadada;color:inherit}body.admin-bar .datepicker{margin-top:32px}#tribe-events-bar{clear:none;height:auto;margin-bottom:30px;min-width:220px;position:relative;width:100%}#tribe-events-bar *{box-sizing:border-box}#tribe-bar-form{background:#f5f5f5;margin:0;position:relative;width:100%}#tribe-bar-form input{font-size:15px;margin:0 4px 0 0}#tribe-bar-form input[type=text]{background:0;border:none;border-bottom:1px dashed #b9b9b9;border-radius:0;box-shadow:none;font-style:italic;font-weight:400;height:auto;line-height:1;padding:5px;width:100%}#tribe-bar-form input[type=text]:focus{border-bottom:none;outline:1px dashed #b9b9b9}#tribe-bar-form .tribe-bar-submit input[type=submit]{-webkit-appearance:button;background:#666;background-image:none;border:none;border-radius:0;color:#fff;font-size:13px;height:auto;letter-spacing:0;line-height:2;padding:10px;width:100%}#tribe-bar-form label{display:block;font-size:11px;font-weight:700;line-height:1;margin:0 0 5px;padding:0;text-transform:uppercase}#tribe-bar-form .tribe-bar-filters{float:left;margin:0;position:relative;width:100%}#tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:16.66667%;width:83.3333%}#tribe-bar-form .tribe-bar-filters-inner{margin:0}#tribe-bar-form #tribe-bar-views{background:transparent;float:left;left:83.3333%;margin:0;padding:0 0 0 5px;position:relative;right:auto;width:16.66667%}#tribe-bar-form .tribe-bar-views-inner label{padding:0 15px;text-align:left}#tribe-bar-form.tribe-bar-mini #tribe-bar-views{width:16.66667%}input[name*=tribe-bar-]::-webkit-input-placeholder{color:#5f5f5f;font-style:italic;font-weight:400;line-height:1.3}input[name*=tribe-bar-]:-moz-placeholder{color:#5f5f5f;font-style:italic;font-weight:400;line-height:1.3}.tribe-event-placeholder{color:#5f5f5f;font-weight:400;font-style:italic;line-height:1.3}#tribe-bar-dates .select2-choice{border-bottom:1px dashed #b9b9b9}.tribe-bar-date-filter{float:left;margin-bottom:0;padding:15px;width:25%}.tribe-bar-search-filter{float:left;margin-bottom:0;padding:15px;width:33.3333%}.tribe-bar-submit{float:left;margin-bottom:0;margin-left:16.6667%;padding:15px;width:25%}.tribe-bar-submit input[type=submit]:hover{background:#999;color:#fff}#tribe-bar-views:hover,#tribe-bar-views label:hover{cursor:pointer}.tribe-bar-views-inner{background:#e0e0e0;margin:0;padding:15px 0 45px}.tribe-bar-views-inner .select2-container{padding:0 15px}.tribe-select2-results-views.select2-drop{background:#dbdbdb;border:none;box-shadow:none;z-index:10001}#tribe-bar-views .tribe-bar-views-list{border-radius:0 0 3px 3px;left:0;list-style-type:none;margin:0;padding:0 0 0 5px;position:absolute;top:auto;z-index:99}#tribe-bar-views li.tribe-bar-views-option{background:none;border:none;box-shadow:none;display:none;filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";line-height:14px;list-style:none;margin:0;padding:0 5px 0 0;padding:0}#tribe-bar-views.tribe-bar-views-open .tribe-bar-views-option,#tribe-bar-views .tribe-bar-views-option.tribe-bar-active,#tribe-bar-views .tribe-bar-views-option:first-child{display:list-item}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{background:#e0e0e0;color:#444;display:block;padding:6px 15px;text-align:left;text-decoration:none}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover{background:#cacaca;color:inherit}#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover{background:#e0e0e0}#tribe-bar-views .tribe-bar-views-option:last-child a{border-radius:0 0 3px 3px}#tribe-bar-views .tribe-bar-views-list{float:left;width:100%}#tribe-bar-views .tribe-bar-settings{display:none}#tribe-bar-form.tribe-bar-mini *{font-size:12px}#tribe-bar-form.tribe-bar-mini label{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#tribe-bar-form.tribe-bar-mini .tribe-bar-submit input[type=submit]{-webkit-appearance:button;font-size:11px;padding:10px 5px}.tribe-bar-mini .tribe-bar-filters{float:left;width:83.3333%}.tribe-bar-mini .tribe-bar-date-filter{padding:10px}.tribe-bar-mini .tribe-bar-search-filter{padding:10px;width:45%}.tribe-bar-mini .tribe-bar-submit{margin-left:5%;padding:10px;width:25%}.tribe-bar-mini #tribe-bar-views{width:16.66667%}.tribe-bar-mini #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{padding:4px 15px}.tribe-bar-mini .tribe-bar-views-inner{padding:10px 0 35px}.tribe-bar-mini .tribe-bar-views-inner label{padding:0 10px}#tribe-bar-collapse-toggle{background:#f5f5f5;display:none;float:left;font-size:13px;font-weight:700;line-height:28px;padding:15px;position:relative;text-transform:uppercase}#tribe-bar-collapse-toggle:hover{cursor:pointer}#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after{border-bottom-color:inherit;border-top-color:transparent;top:0}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow{display:inline-block;margin:0 4px;position:absolute;right:10px}#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after{border:solid transparent;border-color:rgba(136,183,213,0);border-top-color:inherit;border-width:8px;content:" ";height:0;pointer-events:none;position:absolute;right:0;top:10px;width:0}.tribe-bar-collapse #tribe-bar-views,.tribe-bar-collapse .tribe-bar-filters-inner>div{height:auto;margin:0;width:100%}.tribe-bar-collapse #tribe-bar-collapse-toggle{display:block;width:70%}.tribe-bar-collapse #tribe-bar-collapse-toggle.tribe-bar-collapse-toggle-full-width{width:100%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views{float:left;left:auto;width:30%}#tribe-bar-form.tribe-bar-collapse #tribe-bar-views+.tribe-bar-filters{clear:both;display:none;left:auto;margin-top:5px;overflow:hidden;right:auto;width:100%}#tribe-bar-form.tribe-bar-collapse .tribe-bar-filters{display:none}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner{padding:10px 0 40px}#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label{margin:0}.tribe-bar-disabled{float:right;position:relative;z-index:101}.tribe-bar-disabled .tribe-events-page-title{clear:none;line-height:45px;margin:0;text-align:left}.tribe-bar-disabled #tribe-events-bar{float:none;min-width:0;width:auto}.tribe-bar-disabled #tribe-bar-form{border-radius:3px;width:auto}.tribe-bar-disabled .tribe-bar-filters{float:left}.tribe-bar-disabled .tribe-bar-filters .tribe-bar-date-filter{padding:5px 10px}.tribe-bar-disabled #tribe-bar-form label{font-size:10px}.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type=text]{border:none;display:block;font-size:13px;line-height:15px;margin:0;padding:0;width:85px}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views{float:left;font-size:16px;left:50%;padding:0;right:auto;width:50%}.tribe-bar-disabled #tribe-bar-form #tribe-bar-views+.tribe-bar-filters{left:auto;right:50%;width:50%}.tribe-bar-disabled #tribe-bar-form .tribe-bar-views-inner label{padding:0 10px}.tribe-bar-disabled .tribe-bar-views-inner{border-radius:0 3px 3px 0;min-width:100px;padding:5px 0 25px}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list,.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option{margin:0}.tribe-bar-disabled #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a{margin:0;padding:4px 10px}.tribe-bar-disabled #tribe-bar-views .select2-container .select2-choice{font-size:13px;height:auto;line-height:18px}.tribe-bar-disabled .tribe-select2-results-views.select2-drop .select2-results li{padding:0 10px}.tribe-bar-disabled #tribe-bar-collapse-toggle,.tribe-bar-disabled .tribe-bar-submit{display:none}.tribe-bar-disabled .tribe-bar-date-filter,.tribe-events-uses-geolocation .tribe-bar-disabled .tribe-bar-date-filter{width:auto}.tribe-bar-view-list a[class*=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-position:0 50%;background-repeat:no-repeat;display:block;min-height:16px;padding-left:24px}.tribe-select2-results-views span[class^=tribe-icon-]{display:inline-block;min-height:16px}.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-month.png);background-size:15px 16px}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-list.png);background-size:15px 10px}.tribe-bar-view-list a.tribe-icon-list,.tribe-bar-view-list a.tribe-icon-month{background-position:10px 50%;padding-left:30px}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views .tribe-icon-month{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-month.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-week.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-day.png);background-size:15px 16px}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-photo.png);background-size:15px 14px}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-map.png);background-position:2px 50%;background-size:12px 16px}.tribe-events-week.tribe-theme-parent-twentyfourteen #masthead,.tribe-events-week.tribe-theme-twentyfourteen #masthead{z-index:1001}.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events,.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events{padding:20px}.tribe-theme-parent-twentyfourteen #tribe-bar-views .tribe-bar-views-list,.tribe-theme-twentyfourteen #tribe-bar-views .tribe-bar-views-list{z-index:3}#tribe-events-content .tribe-updated{display:inherit}.tribe-theme-parent-twentyfifteen #tribe-events,.tribe-theme-twentyfifteen #tribe-events{background:#fff;margin:0 8.333%;padding-top:8.333%}.tribe-theme-parent-twentyfifteen .tribe-events-single-event-title,.tribe-theme-twentyfifteen .tribe-events-single-event-title{font-size:39px}.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template,.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-pg-template{padding-top:8.3333%}.tribe-theme-parent-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content,.tribe-theme-twentyfifteen.events-single.tribe-events-page-template #tribe-events-content{padding:8.3333% 10%}.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe_events,.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe_events{box-shadow:none;margin-left:0;margin-right:0;padding-top:0}.tribe-theme-parent-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2,.tribe-theme-twentyfifteen.single-tribe_events #tribe-events .tribe-events-schedule h2{display:inline-block;font-size:1.2em;margin:0}.tribe-theme-parent-twentyfifteen.single-tribe_events .tribe-events-single,.tribe-theme-twentyfifteen.single-tribe_events .tribe-events-single{box-shadow:none;margin:0}.tribe-theme-parent-twentyfifteen.tribe-events-week .tribe-events-grid .hentry,.tribe-theme-twentyfifteen.tribe-events-week .tribe-events-grid .hentry{margin-left:0;margin-right:0}.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list-widget .type-tribe_events{border-top:1px solid rgba(51,51,51,.1);box-shadow:none;margin-left:0;margin-right:0}.tribe-theme-parent-twentyfifteen .tribe-events-list-widget .entry-title,.tribe-theme-twentyfifteen .tribe-events-list-widget .entry-title{font-size:22px;line-height:1.4545}.tribe-theme-parent-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper,.tribe-theme-twentyfifteen.tribe-events-page-template #tribe-events-content-wrapper{padding:3.333%}.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-parent-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-list .type-tribe_events.tribe-events-first{padding:8.333% 10%}.tribe-theme-parent-twentyfifteen .tribe-events-list .time-details,.tribe-theme-parent-twentyfifteen .tribe-events-list .tribe-events-venue-details,.tribe-theme-twentyfifteen .tribe-events-list .time-details,.tribe-theme-twentyfifteen .tribe-events-list .tribe-events-venue-details{line-height:1.6}.tribe-theme-parent-twentyfifteen .tribe-events-day-time-slot .type-tribe_events,.tribe-theme-twentyfifteen .tribe-events-day-time-slot .type-tribe_events{margin-left:0}.tribe-theme-parent-twentyfifteen .type-tribe_events a.more-link,.tribe-theme-twentyfifteen .type-tribe_events a.more-link{display:none}.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu,.tribe-theme-twentyfifteen .datepicker.dropdown-menu{max-width:340px}.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-parent-twentyfifteen .datepicker.dropdown-menu table.table-condensed,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table,.tribe-theme-twentyfifteen .datepicker.dropdown-menu table.table-condensed{border-left-width:0;border-top-width:0}.tribe-theme-parent-twentyfifteen .tribe-events-calendar td a,.tribe-theme-parent-twentyfifteen .tribe-events-nav-next a,.tribe-theme-parent-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-parent-twentyfifteen ul.tribe-bar-views-list li a,.tribe-theme-twentyfifteen .tribe-events-calendar td a,.tribe-theme-twentyfifteen .tribe-events-nav-next a,.tribe-theme-twentyfifteen .tribe-events-nav-previous a,.tribe-theme-twentyfifteen ul.tribe-bar-views-list li a{border-bottom:none}.tribe-theme-parent-twentyfifteen.events-archive .entry-footer,.tribe-theme-parent-twentyfifteen.single-tribe_events .entry-footer,.tribe-theme-twentyfifteen.events-archive .entry-footer,.tribe-theme-twentyfifteen.single-tribe_events .entry-footer{display:none}.tribe-theme-parent-twentysixteen table.tribe-events-calendar,.tribe-theme-twentysixteen table.tribe-events-calendar{table-layout:auto}.tribe-theme-parent-twentysixteen .tribe-events-single-section-title:first-child,.tribe-theme-twentysixteen .tribe-events-single-section-title:first-child{margin-top:20px}.tribe-theme-parent-twentysixteen .tribe-events-content.entry-summary,.tribe-theme-twentysixteen .tribe-events-content.entry-summary{font-size:inherit;margin-bottom:0;margin-top:5px}.tribe-theme-parent-twentysixteen.events-archive .entry-content,.tribe-theme-parent-twentysixteen.events-archive .entry-header,.tribe-theme-twentysixteen.events-archive .entry-content,.tribe-theme-twentysixteen.events-archive .entry-header{width:auto}.tribe-theme-parent-twentysixteen .datepicker table,.tribe-theme-twentysixteen .datepicker table{border:0;width:auto}.tribe-theme-parent-twentysixteen .entry-content a,.tribe-theme-twentysixteen .entry-content a{box-shadow:none}.tribe-theme-parent-twentysixteen .tribe-events-list-event-title,.tribe-theme-twentysixteen .tribe-events-list-event-title{clear:none}.tribe-theme-twentyseventeen .entry-content a{box-shadow:none}.tribe-theme-twentyseventeen.single-tribe_events .single-featured-image-header{display:none}.tribe-theme-twentyseventeen.page-template-page-php.blog:not(.has-sidebar) #primary article{width:100%}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}@media screen and (max-width:767px){.single-tribe_events .secondary .tribe-events-venue-map{width:90%}}@media screen and (min-width:44.375em){.tribe-events-day .tribe-events-content{margin-left:0;margin-right:0}}@media screen{#tribe-events-content .tribe-events-tooltip ol,#tribe-events-content .tribe-events-tooltip ul{margin-left:1.6em}}@media screen and (max-width:782px){body.admin-bar .datepicker{margin-top:46px}}@media screen and (min-width:1000px){.tribe-theme-parent-twentyfourteen #tribe-events-pg-template,.tribe-theme-twentyfourteen #tribe-events-pg-template{padding-left:220px}}@media screen and (max-width:400px){.list-view.events-archive .site-content .type-page .entry-content{display:inline;display:initial}}@media (-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2){.tribe-events-tooltip .tribe-events-arrow{background-image:url(the-events-calendar/src/resources/images/tribe-tooltips@2x.png)}#tribe-bar-filters .tribe-bar-button-search .tribe-bar-btn-small{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-search@2x.png)}#tribe-events-bar .tribe-bar-button-settings span{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-gear@2x.png)}#tribe-events-bar [class^=tribe-bar-button-]:after{background-image:url(the-events-calendar/common/vendor/tribe-select2/select2x2.png)}.tribe-bar-view-list a[class^=tribe-icon-],.tribe-bar-views-list span[class^=tribe-icon-],.tribe-select2-results-views span[class^=tribe-icon-]{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-month@2x.png)}.tribe-bar-view-list span[class^=tribe-icon-],.tribe-bar-views-list span.tribe-icon-list,.tribe-select2-results-views span.tribe-icon-list{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-list@2x.png)}.tribe-bar-view-list a.tribe-icon-month,.tribe-bar-views-list span.tribe-icon-month,.tribe-select2-results-views span.tribe-icon-month{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-month@2x.png)}.tribe-bar-views-list span.tribe-icon-week,.tribe-select2-results-views span.tribe-icon-week{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-week@2x.png)}.tribe-bar-views-list span.tribe-icon-day,.tribe-select2-results-views span.tribe-icon-day{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-day@2x.png)}.tribe-bar-views-list span.tribe-icon-photo,.tribe-select2-results-views span.tribe-icon-photo{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-photo@2x.png)}.tribe-bar-views-list span.tribe-icon-map,.tribe-select2-results-views span.tribe-icon-map{background-image:url(the-events-calendar/src/resources/images/events-bar/icon-map@2x.png)}}#tribe-events-content .tribe-events-tooltip h4,#tribe_events_filters_wrapper .tribe_events_slider_val,.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-ical{color:#21759b}#tribe-events .tribe-events-button,#tribe-events .tribe-events-button:hover,#tribe_events_filters_wrapper input[type=submit],.tribe-events-button,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover,.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#21759b}#tribe_events_filters_wrapper input[type=submit]:hover,.tribe-events-button.tribe-active:hover{background-color:#0f3647}#tribe-events .tribe-events-button:hover,.tribe-events-button.tribe-active:hover,.tribe-events-button.tribe-inactive,.tribe-events-button:hover{color:#fff}#tribe_events_filters_wrapper h3 span:after{border-top-color:#21759b}#tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after{border-left-color:#21759b}.tribe-events-adv-list-widget .tribe-events-widget-link a,.tribe-events-back a,.tribe-events-list-widget .tribe-events-widget-link a,ul.tribe-events-sub-nav a{font-size:15px;font-weight:700}.tribe-events-gcal{margin-right:1.25em}.tribe-events-divider{display:none}.event-is-recurring .tribe-events-divider{display:inline}.tribe-events-event-image{margin-bottom:1.25em;text-align:left}.tribe-events-page-title{font-size:30px;font-weight:700}.events-list #tribe-events-footer,.single-tribe_events #tribe-events-footer,.tribe-events-day #tribe-events-footer,.tribe-events-map #tribe-events-footer,.tribe-events-photo #tribe-events-footer{border-top:1px solid #e5e5e5;padding-top:2em}.single-tribe_events #tribe-events-header{display:none}.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading{font-size:21px;margin:1.5em 0 .25em;background-color:transparent;padding:6px 10px;background:#e0e0e0;color:#fff;text-align:center;line-height:1}.tribe-events-list .type-tribe_events{border-bottom:0;margin-bottom:32px;margin-bottom:2rem;padding:0;position:relative}.tribe-events-list .type-tribe_events:first-of-type{margin-top:32px;margin-top:2rem}.tribe-events-list .type-tribe_events .tribe-events-list-event-title{font-size:1.6em}.tribe-events-list-separator-year{font-size:28px;padding-top:1.25em}.tribe-events-list-separator-year+.tribe-events-list-separator-month{margin-top:.25em}.tribe-events-list-separator-month{text-transform:none;font-size:24px;margin:1.25em auto;text-align:center;position:relative;background-color:transparent;z-index:1}.tribe-events-list-separator-month:after{content:"";border-bottom:1px solid #c2c2c2;height:1px;width:100%;display:block;position:absolute;top:50%;left:0;z-index:-1}.tribe-events-list-separator-month span{background-color:#fff;padding:0 7.5%}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first{padding-top:1.5em}.tribe-events-list .type-tribe_events.tribe-event-end-month{padding-bottom:1.5em}.tribe-events-loop .tribe-events-event-meta{margin-bottom:1em;font-size:13px}.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo{padding-left:0;font-weight:400;vertical-align:top}.tribe-events-list .time-details,.tribe-events-list .tribe-events-venue-details{line-height:1.2}.tribe-events-event-meta address.tribe-events-address,.tribe-events-list .tribe-events-venue-details{font-weight:400;font-style:italic}.tribe-events-event-meta address.tribe-events-address{padding-right:3px}.events-list .tribe-events-loop,.single-tribe_organizer .tribe-events-loop,.single-tribe_venue .tribe-events-loop,.tribe-events-day .tribe-events-loop{max-width:700px;margin:0 auto}.single-tribe_events h2.tribe-events-single-event-title{font-size:33px}.tribe-events-schedule{margin:1em 0 1.5em}.single-tribe_events .tribe-events-schedule .tribe-events-divider{display:inline-block;zoom:1;*display:inline;font-weight:400}.single-tribe_events .tribe-events-schedule .recurringinfo{margin-right:.5em}.single-tribe_events .tribe-events-schedule h3{font-size:18px;margin:0}.single-tribe_events .tribe-events-cal-links{margin-bottom:1.75em;display:block}.single-tribe_events a.tribe-events-gcal,.single-tribe_events a.tribe-events-gcal:hover,.single-tribe_events a.tribe-events-ical,.single-tribe_events a.tribe-events-ical:hover{background-color:transparent;text-transform:none;font-size:14px;font-weight:700;letter-spacing:0;padding:0;float:none;color:#21759b}.single-tribe_events .tribe-events-event-image{text-align:left;margin-bottom:1.25em}.tribe-events-event-schedule-details{margin-right:.5em}.tribe-events-meta-group .tribe-events-single-section-title{font-size:17px}.single-tribe_events .tribe-events-event-meta{font-size:14px}#tribe-events-content .tribe-events-calendar td{border:1px solid #d2d2d2;border-top:0;-webkit-transition:all .2s cubic-bezier(.55,.085,.68,.53);transition:all .2s cubic-bezier(.55,.085,.68,.53)}#tribe-events-content .tribe-events-calendar td:hover{background:#f7f7f7;box-shadow:0 0 10px rgba(0,0,0,.2)}#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth{background:#f9f9f9}#tribe-events-content .tribe-events-calendar .tribe-events-othermonth:hover{box-shadow:none}#tribe-events-content table.tribe-events-calendar{border-bottom:1px solid #d2d2d2;border-top:0}.tribe-events-calendar div[id*=tribe-events-daynum-],.tribe-events-calendar div[id*=tribe-events-daynum-] a{background-color:#b2b2b2;color:#fff;font-size:12px;font-weight:700}.tribe-events-calendar div[id*=tribe-events-daynum-] a:hover{color:#666}.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{background-color:#f7f7f7;color:#707070}.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a,.tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a{opacity:.5;filter:Alpha(opacity=50)}.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-othermonth.tribe-events-future div[id*=tribe-events-daynum-]>a{background-color:#b2b2b2;color:#454545}.recurring-info-tooltip,.tribe-events-calendar .tribe-events-tooltip,.tribe-events-shortcode.view-week .tribe-events-tooltip,.tribe-events-week .tribe-events-tooltip{border:0;background-color:#fff;color:#606060;padding:.75em 1em 0;box-shadow:3px 4px 21px rgba(0,0,0,.38)}.tribe-events-tooltip .tribe-events-arrow{width:20px;height:7px;background-image:url(the-events-calendar/src/resources/images/tribe-theme/tribe-theme-tooltips.png);background-size:37px 20px;bottom:-7px}.events-archive.events-gridview #tribe-events-content table .type-tribe_events{border-bottom:1px solid #e0e0e0}.events-archive.events-gridview #tribe-events-content table .tribe-events-last{border-bottom:0}.tribe-events-calendar thead th{background-color:#666;color:#fff;font-weight:700;padding:1em 0;white-space:nowrap;border-left:1px solid #666;border-right:1px solid #666}.tribe-events-calendar td div[id*=tribe-events-daynum-]{padding:4px 9px 6px}#tribe-events-content .tribe-events-tooltip h4{margin:0;background-color:transparent;font-size:18px;padding:0;letter-spacing:0;font-weight:700}.tribe-events-tooltip .tribe-events-event-body{font-size:11px;padding:0}.tribe-events-tooltip .duration{font-style:normal;font-weight:700;margin:0;padding:.4em 0 .5em}.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb{padding:.85em 1em 0 0}.tribe-events-tooltip p.entry-summary{font-size:13px;padding-top:.5em}.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:700px;margin:0 auto}.tribe-events-map.tribe-bar-is-disabled #tribe-events-content-wrapper{max-width:none}.tribe-events-tooltip.tribe-events-tooltip-flipdown:before{border-bottom-color:#fff;top:-20px}.tribe-shortcode-align-right{float:right}.tribe-shortcode-align-left{float:left}.tribe-shortcode-align-center{display:table;margin-left:auto;margin-right:auto}.tribe-shortcode.tribe-events-event-meta.tribe-shortcode-align-right{margin-right:20px}.tribe-shortcode.tribe-events-event-meta.tribe-shortcode-align-left{margin-left:20px}.tribe-shortcode.tribe-events-event-meta .tribe-events-meta-group{width:auto;min-width:250px}.tribe-theme-twentyeleven.single-tribe_events .tribe-events-schedule .tribe-events-divider,.tribe-theme-twentyfourteen.single-tribe_events .tribe-events-schedule .tribe-events-divider,.tribe-theme-twentyten.single-tribe_events .tribe-events-schedule .tribe-events-divider,.tribe-theme-twentythirteen.single-tribe_events .tribe-events-schedule .tribe-events-divider,.tribe-theme-twentytwelve.single-tribe_events .tribe-events-schedule .tribe-events-divider{display:none}@media (-o-min-device-pixel-ratio:2/1),(-webkit-min-device-pixel-ratio:2),(min--moz-device-pixel-ratio:2),(min-device-pixel-ratio:2){.tribe-events-tooltip .tribe-events-arrow{background-image:url(the-events-calendar/src/resources/images/tribe-theme/tribe-theme-tooltips@2x.png)}}