/* Minification failed. Returning unminified contents.
(16168,1960): run-time error CSS1031: Expected selector, found 'td('
(16168,1960): run-time error CSS1025: Expected comma or open brace, found 'td('
 */
/*!
 *  Font Awesome 4.7.0 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('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
@font-face {
  font-family: "Industry";
  src: url("../fonts/IndustryInc-Base.otf");
}
@font-face {
  font-family: "Industry-Black";
  src: url("../fonts/Industry-Black.otf");
}
@font-face {
  font-family: "Industry-Bold";
  src: url("../fonts/Industry-Bold.otf");
}
@font-face {
  font-family: "Industry-DemiBold";
  src: url("../fonts/Industry-DemiBold.otf");
}
@font-face {
  font-family: "Industry-Medium";
  src: url("../fonts/Industry-Medium.otf");
}
@font-face {
  font-family: "Industry-Outline";
  src: url("../fonts/IndustryInc-Outline.otf");
}
@font-face {
  font-family: "Industry-Inline";
  src: url("../fonts/IndustryInc-Inline.otf");
}
@font-face {
  font-family: "ManifoldCF";
  src: url("../fonts/ManifoldCF-DemiBoldOblique.otf");
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: black;
  background-color: transparent;
}
input,
button,
select,
textarea {
  font-family: inherit;
  line-height: inherit;
}
a {
  color: #d1202f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #8f1620;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #bbb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Industry', sans-serif;
  font-weight: normal;
  line-height: 1.1;
  color: #d1202f;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bbb;
  text-transform: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  color: #d1202f;
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
  text-transform: none;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
  text-transform: none;
}
h1,
.h1 {
  font-size: 48px;
  letter-spacing: 0em;
  line-height: 52px;
  text-transform: none;
}
h2,
.h2 {
  font-size: 32px;
  letter-spacing: 0em;
  line-height: 34px;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: none;
}
h4,
.h4 {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 21px;
  text-transform: none;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0em;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
}
p.small {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0em;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
}
p.large {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0em;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 419px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #bbb;
}
.text-primary {
  color: #d1202f;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a51925;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #269bff;
}
a.text-info:hover,
a.text-info:focus {
  color: #0082f2;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #ff0000;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cc0000;
}
.bg-primary {
  color: #fff;
  background-color: #d1202f;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a51925;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: rgba(38, 155, 255, 0.1);
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: rgba(0, 130, 242, 0.1);
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: rgba(255, 0, 0, 0.1);
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(204, 0, 0, 0.1);
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #bbb;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 419px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bbb;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #bbb;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #bbb;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #bbb;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 419px) {
  .container {
    max-width: 706px;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .container {
    max-width: 992px;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1256px;
    width: 100%;
  }
}
.col-dash-content .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 419px) {
  .col-dash-content .container {
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  .col-dash-content .container {
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 1025px) {
  .col-dash-content .container {
    width: auto;
    max-width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.row {
  margin-left: -8px;
  margin-right: -8px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24,
.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xs-26,
.col-sm-26,
.col-md-26,
.col-lg-26,
.col-xs-27,
.col-sm-27,
.col-md-27,
.col-lg-27,
.col-xs-28,
.col-sm-28,
.col-md-28,
.col-lg-28,
.col-xs-29,
.col-sm-29,
.col-md-29,
.col-lg-29,
.col-xs-30,
.col-sm-30,
.col-md-30,
.col-lg-30,
.col-xs-31,
.col-sm-31,
.col-md-31,
.col-lg-31,
.col-xs-32,
.col-sm-32,
.col-md-32,
.col-lg-32,
.col-xs-33,
.col-sm-33,
.col-md-33,
.col-lg-33,
.col-xs-34,
.col-sm-34,
.col-md-34,
.col-lg-34,
.col-xs-35,
.col-sm-35,
.col-md-35,
.col-lg-35,
.col-xs-36,
.col-sm-36,
.col-md-36,
.col-lg-36 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-25,
.col-xs-26,
.col-xs-27,
.col-xs-28,
.col-xs-29,
.col-xs-30,
.col-xs-31,
.col-xs-32,
.col-xs-33,
.col-xs-34,
.col-xs-35,
.col-xs-36 {
  float: left;
}
.col-xs-36 {
  width: 100%;
}
.col-xs-35 {
  width: 97.22222222%;
}
.col-xs-34 {
  width: 94.44444444%;
}
.col-xs-33 {
  width: 91.66666667%;
}
.col-xs-32 {
  width: 88.88888889%;
}
.col-xs-31 {
  width: 86.11111111%;
}
.col-xs-30 {
  width: 83.33333333%;
}
.col-xs-29 {
  width: 80.55555556%;
}
.col-xs-28 {
  width: 77.77777778%;
}
.col-xs-27 {
  width: 75%;
}
.col-xs-26 {
  width: 72.22222222%;
}
.col-xs-25 {
  width: 69.44444444%;
}
.col-xs-24 {
  width: 66.66666667%;
}
.col-xs-23 {
  width: 63.88888889%;
}
.col-xs-22 {
  width: 61.11111111%;
}
.col-xs-21 {
  width: 58.33333333%;
}
.col-xs-20 {
  width: 55.55555556%;
}
.col-xs-19 {
  width: 52.77777778%;
}
.col-xs-18 {
  width: 50%;
}
.col-xs-17 {
  width: 47.22222222%;
}
.col-xs-16 {
  width: 44.44444444%;
}
.col-xs-15 {
  width: 41.66666667%;
}
.col-xs-14 {
  width: 38.88888889%;
}
.col-xs-13 {
  width: 36.11111111%;
}
.col-xs-12 {
  width: 33.33333333%;
}
.col-xs-11 {
  width: 30.55555556%;
}
.col-xs-10 {
  width: 27.77777778%;
}
.col-xs-9 {
  width: 25%;
}
.col-xs-8 {
  width: 22.22222222%;
}
.col-xs-7 {
  width: 19.44444444%;
}
.col-xs-6 {
  width: 16.66666667%;
}
.col-xs-5 {
  width: 13.88888889%;
}
.col-xs-4 {
  width: 11.11111111%;
}
.col-xs-3 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 5.55555556%;
}
.col-xs-1 {
  width: 2.77777778%;
}
.col-xs-pull-36 {
  right: 100%;
}
.col-xs-pull-35 {
  right: 97.22222222%;
}
.col-xs-pull-34 {
  right: 94.44444444%;
}
.col-xs-pull-33 {
  right: 91.66666667%;
}
.col-xs-pull-32 {
  right: 88.88888889%;
}
.col-xs-pull-31 {
  right: 86.11111111%;
}
.col-xs-pull-30 {
  right: 83.33333333%;
}
.col-xs-pull-29 {
  right: 80.55555556%;
}
.col-xs-pull-28 {
  right: 77.77777778%;
}
.col-xs-pull-27 {
  right: 75%;
}
.col-xs-pull-26 {
  right: 72.22222222%;
}
.col-xs-pull-25 {
  right: 69.44444444%;
}
.col-xs-pull-24 {
  right: 66.66666667%;
}
.col-xs-pull-23 {
  right: 63.88888889%;
}
.col-xs-pull-22 {
  right: 61.11111111%;
}
.col-xs-pull-21 {
  right: 58.33333333%;
}
.col-xs-pull-20 {
  right: 55.55555556%;
}
.col-xs-pull-19 {
  right: 52.77777778%;
}
.col-xs-pull-18 {
  right: 50%;
}
.col-xs-pull-17 {
  right: 47.22222222%;
}
.col-xs-pull-16 {
  right: 44.44444444%;
}
.col-xs-pull-15 {
  right: 41.66666667%;
}
.col-xs-pull-14 {
  right: 38.88888889%;
}
.col-xs-pull-13 {
  right: 36.11111111%;
}
.col-xs-pull-12 {
  right: 33.33333333%;
}
.col-xs-pull-11 {
  right: 30.55555556%;
}
.col-xs-pull-10 {
  right: 27.77777778%;
}
.col-xs-pull-9 {
  right: 25%;
}
.col-xs-pull-8 {
  right: 22.22222222%;
}
.col-xs-pull-7 {
  right: 19.44444444%;
}
.col-xs-pull-6 {
  right: 16.66666667%;
}
.col-xs-pull-5 {
  right: 13.88888889%;
}
.col-xs-pull-4 {
  right: 11.11111111%;
}
.col-xs-pull-3 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 5.55555556%;
}
.col-xs-pull-1 {
  right: 2.77777778%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-36 {
  left: 100%;
}
.col-xs-push-35 {
  left: 97.22222222%;
}
.col-xs-push-34 {
  left: 94.44444444%;
}
.col-xs-push-33 {
  left: 91.66666667%;
}
.col-xs-push-32 {
  left: 88.88888889%;
}
.col-xs-push-31 {
  left: 86.11111111%;
}
.col-xs-push-30 {
  left: 83.33333333%;
}
.col-xs-push-29 {
  left: 80.55555556%;
}
.col-xs-push-28 {
  left: 77.77777778%;
}
.col-xs-push-27 {
  left: 75%;
}
.col-xs-push-26 {
  left: 72.22222222%;
}
.col-xs-push-25 {
  left: 69.44444444%;
}
.col-xs-push-24 {
  left: 66.66666667%;
}
.col-xs-push-23 {
  left: 63.88888889%;
}
.col-xs-push-22 {
  left: 61.11111111%;
}
.col-xs-push-21 {
  left: 58.33333333%;
}
.col-xs-push-20 {
  left: 55.55555556%;
}
.col-xs-push-19 {
  left: 52.77777778%;
}
.col-xs-push-18 {
  left: 50%;
}
.col-xs-push-17 {
  left: 47.22222222%;
}
.col-xs-push-16 {
  left: 44.44444444%;
}
.col-xs-push-15 {
  left: 41.66666667%;
}
.col-xs-push-14 {
  left: 38.88888889%;
}
.col-xs-push-13 {
  left: 36.11111111%;
}
.col-xs-push-12 {
  left: 33.33333333%;
}
.col-xs-push-11 {
  left: 30.55555556%;
}
.col-xs-push-10 {
  left: 27.77777778%;
}
.col-xs-push-9 {
  left: 25%;
}
.col-xs-push-8 {
  left: 22.22222222%;
}
.col-xs-push-7 {
  left: 19.44444444%;
}
.col-xs-push-6 {
  left: 16.66666667%;
}
.col-xs-push-5 {
  left: 13.88888889%;
}
.col-xs-push-4 {
  left: 11.11111111%;
}
.col-xs-push-3 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 5.55555556%;
}
.col-xs-push-1 {
  left: 2.77777778%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-36 {
  margin-left: 100%;
}
.col-xs-offset-35 {
  margin-left: 97.22222222%;
}
.col-xs-offset-34 {
  margin-left: 94.44444444%;
}
.col-xs-offset-33 {
  margin-left: 91.66666667%;
}
.col-xs-offset-32 {
  margin-left: 88.88888889%;
}
.col-xs-offset-31 {
  margin-left: 86.11111111%;
}
.col-xs-offset-30 {
  margin-left: 83.33333333%;
}
.col-xs-offset-29 {
  margin-left: 80.55555556%;
}
.col-xs-offset-28 {
  margin-left: 77.77777778%;
}
.col-xs-offset-27 {
  margin-left: 75%;
}
.col-xs-offset-26 {
  margin-left: 72.22222222%;
}
.col-xs-offset-25 {
  margin-left: 69.44444444%;
}
.col-xs-offset-24 {
  margin-left: 66.66666667%;
}
.col-xs-offset-23 {
  margin-left: 63.88888889%;
}
.col-xs-offset-22 {
  margin-left: 61.11111111%;
}
.col-xs-offset-21 {
  margin-left: 58.33333333%;
}
.col-xs-offset-20 {
  margin-left: 55.55555556%;
}
.col-xs-offset-19 {
  margin-left: 52.77777778%;
}
.col-xs-offset-18 {
  margin-left: 50%;
}
.col-xs-offset-17 {
  margin-left: 47.22222222%;
}
.col-xs-offset-16 {
  margin-left: 44.44444444%;
}
.col-xs-offset-15 {
  margin-left: 41.66666667%;
}
.col-xs-offset-14 {
  margin-left: 38.88888889%;
}
.col-xs-offset-13 {
  margin-left: 36.11111111%;
}
.col-xs-offset-12 {
  margin-left: 33.33333333%;
}
.col-xs-offset-11 {
  margin-left: 30.55555556%;
}
.col-xs-offset-10 {
  margin-left: 27.77777778%;
}
.col-xs-offset-9 {
  margin-left: 25%;
}
.col-xs-offset-8 {
  margin-left: 22.22222222%;
}
.col-xs-offset-7 {
  margin-left: 19.44444444%;
}
.col-xs-offset-6 {
  margin-left: 16.66666667%;
}
.col-xs-offset-5 {
  margin-left: 13.88888889%;
}
.col-xs-offset-4 {
  margin-left: 11.11111111%;
}
.col-xs-offset-3 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 5.55555556%;
}
.col-xs-offset-1 {
  margin-left: 2.77777778%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 419px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36 {
    float: left;
  }
  .col-sm-36 {
    width: 100%;
  }
  .col-sm-35 {
    width: 97.22222222%;
  }
  .col-sm-34 {
    width: 94.44444444%;
  }
  .col-sm-33 {
    width: 91.66666667%;
  }
  .col-sm-32 {
    width: 88.88888889%;
  }
  .col-sm-31 {
    width: 86.11111111%;
  }
  .col-sm-30 {
    width: 83.33333333%;
  }
  .col-sm-29 {
    width: 80.55555556%;
  }
  .col-sm-28 {
    width: 77.77777778%;
  }
  .col-sm-27 {
    width: 75%;
  }
  .col-sm-26 {
    width: 72.22222222%;
  }
  .col-sm-25 {
    width: 69.44444444%;
  }
  .col-sm-24 {
    width: 66.66666667%;
  }
  .col-sm-23 {
    width: 63.88888889%;
  }
  .col-sm-22 {
    width: 61.11111111%;
  }
  .col-sm-21 {
    width: 58.33333333%;
  }
  .col-sm-20 {
    width: 55.55555556%;
  }
  .col-sm-19 {
    width: 52.77777778%;
  }
  .col-sm-18 {
    width: 50%;
  }
  .col-sm-17 {
    width: 47.22222222%;
  }
  .col-sm-16 {
    width: 44.44444444%;
  }
  .col-sm-15 {
    width: 41.66666667%;
  }
  .col-sm-14 {
    width: 38.88888889%;
  }
  .col-sm-13 {
    width: 36.11111111%;
  }
  .col-sm-12 {
    width: 33.33333333%;
  }
  .col-sm-11 {
    width: 30.55555556%;
  }
  .col-sm-10 {
    width: 27.77777778%;
  }
  .col-sm-9 {
    width: 25%;
  }
  .col-sm-8 {
    width: 22.22222222%;
  }
  .col-sm-7 {
    width: 19.44444444%;
  }
  .col-sm-6 {
    width: 16.66666667%;
  }
  .col-sm-5 {
    width: 13.88888889%;
  }
  .col-sm-4 {
    width: 11.11111111%;
  }
  .col-sm-3 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 5.55555556%;
  }
  .col-sm-1 {
    width: 2.77777778%;
  }
  .col-sm-pull-36 {
    right: 100%;
  }
  .col-sm-pull-35 {
    right: 97.22222222%;
  }
  .col-sm-pull-34 {
    right: 94.44444444%;
  }
  .col-sm-pull-33 {
    right: 91.66666667%;
  }
  .col-sm-pull-32 {
    right: 88.88888889%;
  }
  .col-sm-pull-31 {
    right: 86.11111111%;
  }
  .col-sm-pull-30 {
    right: 83.33333333%;
  }
  .col-sm-pull-29 {
    right: 80.55555556%;
  }
  .col-sm-pull-28 {
    right: 77.77777778%;
  }
  .col-sm-pull-27 {
    right: 75%;
  }
  .col-sm-pull-26 {
    right: 72.22222222%;
  }
  .col-sm-pull-25 {
    right: 69.44444444%;
  }
  .col-sm-pull-24 {
    right: 66.66666667%;
  }
  .col-sm-pull-23 {
    right: 63.88888889%;
  }
  .col-sm-pull-22 {
    right: 61.11111111%;
  }
  .col-sm-pull-21 {
    right: 58.33333333%;
  }
  .col-sm-pull-20 {
    right: 55.55555556%;
  }
  .col-sm-pull-19 {
    right: 52.77777778%;
  }
  .col-sm-pull-18 {
    right: 50%;
  }
  .col-sm-pull-17 {
    right: 47.22222222%;
  }
  .col-sm-pull-16 {
    right: 44.44444444%;
  }
  .col-sm-pull-15 {
    right: 41.66666667%;
  }
  .col-sm-pull-14 {
    right: 38.88888889%;
  }
  .col-sm-pull-13 {
    right: 36.11111111%;
  }
  .col-sm-pull-12 {
    right: 33.33333333%;
  }
  .col-sm-pull-11 {
    right: 30.55555556%;
  }
  .col-sm-pull-10 {
    right: 27.77777778%;
  }
  .col-sm-pull-9 {
    right: 25%;
  }
  .col-sm-pull-8 {
    right: 22.22222222%;
  }
  .col-sm-pull-7 {
    right: 19.44444444%;
  }
  .col-sm-pull-6 {
    right: 16.66666667%;
  }
  .col-sm-pull-5 {
    right: 13.88888889%;
  }
  .col-sm-pull-4 {
    right: 11.11111111%;
  }
  .col-sm-pull-3 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 5.55555556%;
  }
  .col-sm-pull-1 {
    right: 2.77777778%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-36 {
    left: 100%;
  }
  .col-sm-push-35 {
    left: 97.22222222%;
  }
  .col-sm-push-34 {
    left: 94.44444444%;
  }
  .col-sm-push-33 {
    left: 91.66666667%;
  }
  .col-sm-push-32 {
    left: 88.88888889%;
  }
  .col-sm-push-31 {
    left: 86.11111111%;
  }
  .col-sm-push-30 {
    left: 83.33333333%;
  }
  .col-sm-push-29 {
    left: 80.55555556%;
  }
  .col-sm-push-28 {
    left: 77.77777778%;
  }
  .col-sm-push-27 {
    left: 75%;
  }
  .col-sm-push-26 {
    left: 72.22222222%;
  }
  .col-sm-push-25 {
    left: 69.44444444%;
  }
  .col-sm-push-24 {
    left: 66.66666667%;
  }
  .col-sm-push-23 {
    left: 63.88888889%;
  }
  .col-sm-push-22 {
    left: 61.11111111%;
  }
  .col-sm-push-21 {
    left: 58.33333333%;
  }
  .col-sm-push-20 {
    left: 55.55555556%;
  }
  .col-sm-push-19 {
    left: 52.77777778%;
  }
  .col-sm-push-18 {
    left: 50%;
  }
  .col-sm-push-17 {
    left: 47.22222222%;
  }
  .col-sm-push-16 {
    left: 44.44444444%;
  }
  .col-sm-push-15 {
    left: 41.66666667%;
  }
  .col-sm-push-14 {
    left: 38.88888889%;
  }
  .col-sm-push-13 {
    left: 36.11111111%;
  }
  .col-sm-push-12 {
    left: 33.33333333%;
  }
  .col-sm-push-11 {
    left: 30.55555556%;
  }
  .col-sm-push-10 {
    left: 27.77777778%;
  }
  .col-sm-push-9 {
    left: 25%;
  }
  .col-sm-push-8 {
    left: 22.22222222%;
  }
  .col-sm-push-7 {
    left: 19.44444444%;
  }
  .col-sm-push-6 {
    left: 16.66666667%;
  }
  .col-sm-push-5 {
    left: 13.88888889%;
  }
  .col-sm-push-4 {
    left: 11.11111111%;
  }
  .col-sm-push-3 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 5.55555556%;
  }
  .col-sm-push-1 {
    left: 2.77777778%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-36 {
    margin-left: 100%;
  }
  .col-sm-offset-35 {
    margin-left: 97.22222222%;
  }
  .col-sm-offset-34 {
    margin-left: 94.44444444%;
  }
  .col-sm-offset-33 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-32 {
    margin-left: 88.88888889%;
  }
  .col-sm-offset-31 {
    margin-left: 86.11111111%;
  }
  .col-sm-offset-30 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-29 {
    margin-left: 80.55555556%;
  }
  .col-sm-offset-28 {
    margin-left: 77.77777778%;
  }
  .col-sm-offset-27 {
    margin-left: 75%;
  }
  .col-sm-offset-26 {
    margin-left: 72.22222222%;
  }
  .col-sm-offset-25 {
    margin-left: 69.44444444%;
  }
  .col-sm-offset-24 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-23 {
    margin-left: 63.88888889%;
  }
  .col-sm-offset-22 {
    margin-left: 61.11111111%;
  }
  .col-sm-offset-21 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-20 {
    margin-left: 55.55555556%;
  }
  .col-sm-offset-19 {
    margin-left: 52.77777778%;
  }
  .col-sm-offset-18 {
    margin-left: 50%;
  }
  .col-sm-offset-17 {
    margin-left: 47.22222222%;
  }
  .col-sm-offset-16 {
    margin-left: 44.44444444%;
  }
  .col-sm-offset-15 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-14 {
    margin-left: 38.88888889%;
  }
  .col-sm-offset-13 {
    margin-left: 36.11111111%;
  }
  .col-sm-offset-12 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 30.55555556%;
  }
  .col-sm-offset-10 {
    margin-left: 27.77777778%;
  }
  .col-sm-offset-9 {
    margin-left: 25%;
  }
  .col-sm-offset-8 {
    margin-left: 22.22222222%;
  }
  .col-sm-offset-7 {
    margin-left: 19.44444444%;
  }
  .col-sm-offset-6 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-5 {
    margin-left: 13.88888889%;
  }
  .col-sm-offset-4 {
    margin-left: 11.11111111%;
  }
  .col-sm-offset-3 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 5.55555556%;
  }
  .col-sm-offset-1 {
    margin-left: 2.77777778%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 767px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36 {
    float: left;
  }
  .col-md-36 {
    width: 100%;
  }
  .col-md-35 {
    width: 97.22222222%;
  }
  .col-md-34 {
    width: 94.44444444%;
  }
  .col-md-33 {
    width: 91.66666667%;
  }
  .col-md-32 {
    width: 88.88888889%;
  }
  .col-md-31 {
    width: 86.11111111%;
  }
  .col-md-30 {
    width: 83.33333333%;
  }
  .col-md-29 {
    width: 80.55555556%;
  }
  .col-md-28 {
    width: 77.77777778%;
  }
  .col-md-27 {
    width: 75%;
  }
  .col-md-26 {
    width: 72.22222222%;
  }
  .col-md-25 {
    width: 69.44444444%;
  }
  .col-md-24 {
    width: 66.66666667%;
  }
  .col-md-23 {
    width: 63.88888889%;
  }
  .col-md-22 {
    width: 61.11111111%;
  }
  .col-md-21 {
    width: 58.33333333%;
  }
  .col-md-20 {
    width: 55.55555556%;
  }
  .col-md-19 {
    width: 52.77777778%;
  }
  .col-md-18 {
    width: 50%;
  }
  .col-md-17 {
    width: 47.22222222%;
  }
  .col-md-16 {
    width: 44.44444444%;
  }
  .col-md-15 {
    width: 41.66666667%;
  }
  .col-md-14 {
    width: 38.88888889%;
  }
  .col-md-13 {
    width: 36.11111111%;
  }
  .col-md-12 {
    width: 33.33333333%;
  }
  .col-md-11 {
    width: 30.55555556%;
  }
  .col-md-10 {
    width: 27.77777778%;
  }
  .col-md-9 {
    width: 25%;
  }
  .col-md-8 {
    width: 22.22222222%;
  }
  .col-md-7 {
    width: 19.44444444%;
  }
  .col-md-6 {
    width: 16.66666667%;
  }
  .col-md-5 {
    width: 13.88888889%;
  }
  .col-md-4 {
    width: 11.11111111%;
  }
  .col-md-3 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 5.55555556%;
  }
  .col-md-1 {
    width: 2.77777778%;
  }
  .col-md-pull-36 {
    right: 100%;
  }
  .col-md-pull-35 {
    right: 97.22222222%;
  }
  .col-md-pull-34 {
    right: 94.44444444%;
  }
  .col-md-pull-33 {
    right: 91.66666667%;
  }
  .col-md-pull-32 {
    right: 88.88888889%;
  }
  .col-md-pull-31 {
    right: 86.11111111%;
  }
  .col-md-pull-30 {
    right: 83.33333333%;
  }
  .col-md-pull-29 {
    right: 80.55555556%;
  }
  .col-md-pull-28 {
    right: 77.77777778%;
  }
  .col-md-pull-27 {
    right: 75%;
  }
  .col-md-pull-26 {
    right: 72.22222222%;
  }
  .col-md-pull-25 {
    right: 69.44444444%;
  }
  .col-md-pull-24 {
    right: 66.66666667%;
  }
  .col-md-pull-23 {
    right: 63.88888889%;
  }
  .col-md-pull-22 {
    right: 61.11111111%;
  }
  .col-md-pull-21 {
    right: 58.33333333%;
  }
  .col-md-pull-20 {
    right: 55.55555556%;
  }
  .col-md-pull-19 {
    right: 52.77777778%;
  }
  .col-md-pull-18 {
    right: 50%;
  }
  .col-md-pull-17 {
    right: 47.22222222%;
  }
  .col-md-pull-16 {
    right: 44.44444444%;
  }
  .col-md-pull-15 {
    right: 41.66666667%;
  }
  .col-md-pull-14 {
    right: 38.88888889%;
  }
  .col-md-pull-13 {
    right: 36.11111111%;
  }
  .col-md-pull-12 {
    right: 33.33333333%;
  }
  .col-md-pull-11 {
    right: 30.55555556%;
  }
  .col-md-pull-10 {
    right: 27.77777778%;
  }
  .col-md-pull-9 {
    right: 25%;
  }
  .col-md-pull-8 {
    right: 22.22222222%;
  }
  .col-md-pull-7 {
    right: 19.44444444%;
  }
  .col-md-pull-6 {
    right: 16.66666667%;
  }
  .col-md-pull-5 {
    right: 13.88888889%;
  }
  .col-md-pull-4 {
    right: 11.11111111%;
  }
  .col-md-pull-3 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 5.55555556%;
  }
  .col-md-pull-1 {
    right: 2.77777778%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-36 {
    left: 100%;
  }
  .col-md-push-35 {
    left: 97.22222222%;
  }
  .col-md-push-34 {
    left: 94.44444444%;
  }
  .col-md-push-33 {
    left: 91.66666667%;
  }
  .col-md-push-32 {
    left: 88.88888889%;
  }
  .col-md-push-31 {
    left: 86.11111111%;
  }
  .col-md-push-30 {
    left: 83.33333333%;
  }
  .col-md-push-29 {
    left: 80.55555556%;
  }
  .col-md-push-28 {
    left: 77.77777778%;
  }
  .col-md-push-27 {
    left: 75%;
  }
  .col-md-push-26 {
    left: 72.22222222%;
  }
  .col-md-push-25 {
    left: 69.44444444%;
  }
  .col-md-push-24 {
    left: 66.66666667%;
  }
  .col-md-push-23 {
    left: 63.88888889%;
  }
  .col-md-push-22 {
    left: 61.11111111%;
  }
  .col-md-push-21 {
    left: 58.33333333%;
  }
  .col-md-push-20 {
    left: 55.55555556%;
  }
  .col-md-push-19 {
    left: 52.77777778%;
  }
  .col-md-push-18 {
    left: 50%;
  }
  .col-md-push-17 {
    left: 47.22222222%;
  }
  .col-md-push-16 {
    left: 44.44444444%;
  }
  .col-md-push-15 {
    left: 41.66666667%;
  }
  .col-md-push-14 {
    left: 38.88888889%;
  }
  .col-md-push-13 {
    left: 36.11111111%;
  }
  .col-md-push-12 {
    left: 33.33333333%;
  }
  .col-md-push-11 {
    left: 30.55555556%;
  }
  .col-md-push-10 {
    left: 27.77777778%;
  }
  .col-md-push-9 {
    left: 25%;
  }
  .col-md-push-8 {
    left: 22.22222222%;
  }
  .col-md-push-7 {
    left: 19.44444444%;
  }
  .col-md-push-6 {
    left: 16.66666667%;
  }
  .col-md-push-5 {
    left: 13.88888889%;
  }
  .col-md-push-4 {
    left: 11.11111111%;
  }
  .col-md-push-3 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 5.55555556%;
  }
  .col-md-push-1 {
    left: 2.77777778%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-36 {
    margin-left: 100%;
  }
  .col-md-offset-35 {
    margin-left: 97.22222222%;
  }
  .col-md-offset-34 {
    margin-left: 94.44444444%;
  }
  .col-md-offset-33 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-32 {
    margin-left: 88.88888889%;
  }
  .col-md-offset-31 {
    margin-left: 86.11111111%;
  }
  .col-md-offset-30 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-29 {
    margin-left: 80.55555556%;
  }
  .col-md-offset-28 {
    margin-left: 77.77777778%;
  }
  .col-md-offset-27 {
    margin-left: 75%;
  }
  .col-md-offset-26 {
    margin-left: 72.22222222%;
  }
  .col-md-offset-25 {
    margin-left: 69.44444444%;
  }
  .col-md-offset-24 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-23 {
    margin-left: 63.88888889%;
  }
  .col-md-offset-22 {
    margin-left: 61.11111111%;
  }
  .col-md-offset-21 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-20 {
    margin-left: 55.55555556%;
  }
  .col-md-offset-19 {
    margin-left: 52.77777778%;
  }
  .col-md-offset-18 {
    margin-left: 50%;
  }
  .col-md-offset-17 {
    margin-left: 47.22222222%;
  }
  .col-md-offset-16 {
    margin-left: 44.44444444%;
  }
  .col-md-offset-15 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-14 {
    margin-left: 38.88888889%;
  }
  .col-md-offset-13 {
    margin-left: 36.11111111%;
  }
  .col-md-offset-12 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 30.55555556%;
  }
  .col-md-offset-10 {
    margin-left: 27.77777778%;
  }
  .col-md-offset-9 {
    margin-left: 25%;
  }
  .col-md-offset-8 {
    margin-left: 22.22222222%;
  }
  .col-md-offset-7 {
    margin-left: 19.44444444%;
  }
  .col-md-offset-6 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-5 {
    margin-left: 13.88888889%;
  }
  .col-md-offset-4 {
    margin-left: 11.11111111%;
  }
  .col-md-offset-3 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 5.55555556%;
  }
  .col-md-offset-1 {
    margin-left: 2.77777778%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36 {
    float: left;
  }
  .col-lg-36 {
    width: 100%;
  }
  .col-lg-35 {
    width: 97.22222222%;
  }
  .col-lg-34 {
    width: 94.44444444%;
  }
  .col-lg-33 {
    width: 91.66666667%;
  }
  .col-lg-32 {
    width: 88.88888889%;
  }
  .col-lg-31 {
    width: 86.11111111%;
  }
  .col-lg-30 {
    width: 83.33333333%;
  }
  .col-lg-29 {
    width: 80.55555556%;
  }
  .col-lg-28 {
    width: 77.77777778%;
  }
  .col-lg-27 {
    width: 75%;
  }
  .col-lg-26 {
    width: 72.22222222%;
  }
  .col-lg-25 {
    width: 69.44444444%;
  }
  .col-lg-24 {
    width: 66.66666667%;
  }
  .col-lg-23 {
    width: 63.88888889%;
  }
  .col-lg-22 {
    width: 61.11111111%;
  }
  .col-lg-21 {
    width: 58.33333333%;
  }
  .col-lg-20 {
    width: 55.55555556%;
  }
  .col-lg-19 {
    width: 52.77777778%;
  }
  .col-lg-18 {
    width: 50%;
  }
  .col-lg-17 {
    width: 47.22222222%;
  }
  .col-lg-16 {
    width: 44.44444444%;
  }
  .col-lg-15 {
    width: 41.66666667%;
  }
  .col-lg-14 {
    width: 38.88888889%;
  }
  .col-lg-13 {
    width: 36.11111111%;
  }
  .col-lg-12 {
    width: 33.33333333%;
  }
  .col-lg-11 {
    width: 30.55555556%;
  }
  .col-lg-10 {
    width: 27.77777778%;
  }
  .col-lg-9 {
    width: 25%;
  }
  .col-lg-8 {
    width: 22.22222222%;
  }
  .col-lg-7 {
    width: 19.44444444%;
  }
  .col-lg-6 {
    width: 16.66666667%;
  }
  .col-lg-5 {
    width: 13.88888889%;
  }
  .col-lg-4 {
    width: 11.11111111%;
  }
  .col-lg-3 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 5.55555556%;
  }
  .col-lg-1 {
    width: 2.77777778%;
  }
  .col-lg-pull-36 {
    right: 100%;
  }
  .col-lg-pull-35 {
    right: 97.22222222%;
  }
  .col-lg-pull-34 {
    right: 94.44444444%;
  }
  .col-lg-pull-33 {
    right: 91.66666667%;
  }
  .col-lg-pull-32 {
    right: 88.88888889%;
  }
  .col-lg-pull-31 {
    right: 86.11111111%;
  }
  .col-lg-pull-30 {
    right: 83.33333333%;
  }
  .col-lg-pull-29 {
    right: 80.55555556%;
  }
  .col-lg-pull-28 {
    right: 77.77777778%;
  }
  .col-lg-pull-27 {
    right: 75%;
  }
  .col-lg-pull-26 {
    right: 72.22222222%;
  }
  .col-lg-pull-25 {
    right: 69.44444444%;
  }
  .col-lg-pull-24 {
    right: 66.66666667%;
  }
  .col-lg-pull-23 {
    right: 63.88888889%;
  }
  .col-lg-pull-22 {
    right: 61.11111111%;
  }
  .col-lg-pull-21 {
    right: 58.33333333%;
  }
  .col-lg-pull-20 {
    right: 55.55555556%;
  }
  .col-lg-pull-19 {
    right: 52.77777778%;
  }
  .col-lg-pull-18 {
    right: 50%;
  }
  .col-lg-pull-17 {
    right: 47.22222222%;
  }
  .col-lg-pull-16 {
    right: 44.44444444%;
  }
  .col-lg-pull-15 {
    right: 41.66666667%;
  }
  .col-lg-pull-14 {
    right: 38.88888889%;
  }
  .col-lg-pull-13 {
    right: 36.11111111%;
  }
  .col-lg-pull-12 {
    right: 33.33333333%;
  }
  .col-lg-pull-11 {
    right: 30.55555556%;
  }
  .col-lg-pull-10 {
    right: 27.77777778%;
  }
  .col-lg-pull-9 {
    right: 25%;
  }
  .col-lg-pull-8 {
    right: 22.22222222%;
  }
  .col-lg-pull-7 {
    right: 19.44444444%;
  }
  .col-lg-pull-6 {
    right: 16.66666667%;
  }
  .col-lg-pull-5 {
    right: 13.88888889%;
  }
  .col-lg-pull-4 {
    right: 11.11111111%;
  }
  .col-lg-pull-3 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 5.55555556%;
  }
  .col-lg-pull-1 {
    right: 2.77777778%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-36 {
    left: 100%;
  }
  .col-lg-push-35 {
    left: 97.22222222%;
  }
  .col-lg-push-34 {
    left: 94.44444444%;
  }
  .col-lg-push-33 {
    left: 91.66666667%;
  }
  .col-lg-push-32 {
    left: 88.88888889%;
  }
  .col-lg-push-31 {
    left: 86.11111111%;
  }
  .col-lg-push-30 {
    left: 83.33333333%;
  }
  .col-lg-push-29 {
    left: 80.55555556%;
  }
  .col-lg-push-28 {
    left: 77.77777778%;
  }
  .col-lg-push-27 {
    left: 75%;
  }
  .col-lg-push-26 {
    left: 72.22222222%;
  }
  .col-lg-push-25 {
    left: 69.44444444%;
  }
  .col-lg-push-24 {
    left: 66.66666667%;
  }
  .col-lg-push-23 {
    left: 63.88888889%;
  }
  .col-lg-push-22 {
    left: 61.11111111%;
  }
  .col-lg-push-21 {
    left: 58.33333333%;
  }
  .col-lg-push-20 {
    left: 55.55555556%;
  }
  .col-lg-push-19 {
    left: 52.77777778%;
  }
  .col-lg-push-18 {
    left: 50%;
  }
  .col-lg-push-17 {
    left: 47.22222222%;
  }
  .col-lg-push-16 {
    left: 44.44444444%;
  }
  .col-lg-push-15 {
    left: 41.66666667%;
  }
  .col-lg-push-14 {
    left: 38.88888889%;
  }
  .col-lg-push-13 {
    left: 36.11111111%;
  }
  .col-lg-push-12 {
    left: 33.33333333%;
  }
  .col-lg-push-11 {
    left: 30.55555556%;
  }
  .col-lg-push-10 {
    left: 27.77777778%;
  }
  .col-lg-push-9 {
    left: 25%;
  }
  .col-lg-push-8 {
    left: 22.22222222%;
  }
  .col-lg-push-7 {
    left: 19.44444444%;
  }
  .col-lg-push-6 {
    left: 16.66666667%;
  }
  .col-lg-push-5 {
    left: 13.88888889%;
  }
  .col-lg-push-4 {
    left: 11.11111111%;
  }
  .col-lg-push-3 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 5.55555556%;
  }
  .col-lg-push-1 {
    left: 2.77777778%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-36 {
    margin-left: 100%;
  }
  .col-lg-offset-35 {
    margin-left: 97.22222222%;
  }
  .col-lg-offset-34 {
    margin-left: 94.44444444%;
  }
  .col-lg-offset-33 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-32 {
    margin-left: 88.88888889%;
  }
  .col-lg-offset-31 {
    margin-left: 86.11111111%;
  }
  .col-lg-offset-30 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-29 {
    margin-left: 80.55555556%;
  }
  .col-lg-offset-28 {
    margin-left: 77.77777778%;
  }
  .col-lg-offset-27 {
    margin-left: 75%;
  }
  .col-lg-offset-26 {
    margin-left: 72.22222222%;
  }
  .col-lg-offset-25 {
    margin-left: 69.44444444%;
  }
  .col-lg-offset-24 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-23 {
    margin-left: 63.88888889%;
  }
  .col-lg-offset-22 {
    margin-left: 61.11111111%;
  }
  .col-lg-offset-21 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-20 {
    margin-left: 55.55555556%;
  }
  .col-lg-offset-19 {
    margin-left: 52.77777778%;
  }
  .col-lg-offset-18 {
    margin-left: 50%;
  }
  .col-lg-offset-17 {
    margin-left: 47.22222222%;
  }
  .col-lg-offset-16 {
    margin-left: 44.44444444%;
  }
  .col-lg-offset-15 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-14 {
    margin-left: 38.88888889%;
  }
  .col-lg-offset-13 {
    margin-left: 36.11111111%;
  }
  .col-lg-offset-12 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 30.55555556%;
  }
  .col-lg-offset-10 {
    margin-left: 27.77777778%;
  }
  .col-lg-offset-9 {
    margin-left: 25%;
  }
  .col-lg-offset-8 {
    margin-left: 22.22222222%;
  }
  .col-lg-offset-7 {
    margin-left: 19.44444444%;
  }
  .col-lg-offset-6 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-5 {
    margin-left: 13.88888889%;
  }
  .col-lg-offset-4 {
    margin-left: 11.11111111%;
  }
  .col-lg-offset-3 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 5.55555556%;
  }
  .col-lg-offset-1 {
    margin-left: 2.77777778%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bbb;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: transparent;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: rgba(38, 155, 255, 0.1);
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgba(12, 143, 255, 0.1);
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: rgba(255, 0, 0, 0.1);
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgba(230, 0, 0, 0.1);
}
.table-responsive {
  /*overflow-x: auto;*/
  min-height: 0.01%;
}
@media screen and (max-width: 418px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  margin: 0 0 15px 0;
  border: 1px solid #bbb;
  min-width: 0;
}
legend {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #555555;
  border: 0;
  border-bottom: 0;
}
label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-family: 'Industry-Black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #555555;
}
input {
  min-height: 37px;
}
input[type=radio] {
  min-height: 1px;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: -9px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  color: #999999;
  background-color: white;
  background-image: none;
  border: 1px solid white;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #D1202F;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(209, 32, 47, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(209, 32, 47, 0.6);
}
.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bbb;
}
.form-control::-webkit-input-placeholder {
  color: #bbb;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #bbb;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-control select {
  line-height: 20px;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
  display: block;
  overflow: visible;
}
.form-group .no-padding {
  padding: 0;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
  line-height: 17px;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff0000;
}
.has-error .form-control {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
}
.has-error .input-group-addon {
  color: #ff0000;
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.1);
}
.has-error .form-control-feedback {
  color: #ff0000;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 419px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 419px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 8px;
}
@media (min-width: 419px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 419px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 15px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 60px;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
  padding-right: 35px;
  text-transform: uppercase;
  font-family: 'Industry', sans-serif;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  /* color: @btn-default-color;*/
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  /*.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-red {
  background-color: #d1202f;
  border-color: #d1202f;
  color: white;
  border: 2px solid #d1202f;
}
.btn-red:hover {
  background-color: #fff;
  border-color: #d1202f;
  color: #d1202f;
}
.btn-gray {
  background-color: white;
  border-color: #E1E4E9;
  color: #d1202f;
  border: #E1E4E9 solid #d1202f;
}
.btn-gray:hover {
  background-color: #d1202f;
  border-color: #d1202f;
  color: white;
}
.btn-gray3 {
  background-color: #757575;
  border-color: #E1E4E9;
  color: white;
  border: #E1E4E9 solid #333333;
}
.btn-gray3:hover {
  background-color: #a6a6a6;
  color: white;
}
.btn-white {
  background-color: #fff;
  border-color: #d1202f;
  color: #d1202f;
  border: 2px solid #d1202f;
}
.btn-white:hover {
  background-color: #d1202f;
  border-color: #d1202f;
  color: #fff;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #d1202f;
  border-color: #bb1d2a;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #a51925;
  border-color: #4c0c11;
}
.btn-primary:hover {
  color: #fff;
  background-color: #a51925;
  border-color: #86141e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a51925;
  border-color: #86141e;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #86141e;
  border-color: #4c0c11;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #d1202f;
  border-color: #bb1d2a;
}
.btn-primary .badge {
  color: #d1202f;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #38A84A;
  border-color: #329542;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2b8239;
  border-color: #123517;
}
.btn-success:hover {
  color: #fff;
  background-color: #2b8239;
  border-color: #22672d;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2b8239;
  border-color: #22672d;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #22672d;
  border-color: #123517;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #38A84A;
  border-color: #329542;
}
.btn-success .badge {
  color: #38A84A;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #1995FF;
  border-color: #0089ff;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #007be5;
  border-color: #00447f;
}
.btn-info:hover {
  color: #fff;
  background-color: #007be5;
  border-color: #0068c1;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #007be5;
  border-color: #0068c1;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #0068c1;
  border-color: #00447f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #1995FF;
  border-color: #0089ff;
}
.btn-info .badge {
  color: #1995FF;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #EEA336;
  border-color: #ec981e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #de8b13;
  border-color: #80500b;
}
.btn-warning:hover {
  color: #fff;
  background-color: #de8b13;
  border-color: #bd7710;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #de8b13;
  border-color: #bd7710;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #bd7710;
  border-color: #80500b;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #EEA336;
  border-color: #ec981e;
}
.btn-warning .badge {
  color: #EEA336;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d1202f;
  border-color: #bb1d2a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #a51925;
  border-color: #4c0c11;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a51925;
  border-color: #86141e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a51925;
  border-color: #86141e;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #86141e;
  border-color: #4c0c11;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d1202f;
  border-color: #bb1d2a;
}
.btn-danger .badge {
  color: #d1202f;
  background-color: #fff;
}
.btn-link {
  color: #d1202f;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #8f1620;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bbb;
  text-decoration: none;
}
.btn-xlg {
  padding: 10px 16px;
  font-size: 48px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 32px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #484848;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #d1202f;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bbb;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #bbb;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 419px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: #f7f7f9;
  border: 1px solid white;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #bbb;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bbb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #bbb;
  border-color: #d1202f;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
  font-family: 'Industry', sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #999999;
}
.nav-tabs > li > a i {
  color: #999999;
}
.nav-tabs > li > a:hover {
  border-color: #999999 #999999 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #d1202f;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a i,
.nav-tabs > li.active > a:hover i,
.nav-tabs > li.active > a:focus i {
  color: #d1202f;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 419px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 419px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #d1202f;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 419px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 419px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: transparent;
  }
}
.tab-content {
  margin-bottom: 15px;
}
.tab-content > .tab-pane {
  display: none;
  background-color: #efefef;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 419px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 419px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 419px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 1px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 419px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 419px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 419px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 8px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 419px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -8px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d1202f;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 419px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -8px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 418px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 419px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 419px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 418px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 419px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 419px) {
  .navbar-text {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 419px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -8px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
  display: inline-block;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 418px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #e1e1e1;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e1e1e1;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e1e1e1;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 418px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #e1e1e1;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #e1e1e1;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #e1e1e1;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #bbb;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 6px;
  line-height: 1.42857143;
  text-decoration: none;
  color: black;
  background-color: none;
  /*border: 1px solid @pagination-border;*/
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #d1202f;
  background-color: transparent;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #d1202f;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #efefef;
  background-color: transparent;
  border-color: transparent;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: none;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.pager .next > a,
.pager .next > span {
  float: right;
  min-width: 35px;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
  min-width: 35px;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #bbb;
  background-color: none;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #bbb;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a2a2a2;
}
.label-primary {
  background-color: #d1202f;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #a51925;
}
.label-success {
  background-color: #38A84A;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #2b8239;
}
.label-info {
  background-color: #1995FF;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #007be5;
}
.label-warning {
  background-color: #EEA336;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #de8b13;
}
.label-danger {
  background-color: #d1202f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #a51925;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bbb;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #d1202f;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #bbb;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #a2a2a2;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 8px;
  padding-right: 8px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 419px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d1202f;
}
.thumbnail .caption {
  padding: 9px;
  color: black;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -15px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: transparent;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: rgba(38, 155, 255, 0.1);
  border-color: transparent;
  color: #269bff;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-info .alert-link {
  color: #0082f2;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: transparent;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: rgba(255, 0, 0, 0.1);
  border-color: transparent;
  color: #ff0000;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0);
}
.alert-danger .alert-link {
  color: #cc0000;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #d1202f;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #38A84A;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #1995FF;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #EEA336;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d1202f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #bbb;
  color: #bbb;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #bbb;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #d1202f;
  border-color: #d1202f;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f6c7cb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #269bff;
  background-color: rgba(38, 155, 255, 0.1);
}
a.list-group-item-info,
button.list-group-item-info {
  color: #269bff;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #269bff;
  background-color: rgba(12, 143, 255, 0.1);
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #269bff;
  border-color: #269bff;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.1);
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ff0000;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #ff0000;
  background-color: rgba(230, 0, 0, 0.1);
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #efefef;
}
.panel-default > .panel-heading {
  color: #555555;
  background-color: #efefef;
  border-color: #efefef;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #efefef;
}
.panel-default > .panel-heading .badge {
  color: #efefef;
  background-color: #555555;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #efefef;
}
.panel-primary {
  border-color: #d1202f;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #d1202f;
  border-color: #d1202f;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d1202f;
}
.panel-primary > .panel-heading .badge {
  color: #d1202f;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d1202f;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #269bff;
  background-color: rgba(38, 155, 255, 0.1);
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: rgba(38, 155, 255, 0.1);
  background-color: #269bff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.1);
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: rgba(255, 0, 0, 0.1);
  background-color: #ff0000;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.close:hover,
.close:focus {
  color: #484848;
  text-decoration: none;
  cursor: pointer;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.conversationFunctions {
  width: 100%;
  display: block;
  overflow: hidden;
}
.conversationFunctions .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 5px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
  float: right;
}
.conversationFunctions .breadcrumb > li {
  display: inline-block;
}
.conversationFunctions .breadcrumb > li + li:before {
  content: " | ";
  padding: 0 5px;
  color: #ccc;
}
.conversationFunctions .breadcrumb > .active {
  color: #bbb;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  max-width: 95%;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid #d1202f;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #d1202f;
  color: white;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 419px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-login {
    width: 460px;
  }
}
@media (min-width: 767px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 1110px) {
  .modal-xl {
    width: 80%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  /*#gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001));*/
}
.carousel-control.right {
  left: auto;
  right: 0;
  /*#gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5));*/
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 419px) {
  .carousel-control .fa-chevron-left,
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .fa-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .fa-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.col-dash-content .container:before,
.col-dash-content .container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.col-dash-content .container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.align-text-left {
  text-align: left;
}
.align-text-center {
  text-align: center;
}
.align-text-right {
  text-align: right;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 418px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 418px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 418px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 418px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 419px) and (max-width: 766px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 419px) and (max-width: 766px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 419px) and (max-width: 766px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 419px) and (max-width: 766px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 418px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 419px) and (max-width: 766px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.text-align-right-lg {
  text-align: right;
}
.text-align-center-lg {
  text-align: center;
}
.text-align-left-lg {
  text-align: left;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .text-align-right-md {
    text-align: right;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .text-align-center-md {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  .text-align-left-md {
    text-align: left;
  }
}
@media (min-width: 419px) and (max-width: 766px) {
  .text-align-right-sm {
    text-align: right;
  }
}
@media (min-width: 419px) and (max-width: 766px) {
  .text-align-center-sm {
    text-align: center;
  }
}
@media (min-width: 419px) and (max-width: 766px) {
  .text-align-left-sm {
    text-align: left;
  }
}
@media (max-width: 418px) {
  .text-align-right-xs {
    text-align: right;
  }
}
@media (max-width: 418px) {
  .text-align-center-xs {
    text-align: center;
  }
}
@media (max-width: 418px) {
  .text-align-left-xs {
    text-align: left;
  }
}
.inline-label {
  display: inline-block;
}
.pad-l-20 {
  padding-left: 20px;
}
.pad-r-20 {
  padding-left: 20px;
}
.pad-t-2 {
  padding-top: 2px;
}
#GameCenter .margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-center {
  margin: 0 auto;
}
.margin-top-0 {
  margin-top: 0;
}
.width100 {
  width: 100% !important;
}
.text-align-center {
  text-align: center;
}
.form-no-margin form {
  margin-left: 0;
}
.form-no-margin-i form {
  margin-left: 0 !important;
}
.overflow-hidden {
  overflow: hidden;
}
.bg-black {
  background-color: black;
  color: white;
}
.font-header {
  font-family: 'Industry', sans-serif;
}
.font-body-demi {
  font-family: 'tk-din-2014-n6', 'din-2014', 'Roboto-Medium', sans-serif;
}
.font-body-light {
  font-family: 'tk-din-2014-n2', 'din-2014', 'Roboto-Light', sans-serif;
}
.font-body {
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
}
.font-body-bold {
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font-body-narrow {
  font-family: 'din-2014-narrow', 'din-2014', 'Roboto-Medium', sans-serif;
  font-weight: 400;
}
.font-body-narrow-bold {
  font-family: 'din-2014-narrow', 'din-2014', 'Roboto-Medium', sans-serif;
  font-weight: 700;
}
.font-outline {
  font-family: 'Industry-Outline', sans-serif;
}
.font-black {
  font-family: 'Industry-Black', sans-serif;
}
.txt-notransform {
  text-transform: none;
}
.txt-upper {
  text-transform: uppercase;
}
.txt-red {
  color: #d1202f;
}
.txt-black {
  color: black;
}
.txt-red-dark {
  color: #72121A;
}
.txt-gray1 {
  color: #484848;
}
.txt-gray2 {
  color: #555555;
}
.txt-gray3 {
  color: #999999;
}
.txt-gray4 {
  color: #bbb;
}
.txt-gray5 {
  color: #efefef;
}
.txt-white {
  color: white !important;
}
.txt-green {
  color: #38A84A;
}
.txt-blue {
  color: #1995FF;
}
.txt-yellow {
  color: #EEA336;
}
.txt-purple {
  color: #8a3fcc;
}
.bg-hover-gray2:hover {
  background-color: #555555;
}
.txt-hover-red:hover {
  color: #d1202f;
}
.txt-hover-red-dark:hover {
  color: #72121A;
}
.txt-hover-gray1:hover {
  color: #484848;
}
.txt-hover-gray2:hover {
  color: #555555;
}
.txt-hover-gray3:hover {
  color: #999999;
}
.txt-hover-gray4:hover {
  color: #bbb;
}
.txt-hover-gray5:hover {
  color: #efefef !important;
}
.txt-hover-white:hover {
  color: white;
}
.hover-cursor:hover {
  cursor: pointer;
}
.txt-underline {
  text-decoration: underline;
}
.font-bold {
  font-weight: bold;
}
.bg-red {
  background-color: #d1202f;
}
.bg-red-dark {
  background-color: #72121A;
}
.bg-gray1 {
  background-color: #484848;
}
.bg-gray2 {
  background-color: #555555;
}
.bg-gray3 {
  background-color: #999999;
}
.bg-gray4 {
  background-color: #bbb;
}
.bg-graya {
  background-color: #aaaaaa;
}
.border-gray4 {
  border-color: #bbb;
}
.bg-gray5 {
  background-color: #efefef;
}
.bg-white {
  background-color: white;
}
.bg-green {
  background-color: #38A84A;
}
.bg-green-drk {
  background-color: #2b8239;
}
.bg-blue {
  background-color: #1995FF;
}
.bg-yellow {
  background-color: #EEA336;
}
.bg-purple {
  background-color: #8a3fcc;
}
.bg-transparent {
  background-color: transparent;
}
.upper {
  text-transform: uppercase;
}
a.no-underline:hover {
  text-decoration: none;
}
.text-align-right {
  text-align: right;
}
.border-width-1 {
  border-width: 1px;
  border-style: solid;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.txt-underline {
  text-decoration: underline;
}
.red-underline {
  border-bottom: 1px solid #d1202f;
}
@font-face {
  font-family: 'HitTraxSymbols';
  src: url('../fonts/HitTraxSymbols.eot?1f7gj');
  src: url('../fonts/HitTraxSymbols.eot?1f7gj#iefix') format('embedded-opentype'), url('../fonts/HitTraxSymbols.ttf?1f7gj') format('truetype'), url('../fonts/HitTraxSymbols.woff?1f7gj') format('woff'), url('../fonts/HitTraxSymbols.svg?1f7gj#HitTraxSymbols') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ht-icon-"],
[class*=" ht-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'HitTraxSymbols' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ht-icon-account:before {
  content: "\e900";
}
.ht-icon-contact:before {
  content: "\e901";
}
.ht-icon-search:before {
  content: "\e902";
}
.ht-icon-create:before {
  content: "\e903";
}
.ht-icon-trash:before {
  content: "\e904";
}
.ht-icon-refresh:before {
  content: "\e905";
}
.ht-icon-prefs:before {
  content: "\e906";
}
.ht-icon-message:before {
  content: "\e907";
}
.ht-icon-response:before {
  content: "\e908";
}
.ht-icon-reply:before {
  content: "\e909";
}
.ht-icon-list:before {
  content: "\e90a";
}
.ht-icon-calendar:before {
  content: "\e90b";
}
.ht-icon-calendar-add:before {
  content: "\e90c";
}
.ht-icon-gamecenter:before {
  content: "\e90d";
}
.ht-icon-pickup:before {
  content: "\e90e";
}
.ht-icon-facility:before {
  content: "\e90f";
}
.ht-icon-challenge:before {
  content: "\e910";
}
.ht-icon-challenge-yes:before {
  content: "\e911";
}
.ht-icon-challenge-no:before {
  content: "\e912";
}
.ht-icon-up1:before,
.ht-icon-up-arrow:before {
  content: "\e913";
}
.ht-icon-down1:before,
.ht-icon-down-arrow:before {
  content: "\e914";
}
.ht-icon-left1:before,
.ht-icon-left-arrow:before {
  content: "\e915";
}
.ht-icon-right1:before,
.ht-icon-right-arrow:before {
  content: "\e916";
}
.ht-icon-up2:before,
.ht-icon-up-caret:before {
  content: "\e917";
}
.ht-icon-down2:before,
.ht-icon-down-caret:before {
  content: "\e918";
}
.ht-icon-left2:before,
.ht-icon-left-caret:before {
  content: "\e919";
}
.ht-icon-right2:before,
.ht-icon-right-caret:before {
  content: "\e91a";
}
/*new Icons 1-1-18*/
.ht-icon-tourney:before {
  content: "\e91b";
}
.ht-icon-tourney-add:before {
  content: "\e91c";
}
.ht-icon-call:before {
  content: "\e91d";
}
.ht-icon-prefs-single:before {
  content: "\e91e";
}
.ht-icon-close:before {
  content: "\e91f";
}
.ht-icon-compare:before {
  content: "\e920";
}
.ht-icon-bell-on:before {
  content: "\e921";
}
.ht-icon-bell-off:before {
  content: "\e922";
}
.ht-icon-news:before {
  content: "\e923";
}
.ht-icon-dashboard:before {
  content: "\e924";
}
.ht-icon-favorite-no:before {
  content: "\e925";
}
.ht-icon-favorite-yes:before {
  content: "\e926";
}
.ht-icon-home-plate:before {
  content: "\e927";
}
.ht-icon-msg-open:before {
  content: "\e928";
}
.ht-icon-location:before {
  content: "\e929";
}
.ht-icon-logout:before {
  content: "\e92a";
}
.ht-icon-pin:before {
  content: "\e92b";
}
.ht-icon-quotes:before {
  content: "\e92c";
}
.ht-icon-recruiting:before {
  content: "\e92d";
}
.ht-icon-team:before {
  content: "\e92e";
}
.ht-icon-player:before {
  content: "\e92f";
}
.ht-icon-testimonial:before {
  content: "\e930";
}
.ht-icon-video:before {
  content: "\e931";
}
.ht-icon-pitch:before {
  content: "\e938";
}
.ht-icon-hit:before {
  content: "\e933";
}
.ht-icon-catch:before {
  content: "\e934";
}
.ht-icon-view-off:before {
  content: "\e932";
}
.ht-icon-view-on:before {
  content: "\e935";
}
.ht-icon-lock:before {
  content: "\e936";
}
.ht-icon-info:before {
  content: "\e937";
}
.ht-icon-folder:before {
  content: "\e939";
}
.ht-icon-hamburger:before {
  content: "\e93a";
}
.ht-icon-directory:before {
  content: "\e93b";
}
.ht-icon-check:before {
  content: "\e93c";
}
.ht-icon-chart-line:before {
  content: "\e93d";
}
.ht-icon-chart-dot:before {
  content: "\e93e";
}
.ht-icon-baseball:before {
  content: "\e93f";
}
.ht-icon-bat-small:before {
  content: "\e940";
}
.ht-icon-hotzone:before {
  content: "\e941";
}
.ht-icon-la:before {
  content: "\e942";
}
.ht-icon-share:before {
  content: "\e943";
}
.ht-icon-poi:before {
  content: "\e944";
}
.ht-icon-location-small:before {
  content: "\e945";
}
.ht-icon-more:before {
  content: "\e946";
}
.ht-icon-note-small:before {
  content: "\e947";
}
.ht-icon-poi-rotate:before {
  content: "\e948";
}
.ht-icon-popout:before {
  content: "\e949";
}
/*#region REGISTRATION FORM*/
#corporate-register h4 {
  color: #d1202f;
}
#corporate-register .input-label-red {
  font: 'tk-din-2014-n2', 'din-2014', 'Roboto-Light', sans-serif;
  text-transform: none;
  font-size: 12px;
  font-weight: 100;
}
/*#endregion*/
/*#region Custom Checkbox*/
.ht-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 20px;
}
/* Hide the browser's default checkbox */
.ht-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Wait Spinners */
.ht-wait-spinner-container {
  text-align: center;
  color: #000 !important;
}
.ht-wait-spinner-icon {
  color: #000 !important;
}
.ht-wait-spinner-icon-small {
  font-size: 8px;
}
.ht-wait-spinner-icon-normal {
  font-size: 20px;
}
.ht-wait-spinner-icon-large {
  font-size: 32px;
}
.ht-wait-spinner-text {
  color: #000 !important;
  font-family: 'Industry', sans-serif !important;
}
.ht-wait-spinner-text-small {
  font-size: 8px;
}
.ht-wait-spinner-text-normal {
  font-size: 14px;
}
.ht-wait-spinner-text-large {
  font-size: 22px;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #d1202f;
}
/* On mouse-over, add a grey background color */
.ht-checkbox:hover input ~ .checkmark {
  background-color: #72121A;
}
/* When the checkbox is checked, add a blue background */
.ht-checkbox input:checked ~ .checkmark {
  background-color: #d1202f;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.ht-checkbox input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.ht-checkbox .checkmark:after {
  left: 6px;
  top: 0px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*#endregion*/
/*#region GLOBAL STYLES*/
.font-red {
  font-family: 'Industry-Bold', sans-serif;
  color: #d1202f;
}
.font-outline {
  font-family: 'Industry-Outline', sans-serif;
}
/*#region DISPLAY BLOCKS */
.display-block {
  background-color: #fff;
  width: 95%;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.display-block-link {
  cursor: pointer;
}
.display-block-header {
  text-transform: uppercase;
  font-family: 'Industry-Bold', sans-serif;
  font-size: 20px;
  text-align: right;
}
.display-block-body {
  text-transform: uppercase;
  font-family: 'Industry-Bold', sans-serif;
  font-size: 104px;
  text-align: center;
  vertical-align: middle;
}
.display-block-footer {
  text-transform: uppercase;
  font-family: 'Industry-Bold', sans-serif;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
}
/*#endregion*/
.notification-box {
  padding: 12px;
}
.notification-box-urgent {
  color: #ff0000;
  background-color: rgba(255, 0, 0, 0.1);
}
.notification-box-info {
  color: #269bff;
  background-color: rgba(38, 155, 255, 0.1);
}
/*#endregion*/
body .show-in-production,
body .show-in-production-block,
body .show-in-production-inline-block {
  display: none !important;
}
body.production .hide-in-production,
body.production .hide-in-production-block,
body.production .hide-in-production-inline-block {
  display: none !important;
}
body.production .show-in-production-block {
  display: block !important;
}
body.production .show-in-production-inline-block {
  display: inline-block !important;
}
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+0,d7d7d7+100 */
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #d7d7d7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #efefef 0%, #d7d7d7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #efefef 0%, #d7d7d7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#d7d7d7', GradientType=0);
  /* IE6-9 */
}
.pageWrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+16,f4f4f4+100&1+38,0.38+100 */
  background: -moz-linear-gradient(top, #ffffff 16%, #fcfcfc 38%, rgba(244, 244, 244, 0.38) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 16%, #fcfcfc 38%, rgba(244, 244, 244, 0.38) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 16%, #fcfcfc 38%, rgba(244, 244, 244, 0.38) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#61f4f4f4', GradientType=0);
  /* IE6-9 */
}
/*new 11-27-18*/
#loginModal .modal-content {
  background-color: white;
}
#login-container {
  color: black;
}
#login-container .logo-display {
  max-width: 240px;
  display: inline-block;
  margin: 0 auto;
  margin-top: -13px;
  margin-bottom: 15px;
  width: 100%;
}
#login-container h1 {
  font-size: 60px;
  margin-bottom: 30px;
}
#login-container .form-group-container {
  max-width: 400px;
  margin: 0 auto;
}
#login-container .form-group-container .form-group .input-group .input-group-addon {
  min-width: 60px;
  background-color: #e1e1e1;
  color: #d1202f;
  border: none;
  font-size: 32px;
}
#login-container .form-group-container .form-group .input-group .form-control {
  background-color: #efefef;
  color: #a8a8a8;
  border: none;
  max-width: 350px;
  height: 60px;
  font-size: 20px;
}
#login-container .form-group-container .form-group .input-group.active {
  -webkit-box-shadow: 0 0 10px 0 #BBBBBB;
  box-shadow: 0 0 10px 0 #BBBBBB;
}
#login-container .form-group-container .form-group .input-group.active .input-group-addon {
  background-color: #757575;
  color: white;
}
#login-container .form-group-container .form-group .input-group.active .form-control {
  background-color: #fff;
  color: black;
}
#login-container .form-group-container .form-group .input-group.active .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#login-container a.forgotpassword {
  color: #4A4A4A;
}
#login-container .btn {
  font-size: 18px;
  width: 100%;
}
@media (max-width: 418px) {
  #login-container .input-group-addon {
    min-width: 0;
  }
}
#login-container input[type="checkbox"] {
  display: none;
}
#login-container input[type="checkbox"] + label {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 15px;
}
#login-container input[type="checkbox"] + label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background-color: #ececec;
  cursor: pointer;
}
#login-container input[type="checkbox"] + label span i {
  display: none;
}
#login-container input[type="checkbox"]:checked + label span i {
  display: block;
  color: #adadad;
  padding-left: 4px;
}
#product-navigation {
  display: none;
}
#product-navigation .list-inline {
  height: 38px;
  margin-left: -5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #484848;
  line-height: 38px;
}
#product-navigation .list-inline.pull-right > li {
  padding-right: 0;
  padding-left: 15px;
}
#product-navigation .list-inline > li {
  padding-right: 30px;
}
#product-navigation .list-inline > li a {
  color: #484848;
}
#product-navigation .list-inline > li a.active {
  text-transform: lowercase;
  color: white;
}
#header-common {
  background-color: #0E0E0E;
}
#header-common .toggle-holder {
  display: inline-block;
  position: absolute !important;
  margin-top: 7px;
}
#header-common .logo-display {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  max-width: 181px;
}
#header-common .navbar-toggle {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #d1202f;
  margin-right: 0;
  float: none;
  padding: 0;
  padding-left: 8px;
  margin-left: 10px;
}
#header-common .navbar-toggle .icon-bar {
  background-color: #d1202f;
  width: 22px;
}
#header-common .navbar-toggle .icon-bar.short {
  width: 15px;
  margin-left: 3px;
}
#header-common .header-logo-holder {
  display: inline-block;
  margin-left: -10px;
  margin-top: 3px;
}
#header-common .list-inline.module-links {
  padding-top: 23px;
  margin-bottom: 0;
  text-align: center;
}
#header-common .list-inline.module-links li {
  padding-left: 10px;
  padding-right: 10px;
}
#header-common .list-inline.module-links a {
  letter-spacing: 0.02em;
}
#header-common .list-inline.module-links a .txt-ls-2 {
  letter-spacing: 0.02em;
}
#header-common .list-inline.module-links a .txt-first {
  border-bottom: 1px solid #d1202f;
  /*text-decoration: underline;
                text-decoration-line: underline;
                text-decoration-color: @hittrax-red;*/
}
#header-common .list-inline.not-logged-in-links {
  margin-top: 32px;
  padding-left: 18px;
  margin-right: 20px;
}
#header-common .list-inline.not-logged-in-links i {
  font-size: 25px;
  vertical-align: -7px;
  margin-left: 5px;
}
#header-common .list-inline.not-logged-in-links .ht-icon-contact {
  vertical-align: -8px;
}
#header-common .list-inline.not-logged-in-links li.login-menu .dropdown-menu {
  min-width: 220px;
  right: 0;
  left: unset;
}
#header-common .list-inline.not-logged-in-links li.login-menu .dropdown-menu > li > a {
  line-height: 40px;
  padding: 0;
  padding-left: 25px;
  font-family: 'Industry', sans-serif;
}
#header-common .list-inline.not-logged-in-links li.login-menu .dropdown-menu > li > a > i {
  font-size: 23px;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: -3px;
}
#header-common .list-inline.not-logged-in-links a {
  position: relative;
}
#header-common .list-inline.not-logged-in-links a i {
  font-size: 24px;
  padding-right: 5px;
  display: inline-block;
  /*position: absolute;
                right: 0;
                top: 9px;*/
  vertical-align: -3px;
}
#header-common .list-inline.not-logged-in-links a .user-name {
  line-height: 20px;
  display: inline-block;
}
#header-common .list-inline.not-logged-in-links a .caret {
  padding-top: 10px;
  color: #d1202f;
}
#header-common .list-inline.not-logged-in-links a:hover {
  text-decoration: none;
  color: #d1202f;
}
#header-common .list-inline.login-links {
  margin-top: 16px;
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
#header-common .list-inline.login-links i {
  font-size: 25px;
  vertical-align: -7px;
  margin-left: 5px;
}
#header-common .list-inline.login-links li {
  position: relative;
}
#header-common .list-inline.login-links li.login-menu .user-name {
  display: inline-block;
}
#header-common .list-inline.login-links li.login-menu .dropdown-menu {
  right: 0;
  left: unset;
  position: fixed;
  z-index: 999999999;
  margin: -1px;
  top: 0;
  padding: 0;
  background-color: transparent;
}
#header-common .list-inline.login-links li.login-menu .dropdown-menu > li > a {
  line-height: 40px;
  padding: 0;
  padding-left: 25px;
  font-family: 'Industry', sans-serif;
}
#header-common .list-inline.login-links li.login-menu .dropdown-menu > li > a > i {
  font-size: 23px;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: -3px;
}
#header-common .list-inline.login-links a {
  position: relative;
}
#header-common .list-inline.login-links a.maillink {
  display: block;
}
#header-common .list-inline.login-links a #new-message-indicator {
  display: none;
  -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  background-color: #d1202f;
  width: 17px;
  height: 18px;
  color: white;
  text-align: center;
  line-height: 17px;
  font-size: 15px;
  left: -10px;
  top: -7px;
  z-index: 5;
}
#header-common .list-inline.login-links a #new-message-indicator.active {
  display: block;
}
#header-common .list-inline.login-links a .link-box {
  height: 40px;
  width: 40px;
  border: 1px solid #d1202f;
  text-align: center;
  z-index: 4;
}
#header-common .list-inline.login-links a .link-box.active {
  border: 1px solid #d1202f;
  background-color: #d1202f;
}
#header-common .list-inline.login-links a .link-box.active i {
  color: black;
}
#header-common .list-inline.login-links a i {
  font-size: 24px;
  padding-right: 0;
  margin: 0;
  display: inline-block;
  line-height: 40px;
  vertical-align: -3px;
  color: white;
}
#header-common .list-inline.login-links a .user-name {
  line-height: 20px;
  display: inline-block;
}
#header-common .list-inline.login-links a .caret {
  padding-top: 10px;
  color: #d1202f;
}
#header-common .list-inline.login-links a:hover {
  text-decoration: none;
  color: #d1202f;
}
#header-common li.dropdown .dropdown-menu {
  background-color: transparent;
  width: 230px;
  box-shadow: none;
  border: none;
}
#header-common li.dropdown .dropdown-menu .close-col {
  display: inline-block;
  float: left;
  width: 40px;
  text-align: right;
  padding-top: 10px;
}
#header-common li.dropdown .dropdown-menu .close-col a {
  background-color: #d1202f;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
}
#header-common li.dropdown .dropdown-menu .close-col a i {
  font-size: 20px;
  color: black;
}
#header-common li.dropdown .dropdown-menu .menu-col {
  display: inline-block;
  float: right;
  width: 190px;
}
#header-common li.dropdown .dropdown-menu .menu-col ul {
  padding: 10px;
  background-color: #a71925;
  list-style: none;
  min-height: 66px;
}
#header-common li.dropdown .dropdown-menu .menu-col ul li {
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#header-common li.dropdown .dropdown-menu .menu-col ul li i {
  color: white;
  margin-right: 10px;
}
#header-common li.dropdown .dropdown-menu .menu-col ul li a {
  color: black;
  line-height: 30px;
  font-family: 'Industry', sans-serif;
}
#header-common li.dropdown .dropdown-menu .menu-col ul li a i {
  color: white;
}
.logged-in-user #header-common .logged-in-actions {
  float: right;
}
.logged-in-user #header-common .logged-in-actions .contact-holder {
  display: none;
}
#footer-common {
  background-color: white;
}
#footer-common footer {
  margin-top: 35px;
  color: #999999;
  margin-bottom: 25px;
}
#footer-common footer a {
  color: #999999;
}
#footer-common footer .list-inline {
  display: inline;
}
#footer-common footer .list-inline li {
  padding-left: 10px;
  padding-right: 10px;
}
#footer-common footer ul.content-links li {
  border-right: 1px solid #bbb;
  vertical-align: 4px;
}
#footer-common footer .socialmedia {
  margin-left: 5px;
  font-size: 19px;
  padding-top: 0;
  color: #484848;
}
#footer-common footer .socialmedia i:hover {
  color: #d1202f;
}
.shadow-container {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: block;
  overflow: hidden;
  padding: 5px;
}
.shadow-container-onhover {
  display: block;
  overflow: hidden;
  padding: 10px;
}
.shadow-container-onhover:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.pointer-on-hover {
  padding-left: 10px;
  padding-right: 10px;
}
.pointer-on-hover:hover {
  cursor: pointer;
}
#facilitySearch .form-inline .form-group {
  padding-left: 3px;
  padding-right: 3px;
}
#facilitySearch .form-inline .form-group label {
  height: 40px;
  vertical-align: bottom;
  display: table-cell;
}
#facilitySearchResults #accordion .page2,
#openChallengeSearchResults #accordian .page2,
#facilitySearchResults #accordion .page3,
#openChallengeSearchResults #accordian .page3,
#facilitySearchResults #accordion .page4,
#openChallengeSearchResults #accordian .page4,
#facilitySearchResults #accordion .page5,
#openChallengeSearchResults #accordian .page5,
#facilitySearchResults #accordion .page6,
#openChallengeSearchResults #accordian .page6 {
  display: none;
}
#facilitySearchResults,
#openChallengeSearchResults {
  padding: 20px;
}
.inbox-container table tr td:hover {
  cursor: pointer;
}
.inbox-container,
gaming-schedule-container {
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
  padding: 20px;
  font-size: 13px;
}
.inbox-container tbody tr,
gaming-schedule-container tbody tr {
  background-color: white;
}
.inbox-container i,
gaming-schedule-container i {
  font-size: 16px;
}
.inbox-container #updateInbox,
gaming-schedule-container #updateInbox {
  font-size: 23px;
}
.inbox-container tr.newMessage td,
gaming-schedule-container tr.newMessage td {
  font-family: 'tk-din-2014-n6', 'din-2014', 'Roboto-Medium', sans-serif;
}
.inbox-container tr.newMessage td i,
gaming-schedule-container tr.newMessage td i {
  color: #d1202f;
}
.inbox-container ul.pagination,
gaming-schedule-container ul.pagination {
  float: right;
  font-size: 14px;
}
.inbox-container ul.pagination li.previous,
gaming-schedule-container ul.pagination li.previous {
  /*a {
                width: 39px;
            }*/
}
.inbox-container ul.pagination li.next,
gaming-schedule-container ul.pagination li.next {
  /*a {
                width: 39px;
            }*/
}
.inbox-container ul.pagination li.next.disabled a,
gaming-schedule-container ul.pagination li.next.disabled a {
  width: 39px;
}
span.pending-text i,
.pending-text,
span.scheduled,
span.scheduled-pickup {
  color: #EEA336;
}
span.tournament-text i,
.tournament-text {
  color: #4B0082;
}
span.accepted-text i {
  color: #38A84A;
}
#customRadio {
  display: inline-block;
  overflow: hidden;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: -5px;
}
#customRadio input {
  display: none;
}
#customRadio:before {
  content: "\f1db";
  font-family: 'FontAwesome';
  color: #ebebeb;
  font-size: 20px;
  display: block;
  position: absolute;
}
#customRadio.checked:before {
  content: "\f111";
  font-family: 'FontAwesome';
  color: red;
  display: block;
}
#customRadio.checked:after {
  content: "\f111";
  font-family: 'FontAwesome';
  color: white;
  font-size: 7px;
  display: block;
  position: absolute;
  line-height: 20px;
  text-align: center;
  margin-left: 5.25px;
  margin-top: 4px;
}
.login-image {
  max-width: 32px;
  max-height: 32px;
}
#remotemodal .btn-red {
  margin-top: 10px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal-content {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #efefef;
  border: none;
}
.modal-content .modal-body {
  padding: 0 9px 9px 9px;
}
.modal-content .modal-header {
  background-color: transparent;
}
.modal-content .modal-header .modal-title {
  font-family: 'Industry-Black', sans-serif;
  color: #d1202f;
  font-size: 32px;
}
.modal-content .modal-header .modal-title i {
  color: black;
}
.modal-content .modal-header .close {
  color: #bbb;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Industry', sans-serif;
  margin-top: 9px;
}
.modal-content .modal-header .close i {
  font-size: 24px;
  vertical-align: -5px;
  margin-left: 5px;
}
#col-dash-nav,
#primary-navigation {
  font-family: 'Industry', sans-serif;
  border-bottom: 1px solid #EBEBEB;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#col-dash-nav .offcanvas-toggle-close,
#primary-navigation .offcanvas-toggle-close {
  margin-top: 0;
  padding: 10px;
  font-size: 20px;
}
#col-dash-nav ul.dashboard-navigation,
#primary-navigation ul.dashboard-navigation {
  min-height: 70vh;
  list-style: none;
  padding-left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c71d2c+0,38070b+100 */
  background: #c71d2c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c71d2c 20%, #38070b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c71d2c 20%, #38070b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c71d2c 20%, #38070b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c71d2c', endColorstr='#38070b', GradientType=0);
  /* IE6-9 */
}
#col-dash-nav ul.dashboard-navigation .activeAction,
#primary-navigation ul.dashboard-navigation .activeAction {
  color: #000;
}
#col-dash-nav ul.dashboard-navigation.submenu,
#primary-navigation ul.dashboard-navigation.submenu {
  background: transparent;
  min-height: 0;
  margin-left: 0;
  margin-top: 0;
}
#col-dash-nav ul.dashboard-navigation.submenu .nav.navbar-nav,
#primary-navigation ul.dashboard-navigation.submenu .nav.navbar-nav {
  padding-left: 25px;
}
#col-dash-nav ul.dashboard-navigation.submenu .nav.navbar-nav .header,
#primary-navigation ul.dashboard-navigation.submenu .nav.navbar-nav .header {
  line-height: 16px;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#col-dash-nav ul.dashboard-navigation.submenu .nav.navbar-nav li.toggle-icon,
#primary-navigation ul.dashboard-navigation.submenu .nav.navbar-nav li.toggle-icon {
  padding-top: 0;
  padding-left: 10px;
}
#col-dash-nav ul.dashboard-navigation.submenu .nav.navbar-nav li.section-title,
#primary-navigation ul.dashboard-navigation.submenu .nav.navbar-nav li.section-title {
  padding-left: 8px;
  font-size: 16px;
}
#col-dash-nav ul.dashboard-navigation.submenu li,
#primary-navigation ul.dashboard-navigation.submenu li {
  background-color: transparent;
  border-top: none;
  /*ul.list-inline {
                    .section-icon i {
                        display: inline-block;
                    }
                }*/
}
#col-dash-nav ul.dashboard-navigation.submenu li:first-of-type,
#primary-navigation ul.dashboard-navigation.submenu li:first-of-type {
  border-top: none;
}
#col-dash-nav ul.dashboard-navigation.submenu li .section-title,
#primary-navigation ul.dashboard-navigation.submenu li .section-title {
  font-size: 18px;
}
#col-dash-nav ul.dashboard-navigation.submenu li .section-title i,
#primary-navigation ul.dashboard-navigation.submenu li .section-title i {
  font-size: 23px;
  vertical-align: -3px;
}
#col-dash-nav ul.dashboard-navigation.submenu li .section-title.special i,
#primary-navigation ul.dashboard-navigation.submenu li .section-title.special i {
  display: none;
}
#col-dash-nav ul.dashboard-navigation li,
#primary-navigation ul.dashboard-navigation li {
  min-height: 40px;
  width: 100%;
  display: block;
  white-space: nowrap;
  border-top: 1px solid black;
}
#col-dash-nav ul.dashboard-navigation li:first-of-type,
#primary-navigation ul.dashboard-navigation li:first-of-type {
  border-top: none;
}
#col-dash-nav ul.dashboard-navigation li.active,
#primary-navigation ul.dashboard-navigation li.active {
  color: black;
}
#col-dash-nav ul.dashboard-navigation li.active a,
#primary-navigation ul.dashboard-navigation li.active a {
  color: black;
}
#col-dash-nav ul.dashboard-navigation li.active a ul.list-inline .section-title,
#primary-navigation ul.dashboard-navigation li.active a ul.list-inline .section-title,
#col-dash-nav ul.dashboard-navigation li.active a ul.list-inline .section-icon i,
#primary-navigation ul.dashboard-navigation li.active a ul.list-inline .section-icon i {
  color: black;
}
#col-dash-nav ul.dashboard-navigation li.active a:hover,
#primary-navigation ul.dashboard-navigation li.active a:hover {
  background-color: none;
  text-decoration: none;
  color: #efefef;
}
#col-dash-nav ul.dashboard-navigation li.active i.ht-icon-contact,
#primary-navigation ul.dashboard-navigation li.active i.ht-icon-contact {
  color: #d1202f;
}
#col-dash-nav ul.dashboard-navigation li .header,
#primary-navigation ul.dashboard-navigation li .header {
  background-color: transparent;
  line-height: 26px;
  font-size: 26px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 10px;
  word-wrap: normal;
}
#col-dash-nav ul.dashboard-navigation li .header.contact-header,
#primary-navigation ul.dashboard-navigation li .header.contact-header {
  font-size: 14px;
}
#col-dash-nav ul.dashboard-navigation li .header.activeArea ul.list-inline .section-title,
#primary-navigation ul.dashboard-navigation li .header.activeArea ul.list-inline .section-title {
  color: #000;
}
#col-dash-nav ul.dashboard-navigation li .header .ht-icon-up-caret,
#primary-navigation ul.dashboard-navigation li .header .ht-icon-up-caret {
  vertical-align: -7px;
}
#col-dash-nav ul.dashboard-navigation li .header .list-inline,
#primary-navigation ul.dashboard-navigation li .header .list-inline {
  /*width:255px;*/
}
#col-dash-nav ul.dashboard-navigation li a,
#primary-navigation ul.dashboard-navigation li a {
  display: block;
  padding: 0;
  color: #555555;
}
#col-dash-nav ul.dashboard-navigation li a i,
#primary-navigation ul.dashboard-navigation li a i {
  color: black;
  font-size: 23px;
  vertical-align: 0;
}
#col-dash-nav ul.dashboard-navigation li a i.ht-icon-contact,
#primary-navigation ul.dashboard-navigation li a i.ht-icon-contact {
  vertical-align: -6px !important;
  color: #d1202f;
}
#col-dash-nav ul.dashboard-navigation li a i.smaller,
#primary-navigation ul.dashboard-navigation li a i.smaller {
  font-size: 18px;
}
#col-dash-nav ul.dashboard-navigation li a:hover,
#primary-navigation ul.dashboard-navigation li a:hover {
  background-color: none;
  text-decoration: none;
  color: #d1202f;
}
#col-dash-nav ul.dashboard-navigation ul.list-inline li,
#primary-navigation ul.dashboard-navigation ul.list-inline li {
  display: inline-block;
  width: auto;
  background-color: transparent;
  border: none !important;
}
#col-dash-nav ul.dashboard-navigation ul.list-inline li.toggle-icon,
#primary-navigation ul.dashboard-navigation ul.list-inline li.toggle-icon {
  float: left;
  min-width: 34px;
  padding-left: 10px;
  padding-right: 5px;
  text-align: left;
}
#col-dash-nav ul.dashboard-navigation ul.list-inline li.section-title,
#primary-navigation ul.dashboard-navigation ul.list-inline li.section-title {
  float: left;
  padding: 0;
  color: white;
  text-align: left;
  line-height: 40px;
}
#col-dash-nav ul.dashboard-navigation ul.list-inline li.section-title.two-lines,
#primary-navigation ul.dashboard-navigation ul.list-inline li.section-title.two-lines {
  line-height: 24px;
}
#col-dash-nav ul.dashboard-navigation ul.list-inline li.section-icon,
#primary-navigation ul.dashboard-navigation ul.list-inline li.section-icon {
  padding-right: 10px;
  float: right;
}
#col-dash-nav ul.dashboard-navigation ul.list-inline li.section-icon i,
#primary-navigation ul.dashboard-navigation ul.list-inline li.section-icon i {
  display: none;
}
#col-dash-nav.closed .no-show-closed {
  display: none;
}
#col-dash-nav.closed .dashboard-navigation > li {
  min-height: 58px;
}
#col-dash-nav.closed .dashboard-navigation > li > a > i {
  color: white;
  font-size: 23px;
  margin-left: 9px;
  margin-right: 25px;
  vertical-align: -3px;
  visibility: visible;
}
#col-dash-nav.closed .dashboard-navigation > li > a > i:hover,
#col-dash-nav.closed .dashboard-navigation > li > a > i:focus {
  background-color: none;
  text-decoration: none;
  color: #d1202f;
}
#col-dash-nav.closed .dashboard-navigation > li > a:hover,
#col-dash-nav.closed .dashboard-navigation > li > a:focus {
  background-color: none;
  text-decoration: none;
  color: #d1202f;
}
#col-dash-nav.closed .dashboard-navigation ul.list-inline li {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  border: none !important;
}
#col-dash-nav.closed .dashboard-navigation ul.list-inline li.toggle-icon {
  display: none;
}
#col-dash-nav.closed .dashboard-navigation ul.list-inline li.section-title {
  display: none;
}
#col-dash-nav.closed .dashboard-navigation ul.list-inline li.section-icon {
  float: left;
  text-align: center;
  padding: 0 0 0 4px;
  margin: 0;
}
#col-dash-nav.closed .dashboard-navigation ul.list-inline li.section-icon i {
  display: inline-block;
}
#col-dash-nav.closed .dashboard-navigation ul.list-inline li.section-icon:hover,
#col-dash-nav.closed .dashboard-navigation ul.list-inline li.section-icon:focus {
  background-color: none;
  text-decoration: none;
  color: #d1202f;
}
#col-dash-nav.closed ul.dashboard-navigation.submenu .nav.navbar-nav,
#col-dash-nav.closed ul.dashboard-navigation.submenu .nav.navbar-nav {
  padding-left: 5px;
}
#col-dash-nav.closed .submenu .section-title {
  line-height: 25px;
}
#col-dash-nav.closed .submenu .section-icon {
  height: 30px;
  min-height: unset;
}
#col-dash-nav.closed .submenu .section-icon i {
  font-size: 20px;
}
#col-dash-nav.closed .submenu .submenu ul.list-inline li.section-icon i {
  color: #191919;
}
#col-dash-nav.closed .speciala {
  min-height: 40px;
}
#col-dash-nav.closed .speciala .section-icon {
  min-height: 40px;
}
#col-dash-nav.closed .speciala .section-icon i {
  margin-right: 8px;
}
#col-dash-nav.closed .active {
  color: white !important;
}
#col-dash-nav.closed .active .section-icon,
#col-dash-nav.closed .active i {
  color: white !important;
}
.logged-in-user #primary-navigation {
  max-width: 340px;
  width: 100%;
  background: #c71d2c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c71d2c 20%, #38070b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c71d2c 20%, #38070b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c71d2c 20%, #38070b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c71d2c', endColorstr='#38070b', GradientType=0);
  /* IE6-9 */
}
.logged-in-user #primary-navigation .collapse {
  display: block;
}
.logged-in-user #primary-navigation div.in {
  margin-top: 8px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation {
  background: transparent;
  min-height: unset;
  margin-left: 35px;
  margin-top: -10px;
  width: 80%;
}
.logged-in-user #primary-navigation ul.dashboard-navigation .submenu .nav.navbar-nav {
  padding-left: 5px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation .submenu li {
  width: 300px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation .speciala {
  display: block;
  height: auto !important;
}
.logged-in-user #primary-navigation ul.dashboard-navigation a.header {
  padding-left: 5px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation a.header ul.list-inline {
  display: block;
  overflow: hidden;
}
.logged-in-user #primary-navigation ul.dashboard-navigation a.header ul.list-inline li.toggle-icon,
.logged-in-user #primary-navigation ul.dashboard-navigation a.header ul.list-inline li.section-icon {
  display: none;
}
.logged-in-user #primary-navigation ul.dashboard-navigation a.header ul.list-inline li.section-title {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 22px;
  line-height: 28px !important;
}
.logged-in-user #primary-navigation ul.dashboard-navigation a.header ul.list-inline li.section-title.contact {
  font-size: 14px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation a.header ul.list-inline li.section-title.two-lines {
  line-height: 32px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation a.header ul.list-inline li.section-title.special {
  height: 40px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation ul.list-inline li.toggle-icon,
.logged-in-user #primary-navigation ul.dashboard-navigation ul.list-inline li.section-icon {
  display: none;
}
.logged-in-user #primary-navigation ul.dashboard-navigation.submenu {
  margin-left: 5px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation.submenu li {
  margin-bottom: 5px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation.submenu li .section-title {
  font-size: 24px;
  line-height: 32px;
}
.logged-in-user #primary-navigation ul.dashboard-navigation.submenu li .section-title i {
  font-size: 32px;
}
.logged-in-user #primary-navigation #collapse-arrow-holder,
.logged-in-user #primary-navigation .nav-inset-tab,
.logged-in-user #primary-navigation .gradient-fill-grays {
  display: none;
}
#col-dash-nav {
  width: 275px;
  min-width: 275px;
  float: left;
}
#col-dash-nav #leaderboard {
  display: none;
}
#col-dash-nav.closed {
  width: 60px;
  min-width: 60px;
}
#col-dash-content {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  /*overflow: hidden;*/
  padding-bottom: 30px;
  /*background-color: #F7F7F9;*/
  border-top: 1px solid #F7F7F9;
  border-bottom: 1px solid #F7F7F9;
}
#col-dash-updates {
  padding-bottom: 15px;
  background-color: #EEEEF1;
  border-top: 1px solid #EEEEF1;
  border-bottom: 1px solid #EEEEF1;
}
.gaming-schedule-container {
  padding: 20px;
}
#pagtest_wrapper .row:nth-child(2),
#gameListViewTable_wrapper .row:nth-child(2) {
  min-height: 270px;
}
#collapse-arrow-holder {
  width: 100%;
  text-align: right;
  line-height: 58px;
  text-transform: uppercase;
  background-color: #38070b;
  color: #999999;
}
#collapse-arrow-holder ul.list-inline {
  margin-bottom: 0;
}
#collapse-arrow-holder ul.list-inline li {
  display: inline-block;
  width: auto;
  background-color: transparent;
  border: none !important;
}
#collapse-arrow-holder ul.list-inline li.toggle-icon {
  float: left;
  min-width: 34px;
  padding-left: 20px;
  padding-right: 5px;
  text-align: left;
}
#collapse-arrow-holder ul.list-inline li.section-title {
  float: left;
}
#collapse-arrow-holder ul.list-inline li.section-icon {
  padding-right: 10px;
}
#collapse-arrow-holder i {
  font-size: 21px;
  color: #999999;
}
#collapse-arrow-holder:hover {
  cursor: pointer;
}
.show-info-toggle {
  margin-right: 5px;
  float: right;
}
@media only screen and (max-width: 1028px) {
  #header-common .logo-display {
    margin-left: 10px;
    max-height: 53px;
  }
  #header-common .list-inline.login-links {
    margin-right: 5px;
  }
  #header-common .list-inline.login-links ul.dropdown-menu {
    left: -37px;
  }
  .messageDisplay #pagtest_wrapper .row:nth-child(2) {
    min-height: 1px;
  }
}
@media only screen and (max-width: 1028px) {
  #header-common .logo-display {
    margin-left: 10px;
    max-height: 53px;
  }
  #header-common .list-inline.login-links {
    margin-right: 5px;
  }
  #header-common .list-inline.login-links ul.dropdown-menu {
    left: -37px;
  }
  .messageDisplay #pagtest_wrapper .row:nth-child(2) {
    min-height: 1px;
  }
}
#js-bootstrap-offcanvas .navbar-toggle {
  padding: 0;
  font-size: inherit;
  margin: 0;
  cursor: pointer;
}
#col-dash-nav .navbar {
  text-align: right;
  text-transform: uppercase;
  border: none;
  margin-bottom: 0;
}
#col-dash-nav button.navbar-toggle {
  cursor: pointer;
  position: absolute;
  float: none;
  margin-left: 0;
  /* margin-right: 8px; */
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.pickupgame .hideIfRescheduled {
  display: none;
}
#gameListViewTable_paginate ul {
  float: right;
}
#error {
  color: white;
}
#error.jumbotron {
  padding: 0;
}
#error .container {
  text-align: center;
  min-height: 625px;
  background-position: bottom center;
  background-size: cover;
}
#error .container p a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  color: white;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
}
.ajax-results-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.ajax-results-holder i {
  margin: 0 auto;
}
.ajax-results-holder .ajax-results {
  text-align: left;
  width: 100%;
}
table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'FontAwesome';
  opacity: 0.5;
}
table.dataTable thead .sorting::after {
  opacity: 0.2;
  content: "\f0dc";
}
table.dataTable thead .sorting_asc::after {
  content: "\f160";
}
table.dataTable thead .sorting_desc::after {
  content: "\f161";
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.login {
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.login .container.no-padding {
  padding: 0;
}
#searchString {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .searchForm form {
    margin-left: 0px;
  }
  .btn-lg,
  .btn-group-lg > .btn,
  .btn-group-lg > .btn {
    padding: 3px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 16px;
    margin-bottom: 5px;
  }
  small,
  .small {
    display: block;
  }
  #error .container p {
    background-color: #ffffff;
    padding: 5px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* For IE8 and earlier */
    color: black;
    font-size: 18px;
  }
  #error .container p a {
    color: black;
  }
}
.btn .div {
  display: inline;
}
@media screen and (max-width: 480px) {
  .tab-content > .tab-pane {
    padding-left: 5px;
    padding-right: 5px;
  }
  .force-linebreaks {
    word-spacing: 100vw;
  }
}
@media screen and (max-width: 359px) {
  .responsive-vertical-slide {
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.day.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
h4.highlight {
  color: red;
}
.table > thead > tr > th {
  border-bottom: 2px solid #d1202f;
  background-color: #d1202f;
  color: white;
  text-transform: uppercase;
}
h2 i {
  color: #999999;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 39px 0 0;
  border-color: #ddd transparent transparent transparent;
}
#col-dash-nav .gradient-fill-grays {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38070b+0,2d0608+99 */
  background: #38070b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #38070b 0%, #2d0608 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #38070b 0%, #2d0608 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #38070b 0%, #2d0608 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38070b', endColorstr='#2d0608', GradientType=0);
  /* IE6-9 */
  width: 87%;
  height: 100%;
  display: inline-block;
}
.nav-inset-tab {
  height: 25px;
  width: 100%;
}
.nav-inset-tab .solid-block {
  width: 87%;
  height: 58px;
  background-color: #38070b;
  display: inline-block;
}
.nav-inset-tab .triangle-holder {
  width: 13%;
  height: 58px;
  float: right;
  display: inline-block;
  /*Down-right pointing*/
}
.nav-inset-tab .triangle-holder .triangle-up-left {
  width: 0;
  height: 0;
  padding-bottom: 100%;
  padding-left: 100%;
  overflow: hidden;
}
.nav-inset-tab .triangle-holder .triangle-up-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  border-bottom: 500px solid transparent;
  border-left: 500px solid #38070b;
}
#col-dash-nav.closed .nav-inset-tab {
  height: 25px;
  width: 100%;
}
#col-dash-nav.closed .nav-inset-tab .solid-block {
  width: 35%;
  height: 58px;
  background-color: #38070b;
  display: inline-block;
}
#col-dash-nav.closed .nav-inset-tab .triangle-holder {
  width: 65%;
  height: 58px;
  float: right;
  display: inline-block;
  /*Down-right pointing*/
}
#col-dash-nav.closed .nav-inset-tab .triangle-holder .triangle-up-left {
  width: 0;
  height: 0;
  padding-bottom: 100%;
  padding-left: 100%;
  overflow: hidden;
}
#col-dash-nav.closed .nav-inset-tab .triangle-holder .triangle-up-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: -500px;
  border-bottom: 500px solid transparent;
  border-left: 500px solid #38070b;
}
#col-dash-nav.closed .gradient-fill-grays {
  width: 35%;
}
@media only screen and (max-width: 1200px) {
  #full-screen-corporate .section .container {
    height: 100%;
  }
}
@media only screen and (max-width: 765px) {
  #col-dash-nav .dashboard-navigation li .header {
    width: 100%;
  }
  #col-dash-nav {
    width: 50px;
    min-width: 50px;
    background: #dddddd;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dddddd 0%, #bcbcbc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dddddd 0%, #bcbcbc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dddddd 0%, #bcbcbc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#bcbcbc', GradientType=0);
    /* IE6-9 */
  }
  #col-dash-nav .navbar-offcanvas {
    overflow-y: hidden;
  }
  #col-dash-nav .navbar-offcanvas .logo-holder {
    text-align: left;
    float: left;
  }
  #col-dash-nav .navbar-offcanvas .navbar-nav {
    margin: 0;
  }
  #col-dash-nav .navbar-offcanvas.in {
    padding-right: 8px;
    overflow-y: hidden;
    background-color: transparent;
    box-shadow: none;
    padding-left: 0;
  }
  #header-common .logo-display {
    text-align: left;
    display: block;
    max-height: 40px;
    padding-top: 0;
    padding-bottom: 4px;
  }
  #header-common ul.list-inline.module-links {
    padding-top: 0;
  }
  #header-common ul.list-inline.login-links {
    width: 100%;
  }
  #header-common ul.list-inline.login-links li.contact-holder {
    float: right;
    padding-left: 0;
    padding-right: 0;
    margin-right: 5px;
  }
  #header-common ul.list-inline.login-links li.login-menu {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
    border-left: 0;
  }
  #col-dash-nav .navbar-nav {
    float: none;
  }
  #col-dash-nav .dashboard-navigation > li > a > i {
    margin-left: 5px;
  }
  #footer-common ul.list-inline {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }
  #footer-common ul.list-inline.socialmedia {
    padding-top: 5px;
    font-size: 26px;
  }
  #myTab li a {
    font-size: 12px;
    padding: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
blockquote .gamemessage {
  font-size: 14px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    overflow-y: scroll;
  }
  body.modal-open {
    overflow-y: scroll;
    margin: 0;
  }
  .modal {
    overflow: auto;
  }
}
@media screen and (min--moz-device-pixel-ratio: 0) {
  .modal-open {
    overflow: auto;
  }
}
.icon-button {
  border-radius: 50%;
  height: 38px;
  width: 38px;
  text-align: center;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.icon-button i {
  font-size: 28px;
  line-height: 40px;
}
.btn-circle {
  position: relative;
  display: inline-block;
  line-height: 1px;
  width: 100%;
  height: 0;
  padding: 50% 0;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.btn-circle i {
  line-height: 0;
}
.btn-circle:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.icon-circle-xs {
  height: 25px;
  width: 25px;
}
.icon-circle-xs .btn-circle i {
  font-size: 14px;
}
.icon-circle-sm {
  height: 30px;
  width: 30px;
}
.icon-circle-sm .btn-circle i {
  font-size: 16px;
}
.icon-circle-md {
  height: 35px;
  width: 35px;
}
.icon-circle-md .btn-circle i {
  font-size: 21px;
}
.icon-circle-lg {
  height: 45px;
  width: 45px;
}
.icon-circle-lg .btn-circle i {
  font-size: 28px;
}
input[type="checkbox"]:focus {
  outline: 0 !important;
}
.btn-dropdown {
  background-color: white;
  border-color: white;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
  color: #999999;
}
.rotate {
  display: inline-block;
  -moz-transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.rotate.down {
  display: inline-block;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
a:hover {
  text-decoration: none !important;
}
/*#region ---- 3.5 Hints---- */
#content-holder {
  border: 1px solid #1995FF;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
#content-holder .content-hints {
  background-color: #FFFFFF;
  color: #FFFFFF;
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  top: 0px;
  left: -10px;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  z-index: 1000;
}
#content-holder .content-hints a#helplink {
  text-decoration: none !important;
  display: block !important;
  position: relative !important;
  cursor: pointer;
}
#content-holder .content-hints a#helplink i#helpicon {
  line-height: 10px;
  font-size: 10px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  top: auto;
  bottom: auto;
  color: #1995FF !important;
  position: relative;
}
/*#endregion */
div.checkbox.switcher label,
div.radio.switcher label {
  padding: 0;
}
div.checkbox.switcher label *,
div.radio.switcher label * {
  vertical-align: middle;
}
div.checkbox.switcher label input,
div.radio.switcher label input {
  display: none;
}
div.checkbox.switcher label input + span,
div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: #f2f2f2;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
div.checkbox.switcher label input + span small,
div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}
div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: #269bff;
  border-color: #269bff;
}
.bg-green div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: #38A84A;
  border-color: white;
}
.bg-yellow div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: #EEA336;
  border-color: white;
}
.bg-blue div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: #1995FF;
  border-color: white;
}
.bg-transparent div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: transparent;
  border-color: #999999;
}
.bg-gray3 div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: #999999;
  border-color: white;
}
.bg-gray2 div.checkbox.switcher label input:checked + span,
div.radio.switcher label input:checked + span {
  background: #555555;
  border-color: white;
}
div.checkbox.switcher label input:checked + span small,
div.radio.switcher label input:checked + span small {
  left: 51%;
}
/*Calendar*/
.zabuto_calendar .calendar-dow .day {
  font-family: 'Industry-DemiBold', sans-serif;
  min-height: 55px;
}
.zabuto_calendar .calendar-dow .day .events .calendar-icon-border {
  display: none;
  margin-left: -6px;
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
  height: 12px;
  width: 12px;
}
.zabuto_calendar .calendar-dow .day.scheduled .events .calendar-icon-border.scheduledb {
  display: inline-block;
  z-index: 20;
  background-color: #38A84A;
}
.zabuto_calendar .calendar-dow .day.pending .events .calendar-icon-border.pendingb {
  display: inline-block;
  z-index: 18;
  background-color: #EEA336;
}
.zabuto_calendar .calendar-dow .day.open .events .calendar-icon-border.openb {
  z-index: 16;
  display: inline-block;
  background-color: #1995FF;
}
.zabuto_calendar .calendar-dow .day.series .events .calendar-icon-border.seriesb {
  z-index: 14;
  display: inline-block;
  background-color: #38A84A;
}
#primary-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  background-color: #d1202f;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  color: white;
  z-index: 99999;
  font-family: 'Industry', sans-serif;
}
#primary-navigation.closed {
  display: none;
}
#primary-navigation.open {
  display: block;
}
#primary-navigation .oc-action-buttons {
  margin: 15px;
  height: 50px;
  width: 50px;
  background-color: #981721;
  padding: 15px;
  text-align: center;
}
#primary-navigation .oc-action-buttons i {
  font-size: 20px;
  color: white;
}
#primary-navigation .tmp-navigation .nav-item {
  width: 100%;
  text-align: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-size: 3.5em;
}
#primary-navigation .tmp-navigation .nav-item a {
  color: white;
}
#primary-navigation .navigation {
  margin-top: 15px;
}
#primary-navigation .navigation ul {
  list-style: none;
}
#primary-navigation .navigation ul li {
  font-size: 20px;
  color: black;
  text-transform: uppercase;
}
#primary-navigation .navigation ul li a {
  color: white;
}
#primary-navigation .navigation .module-title {
  padding: 15px;
  text-align: left;
  text-transform: uppercase;
  color: black;
  font-size: 26px;
}
#primary-navigation .navigation .module-title a {
  color: white;
}
#primary-navigation .navigation .divider {
  width: 85%;
  height: 1px;
  margin-left: 15px;
  border-bottom: 1px solid black;
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0;
  width: 50%;
  position: fixed;
  /* Stay in place */
  z-index: 100000;
  /* Sit on top */
  left: 50%;
  top: 5%;
  background-color: #000000;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
  overflow-y: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  transform: translateX(-50%);
}
.overlay.open {
  height: 90%;
  border: 1px solid #72121A;
}
.overlay .btn-white {
  border-color: white;
}
.overlay .logo-display {
  margin-left: 0;
}
/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: auto;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  color: white;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}
/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}
/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 60px;
  padding: 0;
  padding-top: 10px;
  line-height: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background-color: #72121A;
  z-index: 999;
}
textarea.form-control {
  line-height: 18px;
  padding: 5px;
  min-height: 60px;
}
@media (max-width: 1024px) {
  .logged-in-user #header-common .header-logo-holder {
    margin-left: 50px;
  }
  /* The Overlay (background) */
  .overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 100000;
    /* Sit on top */
    left: 0;
    top: 0;
  }
  .overlay.open {
    height: 100%;
    border: none;
    transform: unset;
  }
  /* Position the content inside the overlay */
  .overlay-content {
    position: relative;
    top: 15%;
    /* 25% from the top */
    width: 100%;
    /* 100% width */
    text-align: center;
    /* Centered text/links */
    margin-top: 30px;
    /* 30px top margin to avoid conflict with the close button on smaller screens */
  }
}
@media screen and (max-width: 766px) {
  .logged-in-user #col-dash-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.hidden-link {
  display: none !important;
}
.grayBackground {
  background-color: dimgray;
  color: white;
}
footer {
  margin-top: 25px;
}
.inbox:hover {
  cursor: pointer;
}
.searchForm {
  margin-bottom: 0;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.searchForm #State,
.searchForm #Country {
  text-transform: capitalize;
}
.searchForm .form-group {
  margin-bottom: 10px;
}
.howtouse {
  margin-left: 10px;
  padding-left: 0;
}
.howtouse li {
  margin-left: 5px;
  padding-left: 6px;
}
.calendar-views {
  margin-left: 25px;
  display: inline-block;
}
.calendar-views i {
  font-size: 16px;
  line-height: 37px;
  margin-right: 10px;
  color: #bbb;
}
.calendar-views i.active {
  color: #d1202f;
}
.calendar-views i:hover {
  cursor: pointer;
}
#searchForm {
  padding: 15px;
}
.bs-caret {
  font-size: 16px;
  color: #d1202f;
}
.searchForm form {
  margin-left: 9px;
}
#remotemodal .challenge .btn-group.bootstrap-select {
  width: 100%;
}
.dailyCalendar h4.panel-title i {
  font-size: 24px;
  vertical-align: -5px;
  margin-right: 10px;
}
#EditGamingPrefs h3 {
  margin-top: 0;
}
.scheduled-pickup span.badge {
  border: 2px solid #299ed5;
  background-color: #299ed5;
  margin-top: -2px;
}
.event-styled.scheduled-pickup {
  border: 2px solid #299ed5;
  background-color: #299ed5;
}
.active-display {
  display: block;
}
.inactive-display {
  display: none;
}
#gameListViewTable {
  margin-top: 5px;
  font-size: 13px;
}
#gameListViewTable th {
  font-weight: normal;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
}
#gameListViewTable tbody tr {
  background-color: white;
  text-transform: capitalize;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
}
#gameListViewTable tbody tr .accepted {
  background-color: white;
  color: #25a61c;
}
#gameListViewTable tbody tr i {
  font-size: 16px;
  line-height: 16px;
}
#gameListViewTable tbody tr.pending td {
  font-family: 'tk-din-2014-n6', 'din-2014', 'Roboto-Medium', sans-serif;
}
#gameCalendarView,
.responsive-vertical-slide {
  /*margin-top: 16px;*/
}
#gameCalendarView .calendar-month-header,
.responsive-vertical-slide .calendar-month-header {
  background-color: #555555;
  text-transform: uppercase;
  color: white;
  font-family: 'Industry-Black', sans-serif;
  font-size: 30px;
  letter-spacing: 0.02em;
}
#gameCalendarView .calendar-month-header th,
.responsive-vertical-slide .calendar-month-header th {
  border-top: none;
}
#gameCalendarView .calendar-dow-header,
.responsive-vertical-slide .calendar-dow-header {
  background-color: transparent;
  border-top: 1px solid white;
  color: #d1202f;
}
#gameCalendarView tr.calendar-dow td,
.responsive-vertical-slide tr.calendar-dow td {
  border: none;
}
.messageDisplay {
  margin-top: 24px;
}
#searchPUGs .form-inline .form-control,
#searchPUGs .bootstrap-select {
  width: 100%;
}
/*Calendar*/
/*!
 * FullCalendar v3.6.2 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer;
}
a[data-goto]:hover {
  text-decoration: underline;
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}
/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}
/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}
/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}
/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}
/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}
/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}
/* List View
--------------------------------------------------------------------------------------------------*/
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-disabled-day {
  background-image: none;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}
.fc.fc-bootstrap3 a {
  text-decoration: none;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
  /* undo built-in padding */
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}
/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: bold;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt {
  float: right;
}
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}
/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}
.fc-head {
  background-color: #d1202f;
  color: white;
  text-transform: uppercase;
}
.fc-head .fc-day-header,
.fc-head .fc-axis,
.fc-head .fc-head-container {
  border: none;
  word-spacing: 200px;
}
.tournament-create .nav > li > a {
  padding: 0;
}
.tournament-create form {
  padding-left: 20px;
  padding-right: 20px;
}
.tournament-create form .panel-heading {
  font-size: 18px;
}
.tournament-create form .table > thead > tr > th {
  border-bottom: none;
  background-color: #efefef;
  color: black;
  text-transform: uppercase;
}
.tournament-create .setup-panel.thumbnail {
  padding: 0;
  border-bottom: 10px solid #555555;
}
.tournament-create .setup-panel.thumbnail .nav > li > a {
  position: relative;
  display: block;
  padding: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.parsley-errors-list {
  margin: 13px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: absolute;
  right: 9px;
  top: 0;
  color: #d1202f;
  font-family: 'tk-din-2014-n6', 'din-2014', 'Roboto-Medium', sans-serif;
}
.parsley-errors-list.filled {
  opacity: 1;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.bootstrap-select .parsley-errors-list {
  margin: 13px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: absolute;
  right: 1px;
  top: -26px;
  color: #d1202f;
  font-family: 'tk-din-2014-n6', 'din-2014', 'Roboto-Medium', sans-serif;
}
.bootstrap-select .parsley-errors-list.filled {
  opacity: 1;
}
.bootstrap-select.parsley-error,
.bootstrap-select select.parsley-error,
.bootstrap-select textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.bootstrap-select.parsley-error .btn-dropdown,
.bootstrap-select select.parsley-error .btn-dropdown,
.bootstrap-select textarea.parsley-error .btn-dropdown {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.input-group .parsley-errors-list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: absolute;
  right: 1px;
  top: -27px;
  color: #d1202f;
  font-family: 'tk-din-2014-n6', 'din-2014', 'Roboto-Medium', sans-serif;
}
.input-group .parsley-errors-list.filled {
  opacity: 1;
}
.input-group.parsley-error,
.input-group select.parsley-error,
.input-group textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.input-group.parsley-error .btn-dropdown,
.input-group select.parsley-error .btn-dropdown,
.input-group textarea.parsley-error .btn-dropdown {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
#ageErrors .parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: relative;
  color: #d1202f;
  font-family: 'tk-din-2014-n6', 'din-2014', 'Roboto-Medium', sans-serif;
}
#ageErrors .parsley-errors-list.filled {
  opacity: 1;
}
#ageErrors.parsley-error,
#ageErrors select.parsley-error,
#ageErrors textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
#ageErrors.parsley-error .btn-dropdown,
#ageErrors select.parsley-error .btn-dropdown,
#ageErrors textarea.parsley-error .btn-dropdown {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
i.disabled {
  color: #bbb;
}
.red_health {
  color: #d1202f;
}
.orange_health {
  color: #FF9C00;
}
.yellow_health {
  color: #EEDB00;
}
.green_health {
  color: #38A84A;
}
.blue_health {
  color: #1995FF;
}
#tournamentSearchResults .fa-user-plus {
  cursor: pointer;
}
.scheduleDate {
  font-size: 22px;
  color: #d1202f;
  font-family: 'Industry', sans-serif;
}
.scheduleTime {
  font-size: 18px;
  font-family: 'Industry', sans-serif;
}
.display-block {
  background-color: white;
  width: 95%;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}
.display-block .block-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  float: right;
  text-align: center;
  font-size: 18px;
}
.display-block .block-stat {
  font-size: 75px;
  font-family: 'Industry-Bold', sans-serif;
}
.display-block .block-title {
  font-size: 24px;
  font-family: 'Industry', sans-serif;
}
.display-block .block-subtitle {
  font-size: 12px;
}
.mini-display-block {
  height: 40px;
  width: 40px;
  font-size: 18px;
  font-family: 'Industry', sans-serif;
  line-height: 40px;
  text-align: center;
}
li.date-display,
.date-display {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Industry', sans-serif;
}
.list-inline.blocks {
  margin-top: 20px;
}
.list-inline.blocks li {
  height: 50px;
  width: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}
.list-inline.blocks li i {
  font-size: 18px;
  padding-top: 10px;
}
.filter-container {
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}
.filter-container label {
  font-family: 'tk-din-2014-n7', 'din-2014', 'Roboto-Medium', sans-serif;
  font-size: 18px;
}
.filter-container .checkbox {
  margin: 0;
}
#gamecenter-calendar #showReschedule .calendar-month-header,
#gamecenter-dashboard #showReschedule .calendar-month-header {
  font-size: 18px;
}
#gamecenter-calendar #showReschedule .calendar-month-header th,
#gamecenter-dashboard #showReschedule .calendar-month-header th {
  padding-top: 4px;
  padding-bottom: 2px;
}
#gamecenter-calendar #scheduledGame .game-type,
#gamecenter-dashboard #scheduledGame .game-type {
  line-height: 32px;
  font-family: 'Industry-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
#gamecenter-calendar #scheduledGame .game-type i,
#gamecenter-dashboard #scheduledGame .game-type i {
  color: #d1202f;
  margin-right: 10px;
  font-size: 26px;
  vertical-align: -4px;
}
#gamecenter-calendar #scheduledGame .border,
#gamecenter-dashboard #scheduledGame .border {
  font-size: 18px;
  font-family: 'Industry-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 32px;
}
#gamecenter-calendar #scheduledGame .border .game-circle,
#gamecenter-dashboard #scheduledGame .border .game-circle {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  text-align: center;
  color: white;
  line-height: 18px;
  font-size: 30px;
}
#gamecenter-calendar #scheduledGame .border .game-circle i,
#gamecenter-dashboard #scheduledGame .border .game-circle i {
  color: white;
  vertical-align: -4px;
}
#gamecenter-calendar #scheduledGame .border .game-circle i.pending-dot,
#gamecenter-dashboard #scheduledGame .border .game-circle i.pending-dot {
  font-size: 7px;
  vertical-align: 3px;
  margin-right: 1px;
  margin-left: 1px;
}
#gamecenter-calendar #scheduledGame .border .game-circle i.ht-icon-check,
#gamecenter-dashboard #scheduledGame .border .game-circle i.ht-icon-check {
  font-size: 20px;
  line-height: 24px;
}
.game-circle {
  margin: 0 auto;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  text-align: center;
  color: white;
  line-height: 24px;
}
.game-circle i {
  color: white;
  vertical-align: -4px;
}
.game-circle i.ht-icon-check {
  font-size: 20px;
  line-height: 24px;
}
.daily-calendar-display {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.daily-calendar-display tr {
  margin-bottom: 10px;
  height: 60px;
}
.daily-calendar-display tr:hover {
  cursor: pointer;
}
.daily-calendar-display tr td {
  background-color: white;
  font-size: 18px;
  padding: 5px;
}
.daily-calendar-display tr td .border {
  border-right: 1px solid #bbb;
  width: 100%;
  padding-right: 8px;
}
.daily-calendar-display tr td .game-circle {
  margin: 0 auto;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  text-align: center;
  color: white;
  line-height: 24px;
}
.daily-calendar-display tr td .game-circle i {
  color: white;
  vertical-align: -4px;
}
.daily-calendar-display tr td .game-circle i.ht-icon-check {
  font-size: 20px;
  line-height: 24px;
}
#GameCenter #scheduledGame .challengers {
  color: black;
  font-family: 'Industry-Bold', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
#GameCenter #scheduledGame .details {
  color: black;
  font-family: 'Industry-Black', sans-serif;
}
#GameCenter #scheduledGame .details-row {
  line-height: 32px;
}
#GameCenter #scheduledGame .border-bottom {
  border-bottom: 1px solid #bbb;
  padding-top: 12px;
  padding-bottom: 12px;
}
#GameCenter #scheduledGame .contact {
  padding-top: 12px;
  padding-bottom: 12px;
}
#GameCenter #scheduledGame .contact-info {
  background-color: white;
  margin: 5px;
  padding: 5px 10px 5px 10px;
  min-height: 50px;
  font-size: 16px;
}
#GameCenter #scheduledGame .contact-info #content-update-status {
  color: #d1202f;
  font-size: 12px;
  font-style: italic;
}
#GameCenter #scheduledGame .contact-info .contact-detail,
#GameCenter #scheduledGame .contact-info .contact-detail-o {
  width: 100%;
  line-height: 22px;
}
#GameCenter #scheduledGame .contact-info .contact-detail.displayname,
#GameCenter #scheduledGame .contact-info .contact-detail-o.displayname {
  font-family: 'Industry-DemiBold', sans-serif;
}
#GameCenter #scheduledGame .contact-info .contact-detail.displayname-o,
#GameCenter #scheduledGame .contact-info .contact-detail-o.displayname-o {
  font-family: 'Industry-DemiBold', sans-serif;
}
#GameCenter #scheduledGame .game-message {
  background-color: white;
  margin: 5px;
  padding: 5px 10px 5px 10px;
  min-height: 50px;
  font-size: 16px;
}
#GameCenter #scheduledGame .game-message #game-message-update-status {
  color: #d1202f;
  font-size: 12px;
  font-style: italic;
}
#GameCenter #scheduledGame .btn-sm {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#GameCenter #scheduledGame .actions {
  padding-top: 12px;
}
#GameCenter #scheduledGame .actions .btn i {
  font-size: 32px;
  padding-left: 10px;
  vertical-align: -5px;
}
#GameCenter #scheduledGame #showMessage,
#GameCenter #scheduledGame #showReschedule,
#GameCenter #scheduledGame #showDecline,
#GameCenter #scheduledGame #showAccept {
  margin-top: 10px;
}
#GameCenter #scheduledGame #showMessage .msg-subject {
  height: auto;
  line-height: auto;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
#GameCenter #scheduledGame #showReschedule {
  margin-top: 15px;
}
#GameCenter #scheduledGame #showReschedule .btn-group.htpicker {
  width: 100%;
}
#GameCenter #scheduledGame #showReschedule .btn {
  width: 100%;
}
.game-message {
  background-color: white;
  margin: 5px;
  padding: 5px 10px 5px 10px;
  min-height: 50px;
  font-size: 16px;
}
.game-message #game-message-update-status {
  color: #d1202f;
  font-size: 12px;
  font-style: italic;
}
.game-message textarea.form-control {
  min-height: 65px !important;
}
#game-creation .contact-info {
  position: relative;
  padding: 15px;
}
#game-creation .contact-info .form-control-special {
  border: none;
  background-color: transparent;
  padding: 2px;
  min-height: auto;
}
#game-creation .contact-info .form-control-special:focus {
  border: none;
  border-bottom: 1px solid pink;
}
#game-creation .contact-info .editicon {
  position: absolute;
  right: 10px;
  top: 2px;
}
#game-creation .btn-select-all {
  font-size: 24px;
  font-weight: bold;
  color: white;
  background-color: #555555;
  padding: 0;
  width: 260px;
  overflow: hidden;
  position: relative;
  padding-right: 60px;
}
#game-creation .btn-select-all .selectCount {
  background-color: #484848;
  width: 60px;
  height: 60px;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  position: absolute;
}
#gamecenter-dashboard .btn-full-width {
  width: 98%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 10px;
  display: block;
  padding: 3px 3px 3px 10px;
  position: relative;
  font-size: 22px;
  line-height: 51px;
}
#gamecenter-dashboard .btn-full-width i {
  position: absolute;
  right: 3px;
  margin-right: 0;
  margin-top: 12px;
  font-size: 28px;
  color: black;
}
#paging {
  font-family: 'Industry-Black', sans-serif;
  font-size: 18px;
  text-align: center;
}
#paging ul.pagination {
  margin: 0 auto;
  line-height: 24px;
}
#paging ul.pagination li a {
  color: #555555;
  line-height: 21px;
  cursor: pointer;
}
#paging ul.pagination li.previous-page a,
#paging ul.pagination li.next-page a {
  padding-left: 12px;
  padding-right: 12px;
  color: #d1202f;
  font-size: 24px;
}
#paging ul.pagination li.previous-page a.disabled-link,
#paging ul.pagination li.next-page a.disabled-link {
  color: #bbb;
  cursor: not-allowed;
}
#paging ul.pagination li.active-page a {
  color: #d1202f;
}
#gamecenter-directory #facilitySearch .filter-container,
#gamecenter-creategame #facilitySearch .filter-container,
#series-invitefacities #facilitySearch .filter-container {
  position: relative;
}
#gamecenter-directory #facilitySearch .filter-container .fav-count,
#gamecenter-creategame #facilitySearch .filter-container .fav-count,
#series-invitefacities #facilitySearch .filter-container .fav-count {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 35px;
  background-color: #484848;
  color: white;
  line-height: 38px;
  text-align: center;
  font-family: 'Industry-Bold', sans-serif;
}
#gamecenter-directory #facilitySearch .filter-container .favorites-only-label,
#gamecenter-creategame #facilitySearch .filter-container .favorites-only-label,
#series-invitefacities #facilitySearch .filter-container .favorites-only-label {
  font-family: 'Industry-DemiBold', sans-serif;
  font-size: 18px;
}
#gamecenter-directory #directory .searchForm,
#gamecenter-creategame #directory .searchForm,
#series-invitefacities #directory .searchForm {
  padding: 0;
}
#gamecenter-directory #directory .searchForm .form-group,
#gamecenter-creategame #directory .searchForm .form-group,
#series-invitefacities #directory .searchForm .form-group {
  padding-left: 0;
  padding-right: 0;
}
#gamecenter-directory #directory .searchForm .filter-clear,
#gamecenter-creategame #directory .searchForm .filter-clear,
#series-invitefacities #directory .searchForm .filter-clear {
  margin-top: 10px;
  color: #bbbbbb;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Industry-Black', sans-serif;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#gamecenter-directory #directory .searchForm .filter-clear i,
#gamecenter-creategame #directory .searchForm .filter-clear i,
#series-invitefacities #directory .searchForm .filter-clear i {
  font-size: 24px;
  vertical-align: -3px;
  margin-left: 10px;
  color: #a8a8a8;
}
#gamecenter-directory #directory .searchForm .filter-clear:hover,
#gamecenter-creategame #directory .searchForm .filter-clear:hover,
#series-invitefacities #directory .searchForm .filter-clear:hover {
  cursor: pointer;
}
#gamecenter-directory #directory .searchForm.mobile-display,
#gamecenter-creategame #directory .searchForm.mobile-display,
#series-invitefacities #directory .searchForm.mobile-display {
  position: absolute;
  padding-top: 20px;
  top: 60px;
  z-index: 999;
  left: 0;
  background: black;
  padding-left: 0;
  width: 100%;
  height: auto;
  padding-right: 8px;
}
#gamecenter-directory #directory .searchForm.mobile-display label,
#gamecenter-creategame #directory .searchForm.mobile-display label,
#series-invitefacities #directory .searchForm.mobile-display label {
  color: #bbb;
}
#gamecenter-directory #directory .searchForm.mobile-display small,
#gamecenter-creategame #directory .searchForm.mobile-display small,
#series-invitefacities #directory .searchForm.mobile-display small {
  display: inline-block;
}
#gamecenter-directory #directory .searchForm.mobile-display .close-filters,
#gamecenter-creategame #directory .searchForm.mobile-display .close-filters,
#series-invitefacities #directory .searchForm.mobile-display .close-filters {
  background: #484848;
  margin-right: -8px;
  margin-top: -16px;
}
#gamecenter-directory #directory .searchForm.mobile-display .close-filters button,
#gamecenter-creategame #directory .searchForm.mobile-display .close-filters button,
#series-invitefacities #directory .searchForm.mobile-display .close-filters button {
  background-color: transparent;
  border: none;
  padding: 10px 12px;
}
#gamecenter-directory #directory .searchForm.mobile-display .close-filters i,
#gamecenter-creategame #directory .searchForm.mobile-display .close-filters i,
#series-invitefacities #directory .searchForm.mobile-display .close-filters i {
  color: black;
}
#gamecenter-directory #directory .alphabetListing,
#gamecenter-creategame #directory .alphabetListing,
#series-invitefacities #directory .alphabetListing {
  font-family: 'Industry-Bold', sans-serif;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  line-height: 30px;
  margin-bottom: 20px;
}
#gamecenter-directory #directory .alphabetListing span:hover,
#gamecenter-creategame #directory .alphabetListing span:hover,
#series-invitefacities #directory .alphabetListing span:hover {
  cursor: pointer;
}
#gamecenter-directory #directory .alphabetListing span.selected,
#gamecenter-creategame #directory .alphabetListing span.selected,
#series-invitefacities #directory .alphabetListing span.selected {
  color: #d1202f;
}
#gamecenter-directory #directory .alphabetListing .letters,
#gamecenter-creategame #directory .alphabetListing .letters,
#series-invitefacities #directory .alphabetListing .letters {
  letter-spacing: 0.5em;
  margin-left: 15px;
}
#gamecenter-directory #directory .alphabetListing .letters .selected,
#gamecenter-creategame #directory .alphabetListing .letters .selected,
#series-invitefacities #directory .alphabetListing .letters .selected {
  color: #d1202f;
}
.letter#gamecenter-directory #directory .alphabetListing .letters:hover,
.letter#gamecenter-creategame #directory .alphabetListing .letters:hover,
.letter#series-invitefacities #directory .alphabetListing .letters:hover {
  cursor: pointer;
}
#gamecenter-directory #directory .alphabetListing .letters .letter.selected,
#gamecenter-creategame #directory .alphabetListing .letters .letter.selected,
#series-invitefacities #directory .alphabetListing .letters .letter.selected {
  color: #d1202f;
}
#gamecenter-directory #facilitySearchResults,
#gamecenter-creategame #facilitySearchResults,
#series-invitefacities #facilitySearchResults {
  padding: 0;
}
#gamecenter-directory #facilitySearchResults .facility-result,
#gamecenter-creategame #facilitySearchResults .facility-result,
#series-invitefacities #facilitySearchResults .facility-result {
  font-size: 14px;
  margin-bottom: 20px;
  height: 150px;
}
#gamecenter-directory #facilitySearchResults .facility-result:hover,
#gamecenter-creategame #facilitySearchResults .facility-result:hover,
#series-invitefacities #facilitySearchResults .facility-result:hover {
  cursor: pointer;
}
#gamecenter-directory #facilitySearchResults .facility-result label,
#gamecenter-creategame #facilitySearchResults .facility-result label,
#series-invitefacities #facilitySearchResults .facility-result label {
  width: auto;
  color: black;
  display: inline-block;
}
#gamecenter-directory #facilitySearchResults .facility-result h4,
#gamecenter-creategame #facilitySearchResults .facility-result h4,
#series-invitefacities #facilitySearchResults .facility-result h4 {
  font-size: 20px;
  font-family: 'tk-din-2014-n7', 'din-2014', 'Roboto-Medium', sans-serif;
  margin-bottom: 15px;
}
#gamecenter-directory #facilitySearchResults .facility-result .actions,
#gamecenter-creategame #facilitySearchResults .facility-result .actions,
#series-invitefacities #facilitySearchResults .facility-result .actions {
  padding: 0;
}
#gamecenter-directory #facilitySearchResults .facility-result .actions .icon-box,
#gamecenter-creategame #facilitySearchResults .facility-result .actions .icon-box,
#series-invitefacities #facilitySearchResults .facility-result .actions .icon-box {
  margin-right: 8px;
}
#gamecenter-directory #facilitySearchResults .facility-result .logo-holder,
#gamecenter-creategame #facilitySearchResults .facility-result .logo-holder,
#series-invitefacities #facilitySearchResults .facility-result .logo-holder {
  min-height: 150px;
  padding: 0;
  background-color: #4c4c4c;
}
#gamecenter-directory #facilitySearchResults .facility-result .details,
#gamecenter-creategame #facilitySearchResults .facility-result .details,
#series-invitefacities #facilitySearchResults .facility-result .details {
  line-height: 24px;
}
#gamecenter-directory #facilitySearchResults .facility-result .icon-box,
#gamecenter-creategame #facilitySearchResults .facility-result .icon-box,
#series-invitefacities #facilitySearchResults .facility-result .icon-box {
  float: right;
  height: 50px;
  width: 50px;
  text-align: center;
}
#gamecenter-directory #facilitySearchResults .facility-result .icon-box:hover,
#gamecenter-creategame #facilitySearchResults .facility-result .icon-box:hover,
#series-invitefacities #facilitySearchResults .facility-result .icon-box:hover {
  cursor: pointer;
}
#gamecenter-directory #facilitySearchResults .facility-result .icon-box i,
#gamecenter-creategame #facilitySearchResults .facility-result .icon-box i,
#series-invitefacities #facilitySearchResults .facility-result .icon-box i {
  font-size: 24px;
  line-height: 50px;
}
#gamecenter-directory #facilitySearchResults .facility-result .icon-box i.ht-icon-favorite-yes,
#gamecenter-creategame #facilitySearchResults .facility-result .icon-box i.ht-icon-favorite-yes,
#series-invitefacities #facilitySearchResults .facility-result .icon-box i.ht-icon-favorite-yes {
  color: #d1202f !important;
}
#gamecenter-directory #facilitySearchResults .facility-result.disabled,
#gamecenter-creategame #facilitySearchResults .facility-result.disabled,
#series-invitefacities #facilitySearchResults .facility-result.disabled {
  opacity: 0.8;
}
#gamecenter-directory #facilitySearchResults .facility-result.disabled .icon-box:hover,
#gamecenter-creategame #facilitySearchResults .facility-result.disabled .icon-box:hover,
#series-invitefacities #facilitySearchResults .facility-result.disabled .icon-box:hover {
  cursor: not-allowed;
}
#gamecenter-directory #facilitySearchResults .facility-result.disabled:hover,
#gamecenter-creategame #facilitySearchResults .facility-result.disabled:hover,
#series-invitefacities #facilitySearchResults .facility-result.disabled:hover {
  cursor: not-allowed;
}
#gamecenter-directory #facilitySearchResults .facility-result.selected,
#gamecenter-creategame #facilitySearchResults .facility-result.selected,
#series-invitefacities #facilitySearchResults .facility-result.selected {
  border: 2px solid #d1202f;
}
#gamecenter-directory #facilitySearchResults .facility-result.selected .challenge-indicator,
#gamecenter-creategame #facilitySearchResults .facility-result.selected .challenge-indicator,
#series-invitefacities #facilitySearchResults .facility-result.selected .challenge-indicator {
  background-color: #d1202f !important;
}
#gamecenter-directory #directory-actions:hover,
#gamecenter-creategame #directory-actions:hover,
#series-invitefacities #directory-actions:hover {
  cursor: pointer;
}
#gamecenter-directory #directory-actions ul.list-inline,
#gamecenter-creategame #directory-actions ul.list-inline,
#series-invitefacities #directory-actions ul.list-inline {
  float: right;
}
#gamecenter-directory #directory-actions ul.list-inline li .action-block,
#gamecenter-creategame #directory-actions ul.list-inline li .action-block,
#series-invitefacities #directory-actions ul.list-inline li .action-block {
  width: 50px;
  height: 40px;
  background-color: black;
  font-size: 28px;
  text-align: center;
}
#gamecenter-directory #directory-actions ul.list-inline li .action-block.gray-back,
#gamecenter-creategame #directory-actions ul.list-inline li .action-block.gray-back,
#series-invitefacities #directory-actions ul.list-inline li .action-block.gray-back {
  background-color: #555555;
}
#gamecenter-directory #directory-actions ul.list-inline li .action-block i,
#gamecenter-creategame #directory-actions ul.list-inline li .action-block i,
#series-invitefacities #directory-actions ul.list-inline li .action-block i {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}
#gamecenter-directory #calendar-actions:hover,
#gamecenter-creategame #calendar-actions:hover,
#series-invitefacities #calendar-actions:hover {
  cursor: pointer;
}
#gamecenter-directory #calendar-actions ul.list-inline,
#gamecenter-creategame #calendar-actions ul.list-inline,
#series-invitefacities #calendar-actions ul.list-inline {
  float: right;
}
#gamecenter-directory #calendar-actions ul.list-inline li .action-block,
#gamecenter-creategame #calendar-actions ul.list-inline li .action-block,
#series-invitefacities #calendar-actions ul.list-inline li .action-block {
  width: 60px;
  height: 60px;
  background-color: black;
  font-size: 28px;
  text-align: center;
}
#gamecenter-directory #calendar-actions ul.list-inline li .action-block.gray-back,
#gamecenter-creategame #calendar-actions ul.list-inline li .action-block.gray-back,
#series-invitefacities #calendar-actions ul.list-inline li .action-block.gray-back {
  background-color: #555555;
}
#gamecenter-directory #calendar-actions ul.list-inline li .action-block i,
#gamecenter-creategame #calendar-actions ul.list-inline li .action-block i,
#series-invitefacities #calendar-actions ul.list-inline li .action-block i {
  vertical-align: -webkit-baseline-middle;
}
#series-invitefacities .logo-holder {
  border: 5px solid #4c4c4c;
}
#series-invitefacities .logo-holder.pending {
  border-color: #EEA336;
}
#series-invitefacities .logo-holder.accepted {
  border-color: #38A84A;
}
#series-invitefacities .logo-holder.declined {
  border-color: #d1202f;
}
#series-invitefacities #facilitySearchResults .facility-result .actions .icon-box {
  margin-right: 0;
}
#series-invitefacities #facilitySearchResults .facility-result {
  min-height: 150px;
  height: auto;
}
.alphabetListing {
  font-family: 'Industry-Bold', sans-serif;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  line-height: 30px;
  margin-bottom: 20px;
}
.alphabetListing span:hover {
  cursor: pointer;
}
.alphabetListing span.selected {
  color: #d1202f;
}
.alphabetListing .letters {
  letter-spacing: 0.5em;
  margin-left: 15px;
}
.alphabetListing .letters .selected {
  color: #d1202f;
}
.letter.alphabetListing .letters:hover {
  cursor: pointer;
}
.alphabetListing .letters .letter.selected {
  color: #d1202f;
}
.open-challenge.deactivate,
.opponent-challenge.deactivate {
  background-color: #bbb;
  border-color: #bbb;
}
.open-challenge.deactivate i,
.opponent-challenge.deactivate i {
  color: #999999;
}
#gamecenter-creategame .open-challenge.deactivate,
#gamecenter-creategame .opponent-challenge.deactivate {
  background-color: #bbb;
  border-color: #bbb;
}
#gamecenter-creategame .open-challenge.deactivate i,
#gamecenter-creategame .opponent-challenge.deactivate i {
  color: #999999;
}
#gamecenter-creategame #facilitySearchResults .facility-result {
  border: 2px solid transparent;
  background-color: transparent;
  height: 154px;
}
#gamecenter-creategame #facilitySearchResults .facility-result .details {
  background-color: white;
  min-height: 150px;
}
#gamecenter-creategame #facilitySearchResults .facility-result .actions .icon-box {
  width: 100%;
  margin-right: 0;
}
#gamecenter-creategame #game_gameDate {
  background-color: transparent;
  border: transparent;
  font-family: 'Industry-Black', sans-serif;
  color: black;
  font-size: 24px;
  line-height: 26px;
  padding-left: 10px;
}
#gamecenter-creategame .btn-icon {
  width: 100%;
  max-width: 475px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  position: relative;
}
#gamecenter-creategame .btn-icon span.font-small {
  font-size: 18px;
  vertical-align: 30px;
}
#gamecenter-creategame .btn-icon i {
  float: right;
  font-size: 34px;
  line-height: 56px;
  position: absolute;
  right: 8px;
}
#gamecenter-calendar #calendar-filter-display .hide {
  display: none !important;
}
#gamecenter-calendar #calendar-filter-display.mobile-display {
  position: absolute;
  padding-top: 20px;
  top: 60px;
  z-index: 999;
  left: 0;
  background: black;
  padding-left: 0;
  width: 100%;
  height: auto;
  padding-right: 11px;
  padding-left: 10px;
}
#gamecenter-calendar #calendar-filter-display.mobile-display label {
  color: #bbb;
}
#gamecenter-calendar #calendar-filter-display.mobile-display small {
  display: inline-block;
}
#gamecenter-calendar #calendar-filter-display.mobile-display .filter-container,
#gamecenter-calendar #calendar-filter-display.mobile-display .btn-group {
  max-width: 85%;
}
#gamecenter-calendar #calendar-filter-display.mobile-display .close-filters {
  background: #484848;
  margin-right: -8px;
  margin-top: -16px;
  float: right;
}
#gamecenter-calendar #calendar-filter-display.mobile-display .close-filters button {
  background-color: transparent;
  border: none;
  padding: 10px 12px;
}
#gamecenter-calendar #calendar-filter-display.mobile-display .close-filters i {
  color: black;
}
#gamecenter-calendar #calendar-actions:hover,
#gamecenter-dashboard #calendar-actions:hover {
  cursor: pointer;
}
#gamecenter-calendar #calendar-actions ul.list-inline,
#gamecenter-dashboard #calendar-actions ul.list-inline {
  float: right;
}
#gamecenter-calendar #calendar-actions ul.list-inline li .action-block,
#gamecenter-dashboard #calendar-actions ul.list-inline li .action-block {
  width: 50px;
  height: 50px;
  background-color: black;
  font-size: 28px;
  text-align: center;
  padding: 5px;
}
#gamecenter-calendar #calendar-actions ul.list-inline li .action-block img,
#gamecenter-dashboard #calendar-actions ul.list-inline li .action-block img {
  padding-top: 6px;
}
#gamecenter-calendar #calendar-actions ul.list-inline li .action-block.gray-back,
#gamecenter-dashboard #calendar-actions ul.list-inline li .action-block.gray-back {
  background-color: #555555;
}
#gamecenter-calendar #calendar-actions ul.list-inline li .action-block i,
#gamecenter-dashboard #calendar-actions ul.list-inline li .action-block i {
  vertical-align: -webkit-baseline-middle;
}
#gamecenter-calendar .btn.deactivate,
#gamecenter-dashboard .btn.deactivate {
  background-color: #bbb;
  border-color: #bbb;
}
#gamecenter-calendar .btn.deactivate i,
#gamecenter-dashboard .btn.deactivate i {
  color: #999999;
}
#gamecenter-calendar .btn.btn-submit,
#gamecenter-dashboard .btn.btn-submit {
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.5;
}
#gamecenter-calendar .edit-display .form-control.input-sm,
#gamecenter-dashboard .edit-display .form-control.input-sm {
  font-size: 16px;
  border-bottom: 1px solid #555555;
  padding-bottom: 0;
  min-height: auto;
  min-height: unset;
  padding-left: 3px;
  color: #555555;
}
#gamecenter-calendar .edit-display .btn-xs,
#gamecenter-dashboard .edit-display .btn-xs {
  height: auto;
  font-size: 16px;
  margin-top: 5px;
}
.file-upload {
  background-color: #505050;
  border-color: #505050;
  line-height: normal;
  height: auto;
  font-family: 'Industry', sans-serif;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: black;
  display: inline-block;
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: red;
}
.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
  pointer-events: none;
}
input[type="file"] {
  display: none;
}
.custom-file-upload {
  border: 1px solid #505050;
  background-color: #505050;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  color: white;
  font-family: 'Industry', sans-serif;
  width: 100%;
  font-size: 18px;
}
#series #directory-actions:hover {
  cursor: pointer;
}
#series #directory-actions ul.list-inline {
  float: right;
}
#series #directory-actions ul.list-inline li .action-block {
  width: 50px;
  height: 50px;
  background-color: black;
  font-size: 28px;
  text-align: center;
}
#series #directory-actions ul.list-inline li .action-block.gray-back {
  background-color: #555555;
}
#series #directory-actions ul.list-inline li .action-block i {
  vertical-align: middle !important;
  vertical-align: -webkit-baseline-middle !important;
}
#series .searchForm {
  padding: 0;
}
#series .searchForm .form-group {
  padding-left: 0;
  padding-right: 0;
}
#series .searchForm .filter-clear {
  margin-top: 10px;
  color: #bbbbbb;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Industry-Black', sans-serif;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#series .searchForm .filter-clear i {
  font-size: 24px;
  vertical-align: -3px;
  margin-left: 10px;
  color: #a8a8a8;
}
#series .searchForm .filter-clear:hover {
  cursor: pointer;
}
#series .searchForm.mobile-display {
  position: absolute;
  padding-top: 20px;
  top: -11px;
  z-index: 999;
  left: 0;
  background: black;
  padding-left: 0;
  width: 100%;
  height: auto;
  padding-right: 8px;
}
#series .searchForm.mobile-display label {
  color: #bbb;
}
#series .searchForm.mobile-display small {
  display: inline-block;
}
#series .searchForm.mobile-display .close-filters {
  background: #484848;
  margin-right: -8px;
  margin-top: -16px;
}
#series .searchForm.mobile-display .close-filters button {
  background-color: transparent;
  border: none;
  padding: 10px 12px;
}
#series .searchForm.mobile-display .close-filters i {
  color: black;
}
#series #scheduledGame .game-type {
  line-height: 32px;
  font-family: 'Industry-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
#series #scheduledGame .game-type i {
  color: #d1202f;
  margin-right: 10px;
  font-size: 26px;
  vertical-align: -4px;
}
#series #scheduledGame .details-row.multi-line {
  line-height: 22px !important;
}
#series #scheduledGame .border {
  font-size: 18px;
  font-family: 'Industry-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 32px;
}
#series #scheduledGame .border .game-circle {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  text-align: center;
  color: white;
  line-height: 18px;
  font-size: 30px;
}
#series #scheduledGame .border .game-circle i {
  color: white;
  vertical-align: -4px;
}
#series #scheduledGame .border .game-circle i.pending-dot {
  font-size: 7px;
  vertical-align: 3px;
  margin-right: 1px;
  margin-left: 1px;
}
#series #scheduledGame .border .game-circle i.ht-icon-check {
  font-size: 20px;
  line-height: 24px;
}
.series-result {
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  height: 124px;
  overflow: visible;
  position: relative;
}
.series-result label {
  width: auto;
  color: black;
  display: inline-block;
}
.series-result h4 {
  font-size: 20px;
  font-family: 'tk-din-2014-n7', 'din-2014', 'Roboto-Medium', sans-serif;
  margin-bottom: 0;
}
.series-result .sponsor {
  font-size: 14px;
  font-style: italic;
  height: 14px;
  margin-bottom: 12px;
  color: #d1202f;
}
.series-result .actions {
  padding: 0;
}
.series-result .actions .icon-box {
  margin-right: 0;
}
.series-result .type-holder {
  height: 124px;
  padding: 0;
  background-color: #4c4c4c;
  border: 5px solid #4c4c4c;
}
.series-result .type-holder.open {
  border-color: #1995FF;
}
.series-result .type-holder.pending {
  border-color: #EEA336;
}
.series-result .type-holder.accepted {
  border-color: #38A84A;
}
.series-result .type-holder .finished-display,
.series-result .type-holder .inprogress-display,
.series-result .type-holder .registrationclosed-display {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.series-result .type-holder .finished-display img,
.series-result .type-holder .inprogress-display img,
.series-result .type-holder .registrationclosed-display img {
  display: block;
  margin: 0 auto;
  max-height: 113px;
}
.series-result .details {
  line-height: 24px;
}
.series-result .details .finished-display,
.series-result .details .inprogress-display,
.series-result .details .registrationclosed-display {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  float: right;
}
.series-result .details .finished-display i,
.series-result .details .inprogress-display i,
.series-result .details .registrationclosed-display i {
  font-size: 16px;
}
.series-result .details .details-list {
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.series-result .details .details-list i {
  font-size: 20px;
  vertical-align: -3px;
}
.series-result .icon-box {
  float: right;
  height: 62px;
  width: 60px;
  text-align: center;
}
.series-result .icon-box:hover {
  cursor: pointer;
}
.series-result .icon-box i {
  font-size: 24px;
  line-height: 60px;
}
.series-result .icon-box i.ht-icon-favorite-yes {
  color: #d1202f !important;
}
.series-result.disabled {
  opacity: 0.8;
}
.series-result.disabled .icon-box:hover {
  cursor: not-allowed;
}
.series-result.disabled:hover {
  cursor: not-allowed;
}
.series-result.selected {
  border: 2px solid #d1202f;
}
.series-result.selected .challenge-indicator {
  background-color: #d1202f !important;
}
.series-result .series-actions {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 20;
  color: white;
  padding: 20px;
  background-color: #d1202f;
  text-align: right;
  border-bottom: 1px solid #4c4c4c;
}
.series-result .series-actions a {
  color: white;
}
.series-result .series-actions span:hover {
  cursor: pointer;
}
.series-result .series-actions.open {
  display: block !important;
}
.series-result .finished-display,
.series-result .inprogress-display,
.series-result .registrationclosed-display {
  display: none;
}
.series-result.past-deadline .registrationclosed-display {
  display: block;
}
.series-result.in-progress .inprogress-display {
  display: block;
}
.series-result.finished .finished-display {
  display: block;
}
.box-gray-bg1 {
  background-color: #1c1914;
}
.box-gray-bg2 {
  background-color: #333333;
}
.box-gray-bg3 {
  background-color: #4c4c4c;
}
.optional {
  float: right;
  color: #999999;
  font-style: italic;
  font-family: 'tk-din-2014-n3', 'din-2014', 'Roboto-Regular', sans-serif;
  text-transform: lowercase;
  padding-right: 3px;
}
#series .edit-display .form-control.input-sm {
  font-size: 16px;
  border-bottom: 1px solid #555555;
  padding-bottom: 0;
  min-height: auto;
  min-height: unset;
  padding-left: 3px;
  color: #555555;
}
#series .edit-display .btn-xs {
  height: auto;
  font-size: 16px;
  margin-top: 5px;
}
#series-search {
  position: relative;
}
#series-search .searchForm {
  padding: 0;
}
#series-search .searchForm .form-group {
  padding: 0;
}
#series-search .ajax-results-holder {
  overflow: visible;
}
.filter-clear {
  margin-top: 10px;
  color: #bbbbbb;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Industry-Black', sans-serif;
  text-align: center;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.filter-clear i {
  font-size: 24px;
  vertical-align: -3px;
  margin-left: 10px;
  color: #a8a8a8;
}
.filter-clear:hover {
  cursor: pointer;
}
.health-status,
.health-status-main {
  float: right;
  padding-right: 5px;
  padding-top: 5px;
  text-align: center;
  font-family: 'Industry', sans-serif;
  line-height: 14px;
  padding-left: 0;
  padding-right: 0;
}
.health-status .status-block,
.health-status-main .status-block {
  color: black;
  height: 60px;
  width: 60px;
  margin-right: 0;
  text-align: center;
}
.health-status .status-block .block,
.health-status-main .status-block .block {
  display: block;
  margin: 0 auto;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: white;
  background-color: #38A84A;
}
.cursor-on-hover:hover {
  cursor: pointer;
}
.txt-submit {
  border: 0;
  padding: 0;
  background-color: transparent;
  line-height: normal;
}
#series-teams .team-block {
  background-color: white;
  font-family: 'Industry', sans-serif;
  padding: 20px;
  margin: 10px;
  margin-bottom: 25px;
}
#series-teams .team-block .border-bottom {
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#series-teams .team-block .name {
  font-size: 28px;
  line-height: 30px;
  display: block;
  width: 100%;
}
#series-teams .team-block .sport,
#series-teams .team-block .skill {
  font-size: 16px;
}
#series-teams .team-block .counts {
  font-size: 18px;
  line-height: 32px;
}
#series-teams .team-block .counts .count {
  font-size: 36px;
}
#series-teams .team-block .actions-grid .block {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
  color: black;
}
#series-teams .team-block .actions-grid .block:hover {
  background-color: #484848;
  color: white;
}
#series-teams .team-block:hover {
  -webkit-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.22);
}
#players-table .table-players thead tr,
#players-search-table .table-players thead tr {
  background-color: #d1202f;
}
#players-table .table-players th,
#players-search-table .table-players th {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
#players-table .table-players td,
#players-search-table .table-players td,
#players-table .table-players th,
#players-search-table .table-players th {
  border: none;
}
#players-table .table-players th.player-name,
#players-search-table .table-players th.player-name {
  background-color: #940e17;
  text-align: left;
  padding-left: 10px;
}
#players-table .table-players th.inner-shadow,
#players-search-table .table-players th.inner-shadow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+48&0.65+0,0+48 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 48%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 48%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 48%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */
}
#players-table .table-players tbody,
#players-search-table .table-players tbody {
  font-size: 16px;
}
#players-table .table-players tbody tr:nth-child(odd),
#players-search-table .table-players tbody tr:nth-child(odd) {
  background-color: #fff;
}
#players-table .table-players tbody tr:nth-child(odd) td,
#players-search-table .table-players tbody tr:nth-child(odd) td {
  line-height: 40px;
}
#players-table .table-players tbody tr:nth-child(odd) td.player-name,
#players-search-table .table-players tbody tr:nth-child(odd) td.player-name {
  background-color: #494949;
  text-align: left;
  color: white;
}
#players-table .table-players tbody tr:nth-child(even),
#players-search-table .table-players tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}
#players-table .table-players tbody tr:nth-child(even) td.player-name,
#players-search-table .table-players tbody tr:nth-child(even) td.player-name {
  background-color: #292929;
  color: white;
  text-align: left;
}
#players-table .table-players tbody tr td:nth-child(even),
#players-search-table .table-players tbody tr td:nth-child(even) {
  color: #000;
}
#players-table .table-players tbody tr td:nth-child(odd),
#players-search-table .table-players tbody tr td:nth-child(odd) {
  color: #999999;
}
#players-table .table-players tbody tr td,
#players-search-table .table-players tbody tr td {
  text-align: center;
  line-height: 40px;
}
#players-table .table-players tbody tr td.player-name,
#players-search-table .table-players tbody tr td.player-name {
  padding-left: 10px;
}
#players-table .table-players tbody tr td.player-name i,
#players-search-table .table-players tbody tr td.player-name i {
  font-size: 28px;
  padding-top: 7px;
}
#players-table .table-players tbody tr td.player-name i.ht-icon-check,
#players-search-table .table-players tbody tr td.player-name i.ht-icon-check {
  font-size: 20px;
}
#players-table .table-players tbody tr td.player-name .fa-plus-square-o,
#players-search-table .table-players tbody tr td.player-name .fa-plus-square-o {
  display: block;
}
.player-search-actions,
.team-player-actions {
  display: none;
  margin-bottom: 0;
}
#teamPlayersSearchR tr ul.list-inline.player-search-actions {
  display: block;
}
#teamPlayersSearchR tr ul.list-inline.player-search-actions .non-member-action {
  display: block;
}
#teamPlayersSearchR tr ul.list-inline.player-search-actions .member-action {
  display: none;
}
#teamPlayersSearchR tr.member ul.list-inline.player-search-actions {
  display: block;
}
#teamPlayersSearchR tr.member ul.list-inline.player-search-actions .non-member-action {
  display: none;
}
#teamPlayersSearchR tr.member ul.list-inline.player-search-actions .member-action {
  display: block;
}
#team-display .team-player-actions {
  display: block;
}
#team-display .member-action {
  display: none;
}
#team-display #paging {
  display: none;
}
#team-display ul.list-inline.team-player-actions {
  display: block;
}
#team-display i.fa-plus-square-o {
  display: none !important;
}
#team-display .player-actions i {
  font-size: 20px;
}
.disable-players .message-block {
  cursor: not-allowed;
}
.disable-players .message-block:hover {
  background-color: #efefef !important;
  color: black !important;
}
#team-select-column #teams span {
  font-style: italic;
}
#division-details p {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: #999999;
}
.repeating,
.repeating-weekly {
  display: none;
}
.repeating .fDay,
.repeating-weekly .fDay {
  background-color: #999999;
  color: #efefef;
  border-radius: 100%;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 37px;
  font-family: 'Industry', sans-serif;
}
.repeating .fDay:hover,
.repeating-weekly .fDay:hover {
  background-color: #555555;
  cursor: pointer;
}
.repeating .fDay.selected,
.repeating-weekly .fDay.selected {
  background-color: #d1202f !important;
  color: white;
}
.member-action {
  display: none;
}
.member .member-action {
  display: block;
}
.member .non-member-action {
  display: none;
}
#accordion .panel {
  background-color: transparent !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
#accordion .panel .panel-heading {
  background-color: #d1202f;
  border: 1px solid #d1202f;
  border-bottom: 1px solid #72121A;
  color: white;
}
#accordion .panel .panel-body {
  position: relative;
  background-color: #efefef;
  border: 1px solid #efefef;
}
#accordion .panel .panel-body .rotate.panel-status-icon {
  position: absolute;
  left: 3px;
  top: -29px;
  display: none;
}
#accordion .panel-heading .toggle-accordion:after {
  /* symbol for "opening" panels */
  font-family: HitTraxSymbols;
  content: "\e918";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: white;
  /* adjust as needed */
}
#accordion .panel-heading .toggle-accordion.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e919";
  /* adjust as needed, taken from bootstrap.css */
}
.img-upload-preview {
  height: 166px;
  width: 166px;
  background-color: #bbb;
}
.img-upload-btn {
  height: 40px;
  width: 166px;
  color: #FFFFFF;
  background-color: #484848;
  cursor: pointer;
}
.img-upload-preview-img {
  width: auto;
  text-align: center;
  height: 100%;
}
@media screen and (max-width: 799px) {
  #series .series-result {
    height: 170px;
  }
  #series .series-result .details {
    line-height: 26px;
  }
  #series .series-result .type-holder {
    height: 170px;
  }
  #series .series-result .icon-box {
    height: 85px;
  }
  #series .series-result .icon-box i {
    line-height: 85px;
  }
  #series .series-result #status-block-container table tr {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #series-creation label {
    min-height: 40px;
  }
  #gamecenter-directory,
  #gamecenter-creategame {
    max-width: 100%;
    padding: 0;
  }
  #gamecenter-directory #facilitySearch .filter-container .fav-count,
  #gamecenter-creategame #facilitySearch .filter-container .fav-count {
    height: 32px;
    width: 35px;
    line-height: 32px;
  }
  #gamecenter-directory #facilitySearch .filter-container .favorites-only-label,
  #gamecenter-creategame #facilitySearch .filter-container .favorites-only-label {
    font-family: 'Industry-DemiBold', sans-serif;
    font-size: 16px;
  }
  #gamecenter-directory #facilitySearch .filter-container .favorites-only-label .small,
  #gamecenter-creategame #facilitySearch .filter-container .favorites-only-label .small {
    font-size: 16px;
  }
  #gamecenter-directory #facilitySearch .filter-container .favorites-only-label span,
  #gamecenter-creategame #facilitySearch .filter-container .favorites-only-label span {
    width: 24px;
    height: 14px;
    margin-right: -2px;
  }
  #gamecenter-directory h3,
  #gamecenter-creategame h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  #gamecenter-directory .searchForm,
  #gamecenter-creategame .searchForm {
    padding: 0;
    padding-right: 10px;
  }
  #gamecenter-directory .searchForm .form-group,
  #gamecenter-creategame .searchForm .form-group {
    padding-left: 0;
    padding-right: 0;
  }
  #gamecenter-directory #facilitySearchResults .facility-result .icon-box,
  #gamecenter-creategame #facilitySearchResults .facility-result .icon-box {
    margin-right: 8px;
  }
  #gamecenter-directory .alphabetListing,
  #gamecenter-creategame .alphabetListing {
    margin-bottom: 10px;
  }
  #gamecenter-directory .alphabetListing .letters,
  #gamecenter-creategame .alphabetListing .letters {
    letter-spacing: 0.18em;
    margin-left: 5px;
  }
  #gamecenter-creategame .challenge-btn {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    line-height: initial;
  }
  #gamecenter-creategame label {
    font-size: 12px;
  }
}
@media screen and (max-width: 1022px) {
  #gamecenter-directory #directory #facilitySearchResults .facility-result .icon-box,
  #gamecenter-creategame #directory #facilitySearchResults .facility-result .icon-box {
    float: none;
  }
}
@media screen and (max-width: 799px) {
  #GameCenter #series .series-result {
    height: auto;
  }
}
@media screen and (max-width: 766px) {
  #gamecenter-dashboard h1 {
    font-size: 32px;
    line-height: 26px;
  }
  #gamecenter-dashboard .display-block {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
  }
  #gamecenter-dashboard .display-block .block-icon {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 14px;
  }
  #gamecenter-dashboard .display-block .block-icon i {
    vertical-align: -4px !important;
  }
  #gamecenter-dashboard .display-block .block-stat {
    font-size: 48px;
    height: 43px;
    line-height: 43px;
  }
  #gamecenter-dashboard .display-block .block-title {
    font-size: 18px;
  }
  #gamecenter-dashboard .date-display {
    float: left;
    padding-top: 5px;
    font-size: 22px;
  }
  #gamecenter-dashboard .btn-full-width {
    width: 100%;
    padding: 3px 3px 3px 15px;
    position: relative;
    font-size: 26px;
  }
  #gamecenter-dashboard .btn-full-width i {
    position: absolute;
    right: 15px;
    margin-right: 0;
    margin-top: 12px;
    font-size: 28px;
    color: black;
  }
  #gamecenter-creategame #facilitySearchResults .facility-result {
    height: auto;
  }
  #gamecenter-creategame #facilitySearchResults .facility-result .details {
    padding-left: 15px;
    padding-right: 15px;
  }
  #gamecenter-creategame #facilitySearchResults .facility-result .mobile-actions {
    padding-left: 8px;
    padding-right: 8px;
  }
  #gamecenter-creategame #facilitySearchResults .facility-result .mobile-actions .col-xs-12 {
    padding: 0;
  }
  #gamecenter-creategame #facilitySearchResults .facility-result .mobile-actions .col-xs-12 .icon-box {
    width: 100%;
  }
  #gamecenter-directory #directory,
  #gamecenter-creategame #directory {
    padding-left: 20px;
    padding-right: 20px;
  }
  #gamecenter-directory #directory #facilitySearchResults .facility-result,
  #gamecenter-creategame #directory #facilitySearchResults .facility-result {
    height: auto;
  }
  #gamecenter-directory #directory #facilitySearchResults .facility-result .details,
  #gamecenter-creategame #directory #facilitySearchResults .facility-result .details {
    padding-left: 15px;
    padding-right: 15px;
  }
  #gamecenter-directory #directory #facilitySearchResults .facility-result .mobile-actions,
  #gamecenter-creategame #directory #facilitySearchResults .facility-result .mobile-actions {
    padding-left: 8px;
    padding-right: 8px;
  }
  #gamecenter-directory #directory #facilitySearchResults .facility-result .mobile-actions .col-xs-12,
  #gamecenter-creategame #directory #facilitySearchResults .facility-result .mobile-actions .col-xs-12 {
    padding: 0;
  }
  #gamecenter-directory #directory #facilitySearchResults .facility-result .mobile-actions .col-xs-12 .icon-box,
  #gamecenter-creategame #directory #facilitySearchResults .facility-result .mobile-actions .col-xs-12 .icon-box {
    width: 100%;
  }
  #gamecenter-directory .messageform #ajax-button,
  #gamecenter-creategame .messageform #ajax-button {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 100%;
  }
  .modal-content .modal-header .modal-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #series .series-result {
    height: auto;
  }
  #series .series-result .details {
    line-height: 26px;
  }
  #series .series-result .series-actions {
    top: 255px;
  }
  #series .series-result .type-holder {
    height: 170px;
  }
  #series .series-result .mobile-series-actions.icon-box {
    margin-right: -16px;
    height: 60px;
  }
  #series .series-result .mobile-series-actions.icon-box i {
    line-height: 60px;
  }
  #series .series-result #status-block-container .health-status .status-block .block,
  #series .series-result #status-block-container .health-status-main .status-block .block {
    background-color: white;
    color: black;
    font-size: 32px;
  }
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
@media screen and (max-width: 418px) {
  .logged-in-user .logged-in-actions {
    width: 75% !important;
    margin-top: -67px;
  }
  .logged-in-user .header-logo-holder {
    display: none !important;
  }
  #gamecenter-dashboard .display-block {
    min-height: 115px;
  }
  #gamecenter-dashboard .display-block .block-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 350px) {
  #gamecenter-directory #directory h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  #teamSearchResult .team-block {
    padding: 10px;
  }
  #teamSearchResult .actions-grid .col-sm-9 {
    padding: 2px;
  }
  #series .series-result {
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #series .series-result .details {
    line-height: 26px;
  }
  #series .series-result .series-actions {
    top: 230px;
  }
  #series .series-result .type-holder {
    height: 170px;
  }
  #series .series-result .mobile-series-actions.icon-box {
    margin-right: -16px;
    height: 60px;
  }
  #series .series-result .mobile-series-actions.icon-box i {
    line-height: 60px;
  }
  #series .series-result .mobile-actions table {
    width: 100%;
  }
  #series .series-result .mobile-actions table td {
    width: 100%;
    text-align: center;
  }
  #series .series-result .mobile-actions table td .health-status,
  #series .series-result .mobile-actions table td .health-status-main {
    float: none;
    margin: 0 auto;
  }
  #series .series-result .mobile-actions table td .health-status #status-block-container .status-block,
  #series .series-result .mobile-actions table td .health-status-main #status-block-container .status-block {
    margin: 0 auto;
  }
  #series .series-result .mobile-actions table td .health-status #status-block-container .status-block .block,
  #series .series-result .mobile-actions table td .health-status-main #status-block-container .status-block .block {
    background-color: transparent;
    color: white;
    font-size: 32px;
  }
  #series .series-result .mobile-actions table td .health-status #status-block-container .status-block .desc,
  #series .series-result .mobile-actions table td .health-status-main #status-block-container .status-block .desc {
    margin-top: 3px;
  }
  #series .series-result .mobile-actions .message-indicator {
    height: 65px;
    line-height: 65px;
    text-align: center;
  }
  #series .series-result .mobile-actions .message-indicator i {
    font-size: 24px;
    line-height: 65px;
  }
}
.module-links li.active {
    border-bottom: 2px solid #d1202f;
}
@font-face{font-family:Industry;src:url("../fonts/IndustryInc-Base.otf")}@font-face{font-family:Industry-Black;src:url("../fonts/Industry-Black.otf")}@font-face{font-family:Industry-Bold;src:url("../fonts/Industry-Bold.otf")}@font-face{font-family:Industry-DemiBold;src:url("../fonts/Industry-DemiBold.otf")}@font-face{font-family:Industry-Medium;src:url("../fonts/Industry-Medium.otf")}@font-face{font-family:Industry-Outline;src:url("../fonts/IndustryInc-Outline.otf")}@font-face{font-family:Industry-Inline;src:url("../fonts/IndustryInc-Inline.otf")}@font-face{font-family:ManifoldCF;src:url("../fonts/ManifoldCF-DemiBoldOblique.otf")}@font-face{font-family:Empera-Inline;src:url("../fonts/Empera-Inline.otf")}#gamecenter-public{background:0 0}#gamecenter-public .txt-special{font-family:Empera-Inline,Roboto-Medium,sans-serif}#gamecenter-public #series-detail-display .button,#gamecenter-public .AwayTeamHits span,#gamecenter-public .AwayTeamScore span,#gamecenter-public .no-competitor,#gamecenter-public .on-base .baseimg,#gamecenter-public .public-series-tile .series-image .finished-display,#gamecenter-public .score-card .game-stats .pitches .col-md-2.hideme,#gamecenter-public .score-card .game-stats .pitches.hideme,#gamecenter-public tr.competitor td span,#gamecenter-public tr.no-competitor td span,.hidelarge,.hideme{display:none}#gamecenter-public .no-competitor.AwayTeamScore{color:#bbb!important}#gamecenter-public #live-game .score-card .series-links a,#gamecenter-public #live-game .score-card .team-players-display .player-image img,#gamecenter-public .AwayTeamHits span.active,#gamecenter-public .AwayTeamScore span.active,#gamecenter-public .on-base .baseimg.active,#gamecenter-public tr.competitor td span.active,#gamecenter-public tr.no-competitor td span.active,.hidesmall{display:block}#gamecenter-public #series-detail-display .gc-p-table tbody td:nth-of-type(2n),#gamecenter-public #series-detail-display .gc-p-table tbody tr.even td(even),#gamecenter-public .no-competitor span{color:#bbb}#gamecenter-public .showAway{position:absolute;right:0;top:0;padding:10px}#gamecenter-public .away-team-selections .awayOption:hover,#gamecenter-public .series-type-selector li:hover,#gamecenter-public .showAway:hover{cursor:pointer}#gamecenter-public .away-team-selections{display:none;position:absolute;background-color:#fff;border:1px solid #000;z-index:20;width:400px;padding:10px;max-height:200px;overflow-y:scroll}#gamecenter-public .away-team-selections .awayOption{width:100%;display:block;margin-bottom:5px;border-bottom:1px solid #eee;padding-bottom:5px}#gamecenter-public .away-team-selections .awayOption .awayInfo,#gamecenter-public .away-team-selections .awayOption .awayLogo{display:inline-block}#gamecenter-public .away-team-selections .awayOption .awayLogo img{vertical-align:2px}#gamecenter-public .away-team-selections .awayOption .awayName{font-family:Industry,sans-serif;color:#d1202f;font-size:16px}#gamecenter-public .away-team-selections .awayOption .awayLocation{font-size:12px;color:#999;text-transform:uppercase}#gamecenter-public .position{position:relative;padding-bottom:50vh}#gamecenter-public .fixed-top-bg{position:fixed;top:0;margin-left:-8px;z-index:-2}#gamecenter-public .fixed-bottom-bg{position:absolute;margin-left:-8px;bottom:0}#gamecenter-public #series-detail-display #series-detail,#gamecenter-public .title-btn .btn{margin-top:30px}#gamecenter-public .carousel{margin-top:40px}#gamecenter-public .carousel .carousel-control{opacity:.8}#gamecenter-public .section{margin-top:70px}#gamecenter-public h2.section-title{font-size:48px;line-height:57px;position:relative}#gamecenter-public h2.section-title span{position:absolute;font-family:Industry-Outline;left:2px;top:2px}#gamecenter-public .btn{height:40px;line-height:40px;margin-top:10px;font-size:18px}#gamecenter-public .score-card{display:block;overflow:hidden;max-width:600px;width:100%;margin:0 auto}#gamecenter-public .score-card.syncplay{max-width:1000px}#gamecenter-public #series-detail-display .gc-p-table th.tablesorter-headerAsc .fa-sort-amount-asc,#gamecenter-public #series-detail-display .gc-p-table th.tablesorter-headerDesc .fa-sort-amount-desc,#gamecenter-public .score-card .stat-label{display:inline}#gamecenter-public .score-card .border-left{border-left:1px solid #e4e4e4}#gamecenter-public .score-card .border-bottom{border-bottom:1px solid #e4e4e4}#gamecenter-public .score-card .divider{height:1px;max-height:1px;line-height:1px;background-color:#e4e4e4;width:100%;display:block;overflow:hidden}#gamecenter-public .score-card .series-name h4{font-size:18px;line-height:30px;margin-top:0;padding-top:10px}#gamecenter-public .score-card .series-name h4 i{float:right;line-height:30px;font-size:24px}#gamecenter-public .score-card .team{padding-top:15px}#gamecenter-public .score-card .team .no-competitor-circle{height:60px;width:60px;border-radius:50%;border:2px dashed #bbb}#gamecenter-public .score-card .team .default-team-logo{font-family:Empera-Inline,Roboto-Medium,sans-serif;color:#fff;text-align:center;height:60px;width:60px;line-height:60px;font-size:50px;background-color:#555}#gamecenter-public .score-card .team.bottom-padding{padding-bottom:15px}#gamecenter-public .score-card .team .team-name{font-size:18px;line-height:20px;color:#d1202f;font-family:Industry,sans-serif;text-transform:uppercase}#gamecenter-public .score-card .team .team-info{font-family:tk-din-2014-n3,din-2014,Roboto-Regular,sans-serif;font-size:12px;line-height:16px;color:#555;text-transform:uppercase}#gamecenter-public .score-card .team .team-score{font-size:48px;line-height:58px;color:#222;font-family:Industry,sans-serif;text-align:center}#gamecenter-public .score-card .game-stats{min-height:105px;position:relative;z-index:10;padding-top:5px;overflow:hidden}#gamecenter-public .score-card .game-stats .play-animations{position:absolute;z-index:100;width:100%}#gamecenter-public .score-card .game-stats .play-animations .play-animation{opacity:0;position:absolute;top:-17px;width:100%;text-align:center;font-size:36px;color:#d1202f;line-height:36px;font-family:Industry-Inline,sans-serif}#gamecenter-public .score-card .game-stats table{margin-top:30px;width:100%}#gamecenter-public .score-card .game-stats table th{color:#bbb;font-family:Industry;font-size:10px;font-weight:500;line-height:24px;text-align:center}#gamecenter-public .score-card .game-stats table th.first{color:#bbb;font-family:Industry;font-size:12px;font-weight:900;line-height:24px;width:75px;text-align:left}#gamecenter-public .score-card .game-stats table td{color:#555;font-family:tk-din-2014-n3,din-2014,Roboto-Regular,sans-serif;font-size:14px;font-weight:500;line-height:24px;text-align:center;min-height:24px}#gamecenter-public .score-card .game-stats table td.active.ainning,#gamecenter-public .score-card .game-stats table td.active.hinning{color:#d1202f;font-size:14px;font-weight:500;line-height:18px}#gamecenter-public .score-card .game-stats table td.first{text-align:left}#gamecenter-public .score-card .game-stats table td.special{color:#000;font-size:14px;font-weight:800;line-height:18px;padding-left:2px;padding-right:2px}#gamecenter-public .score-card .game-stats table td .team-name{color:#555;font-family:tk-din-2014-n3,din-2014,Roboto-Regular,sans-serif;font-size:9px;font-weight:500;line-height:10px;text-align:left;text-transform:uppercase}#gamecenter-public .score-card .game-stats .on-base .baseimg{margin:0 auto}#gamecenter-public .on-base .fa-stack,#gamecenter-public .score-card .game-stats .fa-stack{width:12px;height:12px;line-height:14px}#gamecenter-public .on-base .fa-stack .fa-stack-1x,#gamecenter-public .score-card .game-stats .fa-stack .fa-stack-1x{font-size:8px}#gamecenter-public #live-game .score-card .team-players-display .player-row.expanded .game-row,#gamecenter-public .on-base .fa-stack .fa-stack-2x,#gamecenter-public .score-card .game-stats .fa-stack .fa-stack-2x{font-size:14px}#gamecenter-public #series-detail-display .gc-p-table,#gamecenter-public .score-card .game-stats .balls .fa-stack-1x,#gamecenter-public .score-card .game-stats .outs .fa-stack-1x,#gamecenter-public .score-card .game-stats .pitches .fa-stack-1x,#gamecenter-public .score-card .game-stats .strikes .fa-stack-1x{color:#fff}#gamecenter-public .score-card .game-stats .balls .fa-stack-1x.active,#gamecenter-public .score-card .game-stats .outs .fa-stack-1x.active,#gamecenter-public .score-card .game-stats .pitches .fa-stack-1x.active,#gamecenter-public .score-card .game-stats .strikes .fa-stack-1x.active,#gamecenter-public .series-type-selector li.active{color:#d1202f}#gamecenter-public .score-card .additional-details{text-align:center;height:42px}#gamecenter-public .score-card .additional-details .division,#gamecenter-public .score-card .additional-details .game-count{color:#fff;font-size:14px;font-weight:500;line-height:42px;text-transform:uppercase;letter-spacing:.04em}#gamecenter-public .score-card .watch{height:42px;text-align:center;color:#fff;font-family:Industry-Black,sans-serif;text-transform:uppercase;font-size:18px;line-height:42px}#gamecenter-public .public-series-tile{height:185px;margin-bottom:25px;overflow:hidden}#gamecenter-public .public-series-tile .series-image{min-height:180px!important}#gamecenter-public .public-series-tile.finished .series-image{text-align:center}#gamecenter-public .public-series-tile.finished .series-image .finished-display{display:block;width:100%;height:185px;background:rgba(0,0,0,.1)}#gamecenter-public .public-series-tile.finished .series-image .finished-display img{display:block;margin:0 auto}#gamecenter-public .public-series-tile .series-info{padding-top:22px;padding-left:22px}#gamecenter-public .public-series-tile .series-info .series-name{font-size:24px;line-height:24px;font-family:Industry,sans-serif;text-transform:uppercase}#gamecenter-public .public-series-tile .series-info .series-sponsor{margin-top:3px;color:#555;font-size:16px;letter-spacing:.57px;line-height:19px;text-transform:uppercase}#gamecenter-public .public-series-tile .series-info p{font-size:14px;line-height:18px;color:#555;text-transform:none}#gamecenter-public .public-series-tile .series-info .series-details{margin-top:15px;color:#555;font-size:14px;font-weight:700;letter-spacing:.5px;line-height:20px;text-transform:uppercase}#gamecenter-public .public-series-tile .series-info .series-details i{font-size:20px;line-height:20px;color:#bbb;vertical-align:-3px}#gamecenter-public .public-series-tile div.button{width:55px;height:55px;margin-top:5px;margin-right:7px;text-align:center;line-height:55px;color:#000}#gamecenter-public .public-series-tile div.button i{font-size:28px;vertical-align:-8px}#gamecenter-public #series-detail-display .division-selector{height:56px;margin-top:-5px;width:271px!important;line-height:60px}#gamecenter-public #series-detail-display .division-selector .btn{height:inherit;line-height:56px;margin-top:inherit;padding-top:0;font-size:inherit}#gamecenter-public #series-detail-display .division-selector .bs-caret{line-height:2}#gamecenter-public #series-detail-display .division-selector .dropdown-menu li{height:auto}#gamecenter-public #series-detail-display h2.section-title{line-height:80px}#gamecenter-public #series-detail-display .series-detail-navigation{height:80px}#gamecenter-public #series-detail-display .series-detail-navigation li{height:80px;position:relative}#gamecenter-public #series-detail-display .series-detail-navigation li.dividing-border{padding-left:15px;padding-right:15px}#gamecenter-public #series-detail-display .series-detail-navigation .border-line{height:80px;width:2px;opacity:.25;background-color:#fff;position:absolute;top:33px}#gamecenter-public #series-detail-display .series-detail-navigation .buttons .square-button{height:60px;width:60px;text-align:center;background-color:#555;color:#fff;border:none;font-size:28px}#gamecenter-public #series-detail-display .series-detail-navigation .buttons .square-button i{vertical-align:-3px}#gamecenter-public #series-detail-display .series-detail-navigation .buttons .square-button:hover{background-color:#484848}#gamecenter-public #series-detail-display .series-detail-navigation .buttons .square-button.active{background-color:#d1202f;color:#000}#gamecenter-public #series-detail-display .gc-p-table th{border-bottom:none;background-color:#cb1828;font-size:12px;line-height:15px;text-transform:uppercase;font-family:tk-din-2014-n3,din-2014,Roboto-Regular,sans-serif;text-align:center;height:50px;vertical-align:middle}#gamecenter-public #series-detail-display .gc-p-table th .fa-sort,#gamecenter-public #series-detail-display .gc-p-table th .fa-sort-amount-asc,#gamecenter-public #series-detail-display .gc-p-table th .fa-sort-amount-desc{display:none;color:#000}#gamecenter-public #series-detail-display .gc-p-table th.tablesorter-headerUnSorted .fa-sort{display:inline;opacity:.5}#gamecenter-public #series-detail-display .gc-p-table th:first-child{background-color:#940e17;text-align:left;padding-left:15px}#gamecenter-public #series-detail-display .gc-p-table tbody td{border:none;line-height:60px;height:60px;text-align:center;font-size:16px}#gamecenter-public #series-detail-display .gc-p-table tbody td:nth-of-type(odd),#gamecenter-public #series-detail-display .gc-p-table tbody tr.odd td{color:#efefef}#gamecenter-public #series-detail-display .gc-p-table tbody tr.odd,#gamecenter-public #series-detail-display .gc-p-table tbody tr:nth-of-type(odd){background-color:#2c2c2c}#gamecenter-public #series-detail-display .gc-p-table tbody tr.odd td:first-child,#gamecenter-public #series-detail-display .gc-p-table tbody tr:nth-of-type(odd) td:first-child{background-color:#000}#gamecenter-public #series-detail-display .gc-p-table tbody tr.even,#gamecenter-public #series-detail-display .gc-p-table tbody tr:nth-of-type(2n){background-color:#3f3e42}#gamecenter-public #series-detail-display .gc-p-table tbody tr.even td:first-child,#gamecenter-public #series-detail-display .gc-p-table tbody tr:nth-of-type(2n) td:first-child{background-color:#191919}#gamecenter-public #series-detail-display .gc-p-table tbody td.first{padding-right:15px;width:300px}#gamecenter-public #series-detail-display .gc-p-table tbody td:first-child{text-align:left;padding-left:15px}#gamecenter-public #series-detail-display .gc-p-table tbody tr,#gamecenter-public #series-detail-display .gc-p-table tbody tr td{height:60px;max-height:60px;padding-top:0;padding-bottom:0}#gamecenter-public #series-detail-display .gc-p-table tbody tr.secondary,#gamecenter-public #series-detail-display .gc-p-table tbody tr.secondary td{line-height:40px;height:40px}#gamecenter-public #series-detail-display .gc-p-table tbody tr.secondary td.first,#gamecenter-public #series-detail-display .gc-p-table tbody tr.secondary.first{text-transform:uppercase;font-size:14px;padding-right:0}#gamecenter-public #series-detail-display .gc-p-table tbody tr.secondary td.first .gamename,#gamecenter-public #series-detail-display .gc-p-table tbody tr.secondary.first .gamename{width:100px;float:right;padding-right:10px}#gamecenter-public #series-detail-display .gc-p-table tbody tr.secondary.firstsecondaryrow .gamename,#gamecenter-public #series-detail-display .gc-p-table tbody tr.secondary.firstsecondaryrow td:nth-of-type(n+2){border-top:1px solid #d1202f}#gamecenter-public #series-detail-display .team-table td{line-height:18px!important;vertical-align:middle}#gamecenter-public #series-detail-display .team-table td .player-name{color:#d1202f;font-size:18px;line-height:22px}#gamecenter-public #series-detail-display .team-table td .team-name{text-transform:uppercase;font-size:14px;line-height:18px}#gamecenter-public #series-detail-display .team-table td .division-name{font-size:14px;color:#bbb;font-weight:700}#gamecenter-public .series-type-selector{font-family:Industry,sans-serif;font-size:18px;color:#fff;font-weight:600;text-transform:uppercase}#gamecenter-public .series-type-selector li{line-height:22px;padding-left:2%;padding-right:2%}#gamecenter-public .series-type-selector li:not(:first-child){border-left:1px solid #555}#gamecenter-public .team-row{min-height:60px;margin-top:10px}#gamecenter-public .series-winner{background-color:#313131;color:#fff;font-family:Industry,sans-serif;margin-left:8px;margin-right:8px;position:relative;height:40px;line-height:40px;font-size:18px}#gamecenter-public .series-winner .team-logo{height:55px;width:55px;float:left;position:absolute;top:-6px;left:-9px}#gamecenter-public .series-winner .team-name{padding-left:50px;color:#d1202f}#gamecenter-public .series-winner .vert-divider{background-color:#000;width:1px;height:34px;margin-top:3px;float:right}#gamecenter-public .on-base .col-md-36{padding:0;margin-left:8px}#gamecenter-public #live-game .bg-red-dark{background-color:#a1111b}#gamecenter-public #live-game .divider{height:2px;max-height:2px;line-height:2px}#gamecenter-public #live-game .score-card .series-name{min-height:70px;padding-left:20px;padding-right:20px}#gamecenter-public #live-game .score-card .series-name h4{font-size:20px;line-height:24px;margin-bottom:0}#gamecenter-public #live-game .score-card .series-name .sub-title{color:#555;font-family:Industry,sans-serif;font-size:12px}#gamecenter-public #live-game .score-card .team{padding-left:12px;padding-right:12px}#gamecenter-public #live-game .score-card .team .team-name{padding-top:10px}#gamecenter-public #live-game .score-card .game-stats{padding-top:20px;padding-bottom:20px}#gamecenter-public #live-game .score-card .series-links{min-height:34px;font-family:Industry,sans-serif;line-height:34px}#gamecenter-public #live-game .score-card .series-links i{font-size:20px;padding-top:6px;float:right}#gamecenter-public #live-game .score-card .game-over{background-color:#efefef;display:block;max-width:94%;margin:0 auto 20px;font-size:16px;line-height:18px;color:#555;text-align:center;padding-top:5px;padding-bottom:5px}#gamecenter-public #live-game .score-card .game-over .winner{padding-top:5px;font-size:26px;line-height:28px;color:#d1202f;font-family:Industry-Inline,sans-serif;width:100%;text-align:center}#gamecenter-public #live-game .score-card .game-over-stamp{z-index:100;position:absolute;top:90px;width:100%;max-width:465px;margin:0 auto;opacity:.8}#gamecenter-public #live-game .score-card .game-over-stamp img{margin:0 auto;width:100%;height:auto;max-width:100%}#gamecenter-public #live-game .score-card .inning-history{background-color:#efefef;display:block;max-width:94%;margin:0 auto 20px;font-size:12px;line-height:15px;text-transform:uppercase}#gamecenter-public #live-game .score-card .inning-history .play-row{line-height:35px;height:35px}#gamecenter-public #live-game .score-card .inning-history .play-row [class*=col-md-],#gamecenter-public #live-game .score-card .team-players-display [class*=col-md-]{padding:0}#gamecenter-public #live-game .score-card .inning-history .play-row:after{clear:both}#gamecenter-public #live-game .score-card .inning-history .play-row .playresult{max-width:98%;overflow:hidden;float:left;line-height:11px;font-size:10px;white-space:normal;height:33px;display:flex;align-items:center;padding-right:2px}#gamecenter-public #live-game .score-card .inning-history .action-icon{padding-right:15px}#gamecenter-public #live-game .score-card .inning-history a:focus{text-decoration:none;outline:0}#gamecenter-public #live-game .score-card .inning-history .name,#gamecenter-public #live-game .score-card .inning-history a .txt-red{color:#d1202f!important}#gamecenter-public #live-game .score-card .inning-history a .txt-gray2{color:#555!important}#gamecenter-public #live-game .score-card .inning-history a .txt-gray1{color:#484848!important}#gamecenter-public #live-game .score-card .inning-history a .txt-bold{font-weight:700}#gamecenter-public #live-game .score-card .inning-history i{font-size:18px;vertical-align:-3px}#gamecenter-public #live-game .score-card .inning-history .vert-divider{height:14px;width:1px;background-color:#bbb;float:right;margin-top:10px}#gamecenter-public #live-game .score-card .team-players-display{padding-left:5px;margin-top:10px;margin-bottom:10px;width:100%;overflow-y:scroll;overflow-x:hidden;height:200px;color:#555}#gamecenter-public #live-game .score-card .team-players-display .row{margin:0}#gamecenter-public #live-game .score-card .team-players-display .player-row{font-size:12px;margin-left:8px;margin-right:8px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #efefef;line-height:24px}#gamecenter-public #live-game .score-card .team-players-display .player-row .game-row{font-size:12px}#gamecenter-public #live-game .score-card .team-players-display .player-row .series-row{font-size:11px}#gamecenter-public #live-game .score-card .team-players-display .player-row.expanded{line-height:normal}#gamecenter-public #live-game .score-card .team-players-display .player-row.expanded .player-info .player-name{font-size:13px}#gamecenter-public #live-game .score-card .team-players-display .player-row.expanded .player-info .player-bats{padding-left:10px;font-family:Industry-Bold,sans-serif;color:#555}#gamecenter-public #live-game .score-card .team-players-display .player-row.condensed{line-height:14px}.bounce-in-top{-webkit-animation:1.1s both bounce-in-top;animation:1.1s both bounce-in-top}.fade-out{-webkit-animation:1s ease-out both fade-out;animation:1s ease-out both fade-out}@-webkit-keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,72%,90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes bounce-in-top{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}38%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:.8}55%{-webkit-transform:translateY(-65px);transform:translateY(-65px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%,72%,90%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}81%{-webkit-transform:translateY(-28px);transform:translateY(-28px);-webkit-animation-timing-function:ease-in}95%{-webkit-transform:translateY(-8px);transform:translateY(-8px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-webkit-keyframes fade-out{0%{opacity:.8}100%{opacity:0}}@keyframes fade-out{0%{opacity:.8}100%{opacity:0}}.scale-in-center{-webkit-animation:.5s cubic-bezier(.25,.46,.45,.94) both scale-in-center;animation:.5s cubic-bezier(.25,.46,.45,.94) both scale-in-center}@-webkit-keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:.8}}@keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:.8}}.shake-lr{-webkit-animation:.7s cubic-bezier(.455,.03,.515,.955) both shake-lr;animation:.7s cubic-bezier(.455,.03,.515,.955) both shake-lr}@-webkit-keyframes shake-lr{0%,100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}10%,90%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%,40%,60%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}30%,50%,70%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}@keyframes shake-lr{0%,100%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}10%,90%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%,40%,60%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}30%,50%,70%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}80%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}.placeholder{width:100%;height:5px}@media (max-width:767px){#gamecenter-public #live-game .score-card .hidesmall{display:none}#gamecenter-public #live-game .score-card .hidelarge{display:block}#gamecenter-public #live-game .score-card .inning-history .play-row{height:auto}#gamecenter-public #live-game .score-card .border-left{border:none}}@media (max-width:600px){#gamecenter-public #live-game .score-card .stat-label{display:block!important}#gamecenter-public #live-game .score-card .align-center-xs{text-align:center}#gamecenter-public #live-game .score-card .game-stats .play-animations .play-animation{top:-32px}#gamecenter-public #live-game .score-card #BasesImage{margin-top:10px}}@media (max-width:420px){#gamecenter-public #live-game .score-card .stat-label{display:block!important}#gamecenter-public #live-game .score-card .away-team-selections{left:-27vw;width:100vw;white-space:nowrap;overflow:hidden;-webkit-box-shadow:0 10px 5px 0 rgba(0,0,0,.23);-moz-box-shadow:0 10px 5px 0 rgba(0,0,0,.23);box-shadow:0 10px 5px 0 rgba(0,0,0,.23)}}.video-display{border-top:3px solid #d1202f}.video-display .collapse-btn{-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-color:transparent;background-color:#d1202f;font-family:Industry,sans-serif;padding-left:15px;padding-right:15px;color:#fff;display:block;margin:0 auto}.video-display .collapse-btn:focus{outline:unset}.video-display #video-collapse{padding-top:2px;padding-bottom:5px;background-color:#d1202f}
