/*!
 *  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(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'),
    url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'),
    url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'),
    url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'),
    url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#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 #eeeeee;
  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: #ffffff;
}
/* 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: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format('embedded-opentype'),
       url(/assets/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format('woff'),
       url(/assets/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format('truetype'),
       url(/assets/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */


html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/**
 * placeholder-loading v0.4.0
 * Author: Zalog (https://www.zalog.ro/)
 * License: MIT
 **/

 .ph-item {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   /* margin-bottom: 30px; */
   /* padding: 30px 15px 15px 15px; */
   overflow: hidden;
   direction: ltr;
   /* background-color: #fff; */
   /* border: 1px solid #e6e6e6; */
   /* border-radius: 2px; */
 }

 .ph-item,
 .ph-item *,
 .ph-item ::after,
 .ph-item ::before {
   box-sizing: border-box;
 }

 .ph-item::before {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 50%;
   z-index: 1;
   width: 500%;
   margin-left: -250%;
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
   -webkit-animation: phAnimation 0.8s linear infinite;
   animation: phAnimation 0.8s linear infinite;
   content: " ";
   pointer-events: none;
 }

 .ph-item>* {
   display: flex;
   flex: 1 1 auto;
   flex-flow: column;
   /* margin-bottom: 15px; */
   /* padding-right: 15px; */
   /* padding-left: 15px; */
 }

 .ph-row {
   display: flex;
   flex-wrap: wrap;
   margin-top: -7.5px;
 }

 .ph-row div {
   height: 10px;
   margin-top: 7.5px;
   background-color: #ced4da;
 }

 .ph-row .big,
 .ph-row.big div {
   height: 20px;
 }

 .ph-row .empty {
   background-color: rgba(255, 255, 255, 0);
 }

 .ph-col-2 {
   flex: 0 0 16.66667%;
 }

 .ph-col-4 {
   flex: 0 0 33.33333%;
 }

 .ph-col-6 {
   flex: 0 0 50%;
 }

 .ph-col-8 {
   flex: 0 0 66.66667%;
 }

 .ph-col-10 {
   flex: 0 0 83.33333%;
 }

 .ph-col-12 {
   flex: 0 0 100%;
 }

 [class*="ph-col"] {
   direction: ltr;
 }

 [class*="ph-col"]>*+.ph-row {
   margin-top: 0;
 }

 [class*="ph-col"]>*+* {
   margin-top: 7.5px;
 }

 .ph-avatar {
   position: relative;
   width: 100%;
   min-width: 60px;
   overflow: hidden;
   background-color: #ced4da;
   border-radius: 50%;
 }

 .ph-avatar::before {
   display: block;
   padding-top: 100%;
   content: " ";
 }

 .ph-picture {
   width: 100%;
   height: 120px;
   background-color: #ced4da;
 }

 @-webkit-keyframes phAnimation {
   0% {
     transform: translate3d(-30%, 0, 0);
   }
   100% {
     transform: translate3d(30%, 0, 0);
   }
 }

 @keyframes phAnimation {
   0% {
     transform: translate3d(-30%, 0, 0);
   }
   100% {
     transform: translate3d(30%, 0, 0);
   }
 }
/* from bootstrap 4 */

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}
/* from bootstrap 4 */

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.VerticalAligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.AspectRatioBox {
  display: block;
  position: relative;
}

.AspectRatioBox * {
  box-sizing: border-box;
}

.AspectRatioBox:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.AspectRatioBox--ratio-2-1:before {
  padding-bottom: 50%;
}

.AspectRatioBox--ratio-235-1:before {
  padding-bottom: 42.5531915%;
}

.AspectRatioBox--ratio-276-1:before {
  padding-bottom: 36.2318841%;
}

.AspectRatioBox--ratio-4-3:before {
  padding-bottom: 75%;
}

.AspectRatioBox--ratio-16-9::before {
  padding-bottom: 56.25%;
}

.AspectRatioBox--ratio-16-9ish:before {
  padding-bottom: 56%;
}

.AspectRatioBox--ratio-16-9ish:before {
  padding-bottom: 54.0540541%;
}

.AspectRatioBox > iframe, .AspectRatioBox > video, .AspectRatioBoxViewport {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  overflow: hidden;
}

.AspectRatioBox > img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  margin: auto;
}

.AspectRatioBoxViewport {
  z-index: 1;
  overflow: hidden;
}

.AspectRatioBoxViewport-coverImg {
  filter: blur(1px);
}

.AspectRatioBoxViewport-coverImg, .AspectRatioBoxViewport-img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.AspectRatioBoxViewport-imgCentered {
  display: block;
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.AspectRatioBoxViewport-overlay {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  margin: auto;
  text-align: center;
  background: rgba(255,255,255,0.5);
}

.AspectRatioBoxViewport-overlay2 {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  margin: auto;
  text-align: center;
  background: none;
}

.AspectRatioBoxViewport-overlaySpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
  color: #555;
}

.AspectRatioBoxPlaceholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  border: 2px dotted #ccc;
}

.AspectRatioBoxPlaceholder--noBorder {
  border: none;
}

.AspectRatioBoxPlaceholder-text {
  display: block;
  text-align: center;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.BulletinBody-attachments {
  display: none;
}
.BulletinBody-commentLink {
  display: none;
}
.BulletinBody-text {
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
}
.BulletinBody--expanded .BulletinBody-attachments,
.BulletinBody--expanded .BulletinBody-commentLink
{
  display: initial;
}
.BulletinBody--expanded .BulletinBody-text {
  max-height: initial;
}
.EmbedBox {
  display: block;
  padding: 10px;
  /*border: 1px solid #bbb;*/
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset, 0 1px 1px rgba(0, 0, 0, .1);
  color: inherit;
}
.EmbedBox--standardMargins {
  margin-top: 10px;
  margin-bottom: 10px;
}
.EmbedBox-stretchedHeader {
  background-color: #f3f3f3;
  margin-top: -9px;
  margin-left: -9px;
  margin-right: -9px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.EmbedBox .SectionTitle {
  margin-left: -9px;
  margin-right: -9px;
}
.GenericByline {
  margin-bottom: 10px;
}
.GenericByline--noMargins {
  margin-bottom: 0px;
}
.GenericByline:after {
  content:" ";
  display:block;
  clear:both;
}
.GenericByline-avatar {
  height: 40px;
  width: 40px;
  float: left;
}
.GenericByline-avatar > img {
  display: block;
  height: 40px;
  width: 40px;
}
.GenericByline-avatar > .fa {
  display: block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 32px;
}
.GenericByline-details {
  margin-left: 50px;
}
.GenericSearchResults {
  padding: 4px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.GenericSearchResultRow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: white;
}

.GenericSearchResultRow:nth-child(even) {
  background-color: #f1f1f1;
}

.GenericSearchResultRow-avatarImg {
  display: block;
  height: 40px;
  width: 40px;
}

.GenericSearchResultRow-c1 {
  flex: 0 0 auto;
  padding: 10px;
}

.GenericSearchResultRow-c2 {
  flex: 1 1 auto;
  padding: 10px;
}

.GenericSearchResultRow-c3 {
  flex: 0 0 auto;
  padding: 10px;
}

@media (max-width: 767px) {
  .GenericSearchResultRow-c1 {
    padding: 5px;
  }

  .GenericSearchResultRow-c2 {
    padding: 5px;
  }

  .GenericSearchResultRow-c3 {
    padding: 5px;
  }
}
.SectionTitle {
  position: relative;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
  line-height: 2;
  vertical-align: middle;
  font-size: 14px;
}
.SectionTitle, .SectionTitle * {
  box-sizing: border-box;
}
.SectionTitle small {
  font-size: 80%;
}
.SectionTitle:after {
  content: "";
  display: table;
  clear: both;
}
.SectionTitle-addl {
  position: relative;
  z-index: 1;
  float: left;
  vertical-align: middle;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.SectionTitle-rest {
  position: absolute;
  z-index: 0;
  text-align: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0em;
  border-top: 1px solid #F3F3F3;
  /*border-top-color: #b8f436;*/
  /*margin-top: -2px;*/
  vertical-align: middle;
  padding-right: 0.5em;
}
.SectionTitle--light .SectionTitle-rest {
  border-top: 1px solid white;
}
.SectionTitle-sep {
  border-top: 1em solid #F3F3F3;
  border-left: 1em solid #F3F3F3;
  border-right: 1em solid transparent;
  border-bottom: 1em solid transparent;
  height: 2em;
  width: 2em;
  position: relative;
  z-index: 1;
  float: left;
  vertical-align: middle;
}
.SectionTitle--light .SectionTitle-sep {
  border-top: 1em solid white;
  border-left: 1em solid white;
}
.SectionTitle-tab {
  position: relative;
  z-index: 1;
  float: left;
  vertical-align: middle;
  background-color: #F3F3F3;
  color: #444;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 11em;
  white-space: nowrap;
  overflow: hidden;
}
.SectionTitle--light .SectionTitle-tab {
  background-color: white;
  color: #444;
}
.TourImageHeader {
  text-align: center;
  font-weight: bold;
}
.TourImage {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 3em;
  border: 2px solid #aaa;
  padding: 10px;
}
@media (max-width: 767px) {
  .TourImage {
    width: 100%;
  }
}
.TourImage--bounded {
  width: auto;
  max-width: 100%;
}
.TourImage--smaller {
  max-width: 50%;
}
dialog.dialog {
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
  max-width: calc(100% - 2em - 6px);
  max-height: calc(100% - 2em - 6px);
}
dialog.dialog::backdrop {
  background: black;
  opacity: 0.75;
  pointer-events: none
}
/* from bootstrap 5.2 */

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}


@media (min-width: 1400px) {
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

@media print {
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: local('Permanent Marker Regular'), local('PermanentMarker-Regular'), url(https://fonts.gstatic.com/s/permanentmarker/v8/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Cfw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Passion One Regular'), local('PassionOne-Regular'), url(https://fonts.gstatic.com/s/passionone/v10/PbynFmL8HhTPqbjUzux3JEuf9lvQ6Q.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Passion One Regular'), local('PassionOne-Regular'), url(https://fonts.gstatic.com/s/passionone/v10/PbynFmL8HhTPqbjUzux3JEuR9ls.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'ProximaNova-Light';
  src: url(/assets/ProximaNova-Light-8c4299a2f53b258b2d79ba4889a7a39eb3e1283a66bb19e412200118f8aa34b6.eot);
  src: local('☺'), url(/assets/ProximaNova-Light-dba201d4ab0ef72216b65773d50518fd69ad68cc2b177fae3f868427f3c2a6a6.woff) format('woff'),
  url(/assets/ProximaNova-Light-e649436f3f81267f351dbeeb80902229ede3f839753b9b8062c4b12eb49155f9.ttf) format('truetype'),
  url(/assets/ProximaNova-Light-0f77660e06a5f61a45c4dbdab511722357cf29e7f5ba1b2cf097550afdb0ed20.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url(/assets/ProximaNova-Regular-613a6f672b784db2603b3471faa46b171d97f601cf5c881c0e01efdcc0ae3723.eot);
  src: local('☺'), url(/assets/ProximaNova-Regular-414dcbef0bb16dec697a3b07514cb19c26ba17755929a5427cb72cd1f0496b6e.woff) format('woff'),
  url(/assets/ProximaNova-Regular-04c1c60c7589de014458997fffa59c85b002d388a62a738c6b7cc845118cd4a6.ttf) format('truetype'),
  url(/assets/ProximaNova-Regular-2b80fbe521e07e4e84eb52e707b364c3e6c05c57e483276dc4b3be93a9794ba9.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url(/assets/ProximaNova-Semibold-14cd7aa7c90fdbf12e3dec13f357c05fa4c8ebe1ba02007f580afb06b6f2aeeb.eot);
  src: local('☺'), url(/assets/ProximaNova-Semibold-ea8915824efbed8d734376a2a66cf70bbfa7207263d021fe32e70ca73d0f556c.woff) format('woff'),
  url(/assets/ProximaNova-Semibold-a38adb72503787c8b18f5f0dbf0a3294aaba123804089484d099088a38679d42.ttf) format('truetype'),
  url(/assets/ProximaNova-Semibold-9e7ff2f279f8c497d687d1248d17e7a8c19784d945698c4bc8f9168fe9e351cb.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url(/assets/ProximaNova-Bold-a8e43f06294f41233a37abd9fc655565523af7c811cd1df87842f82e0d0cd08a.eot);
  src: local('☺'), url(/assets/ProximaNova-Bold-b86a3fc21bf9a55dee26f367a6e97de8c3ebfb79e82a28a11835b1f5de3a832f.woff) format('woff'),
  url(/assets/ProximaNova-Bold-f902bbf993d7da308b4c1ead3eb219b2c9942d808a2b9999807254708d09e8ae.ttf) format('truetype'),
  url(/assets/ProximaNova-Bold-b9e81a47aecd3d05445ae775f48d08b3de46b2039f1d229a58a87be194e327ec.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'charcoalregular';
  src: url(/assets/charcoal-webfont-1cadc6a9c7009270660259697bcf3800e72577d799d1657240c5356b8f33ad79.eot);
  src: local('☺'), url(/assets/charcoal-webfont-5106b3843df900607782b9622d02a5a8b4a4b5ffdbe221a223f4bd8926803fb9.woff) format('woff'),
  url(/assets/charcoal-webfont-e02e1de12c564ca049aa2eaf87025a9d0fdfe338932cb9b677961dffd6fdff97.ttf) format('truetype'),
  url(/assets/charcoal-webfont-1cadc6a9c7009270660259697bcf3800e72577d799d1657240c5356b8f33ad79.eot#charcoalregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.htmx-request.htmx-request-display-none, .htmx-request .htmx-request-display-none {
  display: none !important;
}

.htmx-request-display-block,
.htmx-request-display-flex,
.htmx-request-display-inline,
.htmx-request-display-inline-block {
  display: none !important;
}

.htmx-request.htmx-request-display-block, .htmx-request .htmx-request-display-block {
  display: block !important;
}

.htmx-request.htmx-request-display-flex, .htmx-request .htmx-request-display-flex {
  display: flex !important;
}

.htmx-request.htmx-request-display-inline, .htmx-request .htmx-request-display-inline {
  display: inline !important;
}

.htmx-request.htmx-request-display-inline-block, .htmx-request .htmx-request-display-inline-block {
  display: inline-block !important;
}
body.body--ShowcasePage, .container.container--ShowcasePage, .stickyfooter-body > .container.container--ShowcasePage {
  background-color: #2c2c2c;
  color: white;
}
body.body--ShowcasePage {
  background-image: url(/assets/bg/footer_lodyas-e1d6435f22a34ccdcd3cecd592e7da6780a20692e63b13600df9231bdeb0d119.png);
}
@media (max-width: 767px) {
  body.body--ShowcasePage {
    background-image: none;
  }
}
.ShowcasePre {
  background: black;
  color: white;
  line-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 40px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: white;
}
.ShowcasePre-p1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  font-size: 38px;
}
.ShowcasePre-p2 {
  display: table-cell;
  width: 350px;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  font-size: 30px;
}
.ShowcasePre-trophy {
  display: inline-block;
  height: 50px;
  vertical-align: top;
}
.ShowcasePreStats {
  font-size: 20px;
}
.ShowcasePreStats-stat {
  display: inline-block;
  vertical-align: middle;
}
.ShowcasePreStats-stat + .ShowcasePreStats-stat {
  margin-left: 10px;
}
.ShowcasePreStats-icon {
  display: inline-block;
  font-size: 28px;
  height: 28px;
  width: 28px;
  text-align: center;
  vertical-align: middle;
}
.ShowcasePreStats-stat--green .ShowcasePreStats-icon {
  color: #aec558;
}
.ShowcaseBreadcrumb {
  background-color: #e9e9e9;
  background-color: #2c2c2c;
  color: white;
  padding: 10px;
}
.ShowcaseBreadcrumb--inverse {
  background-color: #e9e9e9;
  color: #333;
}
.ShowcaseSectionTitle {
  border-bottom: 2px solid #777;
  color: #b8f436;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 120%;
}
.ShowcaseSectionTitle:after {
  content: "";
  display: table;
  clear: both;
}
.ShowcaseSectionTitle + .ShowcaseSectionTitle {
  margin-top: 1em;
}
.ShowcaseSectionTitle small {
  font-size: 80%;
  margin-left: 1em;
  line-height: 1.8;
  vertical-align: middle;
  text-transform: none;
}
.ShowcaseSectionTitle-label, .ShowcaseSectionTitle-count {
  text-transform: uppercase;
}
.ShowcaseSectionTitle-count {
  color: #aaa;
}
.ShowcaseSectionTitle2 {
  position: relative;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 10px;
  line-height: 2;
  vertical-align: middle;
  font-size: 15px;
}
.ShowcaseSectionTitle2:first-child {
  margin-top: 0;
}
.ShowcaseSectionTitle2 + .ShowcaseSectionTitle2 {
  margin-top: 1em;
}
.ShowcaseSectionTitle2, .ShowcaseSectionTitle2 * {
  box-sizing: border-box;
}
.ShowcaseSectionTitle2 small {
  font-size: 80%;
}
.ShowcaseSectionTitle2:after {
  content: "";
  display: table;
  clear: both;
}
.ShowcaseSectionTitle2-addl {
  position: relative;
  z-index: 1;
  float: left;
  vertical-align: middle;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.ShowcaseSectionTitle2-rest {
  position: absolute;
  z-index: 0;
  text-align: right;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0em;
  border-top: 1px solid #777;
  /*border-top-color: #b8f436;*/
  /*margin-top: -2px;*/
  vertical-align: middle;
  padding-right: 0.5em;
}
.ShowcaseSectionTitle2-sep {
  border-top: 1em solid #1a1a1a;
  border-left: 1em solid #1a1a1a;
  border-right: 1em solid transparent;
  border-bottom: 1em solid transparent;
  height: 2em;
  width: 2em;
  position: relative;
  z-index: 1;
  float: left;
  vertical-align: middle;
}
.ShowcaseSectionTitle2-tab {
  position: relative;
  z-index: 1;
  float: left;
  vertical-align: middle;
  background-color: #1a1a1a;
  color: #b8f436;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 10em;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ShowcaseSectionTitle2 {
    margin-top: 10px;
  }
}
.ShowcaseTeams {
  margin-right: -10px;
}
.ShowcaseTeam, .ShowcaseTeam * {
  box-sizing: border-box;
}
.ShowcaseTeam {
  display: block;
  color: white;
  width: 313px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.ShowcaseTeam-avatar {
  float: left;
  width: 65px;
  height: 65px;
}
.ShowcaseTeam-avatar > img {
  display: block;
  width: 65px;
  height: 65px;
}
.ShowcaseTeam-details {
  margin-left: 75px;
}
.ShowcaseTeam-name {
  display: block;
  font-size: 120%;
  color: inherit;
}
.ShowcaseSchedule {
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}
.ShowcaseSchedule:after {
  content: "";
  display: table;
  clear: both;
}
.ShowcaseSchedule *, .ShowcaseSchedule *:after, .ShowcaseSchedule *:before {
  box-sizing: border-box;
}
.ShowcaseScheduleItem {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
.ShowcaseScheduleItem + .ShowcaseScheduleItem {
  border-left: 1px solid #777;
}
@media (max-width: 767px) {
  .ShowcaseScheduleItem {
    float: none;
    width: 100%;
  }
  .ShowcaseScheduleItem + .ShowcaseScheduleItem {
    border-left: none;
    border-top: 1px solid #777;
    padding-top: 10px;
  }
}
.ShowcaseScheduleMisc {
  font-size: 80%;
}
.ShowcaseScheduleMisc-timestamp {
  /*color: green;*/
  float: right;
}
.ShowcaseScheduleGameTeam {
  display: table;
  width: 100%;
  color: inherit;
  font-size: 120%;
  font-weight: bold;
}
.ShowcaseScheduleGameTeam-name {
  display: table-cell;
  vertical-align: middle;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ShowcaseScheduleGameTeam--owner {
  font-style: italic;
}
.ShowcaseScheduleGameTeam-score {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  width: 1px;
}
.ShowcaseScheduleTeam {
  display: table;
  width: 100%;
}
.ShowcaseScheduleTeam-avatar {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
.ShowcaseScheduleTeam-avatar > img {
  display: block;
  height: 40px;
  width: 40px;
}
.ShowcaseScheduleTeam-details {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.ShowcaseScheduleTeam-name {
  display: block;
  font-weight: bold;
  font-size: 120%;
  color: inherit;
}
.ShowcaseHighlights {
}
.ShowcaseHighlights-title {
  font-size: 85%;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 0.5em;
}
.ShowcaseHighlight {
  margin-bottom: 10px;
}
.ShowcaseHighlight:after {
  content:" ";
  display:block;
  clear:both;
}
.ShowcaseHighlight-description {
  display: block;
  color: #ddd;
  height: 2.8em;
  line-height: 1.4;
  overflow: hidden;
}
.ShowcaseHighlight-details {
  margin-left: 110px;
  padding-right: 10px;
}
.ShowcaseHighlight-overlay {
  position: absolute;
  font-size: 75px;
  color: white;
  text-shadow: 1px 1px 2px black;
  display: block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0.60;
  text-align: center;
}
.ShowcaseHighlight-sub {
  color: #777;
  font-size: 80%;
}
.ShowcaseHighlight-sub2 {
  margin-top: 10px;
  color: #ddd;
  font-size: 80%;
}
.ShowcaseHighlight-thumbnail {
  float: left;
  width: 100px;
}
@media (max-width: 767px) {
  .ShowcaseHighlight-description {
    font-size: 90%;
  }
  .ShowcaseHighlight-details {
    margin-left: 80px;
  }
  .ShowcaseHighlight-overlay {
    font-size: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
  .ShowcaseHighlight-thumbnail {
    width: 70px;
  }
}
.ShowcaseBioBox {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .ShowcaseBioBox {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ShowcaseBioCollege {
  margin-bottom: 2em;
}
.ShowcaseBioCollege-status {
  font-size: 110%;
  margin-bottom: 0.5em;
}
.ShowcaseBioCollegeSchool {
  font-size: 95%;
  display: table;
  width: 100%;
}
.ShowcaseBioCollegeSchool-avatar {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
.ShowcaseBioCollegeSchool-avatar > img {
  display: block;
  height: 40px;
  width: 40px;
}
.ShowcaseBioCollegeSchool-details {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}
.SidebarBox {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
  color: #414141;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.SidebarBox-expander, .SidebarBox-expanderAlways {
  cursor: pointer;
  position: absolute;
  right: -1px;
  bottom: -21px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  background: white;
  padding: 3px 5px 3px 5px;
  font-size: 10px;
}
.SidebarBox-expanderPlus {
  display: none;
  cursor: pointer;
  position: absolute;
  right: -1px;
  bottom: -21px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  background: white;
  padding: 3px 5px 3px 5px;
  font-size: 10px;
}
.SidebarBox--withExpander {
  border-bottom-right-radius: 0;
  margin-bottom: 30px;
}
.SidebarBox--withExpander.SidebarBox--expanded {
  margin-bottom: 10px;
}
.SidebarBox--expanded .SidebarBox-expander {
  display: none;
}
.SidebarBox--expanded .SidebarBox-expanderPlus {
  display: block;
}
.SidebarBoxItem {
  padding: 5px;
}
.SidebarBoxItem + .SidebarBoxItem {
  border-top: 1px solid #ccc;
}
.SidebarBoxItem--hidden {
  display: none;
}
.SidebarBox--expanded .SidebarBoxItem--hidden {
  display: block;
}
@media (min-width: 767px) {
  .SidebarBox--expandedDesktop .SidebarBoxItem--hidden {
    display: block;
  }
  .SidebarBox--expandedDesktop .SidebarBox-expander {
    display: none;
  }
  .SidebarBox--expandedDesktop .SidebarBox-expanderPlus {
    display: block;
  }
}
.SidebarBoxTitle {
  color: #777;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.SidebarBoxTitle--urgent {
  color: #a94442;
}
.DashboardContainer {
  background-image: linear-gradient(#ddd, #ddd);
  background-size: 320px;
  background-repeat: repeat-y;
  background-position: top right;
}
.SidebarEventMisc {
  font-size: 80%;
}
.SidebarEventMisc-timestamp {
  color: green;
  float: right;
}
.SidebarGameTeam {
  display: table;
  width: 100%;
  color: inherit;
  font-size: 120%;
  font-weight: bold;
}
.SidebarGameTeam-name {
  display: table-cell;
  vertical-align: middle;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SidebarGameTeam--owner {
  font-style: italic;
}
.SidebarGameTeam-score {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  width: 1px;
}
.SidebarMyTeam {
  display: table;
  width: 100%;
}
.SidebarMyTeam-avatar {
  display: table-cell;
  vertical-align: top;
  height: 40px;
  width: 40px;
  padding-top: 3px;
}
.SidebarMyTeam-avatar > img {
  display: block;
  height: 40px;
  width: 40px;
}
.SidebarMyTeam-details {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.SidebarMyTeam-name {
  display: block;
  font-weight: bold;
  font-size: 120%;
  color: inherit;
}
.DashboardSidebarContainer {
  width: 300px;
  float: right;
}
.SidebarUrgentTask {
  display: table;
  width: 100%;
}
.SidebarUrgentTask-description {
  display: table-cell;
}
.SidebarUrgentTask-action {
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  padding-left: 1em;
}
.DashboardUrgentValue {
  color: #a94442;
  font-weight: bold;
}
.SidebarArticle {
  display: block;
  color: inherit;
}
.SidebarArticle:after {
  content:" ";
  display:block;
  clear:both;
}
.SidebarArticle-author {
  color: #777;
  font-size: 80%;
}
.SidebarArticle-avatar {
  display: block;
  float: left;
  width: 100px;
  height: 56px;
}
.SidebarArticle-details {
  margin-left: 110px;
  font-weight: bold;
  max-height: 4.5em;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.5;
}
.SidebarArticle--withoutPicture .SidebarArticle-details {
  margin-left: 0;
}
.SidebarArticle-paragraph {
  font-size: 11px;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
}
.SidebarHighlights-title {
  font-size: 85%;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 0.5em;
}
.SidebarHighlight {
  display: block;
  position: relative;
}
.SidebarHighlight:after {
  content:" ";
  display:block;
  clear:both;
}
.SidebarHighlight-creator {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 110px;
  text-align: right;
  font-size: 80%;
  color: #777;
}
.SidebarHighlight-description {
  display: block;
  color: #414141;
  height: 5.6em;
  line-height: 1.4;
  overflow: hidden;
  font-weight: bold;
  font-size: 90%;
}
.SidebarHighlight-details {
  margin-left: 110px;
  padding-right: 10px;
}
.SidebarHighlight-overlay {
  position: absolute;
  font-size: 75px;
  color: white;
  text-shadow: 1px 1px 2px black;
  display: block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0.60;
  text-align: center;
}
.SidebarHighlight-sub {
  color: #777;
  font-size: 80%;
}
.SidebarHighlight-sub2 {
  margin-top: 10px;
  color: #ddd;
  font-size: 80%;
}
.SidebarHighlight-thumbnail {
  float: left;
  width: 100px;
}
.SidebarIntroVideo {
  display: block;
  color: inherit;
}
.SidebarIntroVideo:after {
  content:" ";
  display:block;
  clear:both;
}
.SidebarIntroVideo-thumbnail {
  height: 100px;
  width: 178px;
  float: left;
  position: relative;
}
.SidebarIntroVideo-details {
  margin-left: 188px;
  height: 100px;
  position: relative;
}
.SidebarIntroVideo-title {
  font-size: 110%;
  line-height: 1.4em;
  max-height: 4.2em;
  overflow: hidden;
}
.SidebarMvp {
  display: block;
}
.SidebarMvp:after {
  content:" ";
  display:block;
  clear:both;
}
.SidebarMvp-avatar {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
}
.SidebarMvp-avatar > img {
  display: block;
  width: 50px;
  height: 50px;
}
.SidebarMvp-details {
  margin-left: 60px;
  font-size: 12px;
}
.SidebarMvp-description {
  color: #777;
}
.SidebarMvp-name {
  display: block;
  font-size: 13px;
}
.SidebarProfile {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.SidebarProfile:after {
  content:" ";
  display:block;
  clear:both;
}
.SidebarProfile-avatar {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  white-space: nowrap;
}
.SidebarProfile-avatar > img {
  display: block;
  width: 50px;
  height: 50px;
}
.SidebarProfile-details {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  width: 100%;
}
.SidebarProfile-description {
  font-size: 90%;
  color: #777;
}
.SidebarProfile-name {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.SidebarVideoVitals {
}
.SidebarVideoVitals-title {
  font-size: 85%;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 0.5em;
}
.SidebarVideoVital {
  display: block;
  position: relative;
}
.SidebarVideoVital:after {
  content:" ";
  display:block;
  clear:both;
}
.SidebarVideoVitalDetailsOverlayInner {
  display: table-cell;
  vertical-align: middle;
}
.SidebarVideoVitalDetailsOverlayWrapper {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.SidebarVideoVital-athleteName {
  font-size: 110%;
  line-height: 1.4em;
  max-height: 4.2em;
  overflow: hidden;
}
.SidebarVideoVital-creator {
  position: absolute;
  bottom: 0px;
  right: 10px;
  text-align: right;
  font-size: 12px;
}
.SidebarVideoVital-description {
  display: block;
  max-height: 4.2em;
  line-height: 1.4;
  overflow: hidden;
  font-weight: bold;
  font-size: 90%;
}
.SidebarVideoVital-details {
  position: relative;
  height: 100px;
  margin-left: 110px;
  padding-right: 10px;
}
.SidebarVideoVital-overlay {
  position: absolute;
  font-size: 75px;
  color: white;
  text-shadow: 1px 1px 2px black;
  display: block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0.60;
  text-align: center;
}
.SidebarVideoVital-sub {
  color: #777;
  font-size: 80%;
}
.SidebarVideoVital-sub2 {
  margin-top: 10px;
  color: #ddd;
  font-size: 80%;
}
.SidebarVideoVital-thumbnail {
  float: left;
  width: 100px;
}
@media (max-width: 767px) {
  .SidebarHighlight-creator {
    left: 85px;
  }
  .SidebarHighlight-description {
    height: 4.2em;
  }
  .SidebarHighlight-details {
    margin-left: 80px;
  }
  .SidebarIntroVideo-thumbnail {
    height: 75px;
    width: 75px;
  }
  .SidebarIntroVideo-details {
    margin-left: 85px;
    height: 75px;
  }
  .SidebarIntroVideo-title {
    max-height: 2.8em;
  }
  .SidebarHighlight-overlay {
    font-size: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
  .SidebarHighlight-thumbnail {
    width: 70px;
  }
  .SidebarVideoVital-details {
    margin-left: 80px;
    height: 70px;
  }
  .SidebarVideoVital-overlay {
    font-size: 50px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }
  .SidebarVideoVital-thumbnail {
    width: 70px;
  }
}
/* from bootstrap 5.2 */

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media(max-width: 767px) {
  .pl-3-no-xs {
    padding-left: initial !important;
  }
}

/* same as bootstrap's radio styles */
.radio-margin-left {
  padding-left: 20px;
}
.under-nav-tabs-box {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.u-textBreak {
  word-break: break-all;
  overflow-wrap: break-word;
}
html, body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Cantarell, "Droid Sans", "Helvetica Neue", "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}
body {
  background:#fff;
}

body, .color-body-text, .color-unemphasized-link {
  color: #414141;
}

a {
  text-decoration:none;
  outline:none;
  cursor: pointer;
}

a, .link-color, .color-link {
  color: #0070c0;
}

a:hover {
  text-decoration:none;
  outline:none;
}

a:hover {
  text-decoration:none;
  outline:none;
}

img {
  border:none;
  outline:none;
}

a img, a:hover img, a:active img  {
  border:none;
  outline:none;
}

.color-success-text {
  color: #3c763d;
}

.color-liked {
  color: #aec558;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.exact-case {
  text-transform: none;
}

.color-blast, .text-blast {
  color: #b8f436;
}

.text-break-all {
  word-break: break-all;
}

.text-disabled, .text-secondary {
  color: #888;
}

.text-line-through {
  text-decoration: line-through;
}

.text-overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.truncatable-line {
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

.font-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.font-larger {
  font-size: 110%;
}

.font-smaller {
  font-size: 90%;
}
.table.admin-table > tbody > tr > td {
  vertical-align: middle;
}

.admin-table-avatar {
  width: 40px;
}

.admin-table-avatar img {
  width: 40px;
  height: 40px;
}

.admin-table-min-col {
  width: 1px;
  white-space: nowrap;
}

.admin-photos-list {
  list-style: none;
  padding: 0;
}

.admin-photos-list-item {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}

.admin-photos-list-item-thumbnail {
  width: 200px;
  height: 150px;
}
.my-albums {
  padding: 15px 10px 0 10px;
}

.my-albums > h2  {
  display:block;
  padding-bottom:5px;
  border-bottom:1px solid #f1f1f1;
}

.my-albums .box {
  margin:0px 5px 10px 0;
  width:202px;
  display:inline-block;
  vertical-align: top;
  border:1px solid #f1f1f1;
  padding:0px;
  border-radius:3px;
}

.my-albums .box:hover {
  opacity:0.85;
  filter:alpha(opacity=85);
  box-shadow:2px 1px 2px 0px rgba(0,0,0,0.15);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.my-albums .box .albums-img {
  position: relative;
  cursor: pointer;
}

.my-albums .box .albums-img img {
  height: 150px;
  width: 200px;
}

.my-albums .box .album-name {
  margin:3px 0 0;
  line-height:16px;
  display:block;
  color: inherit;
}

.my-albums .box .album-detail {
  padding:2px 10px 3px;
  font-size: 12px;
  color:#929292;
}

.my-albums-icon {
  display: inline-block;
  height: 28px;
  vertical-align: middle;
}

.share-albums {
  width:265px;
  padding:15px 10px 0 10px;
}

.share-albums + .my-albums {
  margin-right: 265px;
}

.share-albums-bx {
  margin:0;
  padding:0;
}

.share-albums-bx li {
  background:#f2f2f2;
  border:1px solid #f2f2f2;
  padding:4px 7px;
  margin:0 0 8px;
  border-radius:3px;
}

.share-albums-bx > li > a {
  display: block;
}

.share-albums-bx .user {
  width:32px;
  margin:3px 10px 0 0;
}

.share-albums-bx .user img {
  width:27px;
  height:auto;
  padding:3px 2px;
}

.share-albums-bx  .detail {
  width:137px;
  /*line-height:16px; */
}

.share-albums-bx .album-nums {
  width:67px;
  padding-top:15px;
  text-align:center;
}

.modal-dialog.gallery-upload-dialog {
  width: 900px;
}

.gallery-upload-dialog .modal-body {
  min-height: 170px;
}

.gallery-upload-dialog .error-message {
  color: red;
  text-align: center;
}

.gallery-upload-dialog .error-message.modal-footer-error {
  text-align: left;
  line-height: 34px;
}

.gallery-upload-dialog .gallery-upload-dialog-item {
  display: block;
  float: left;
  width: 200px;
  margin-right: 10px;
}

.gallery-upload-dialog .gallery-upload-dialog-item .progress {
  border-radius: 0;
  margin-bottom: 0;
}

.gallery-upload-dialog .gallery-upload-dialog-img {
  width: 200px;
  height: 150px;
  line-height: 150px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.gallery-upload-dialog .gallery-upload-dialog-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.gallery-upload-dialog .modal-footer .progress {
  height: 34px;
  margin-bottom: 0;
}

.album-play-overlay {
  position: absolute;
  font-size: 50px;
  color: white;
  text-shadow: 1px 1px 2px black;
  display: block;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  opacity: 0.60;
}

.AlbumPanel {
  background-color: #e9e9e9;
  padding: 10px;
}

.AlbumPanel .AlbumPanel-breadCrumb a {
  color: #0070c0;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert.alert--outline {
  background-color: transparent;
  background-image: none;
}
.alert.alert--outlineSuccess {
  background-color: transparent;
  background-image: none;
  border-color: #d6e9c6;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-header {
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
  margin-left: -15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-default {
  color: #656565;
  background-color: #e9e9e9;
  border-color: #dfdfdf;
  /*
  background-image: -webkit-linear-gradient(top, #e9e9e9 0%, #d7d7d7 100%);
  background-image:      -o-linear-gradient(top, #e9e9e9 0%, #d7d7d7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d7d7d7));
  background-image:         linear-gradient(to bottom, #e9e9e9 0%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffd7d7d7', GradientType=0);
  background-repeat: repeat-x;
  border-color: #c6c6c6;
  */
}
.alert-thin {
  padding: 5px;
}
.alert-critical {
  background-color: red;
  border: none;
  color: black;
}
.alert-big-warning {
  background-color: yellow;
  border: none;
  color: black;
}
.alert-bland {
  color: #414141;
  background-color: white;
  border-color: #dfdfdf;
  border-color: #c6c6c6;
}
.alert-bland.has-error {
  border-color: #a94442;
}
.alert-bland .alert-header {
  background-color: #c6c6c6;
}
.alert-wild-success {
  background-color: green;
  border: none;
  color: white;
}
@keyframes blast-flip {
  0% {
    transform: scale(1, 1) rotateY(180deg);
  }
  50% {
    transform: scale(1, -1) rotateY(180deg);
  }
  100% {
    transform: scale(1, 1) rotateY(180deg);
  }
}
a.blast-flip {
  display: block;
  transform: rotateY(180deg);
  text-align: right;
}
a.blast-flip:hover {
  animation: blast-flip 1s infinite linear;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
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: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.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';
}
.Menu--bottom {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  background-color: rgb(0, 0, 0);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.MenuDropup--bottom {
  position: relative;
}

.MenuDropup--bottom .dropdown-menu {
  width: 100%;
  max-width: 768px;
  margin: auto auto 9px;
  padding-top: 1rem;
  padding-bottom: 30px;
  background-color: rgb(80, 80, 80);
  border-radius: 0;
  z-index: 3;
  left: 0;
  right: 0;
  top:auto;
  bottom: 0;
}

.u-noScroll {
  overflow: hidden;
}

.btmMenuBg {
  width: 100vw;
  height: 100vh;
  background-color:rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.MenuDropup--bottom .ToggleBottomMenu {
  width: 84px;
  height: 42px;
  margin-left: -42px;
  padding: 0;
  background-color: rgb(80, 80, 80);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1em;
  border-radius: 100px 100px 0 0;
  border-top: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(0, 0, 0);
  border-bottom: none;
  border-left: 2px solid rgb(0, 0, 0);
  position: absolute;
  transform-origin: bottom center;
  top: -52px;
  left: 50%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes elBreathe {
  0%    { transform: scale(100%) }
  15%   { transform: scale(140%) }
  30%   { transform: scale(110%) }
  45%   { transform: scale(130%) }
  55%    { transform: scale(100%) }
  100%    { transform: scale(100%) }
}

.MenuDropup--bottom .ToggleBottomMenu.elBreathe {
  animation: 3s ease-in-out 1s infinite elBreathe;
}

.MenuDropup--bottom .ToggleBottomMenu i {
  vertical-align: -4px;
  transition: transform 0.1s linear, vertical-align 0.1s linear;
  position: relative;
}

.MenuDropup--bottom .ToggleBottomMenu svg {
  width: 19px;
  height: 30px;
  margin-top: 8px;
  fill: rgb(133, 250, 0);
  transition: transform 0.1s linear, margin-top 0.1s linear;
}

.MenuDropup--bottom.open .ToggleBottomMenu svg {
  margin-top: 1px;
  transform: rotate(180deg);
}

.Dropup-bottomMenu .u-noBorder {
  border-color: transparent !important;
}

.Dropup-bottomMenu .u-noBorder a {
  cursor: default;
}

.Dropup-bottomMenu .container {
  max-width: 980px;
  width:auto;
  padding-right: calc(0.5 * 1.5rem);
  padding-left: calc(0.5 * 1.5rem);
  display: flex;
  justify-content: center;
  align-items: end;
}

.Dropup-bottomMenu .container .row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.Dropup-bottomMenu .container .row .col-6 {
  width: 50%;
}

.Dropup-bottomMenu .container .row .col-12 {
  width: 100%;
  padding-bottom: 12px;
}

.MenuDropup--bottom .dropdown-menu .container ul {
  width: 100%;
  padding-left: 0;
}

.MenuDropup--bottom .dropdown-menu .container li {
  margin-bottom: 10px;
  padding: 0;
  border-bottom: 1px solid transparent;
}

.MenuDropup--bottom .dropdown-menu .container li a {
  padding: 10px 15px;
  color: rgb(244, 244, 244);
  font-size: 1.143rem;
  line-height: 1.5em;
  font-family: "Oswald", "HelveticaNeue-Condensed", Helvetica, Arial, sans-serif;;
  display: block;
}

.MenuDropup--bottom .dropdown-menu .container li a .envelope-message {
  position: relative;
}

.MenuDropup--bottom .dropdown-menu .container li a .envelope-message svg {
  width: 16px;
  height: 16px;
}

.navbar .MenuDropup--bottom .notification-badge {
  width: 16px;
  height: 16px;
  background: #ff0707;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  font-size: 0.713em;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  position: absolute;
  left: -10px;
  top: -4px;
}

.MenuDropup--bottom .dropdown-menu .container li a svg {
  fill: rgb(208, 208, 208);
}

.MenuDropup--bottom .dropdown-menu .container li:hover {
  border-bottom-color: white;
}

.MenuDropup--bottom .dropdown-menu .container li a:hover {
  background: none;
  color: white;
  text-shadow: none;
}

.MenuDropup--bottom .dropdown-menu .container li a:hover svg {
  fill: rgb(208, 208, 208);
}

.Dropup-bottomMenu .SearchBtn {
  width: 100%;
  padding: 12px 10px;
  color: rgb(208, 208, 208);
  text-transform: uppercase;
  font-size: 1.143em;
  line-height: 1em;
  font-family: "Oswald", "HelveticaNeue-Condensed", Helvetica, Arial, sans-serif;
  border: 2px solid rgb(208, 208, 208);
}

.Dropup-bottomMenu .SearchBtn svg {
  fill: rgb(208, 208, 208);
}

.Dropup-bottomMenu .SearchBtn:hover, .Dropup-bottomMenu .SearchBtn.Exclusive:hover {
  background-color: white;
  color: rgb(43, 43, 43);
  border-color: white;
}

.Dropup-bottomMenu .SearchBtn:hover svg {
  fill: rgb(43, 43, 43);
}

.Dropup-bottomMenu::before,
.Dropup-bottomMenu nav::before,
.Dropup-bottomMenu div::before,
.Dropup-bottomMenu::after,
.Dropup-bottomMenu nav::after,
.Dropup-bottomMenu div::after {
  display: none !important;
}

.Dropup-bottomMenu .SearchBtn.Exclusive {
  border-color: var(--blast-color);
  color: var(--blast-color);
}

.Menu--bottom .IconNav-container {
  max-width: 620px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.Dropup-bottomMenu .container .u-scrollYSection {
  overflow: hidden;
  overflow-y: scroll;
}

.Dropup-bottomMenu .container li {
  float: none;
  list-style: none;
  position: relative;
}

.Menu--bottom .IconNav-container a {
  width: calc(100% / 5);
  padding: 0;
  color: rgb(208, 208, 208);
  text-align: center;
  text-transform: uppercase;
  font: bold 0.563rem/1em "Open Sans", Helvetica, "Helvetica Neue", Arial, sans-serif;;
  letter-spacing: 0.75px;
  display: flex;
  flex-flow: column nowrap;
}

.Menu--bottom .IconNav-container a svg {
  width: 18px;
  height: 18px;
  margin: 0 auto 6px;
  text-align: center;
  font-size: 1.125rem;
  display: block;
  fill: var(--blast-color-dark);
}

.Menu--bottom .IconNav-container a:hover,
.Menu--bottom .IconNav-container a:hover svg {
  color: white;
  fill: white;
}
.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:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.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-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
/* additional */
.btn-group > .btn,
.btn-group-vertical > .btn {
  box-sizing: border-box;
}
.btn-invert.btn-primary {
  color: #2b669a;
  background: white;
  text-shadow: none;
  box-shadow: none;
}
.btn-invert.btn-default {
  color: #aaa;
  background: white;
  text-shadow: none;
  box-shadow: none;
}
/* base bootstrap button styles */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #2a6496;
  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: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

/* bootstrap-theme button styles*/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
  background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #2d6ca2;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2d6ca2;
  border-color: #2b669a;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
/* customizations */
.btn.no-outline:focus,
.btn.no-outline:active:focus,
.btn.no-outline.active:focus {
  outline: 0;
}
.btn-default.no-hover:hover,
.btn-default.no-hover:active,
.btn-default.no-hover:focus {
  color: #333;
  background-color: #fff;
  background-position: 0px 0px;
  border-color: #ccc;
}
.btn-txt {
  display: inline-block;
  padding: 7px 12px;
  margin-bottom: 0;
  /*font-size: 14px;*/
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  border: none;
  box-sizing: border-box;
}
.btn-group-justified--topRow > .btn-group > .btn:first-child {
  border-bottom-left-radius: 0;
}
.btn-group-justified--topRow > .btn-group > .btn:last-child {
  border-bottom-right-radius: 0;
}
.btn-group-justified--bottomRow > .btn-group > .btn:first-child {
  border-top-left-radius: 0;
}
.btn-group-justified--bottomRow > .btn-group > .btn:last-child {
  border-top-right-radius: 0;
}
.btn-plain-link {
  color: #0070c0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
  white-space: normal;
  text-align: left;
}
.btn.btn-plain-link:active {
  box-shadow: none;
}
.btn.btn-plain-link:focus {
  outline: none;
}

.btn-highlight {
  color: #111111;
  background-color: #F0E64E;
  border-color: #BDB433;
  background-image: -webkit-linear-gradient(top, #F0E64E 0%, #CCC337 100%);
  background-image:         linear-gradient(to bottom, #F0E64E 0%, #CCC337 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0e64e', endColorstr='#ffccc337', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-highlight:hover,
.btn-highlight:focus,
.btn-highlight:active,
.btn-highlight.active,
.open .dropdown-toggle.btn-highlight {
  color: #111111;
  background-color: #CCC337;
  border-color: #BDB433;
}

.btn-highlight:active,
.btn-highlight.active,
.open .dropdown-toggle.btn-highlight {
  background-image: none;
}

.btn-highlight.disabled,
.btn-highlight[disabled],
fieldset[disabled] .btn-highlight,
.btn-highlight.disabled:hover,
.btn-highlight[disabled]:hover,
fieldset[disabled] .btn-highlight:hover,
.btn-highlight.disabled:focus,
.btn-highlight[disabled]:focus,
fieldset[disabled] .btn-highlight:focus,
.btn-highlight.disabled:active,
.btn-highlight[disabled]:active,
fieldset[disabled] .btn-highlight:active,
.btn-highlight.disabled.active,
.btn-highlight[disabled].active,
fieldset[disabled] .btn-highlight.active {
  background-color: #F0E64E;
  border-color: #BDB433;
}

.btn-highlight .badge {
  color: #F0E64E;
  background-color: #111111;
}

.btn-white-outline {
  color: white;
  border-color: white;
  background: transparent;
  text-decoration: none;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline:active,
.btn-white-outline.active,
.open .dropdown-toggle.btn-white-outline {
  color: white;
  border-color: white;
  background: transparent;
  text-decoration: none;
}

.btn-white-outline.disabled,
.btn-white-outline[disabled],
fieldset[disabled] .btn-white-outline,
.btn-white-outline.disabled:hover,
.btn-white-outline[disabled]:hover,
fieldset[disabled] .btn-white-outline:hover,
.btn-white-outline.disabled:focus,
.btn-white-outline[disabled]:focus,
fieldset[disabled] .btn-white-outline:focus,
.btn-white-outline.disabled:active,
.btn-white-outline[disabled]:active,
fieldset[disabled] .btn-white-outline:active,
.btn-white-outline.disabled.active,
.btn-white-outline[disabled].active,
fieldset[disabled] .btn-white-outline.active {
  color: #ddd;
  border-color: #ddd;
}

.btn-blue-outline {
  color: #428bca;
  border-color: #428bca;
  background: transparent;
  text-decoration: none;
}

.btn-blue-outline:hover,
.btn-blue-outline:focus,
.btn-blue-outline:active,
.btn-blue-outline.active,
.open .dropdown-toggle.btn-blue-outline {
  color: #2a6496;
  border-color: #2a6496;
  background: transparent;
  text-decoration: none;
}

.btn-blue-outline.disabled,
.btn-blue-outline[disabled],
fieldset[disabled] .btn-blue-outline,
.btn-blue-outline.disabled:hover,
.btn-blue-outline[disabled]:hover,
fieldset[disabled] .btn-blue-outline:hover,
.btn-blue-outline.disabled:focus,
.btn-blue-outline[disabled]:focus,
fieldset[disabled] .btn-blue-outline:focus,
.btn-blue-outline.disabled:active,
.btn-blue-outline[disabled]:active,
fieldset[disabled] .btn-blue-outline:active,
.btn-blue-outline.disabled.active,
.btn-blue-outline[disabled].active,
fieldset[disabled] .btn-blue-outline.active {
  color: #999;
  border-color: #999;
}

.btn-gray-outline {
  color: #999;
  border-color: #999;
  background: transparent;
  text-decoration: none;
}
.btn-gray-outline:hover,
.btn-gray-outline:focus,
.btn-gray-outline:active,
.btn-gray-outline.active,
.open .dropdown-toggle.btn-gray-outline {
  color: #999;
  border-color: #999;
  background: transparent;
  text-decoration: none;
}
.btn-gray-outline.disabled,
.btn-gray-outline[disabled],
fieldset[disabled] .btn-gray-outline,
.btn-gray-outline.disabled:hover,
.btn-gray-outline[disabled]:hover,
fieldset[disabled] .btn-gray-outline:hover,
.btn-gray-outline.disabled:focus,
.btn-gray-outline[disabled]:focus,
fieldset[disabled] .btn-gray-outline:focus,
.btn-gray-outline.disabled:active,
.btn-gray-outline[disabled]:active,
fieldset[disabled] .btn-gray-outline:active,
.btn-gray-outline.disabled.active,
.btn-gray-outline[disabled].active,
fieldset[disabled] .btn-gray-outline.active {
  color: #ddd;
  border-color: #ddd;
}

.btn-white-overlay {
  color: white;
  border-color: white;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.btn-white-overlay:hover,
.btn-white-overlay:focus,
.btn-white-overlay:active,
.btn-white-overlay.active,
.open .dropdown-toggle.btn-white-overlay {
  color: white;
  border-color: white;
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.btn-white-overlay.disabled,
.btn-white-overlay[disabled],
fieldset[disabled] .btn-white-overlay,
.btn-white-overlay.disabled:hover,
.btn-white-overlay[disabled]:hover,
fieldset[disabled] .btn-white-overlay:hover,
.btn-white-overlay.disabled:focus,
.btn-white-overlay[disabled]:focus,
fieldset[disabled] .btn-white-overlay:focus,
.btn-white-overlay.disabled:active,
.btn-white-overlay[disabled]:active,
fieldset[disabled] .btn-white-overlay:active,
.btn-white-overlay.disabled.active,
.btn-white-overlay[disabled].active,
fieldset[disabled] .btn-white-overlay.active {
  color: #ddd;
  border-color: #ddd;
}

.btn-txt-sm {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  border: none;
  box-sizing: border-box;
}

.btn-blast-boost {
  background: rgb(104,196,0);
  background: linear-gradient(0deg, rgba(104,196,0,1) 0%, rgba(133,250,0,1) 100%);
  color: #111111;
  font-weight: bold;
  line-height: 1.429rem;
  position: relative;
  border: none !important;
}

.btn-blast-boost img {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

.btn-blast-boost:hover::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.05);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.calendar-event-profile-header {
  background-color: #eaeaea;
  padding: 10px;
}

.calendar-event-profile-header-avatar {
  float: left;
}

.calendar-event-profile-header-avatar img {
  height: 200px;
  width: 200px;
}

.calendar-event-profile-header-details {
  margin-left: 210px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  /*background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));*/
  /*background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/
  /*background-repeat: repeat-x;*/
}
.carousel-control.right {
  right: 0;
  left: auto;
  /*background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));*/
  /*background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/
  /*background-repeat: repeat-x;*/
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
  display: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    /*bottom: 20px;*/
  }
}

.sidebar-carousel .carousel-inner .item img {
  width: 100%;
}
.BGCBlueBanner {
  background-color: #0193cf;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}
.ChildMatchSelector {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 10px;
}

.ChildMatchSelector + .ChildMatchSelector {
  margin-top: 15px;
}
.FundraiserPageBox {
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  box-shadow: 0px 4px 10px -5px black;
  background-color: white;
  color: #414141;
  margin-bottom: 10px;
  padding: 10px;
}
.FundraiserPageBox-banner {
  padding: 10px;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  background: yellow;
  text-align: center;
  font-size: 140%;
}
.FundraiserPageBox-banner small {
  font-size: 75%;
}
.FundraiserPageBox-subsection {
  border-bottom: 1px solid #e5e6e9;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.FundraiserPageBox-subsection:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.FundraiserPageBox-subsectionFooter {
  border-top: 1px solid #e5e6e9;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.FundraiserPageBox-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
  font-family: 'Passion One', 'Impact', sans-serif;
  border-bottom: 1px solid #e5e6e9;
  padding-bottom: 10px;
  font-size: 225%;
  line-height: 1.4;
}
.FundraiserPageBox-titleStandalone {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Passion One', 'Impact', sans-serif;
  font-size: 225%;
  line-height: 1.4;
}
.FundraiserPageBox--shadowed {
  box-shadow: 0px 4px 10px -5px black;
}
.GetSponsorsTeam {
  display: table;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}
.GetSponsorsTeam-avatar {
  display: table-cell;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  padding: 20px;
}
.GetSponsorsTeam-avatar img {
  width: 100px;
  height: 100px;
}
.GetSponsorsTeam-avatar > .glyphicon {
  font-size: 100px;
  display: block;
}
.GetSponsorsTeam-details {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.GetSponsorsTeam-name {
  font-size: 30px;
}
.GetSponsorsTeam-description {
  font-size: 22px;
}
.GreenBanner {
  background-color: green;
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}
.MediaList {
  margin-right: -10px;
}

.MediaList * {
  box-sizing: border-box;
}

/*
.MediaList--jumbo {
  margin-right: 0;
}
*/

.MediaListItemWrapper {
  color: white;
  display: block;
  float: left;
  width: 210px;
}

.MediaListItemWrapper:active, .MediaListItemWrapper:focus {
  color: white;
}

.MediaListItemWrapper--jumbo {
  width: 313px;
}

.MediaListItemWrapper--fullWidth {
  width: 100%;
}

.MediaListItem {
  position: relative;
  overflow: hidden;
  background-color: #555;
  margin-right: 10px;
  margin-bottom: 10px;
}

.MediaListItem--bgCarbon {
  background-color: #282828;
  background-image: url(/assets/bg/carbon_fibre-719f7e1949468ae64f1d92908bde0ba27c8823352ffc97ff5c93329c695acc1c.png);
}

.MediaListItem--bgGrey {
  background-color: grey;
}

.MediaListItem--bgPinstriped {
  background-color: #282828;
  background-image: url(/assets/bg/pinstriped_suit-67ab7652e5c62bcd0ccb99e1f054821905e267c261b65b5d5fbaff43352fda1e.png);
}

.MediaListItem--bgSquares {
  background-color: #282828;
  background-image: url(/assets/bg/squares-d9d9a8221010f2f5c812be7e37aa14f65d8f5f5c36922ebbbd4ff8043b307fad.png);
}

.MediaListItem--bgStars {
  background-color: #282828;
  background-image: url(/assets/bg/starring-44993957d1aade4fb688edd48e46c69c8f129f9fb7d5b994a288203bf3c65389.png);
}

.MediaListItem:after {
  /* padding-top percentages are relative to width */
  /*padding-top: 56.25%;*/ /* 16:9 ratio */
  padding-top: 75%; /* 4:3 ratio */
  display: block;
  content: '';
}

.MediaListItem-bigTitle {
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 1;
}

.MediaListItemWrapper--jumbo .MediaListItem-bigTitle {
  font-size: 21px;
}

.MediaListItem-blastIcon {
  height: 16px;
  width: 16px;
}

.MediaListItemWrapper--jumbo .MediaListItem-cornerProfile {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 170px;
  height: 170px;
}

.MediaListItemWrapper--jumbo .MediaListItem-cornerRank {
  display: block;
  position: absolute;
  text-align: center;
  bottom: 8px;
  left: 8px;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
  color: #aec558;
  color: #b8f436;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
}

.MediaListItemWrapper--jumbo .MediaListItem-cornerVital {
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0px;
  left: 175px;
  margin: auto;
  width: 125px;
  height: 170px;
  line-height: 170px;
  font-size: 30px;
  text-shadow: 1px 1px 1px black;
  font-weight: bold;
  text-align: center;
  background-image: url(/assets/vitals/video_vitals_logo_35-8b7690a2a9e04b674f77eadacaf9b835abbb8315ff3f6cc5fe080c8917db2e7b.png);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
}

.MediaListItem-giantTitle {
  font-size: 31px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}

.MediaListItem-icon {
  color: white;
  opacity: 0.35;
  font-size: 60px;
  text-align: center;
  display: block;
  position: absolute;
  height: 60px;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.MediaListItem-icon--white {
  opacity: 1;
}

.MediaListItemWrapper--jumbo .MediaListItem-icon {
  font-size: 120px;
  height: 120px;
}

.MediaListItem-iconBottomLeft {
  display: block;
  position: absolute;
  height: 30px;
  width: auto;
  bottom: 5px;
  left: 5px;
  margin: auto;
}

.MediaListItemWrapper--jumbo .MediaListItem-iconBottomLeft {
  height: 60px;
}

.MediaListItem-iconShowcase {
  display: block;
  position: absolute;
  height: 60px;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.MediaListItemWrapper--jumbo .MediaListItem-iconShowcase {
  height: 120px;
}

.MediaListItem-img, .MediaListItem-imgBlurred {
  position: absolute;
  width: auto;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.MediaListItem-imgBlurred {
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
  transform: scale(1.02);
}

.MediaListItem-img--stretch {
  width: 100%;
  height: auto;
}

.MediaListItem-overlay {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.35);
}

.MediaListItem-rank {
  color: white;
  opacity: 0.25;
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.MediaListItemWrapper--jumbo .MediaListItem-rank {
  font-size: 80px;
  height: 80px;
  line-height: 80px;
  font-weight: bold;
}

.MediaListItem-statusBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  padding: 3px;
  text-align: right;
  /*background-color: black;*/
  text-shadow: 1px 1px 1px black;
  vertical-align: middle;
}

.MediaListItemWrapper--jumbo .MediaListItem-statusBar {
  font-size: 16px;
  line-height: 16px;
}

.MediaListItem-statusBar--dim {
  color: #777;
}

.MediaListItem-statusBarClock {
  color: inherit;
  font-size: 13px;
}

.MediaListItem-subtitle {
  color: #ccc;
  font-size: 12px;
  text-shadow: 1px 1px 1px black;
  position: relative;
  z-index: 1;
}

.MediaListItem-title {
  font-size: 13px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.MediaListItemWrapper--jumbo .MediaListItem-title {
  font-size: 18px;
  line-height: 25px;
}

.MediaListItem-vitalStat {
  display: block;
  font-size: 24px;
  text-shadow: 1px 1px 1px black;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.MediaListItemWrapper--jumbo .MediaListItem-vitalStat {
  font-size: 50px;
  height: 50px;
  line-height: 50px;
}

.MediaListItem-vitalStatSubtitle {
  display: block;
  color: #ccc;
  font-size: 10px;
  text-shadow: 1px 1px 1px black;
  height: 10px;
  line-height: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 44px;
  margin: auto;
}

.MediaListItemWrapper--jumbo .MediaListItem-vitalStatSubtitle {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  top: 75px;
}

.MediaListProfileItem-title {
  font-size: 13px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  overflow: hidden;
  margin: -5px -5px 0 -5px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.MediaListItemWrapper--jumbo .MediaListProfileItem-title {
  font-size: 18px;
  line-height: 25px;
}
.PhotoVideoNetworkBanner {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}
.PhotoVideoNetworkBanner-avatar {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
}
.PhotoVideoNetworkBanner-avatar img {
  width: 100px;
  height: 100px;
}
.PhotoVideoNetworkBanner-details {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}
.ProsePage {
  font-size: 16px;
}

.ProsePage h1,
.ProsePage h2,
.ProsePage h3,
.ProsePage h4,
.ProsePage h5,
.ProsePage h6 {
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 1em;
}

.ProsePageImg {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.SponsorIntroVideoIframe {
  display: block;
  width: 100%;
  height: 300px;
}
.SponsorshipCampaignWelcomeSlideshow {
  position: relative;
}

.SponsorshipCampaignWelcomeSlideshow-slide {
  width: 250px !important;
  height: auto;
  margin: auto;
}

@media (min-height: 559px) {
  .SponsorshipCampaignWelcomeSlideshow-slide {
    width: 300px !important;
  }
}

@media (min-height: 628px) {
  .SponsorshipCampaignWelcomeSlideshow-slide {
    width: 320px !important;
  }
}

@media (min-height: 768px) {
  .SponsorshipCampaignWelcomeSlideshow-slide {
    width: 400px !important;
  }
}

.SponsorshipCampaignWelcomeSlideshow-controls {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  bottom: 10px;
  padding: 10px;
  z-index: 2;
}
.TeamProfileHeader {
  position: relative;
  width: 980px;
  height: 320px;
  background: #282828 url(/assets/bg/hixs_pattern_evolution-d004a5abd4dde78db66159f6a73ca822d78ac17ddd0d76fc9f1486a445d063d4.png);
}

.TeamProfileHeader--compact {
  height: 95px;
}

.TeamProfileHeader--covered {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.TeamProfileHeader--school {
  background-color: #282828;
  background-image: url(/assets/bg/low_contrast_linen-4acf439c9ae114b6707b0b59036ced496e25670143d6c774bc7315dcff1a8c4e.png);
}

.TeamProfileHeaderBottomBar {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 230px;
  overflow: hidden;
}

.TeamProfileHeader--compact .TeamProfileHeaderBottomBar {
  padding-left: 104px;
}

.TeamProfileHeader--smallPhoto .TeamProfileHeaderBottomBar,
.TeamProfileHeaderOverlay--smallPhoto .TeamProfileHeaderBottomBar
{
  padding-left: 148px;
}

.TeamProfileHeaderBottomBar-location {
  font-size: 11px;
  font-weight: bold;
}

.TeamProfileHeaderBottomBar-name {
  display: block;
  margin-top: 3px;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  color: white;
}

.TeamProfileHeaderBottomBar-title {
  display: block;
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
  color: white;
}

.TeamProfileHeaderBottomBar-userName {
  display: block;
  margin-top: 7px;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  color: white;
}

.TeamProfileHeaderBottomBarButtons {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
}

.TeamProfileHeaderBottomBarButtons > .btn.join {
  margin-bottom: 0;
}

.TeamProfileHeaderCoverControls {
  position: absolute;
  display: block;
  top: 5px;
  left: 5px;
  color: white;
  font-size: 16px;
  text-shadow: 1px 1px 3px black;
  height: 40px;
  width: 40px;
}

.TeamProfileHeaderCoverControls > .fa {
  vertical-align: top;
}

.TeamProfileHeaderExternalProfiles {
  position: absolute;
  top: 5px;
  right: 5px;
}

.TeamProfileHeaderExternalProfiles-icon {
  display: inline-block;
  color: white;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
}

.TeamProfileHeaderExternalProfiles-icon > img {
  height: 24px;
  width: 24px;
  vertical-align: top;
}

.TeamProfileHeaderExternalProfiles-icon > .fa {
  display: block;
  height: 24px;
  vertical-align: top;
}

.TeamProfileHeaderOverlay {
  position: absolute;
  top: 0;
  width: 980px;
  height: 320px;
  pointer-events: none;
  user-select: none;
}

.TeamProfileHeaderProfilePicture {
  position: absolute;
  background: white;
  bottom: 5px;
  left: 10px;
  border: 2px solid #ccc;
  z-index: 2;
  border-radius: 2px;
  box-sizing: border-box;
  height: 204px;
  width: 204px;
}

.TeamProfileHeader--compact .TeamProfileHeaderProfilePicture {
  height: 84px;
  width: 84px;
}

.TeamProfileHeader--smallPhoto .TeamProfileHeaderProfilePicture,
.TeamProfileHeaderOverlay--smallPhoto .TeamProfileHeaderProfilePicture
{
  height: 124px;
  width: 124px;
}

.TeamProfileHeaderProfilePicture > img {
  display: block;
  height: 200px;
  width: 200px;
}

.TeamProfileHeader--compact .TeamProfileHeaderProfilePicture > img {
  height: 80px;
  width: 80px;
}

.TeamProfileHeader--smallPhoto .TeamProfileHeaderProfilePicture > img,
.TeamProfileHeaderOverlay--smallPhoto .TeamProfileHeaderProfilePicture > img
{
  height: 120px;
  width: 120px;
}

.TeamProfileHeaderProfilePictureControls {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  color: white;
  font-size: 12px;
  line-height: 12px;
  text-shadow: 1px 1px 3px black;
  width: 50%;
  height: 50%;
}

.TeamProfileHeaderProfilePictureControls > .fa {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
.TeamSponsorList {
}
.TeamSponsorListItem {
}
.TeamSponsorListItem-avatar {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 75px;
  height: 75px;
}
.TeamSponsorListItem-avatar > img {
  height: 75px;
  width: 75px;
}
.TeamSponsorListItem-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.TeamSponsorListItem-name {
  font-size: 24px;
  text-transform: capitalize;
}
.TeamSponsorListItem-quote {
  display: block;
  position: relative;
  white-space: pre-line;
  word-break: break-word;
  font-size: 100%;
  border-left: none;
  margin-bottom: 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
  z-index: 1;
  font-style: italic;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.TeamSponsorListItem-quote:before {
  display: block;
  content: open-quote;
  position: absolute;
  left: -0.5em;
  top: 0.5em;
  color: #777;
}
.TeamSponsorListItem-quote:after {
  display: inline;
  content: close-quote;
}
.TeamSponsorListItem-timestamp {
  font-size: 90%;
}
.game-table {
  font-size:16px;
  color:#2a2a2a;
  line-height:24px;
}

.game-table .game-table-b01, .game-table .game-table-b02 {
  padding:5px 15px;
  display:block;
  float:left;
}

.game-table .game-table-b01 {
  width:2%;
}

.game-table .game-table-b02 {
  width:90%;
}

.game-table .game-table-b02 .game-table-b-01, .game-table .game-table-b02 .game-table-b-02, .game-table .game-table-b02 .game-table-b-03 {
  display:block;
  float:left;
}

.game-table .game-table-b02 .game-table-b-01 {
  width:30%;
}

.game-table .game-table-b02 .game-table-b-02 {
  width:50%;
}

.game-table .game-table-b02 .game-table-b-03 {
  width:20%;
}

.game-table .row-bgcolor {
  background:#f1f1f1;
}

.create-game-location-choice {
  position: relative;
  padding-left: 20px;
}

.create-game-location-choice > label > input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}

.create-game-location-choice label {
  font-weight: normal;
}

.create-game-location-choice-disabled label {
  color: #aaa;
}
.create-game-select-team {
  display: table;
  width: 100%;
}
.create-game-select-team-row {
  display: table-row;
  width: 100%;
}
.create-game-select-team-row a {
  cursor: pointer;
}
.create-game-select-team-row:nth-child(even) {
  background-color: #f1f1f1;
}
.create-game-select-team-row-avatar {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  padding: 10px;
}
.create-game-select-team-row-avatar img {
  height: 40px;
  width: 40px;
}
.create-game-select-team-row-details {
  display: table-cell;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.create-game-select-team-name {
  font-weight: bold;
}
.create-game-select-team-name-help-text {
  font-size: 90%;
}
.color-bx {
  width:50px;
  height:40px;
  border-radius:5px;  
  border:7px solid #fff;
  display:inline-block;
  box-shadow:0 0 1px rgba(0,0,0,0.3); 
  border:1px solid #f1f1f1;
  margin:6px;
}

.color-bx:hover, .color-bx.selected {
  margin:0;
  border:7px solid #f1f1f1;
  box-shadow:0 0 2px rgba(0,0,0,0.3); 
}

.team-process .form-content .btn-large {
  font-size:28px;
  padding:25px 2.5%;
  min-width:40%;
  display:inline-block;
  text-align:center;
  /*margin:10px 2.5% 10px 0;*/
  font-family:'ProximaNova-Light';
  text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}

.team-process h3 {
  font-size:30px; 
  line-height:48px;
  font-family:'ProximaNova-regular';
}

.process-seperate {
  padding:10px 0 0;
  margin-bottom:10px;
  border-bottom:1px solid #f1f1f1;
  height:10px;
  display:block;
}

.team-process .team-info {
  width:auto;
  margin:0;
}

.team-process .input-large {
  width:529px !important; 
}

.team-process .team-info img {
  padding:0;
  margin:0;
  float:none;
  width:auto;
  height:auto;
}

.team-process .title01 {
  margin:15px 0 10px;
  color:#4A4A4A;
  line-height:32px;
}

.team-process .team-detail {
  
}

.team-process h3 span {
  font-size:15px;
  display:block;
  color:#7a7a7a;
  font-family:'ProximaNova-Light';
  line-height:10px;
  padding-bottom:15px;
}

.row01 .field-title2 {
  line-height:18px;
}
.big-btn-cluster {
  width:80%;
  margin:20px auto 50px;  
  text-align:center;  
}

.big-btn-cluster .btn  {
  width:240px;
  line-height:30px;
  font-size:20px;
  margin:0 0.125em 10px;
  display:inline-block;
}
body.busy-cursor {
  cursor: wait;
}

.pointer-cursor {
  cursor: pointer;
}
.date-picker-wrapper {
  position: relative;
}

.date-picker-wrapper input[type="text"].input {
  width: 166px;
}

.date-picker-wrapper.open + ul.dropdown-menu {
  display: block !important;
  left: 0px;
  top: 36px;
}

.date-picker {
  margin: 0;
  padding: 0;
}

.date-picker > .month {
  position: relative;
  width: 212px;
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
}

.date-picker > .month .month-control {
  display: block;
  position: absolute;
  top: 0px;
  width: 30px;
  background-color: transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
}

.date-picker > .month .month-control.p {
  left: 5px;
  text-align: left;
}

.date-picker > .month .month-control.n {
  right: 5px;
  text-align: right;
}

.date-picker > .month .month-name {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.date-picker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: auto;
  padding: 0;
  margin: -1px 0 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #999;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.date-picker-wrapper .date-picker-date-control[readonly] {
  background-color: #fff;
  cursor: text;
}

.date-picker-wrapper .form-control.date-picker-time-control {
  width: 100px;
}

.date-picker-wrapper .date-picker-period-control {
}

/* Mini Calendar */
.mini-calendar {
  margin: 0 auto;
  width: 210px;
  border-top: none;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .2);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, .2);
}

.mini-calendar tr.days {
  height: 20px;
  max-height: 20px;
  border: none;
  background: #f9f9f9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f9f9f9 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f1f1f1));
  background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f1f1f1 100%);
  background: -o-linear-gradient(top,  #f9f9f9 0%,#f1f1f1 100%);
  background: -ms-linear-gradient(top,  #f9f9f9 0%,#f1f1f1 100%);
  background: linear-gradient(to bottom,  #f9f9f9 0%,#f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 );
}

.mini-calendar tr td {
  font-family: Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
}

.mini-calendar tr.days td {
  font-size: 10px;
  color: #666;
}

.mini-calendar tr.week {
  border-top: 1px #bbb solid;
}
.mini-calendar tr.week td {
  width: 29px;
  height: 29px;
  border-right: 1px #bbb solid;
  cursor: pointer;
  vertical-align: middle !important;
  padding: 0px !important;
}

.mini-calendar tr.week td:last-child {
  border-right: none;
}

.mini-calendar tr.week td.exclude {
  background-color: #ddd;
}

.mini-calendar tr.week td.include {
  background-position: -1218px -511px;
}

.mini-calendar tr.week td.active,
.mini-calendar tr.week td.include:hover {
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0,0,0,.3);
  background-position: -1377px -431px;
}

.has-error .date-picker {
  color: #a94442;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.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;
}
.admin-list {

}

.admin-list-item {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 50px;
  vertical-align: middle;
}

.admin-list-item.zebra {
  background-color: #f0f0f0;
}
.team-member-admin-edit-group {
  margin-bottom: 10px;
}

.team-member-admin-edit-group:last-child {
  margin-bottom: 0;
}
.following-list {
  margin-bottom: 20px;
}

.following-list-item {
  padding: 5px;
  vertical-align: middle;
  position: relative;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.following-list-item:nth-child(even) {
  background-color: #f1f1f1;
}

.following-list-profile-picture {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
}

.following-list-profile-picture img {
  height: 40px;
  width: 40px;
}

.following-list-item-text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.following-list-actions {
  display: table-cell;
  vertical-align: middle;
  width: 88px;
}

.following-list-actions .btn {
  width: 88px;
}
.form-content input[type="text"], .form-content input[type="email"], .form-content input[type="password"], .form-content select, .form-content area {
  border:1px solid #dadada;
  border-radius:3px;
  padding:7px 7px;
  width:250px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-content input:hover, .form-content input:focus, .form-content select:hover, .form-content select:focus, .form-content area:hover, .form-content area:focus {
  box-shadow:0 0 4px rgba(70,70,250,0.3);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-content select {
  width:265px;
}

.form-content .slt01 {
  width:115px;
  margin-right:3px;
}

.form-content .slt02 {
  width:60px;
  margin-right:3px;
}

.form-content .slt03 {
  width:75px;
}

.form-content .row01 .btn-outer {
  margin-left:35%;
}

.form-content .color-blue {
  color:#0660B8 !important;
}

.form-content input[type="checkbox"], .form-content input[type="Radio"] {
  position:relative;
  top:3px;
}

.form-content .row01 p {
  margin-top:-10px;
  font-size:16px;
}

.form-content .slt04 {
  width:170px;
}

.form-content .bg-black {
  background-color:#000;
}

.form-content .bg-lightblue {
  background-color:#c6d9f1;
}

.form-content .bg-darkblue {
  background-color:#17375e;
}

.form-content .bg-leavegreen {
  background-color:#92d050;
}

.form-content .bg-purple {
  background-color:#7030a0;
}

.form-content .bg-bleach {
  background-color:#903039;
}

.form-content .bg-soll {
  background-color:#948a54;
}

.form-content .bg-grey {
  background-color:#7f7f7f;
}

.form-content .bg-skyeblue {
  background-color:#0070c0;
}

.form-content .bg-white {
  background-color:#ffffff;
}

.form-content .bg-green {
  background-color:#00b050;
}

.form-content .bg-pink {
  background-color:#e149ed;
}

.form-content .bg-orange {
  background-color:#ffc000;
}

.form-content .bg-darksoll {
  background-color:#4a452a;
}

.form-content .bg-lightgrey {
  background-color:#d9d9d9;
}

.form-content .bg-blue {
  background-color:#3403bf;
}

.form-content .bg-red {
  background-color:#ff0000;
}

.form-content .bg-darkgreen {
  background-color:#1b492e;
}

.form-content .bg-lightpink {
  background-color:#f4aed6;
}

.form-content .bg-yellow {
  background-color:#ffff00;
}

.form-content .bg-orangered {
  background-color:#e46c0a;
}

.form-content .check-bx {
  width:190px;
  display:inline-block;
}

.form-content .field2 {
  width:70%;
  font-size:14px;
  line-height:28px;
}

.form-content .field3 {
  line-height:24px;
}

.form-content h3 {
  font-size:30px;
  font-family:'ProximaNova-regular';
}

.form-content .row01 h3 {
  font-size:18px;
  line-height:24px;
}

.form-content .input-mini {
  height:auto;
  font-size:14px;
  width:80px !important;
  color:#929292;
}

.form-content .col01 {
  line-height:24px;
}

.form-content .col01 input {
  margin-top:5px;
}

.form-content textarea {
  border:1px solid #dadada;
  border-radius:3px;
  padding:7px 7px;
  width:250px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-content textarea:hover, .form-content textarea:focus {
  box-shadow:0 0 4px rgba(70,70,250,0.3);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-content .no-margin {
  margin:0 !important;
}

.form-content .file {
  width:205px !important;
}

.form-content .row02:after {
  clear:both;
  content:'';
  display:table;
}

.form-content .row02 {
  padding-left:2.5%;
  line-height:22px;
}

.form-content .row02 .b01 {
  width:280px;
  float:left;
}

.form-content .row02 .field-outer {
  clear:both;
}

.form-content .row02 .field-name {
  display:block;
  padding-top:5px;
  font-size:16px;
  color:#7a7a7a;
  line-height:32px;
}

.form-content .row-bx {
  margin-bottom:10px;
}

.form-content .b02 {
  width:550px;
  padding-left:85px;
  float:left;
}

.form-content .show-result {
  font-size:16px;
  color:#7a7a7a;
  line-height:18px;
}

.form-content .show-result .show-result01 {
  width:330px;
  padding:15px 10px 10px;
  float:left;
}

.form-content .show-result .show-result02 {
  width:180px;
  padding:10px;
  float:left;
}

.form-content .show-result .radio {
  margin:7px 0 0;
}

.form-content .show-result .result-img {
  padding:2px 15px 0 20px;
}

.form-content .btn-outer2 {
  padding:10px 0 0;
  clear:both;
  display:block;
}

.form-content .show-result .no-result {
  padding:150px 0 0;
}

/* implicit clearfix */
.row01:after {
  display:table;
  content:'';
  clear:both;
}

.field, .field-title {
  display:block;
  float:left;
  padding:0 0 15px;
}

.field-title {
  width:20%;
  padding-right:5%;
  font-size:16px;
  color:#4a4a4a;
  line-height:32px;
}

.field {
  width:50%;
  font-size:15px;
}

.now01-02 {
  padding-left:5%;
}

.now01-02 .field {
  width:75%;
}

.row01 .b01 {
  width:270px;
  display:inline-block
}


.row01 .b02 {
  width:120px;
  display:inline-block
}

.row01 .b03 {
  padding-left:50px;
  width:270px;
  display:inline-block
}

.row01 .b01 .msg, .row01 .b02 .msg {
  line-height:24px;
  padding:3px 5px;
}

.btn-s {
  min-width:300px;
  line-height:40px;
  font-size:24px;
  margin:10px 0 0 15px;
  display:block;
}

input#foobarqux {
  position: absolute;
  left: -100px;
  display: block !important;
  height: 0px;
  width: 0px;
}

.error-list {
  color: red;
}

::-webkit-input-placeholder { font-style: italic }
::-moz-placeholder { font-style: italic; } /* firefox 19+ */
:-ms-input-placeholder { font-style: italic; } /* ie */
input:-moz-placeholder { font-style: italic; }

.input-xxlg, .btn-xxlg {
  height: 54px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
  min-width:265px;
  box-sizing: border-box;
}

.input-group-glue {
  width: 0;
  display: table-cell;
}

.input-group-glue + .form-control {
  border-left: none;
}

@media (min-width: 768px) {
  .control-label-padding-top {
    padding-top: 7px;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.help-block.text-danger {
  color: #a94442;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
.control-label,
.form-horizontal,
.form-group,
.form-control {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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.33;
  border-radius: 6px;
}
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: 3px;
}
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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  margin-left: -1px;
}

/*** customizations ***/
.help-block--shownOnlyWithStatus {
  display: none;
}

.has-success .help-block--shownOnlyWithStatus,
.has-warning .help-block--shownOnlyWithStatus,
.has-error .help-block--shownOnlyWithStatus {
  display: block;
}

.radio-inline label,
.checkbox-inline label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.control-label.control-label-inline {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.checkbox-left-padding {
  padding-left: 20px;
}
.glocation {
  width:20%;
  text-align:center;
  padding:0 2.5%;
  position:relative;
}

.glocation h2 {
  margin-bottom:5px;
}

.glocation p {
  font-size:16px;
  line-height:20px;
}

.glocation .btn {
  font-size:20px;
  margin-top:10px;
}

.glocation .edit {
  position:absolute;
  z-index:5;
  top:5px;
  right:50px;
}

.game-info-outer {
  width:75%;
  position:relative;
}

.game-info-detail {
  background:#fafafa;
  border:1px solid #f1f1f1;
  padding:10px 20px;
  border-radius:5px;
  margin:0 0 15px;
}

.game-info-outer .d-row {
  line-height:18px;
  position:relative;
  font-size:15px;
  padding:10px;
  border-bottom:1px solid #f2f2f2;
}

.game-info-outer .d-row.last {
  border:none;
}

.game-info-outer .d-row span {
  font-family:'ProximaNova-bold';
}

.d-row .edit {
  position:absolute;
  z-index:5;
  top:5px;
  right:0px;
}

.d-row .input-mini {
  width:110px;
  font-size:15px;
}

.d-row .btn {
  font-size:16px;
}

.d-row .field {
  padding-top:6px;
}

.d-row .area {
  height:50px;
  border:1px solid #D0D0D0 !important;
  margin:0 0 7px;
}

.game-info-detail .field {
  width:100%; 
}

.game-info-detail .d-row:after {
  content:'';
  display:table;
  clear:both; 
}

.btn-group.game-team-switcher {
  background-color: #ddd;
  margin-bottom: 10px;
}

.btn-group.game-team-switcher .btn {
  border-radius: 0;
}

.btn-group.game-team-switcher .dropdown-menu {
  left: 0px;
  right: 0px;
  text-align: center;
}
* {
  -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, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

body {
  background: #555 url(/assets/bg/footer_lodyas-e1d6435f22a34ccdcd3cecd592e7da6780a20692e63b13600df9231bdeb0d119.png);
  overflow-y: scroll;
}

body.darkgrey {
  background: #131313; /* Old browsers */
  background: -moz-linear-gradient(top, #131313 0%, #4c4c4c 50%, #131313 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #131313 0%, #4c4c4c 50%, #131313 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #131313 0%, #4c4c4c 50%, #131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0); /* IE6-9 */
  background-attachment: fixed;
}

body.darkgrey .stickyfooter-body > .container {
  background: none;
}

body.hexabump {
	background-color: #282828;
	background-image: url(/assets/bg/hexabump-48fd2215b01e7532a21332698a52a4f42d868c8e3ec475acf1f9f187e90ace02.png);
}

body.hexabump .stickyfooter-body > .container {
  background: none;
}

body.lightgrey-gradient {
  background: #808080; /* Old browsers */
  background: -moz-linear-gradient(top, #808080 0%, #d4d4d4 50%, #808080 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #808080 0%, #d4d4d4 50%, #808080 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #808080 0%, #d4d4d4 50%, #808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#d4d4d4',GradientType=0); /* IE6-9 */
  background-attachment: fixed;
}
body.lightgrey-gradient.bgc-logo {
  background: url("/assets/bg/bgc logo-64f2e093b0ad2899b7b89543d786e6595916baaa3a27ecce775a0c36d91be6f3.png") no-repeat, #808080; /* Old browsers */
  background: url("/assets/bg/bgc logo-64f2e093b0ad2899b7b89543d786e6595916baaa3a27ecce775a0c36d91be6f3.png") no-repeat, -moz-linear-gradient(top, #808080 0%, #d4d4d4 50%, #808080 100%); /* FF3.6-15 */
  background: url("/assets/bg/bgc logo-64f2e093b0ad2899b7b89543d786e6595916baaa3a27ecce775a0c36d91be6f3.png") no-repeat, -webkit-linear-gradient(top, #808080 0%, #d4d4d4 50%, #808080 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("/assets/bg/bgc logo-64f2e093b0ad2899b7b89543d786e6595916baaa3a27ecce775a0c36d91be6f3.png") no-repeat, linear-gradient(to bottom, #808080 0%, #d4d4d4 50%, #808080 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#d4d4d4',GradientType=0); /* IE6-9 */
  background-attachment: fixed;
  background-size: cover;
}

body.lightgrey-gradient .stickyfooter-body > .container {
  background: none;
}

body.starring {
  background-color: #353535;
  background-image: url(/assets/bg/starring-44993957d1aade4fb688edd48e46c69c8f129f9fb7d5b994a288203bf3c65389.png);
}

body.starring .stickyfooter-body > .container {
  background: none;
}

body.white {
  background: white;
}

h1 {
  font:normal 30px/36px  'ProximaNova-Bold', arial, sans-serif;
}

h2 {
  font: normal 24px/28px 'ProximaNova-Bold', arial, sans-serif;
}

h3 {
  font:normal 18px/24px  'ProximaNova-Bold', arial, sans-serif;
}

h4 {
  font:normal 16px/24px 'ProximaNova-Bold', arial, sans-serif;
}

p {
  margin:0 0 12px;
  padding:0;
}

ol.unstyled, ul.unstyled {
  list-style: none;
  padding-left: 0;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.txt-center {
  text-align:center;
}

.txt-middle {
  vertical-align: middle;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-top {
  vertical-align: top;
}

.toright, .to-right {
  float:right;
}

.toleft, .to-left {
  float:left;
}

.stickyfooter-wrapper {
  height: 100%;
  width: 100%;
  min-width: 980px;
  display: table;
  table-layout: fixed;
}

.stickyfooter-wrapper .header {
  background-color:#262626;
  height:84px;
  display: table-row;
}

.stickyfooter-wrapper .header > .header-corner {
  position: absolute;
  top: 0;
  left: 0;
  height: 84px;
  width: 84px;
  display: block;
  z-index: 1;
  pointer-events: none;
}

.stickyfooter-body {
  display: table-row;
  height: 100%;
}

.stickyfooter-body > .container {
  height: 100%;
  background-color: white;
}

.stickyfooter-body > .container.darkgrey {
  background-color: #9a9a9a;
}

.stickyfooter {
  display: table-row;
  height: 110px;
  background:#262626;
}

.stickyfooter .container {
  color:#fff;
}

.stickyfooter .container a {
  color:#fff;
  line-height:36px;
}

.stickyfooter .footer {
  padding:40px 0 80px;
}

.stickyfooter .footer-sub {
  color: #aaa;
  font-size: 80%;
}

.stickyfooter .footer-sub a {
  color: inherit;
}

.stickyfooter ul {
  margin:0;
  padding:0;
}

.stickyfooter ul li {
  margin:0;
  padding:0;
  display:inline-block;
}

.stickyfooter .social li {
  margin:0 0 0 24px;
}

.stickyfooter .copyright {
  position:relative;
  top:-2px;
}

.hide {
  display: none;
}

.indented {
  margin-left: 1em;
}

.container {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
.container:before,
.container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}

.custom-file-upload {
  position: relative;
  overflow: hidden;
}

.custom-file-upload input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
  z-index: 2;
  z-index: 2;
}

.custom-file-upload .custom-file-upload-button {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.loading-gif:after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 25px;
  vertical-align: middle;
  background: transparent url(/assets/loading-25a0be082d625832631400bfb4541a565d989ca1d86809c640412bfc9a224c83.gif) no-repeat center;
}

.desktop-feed-post-indent {
  margin-left: 72px;
}

.mb-2 {
  margin-bottom: .5rem!important;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.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: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}

/* reduce column gutter size to 10px */
div[class^="col-"], label[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.edge-to-edge {
  margin-left: -10px;
  margin-right: -10px;
}
.edge-to-edge-xs {
}
@media (max-width: 767px) {
  .edge-to-edge-xs {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.visible-xs2 {
  display: initial !important;
}
.visible-xxs {
  display: none !important;
}
.visible-xxs-inline-block {
  display: none !important;
}
@media (max-width: 374px) {
  .hidden-xxs {
    display: none !important;
  }
  .visible-xxs {
    display: block !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}

/* narrow rows for things like small grids of photos */
.row--narrow {
  margin-right: -5px;
  margin-left: -5px;
}
.form-horizontal .form-group.row--narrow {
  margin-right: -5px;
  margin-left: -5px;
}
.row--narrow div[class^="col-"], .row--narrow label[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .sm-text-right {
    text-align: right;
  }
}
.header .header-account {
  margin:0px 0 0;
}

.header .header-account:after {
  content:'';
  display:table;
  clear:both; 
}

.header .header-account-title, .header .header-account .signin-link, .header .header-account .signin {
  display:inline-block;
  position:relative;
  color:#fff;
  vertical-align:middle;
}

.header .header-account-title {
  font-size:14px;
  text-align:center;
  margin:0 15px 0 17px;
  display:inline-block;
}

.header .header-account-title a {
  display:block;  
  border-radius:2px;
  width:145px;
  margin:0 0 0 33px;
  padding:22px 22px 18px 18px;
}

.header .header-account-title a:hover {
  background:#FF0707; 
}

.header .header-account-title h4 {
  font-size:20px;
  color:#fff;
  line-height:26px;
  margin:0; 
}

.header .header-account .signin-link {
  color:#ccc;
  font-size:15px; 
  border-radius:4px;
}

.header .header-account .sign-bx {
  padding:8px 5px;
  display:inline-block;
  border-radius:3px;
}

.header .header-account .sign-bx .sign-title {
  display:block;
  padding:4px 0 6px;
  font-size:14px;
  color:#ccc; 
  text-align:center;
}

.header .header-account .signin {
  line-height:13px;
  font-size:14px;
  padding:15px 0 0;
  color:#ccc;
  vertical-align:top;
}

/*
.header a {
  color:#fff;
  font-size:15px;
  font-family:'ProximaNova-light';
}
*/

.header .header-account .signin input[type="email"],
.header .header-account .signin input[type="password"]
{
  width:100px;
  border:none;
  color:#7a7a7a;
  padding:5px 10px;
  border-radius:5px;  
  margin-left:5px;
  font-size:11px; 
}

.header .header-account .signin .submit {
  height: 23px;
  margin-left: 5px;
  color: white;
  background-color: #00b050;
  border-radius: 5px;
  border: 2px solid #00b050;
}

.header .header-account .signin input[type="text"]:hover, .header .header-account .signin input[type="text"]:focus {
  box-shadow:0 0 7px rgba(150,150,255,0.85);
}

.header .header-account .signin .header-field {
  display:block;
}

.header .header-account .signin .header-field div {
  padding:0 0 13px;
  display:block;
  font-size:14px;
  color:#ccc; 
}

.header-links {
  float: right;
  list-style: none;
  margin: 0;
}

.header-links > li {
  position: relative;
  display: block;
  float: left;
  line-height: 84px;
}

.header-links > li > a {
  position: relative;
  display: block;
  padding: 0px 15px;
}

.content .boxes-outer {
  border-radius:5px;
  border:1px solid #eaeaea;
  margin:0 30px;  
}

.content .boxes-outer:after {
  clear:both;
  content:'';
  display:table;
}

.content .boxes-outer .boxes {
  display:block;
  float:left;
  vertical-align:middle;
  width:286px;
  height:420px;
  overflow:hidden;
  padding:20px 10px;
  position:relative;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; 
}

.content .boxes-outer .boxes .title {
  font-family: 'ProximaNova-bold';
  font-size:28px; 
  line-height:30px;
  padding:0 0 36px;
  /*color:#bfbfbf;*/
  text-transform:uppercase;
}

.content .boxes-outer .boxes .img {
  margin:0 0 20px;  
}

.content .boxes-outer .boxes .sub-title {
  font-size:18px; 
  line-height:24px;
  height: 48px;
  color:#404040;
  margin:0 0 25px;  
  font-family: 'ProximaNova-Semibold';
}

.content .boxes-outer .boxes .box-content {
  font-size:13px;
  line-height:18px;
  min-height:200px;
}

.content .boxes-outer .boxes .box-content div {
  padding:0 0 12px;
}

.content .boxes-outer .boxes .box-content div span {
  font-size:12px; 
}

.content .boxes-outer .boxes .box-link {
  padding:0;
  line-height:24px;
  position:absolute;
  bottom:20px;
  width:272px;
}

.content .boxes-outer .boxes .box-link .link-title {
  font-size:22px;
  font-family: 'ProximaNova-Semibold';
}

.content .boxes-outer .box-bg , .content .boxes-outer .boxes:hover  {
  background:#efefef !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; 
}

.content .boxes-outer .box-bg .title, .content .boxes-outer .boxes:hover .title {
  text-shadow:1px 1px 1px rgba(0,0,0,0.15);
  /*color:#fff; */
}

.content .boxes-spanner { 
  border-radius:5px;
  border:2px solid #00b050;
  margin:10px 29px ;  
  background:#00b050;
  color:#fff; 
  font-size:36px; 
  line-height:60px;
    font-family: 'ProximaNova-semibold';
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; 
}

.content .boxes-spanner:hover {
  color:#fff;
  background:#036f2b;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; 
}

.partners-box {
  position: relative;
  border-top: 1px #aaa solid;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.partners-box img {
  height: 75px;
}

.partners-box img.big {
  height: 150px;
}

.partners-box img.push-right {
  margin-right: 70px;
}

.partners-content {
  margin: auto;
  text-align: center;
  margin-top: 20px;
}

.partners-label {
  text-align: center;
  color: #777;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
hr.hr-thin {
  margin-top: 0;
  margin-bottom: 10px;
}
hr.hr-short {
  width: 50%;
}
.invite-from {
  margin-bottom:10px;
  display:inline-block;
  clear:both;
}
.team-join-page .team-join-page-profile-picture {
  float: left;
}

.team-join-page .team-join-page-profile-picture img {
  width: 200px;
  height: 200px;
}

.team-join-page .team-join-page-content {
  padding-top: 25px;
  margin-left: 225px;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  overflow: hide;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.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-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.my-team-header:after, .my-team-content:after, .team-row:after, .my-team-footer:after {
  display:table;
  content:'';
  clear:both;
}

.my-team-header input, .my-team-header select {
  padding:10px 7px !important;
  font-size:16px;
}

.my-team-content {
  margin-bottom: 10px;
}

.my-team-content .team-row {
  margin:7px 0;
  border:1px solid #ddd;
  padding:5px;
  border-radius:5px;
}

.my-team-content .team-row h3 {
  line-height:32px;
  font-size:24px;
  font-family:'ProximaNova-Bold';
  margin-bottom:0px;
  margin-top: 0px;
}

.team-row .my-team-b01, .team-row .my-team-b02, .team-row .my-team-b03, .team-row .my-team-b04, .team-row .my-team-b05 {
  float:left;
  padding:5px;
  display:block;
  color:#43474c !important;
  font-size:16px !important;
  line-height:24px !important;
}

.team-row .my-team-b01 {
  width:120px;
}

.team-row .my-team-b01 {
  width:80px;
}

.team-row .my-team-b01 img {
  border:1px solid #ddd;
  padding:3px;
  border-radius:3px;
  height: 72px;
  width: 72px;
}

.team-row .my-team-b02 {
  width:300px;
}

.team-row .my-team-b03 {
  width:190px;
}

.team-row .my-team-b04 {
  width:190px;
}

.team-row .my-team-b05 {
  width:86px;
  text-align:center;
}

.team-row .my-team-b05 div {
  line-height:36px;
}

.team-row .my-team-b-rest {
  margin-left: 95px;
}

.team-row .my-team-b-rest h3 {
  line-height: 90px;
}

.team-row-btn {
  display:block;
  clear:both;
}

.team-row-btn:hover {
  background-color:#f7f7f7;
}

.team-row-selected {
  background:#f0f0f0;
}

.content-inner {
  padding: 10px;
}

.content-inner > h1:first-child {
  margin-top: 0;
}
.noscript-banner {
  display: block;
  background: red;
  color: white;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.signin-join {
  border:1px solid #f1f1f1;
  border-radius:5px;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.signin-join h2 {
  font-size: 26px;
  color:#6a6a6a;
  line-height: 28px;
  margin: 0;
  font-family:'ProximaNova-semibold';
}

.signin-join-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

.main-content .signin-join {
  margin-left:10px;
  width:507px;
}

.signin-join-mini {
  width:288px;
  padding: 10px;
}

.signin-join-mini h2 {
  font-size:22px;
  margin:0 0 10px;
}

.signin-join-mini p {
  font-size:15px;
  color:#4a4a4a;
  line-height:20px;
  padding:0 0 52px;
}

.picture-page-user-info {
  margin-bottom: 10px;
}
.picture-page-user-avatar {
  float: left;
}
.picture-page-user-name {
  margin-left: 50px;
}
.picture-page-picture {
  max-width: 100%;
  max-height: 671px;
  display: block;
  margin: auto;
}
.picture-page-video-iframe {
  height: 480px;
  width: 100%;
}
.picture-page-video-iframe.hudl, .picture-page-video-iframe.hudl2 {
  width: 850px;
}
.picture-page-comments {
  margin-right: 310px;
}
.picture-page-actions {
  float: right;
  width: 300px;
}
.picture-page-action {
  margin-bottom: 10px;
  cursor: pointer;
}
.picture-page-action-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.picture-page-action-like.active {
  color: rgb(174, 197, 88);
}
.picture-page-description {
  white-space: pre-line;
}
.picture-page-description-textarea {
  color: #aec558;
  resize: vertical;
}
.picture-page-action-showcase.active {
  color: #aec558;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(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 {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.main-content .box-s {
  width:65px;
  position:relative;
}

.box-l {
  width:566px;
  border:1px solid #b5bfb5;
  min-height:50px;
  background:#fff;
  position:relative;
  border-radius:5px;
  margin-left: 72px;
}

.box-l .inner {
  width:auto;
  padding-left: 15px;
  padding-right: 15px;
}

.box-l.active {
  background:#f3f3f3;
}

.box-s {
  clear:both;
}

.box-c {
  background:url(/assets/new/box-arrow-c3fdf1b69341d02d8afe69fe071716db5418b520b76fbf579580ea2ce9a1ba04.png) no-repeat top center;
  width:11px;
  height:10px;
  display:block;
  position:absolute;
  z-index:1;
  top:20px;
  left:-11px;
}

.area {
  width:97%;
  padding:12px 1.5% 7px;
  height:80px;
  clear:both;
  margin-bottom: 10px;
  border:1px solid #b5bfb5;
  color:#828282;
  border-radius:5px;
  resize: none;
}

.area:focus {
  border-color:#787878;
}

.main-content .active .box-c {
  background-image:url(/new/box-arrow-active.png);
}

.box-bottom-margin {
  margin-bottom: 20px;
}

.box-s .user {
  position:relative;
}

.box-s .user img {
  width:53px;
  height:53px;
}

.post-header {
  margin-top: 10px;
  margin-bottom: 5px;
}

.post-header .dropdown .dropdown-toggle {
  line-height: inherit;
}

.post-header .dropdown .dropdown-menu {
  position:absolute;
  margin:0;
  padding:10px;
  right:0px;
  left: auto;
  top:27px;
  display:none;
  z-index: 1000;
  overflow:hidden;
  text-align: left;
  background-color: white;
  border: 1px solid #b5bfb5;
  line-height: 1;
}

.post-header .dropdown.open .dropdown-menu {
  display: block;
}

.post-header .dropdown .dropdown-menu > li {
  padding: 5px;
}

.post-header .dropdown .dropdown-menu > li > .fa {
  font-size: 14px;
  width: 18px;
  text-align: center;
}

.post-header .dropdown .dropdown-menu > li > a {
  cursor: pointer;
}

.post-header .dropdown .dropdown-toggle {
  color: #929292;
}

.postby .postby-name {
  /*color:#1675a0;*/
  /*font-size:18px; */
  font-weight: bold;
  text-transform: capitalize;
}

.poston {
  position:relative;
}

.poston img {
  margin-left:15px;
}

.post-content {
  font-size: 150%;
  white-space: pre-line;
  word-break: break-word;
  margin-bottom: 10px;
}

.post-content-edge-to-edge {
  margin-left: -15px;
  margin-right: -15px;
}

.post-body-text {
  white-space: pre-line;
  word-break: break-word;
}

.activity-wrapper .dropdown {
  float: right;
  position: relative;
}

.activity-wrapper .dropdown-toggle {
  color: #929292;
  display: block;
}

.activity-wrapper .dropdown-menu {
  position:absolute;
  margin:0;
  padding:10px;
  right:0px;
  left: auto;
  top:27px;
  display:none;
  z-index:99;
  overflow:hidden;
  text-align: left;
  background-color: white;
  border: 1px solid #b5bfb5;
  line-height: 1;
}

.activity-wrapper .dropdown.open .dropdown-menu {
  display: block;
}

.activity-wrapper .dropdown-menu > li > a > .fa {
  font-size: 14px;
  width: 18px;
  text-align: center;
}

.team-info {
  margin-top:10px;
  width:68%;
  font-size: medium;
}

.team-info img {
  height: 40px;
  width: 40px;
  float:left;
}

.team-title {
  margin-left: 51px;
  margin-bottom:25px;
}

.team-title .team-name {
  font-size: 150%;
}

.post-bottom {
  clear:both;
  height:52px;
  border-top:1px solid #b5bfb5;
}

.post-bottom ul {
  margin:0;
  padding:0;
  list-style:none;
}

.post-bottom ul li {
  display:block;
  float:left;
  border-right:1px solid #b5bfb5;
  height:52px;
  line-height:52px;
}

.post-bottom ul li a {
  padding:0 14px;
  display:block;
  color:#252625;
  font-size:16px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.post-bottom .toright ul li {
  border-right:none;
  border-left:1px solid #b5bfb5;
}

.post-bottom .toright ul li:first-child {
  border:none;
}

.post-bottom .toright ul li a img {
  margin-right:7px;
  margin-top:-2px;
}

.gonext {
  margin:none !important;
}

.post-bottom ul li.gonext a {
  color: #1675a0;
}

.gonext img {
  margin:-2px 0 0 3px !important;
}

.ondate {
  color:#252625;
  font-size:30px;
  clear:both;
  margin-bottom:15px;
  margin-right:10px;
}

.ondate .location {
  font-size:18px;
  font-family:'ProximaNova-light';
  display:block;
  line-height:28px;
}

.comment-container {
  width: 550px;
  min-height: 50px;
  position: relative;
  margin-top: 10px;
  padding:0;
  border-radius:5px;
  overflow:visible;
  background:#fff;
  border:1px solid #c8cfc8;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.comment-content {
  padding:5px;
  position:relative;
}

.comment-content .user {
  width:40px;
  height:40px;
  padding:3px;
  margin:0;
  float: left;
  text-align: center;
}

.comment-content .user img {
  width:100%;
  height:auto;
  padding:0;
  margin:0;
}

.comment-txt {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing:border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius:3px;
  height:43px;
  padding:0 6px;
  font-size:18px;
  vertical-align:top;
}

.comment-content .replies {
  margin-bottom: 2px;
  position: relative;
}

.comment-content .replies:after {
  content: "";
  display: table;
  clear: left;
}

.comment-content .replies + form {
  padding-top:8px;
}

.comment-content > .replies .reply_txt {
  margin-left: 47px;
  background-color: #F2F2F2;
  border-radius: 5px;
  color: #333333;
  margin-bottom: 1px;
  padding: 10px;
}

.comment-content .replies .user .fa {
  font-size: 30px;
  vertical-align: middle;
}

.reply_txt .replyuser {
  color:#558ED5;
}

.reply_txt .pr {
  margin-right: 10px;
}

.reply_txt .pr:last-child {
  margin-bottom: 0;
}

.reply_txt .postdat {
  color: #aaa;
  font-family: 'ProximaNova-Light';
  font-size: 11px;
}

.comment-content .comment-form {
  line-height:18px;
  margin-left: 47px;
}

.flag, .comment-edit {
  position:absolute;
  top:10px;
  width:19px;
  height:19px;
}

.flag {
  background:url(/assets/new/flag-cd304517fe548f3b6135335b77fca32bed8addc11130a8e8f9921b0d5ee2bcd0.png) no-repeat top center;
  right:30px;
}

.comment-edit {
  background:url(/assets/new/comment-edit-02e0b87f3cf8d9ee851862fab30b74233ee65839b5357892be720c8f6ae44d62.png) no-repeat top center;
  right:0px;
}

.post-form .custom-file-upload {
  height: 38px;
  width: 126px;
}

.post-form .custom-file-upload input[type=file] {
  height: 38px;
  width: 126px;
}

.post-form .custom-file-upload .custom-file-upload-button {
  height: 38px;
  width: 126px;
  line-height: 38px;
}

.post-form .file-meta {
  height: 38px;
  line-height: 38px;
}

.post-form .progress {
  width: 395px;
  height: 38px;
}

.post-content iframe {
  display: block;
  margin: auto;
  height: 370px;
  width: 540px;
  border: 0;
}

.posted-picture-wrapper {
  display: block;
  text-align: center;
}

.posted-picture {
  display: block;
  max-width: 100%;
  margin: auto;
}

.video-link-post-overlay {
  position: absolute;
  font-size: 100px;
  color: white;
  text-shadow: 1px 1px 2px black;
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.60;
}

.video-vital-post-overlay {
  position: absolute;
  font-size: 100px;
  color: white;
  text-shadow: 1px 1px 2px black;
  display: block;
  height: 100px;
  width: 100px;
  text-align: center;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0.8;
}

.video-vital-post-text-overlay {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 2px black;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 1;
}

.post-comment-dropdown {
  position: absolute;
  right: 0px;
  z-index: 1;
}

.post-comment-dropdown-toggle {
  display: none;
  text-align: right;
  margin-right: 5px;
}

.replies:hover .post-comment-dropdown-toggle,
.post-comment-dropdown.open .post-comment-dropdown-toggle {
  display: block;
}

.post-comment-dropdown .dropdown-menu {
  display: none;
  position: relative;
  background-color: white;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .15);
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
  width: 75px;
  padding: 5px;
}

.post-comment-dropdown .dropdown-menu .fa {
  display: inline-block;
  width: 15px;
  text-align: center;
}

.post-comment-dropdown.open .dropdown-menu {
  display: block;
}

.post-comment-dropdown .dropdown-menu li + li {
  margin-top: 3px;
}
.team-admin-bar {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
}

.team-admin-bar.message {
  background-color: #f7f16d;
  padding-left: 10px;
  padding-right: 10px;
}

.team-admin-bar .action-buttons {
  float: right;
  margin-right: 5px;
}

.team-admin-bar .dropdown {
  position: relative;
  color: white;
  /*border: 1px solid #4cae4c;*/
  background-color: #5cb85c;
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
}

.team-admin-bar .dropdown--transparent {
  color: inherit;
  background: transparent;
}

.team-admin-bar .dropdown-toggle {
  color: inherit;
  padding-left: 10px;
  padding-right: 10px;
}

.team-admin-bar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  list-style: none outside none;
  font-size: 14px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
  background-clip: padding-box;
  line-height: 1;
}

.team-admin-bar .dropdown.open .dropdown-menu {
  display: block;
}

.team-admin-bar .dropdown-menu > li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.team-admin-bar .dropdown-menu > li.divider {
  padding: 0;
}

.team-admin-bar > ul.tabs {
  background-color: #e9e9e9;
  background: linear-gradient(#e9e9e9, #aaaaaa);
}

.team-admin-bar > ul.tabs > li {
  margin-right: 0;
  padding-right: 13px;
  padding-left: 13px;
}

.team-admin-bar > ul.tabs > li + li {
  border-left: 1px solid #7f7f7f;
}

.team-admin-bar > ul.tabs > li > a {
  color: #414141;
}

.team-admin-bar > ul.tabs > li.active > a {
  color: white;
}

.video-slider-thumbnail {
  position: relative;
}

.video-slider-play-overlay {
  position: absolute;
  font-size: 80px;
  color: white;
  text-shadow: 1px 1px 2px black;
  display: block;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.profile-picture-changer-avatar {
  position: relative;
  width:216px;
  height:216px;
  padding:7px;
  text-align:center;
  margin: 0 auto 10px auto;
  border:2px solid #f1f1f1;
  cursor: pointer;
}

.profile-picture-changer-avatar img {
  height: 200px;
  width: 200px;
}

.profile-picture-changer-avatar-overlay {
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
}

.profile-picture-changer .custom-file-upload {
  width: 175px;
  height: 32px;
}

.profile-picture-changer .custom-file-upload input[type="file"] {
  width: 175px;
  height: 32px;
}

.profile-picture-changer .custom-file-upload .custom-file-upload-button {
  width: 175px;
  height: 32px;
}

.profile-picture-changer-pz-holder {
  margin: auto;
  height: 400px;
  width: 400px;
  border: 5px solid #aaa;
  overflow: hidden;
}

.profile-picture-changer-tagged-thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 5px solid white;
  cursor: pointer;
}

.profile-picture-changer-tagged-thumb.selected {
  border: 5px solid green;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(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: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          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[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.zoomInOn, .zoomInOff, .zoomOutOn, .zoomOutOff, .closeButton
{
  width:44px;
  height:44px;
  display:block;
  position:absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.zoomInOn, .zoomInOff
{
  background-image:url(/assets/pz/zoom_in-5c5bfe16642839be23a4367ba5d4c47b6153882712fe31ac34796eeb94268cf6.png);
  background-size: 44px 44px;
  top:10px;
  right:10px;
}

.zoomOutOn, .zoomOutOff
{
  background-image:url(/assets/pz/zoom_out-63407bb43024d9bbd62be5d64e76d99f098ccfae5880e81ad9454b27f01b3493.png);
  background-size: 44px 44px;
  top:62px;
  right:10px;
}

.zoomInOn, .zoomOutOn
{
  opacity:1;
  cursor:pointer;
}

.zoomInOff, .zoomOutOff
{
  opacity:0.3;
  cursor:auto;
}
.roster-outer .viewmore a {
  font-size:18px;
  color:#0660B8;
  line-height:20px;
  margin:0 0 10px;
}

.roster-content .roster-b01, .roster-content .roster-b02 {
  width:473px;
  padding:5px;
  border-radius:5px;
  margin:0 0 5px;
  display:block;
  float:left;
  border:1px solid #f1f1f1;
}

.roster-content .roster-b01 {
  margin-right:5px;
}

.roster-content .roster-big-entry {
  height: 122px;
  overflow: hidden;
}

.roster-content .roster-big-entry.has-availability {
  height: 126px;
}

.roster-content .roster-selected {
  background:#f1f1f1;
}

.roster-content .roster-img {
  width:110px;
  height:110px;
  float:left;
}

.roster-content .roster-detail {
  width:318px;
  float:left;
  padding-left:10px;
  font-size:15px;
  line-height:20px;
}

.roster-content .roster-detail h3 {
  font-size:22px;
  margin:0 0 0 !important ;
  line-height:32px;
  font-weight: normal;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roster-content .roster-menu {
  width:25px;
  float: right;
  background:#f8f8f8;
  text-align:center;
}

.roster-content .roster-menu a {
  display:block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.roster-detail .roster-d span {
  display:inline-block;
  padding-right:12px;
}

.roster-detail .roster-sub {
  font-size:13px;
  display:inline-block;
  margin:5px 5px 0 0;
  line-height:18px;
}

.roster-detail .padding-right {
  padding-right:20px;
}

.roster-detail .roster-sub span {
  display:block;
}

.roster-content .roster-row2 {
  border:1px solid #f1f1f1;
  padding:5px;
  border-radius:5px;
}

.roster-content .roster-img2 {
  width: 60px;
  height: 50px;
  padding-right:10px;
  float:left;
}

.roster-content .roster2-b01 {
  width:275px;
  float:left;
  font-size:16px;
}

.roster-content .roster2-b02 {
  width:210px;
  float:left;
  font-size:16px;
}

.roster-content .roster2-b03 {
  width:240px;
  float:left;
  font-size:16px;
}

.roster-content .roster2-b04 {
  width:130px;
  float:left;
  font-size:16px;
}

.roster-content .roster2-menu {
  background:#f8f8f8;
  text-align:center;
}

.roster-content .roster2-menu .roster-nav a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.roster-content .roster-row2 {
  margin:0 0 5px;
}

.roster-content .roster-row-selected {
  background:#f1f1f1;
}

.roster-content .dropdown-outer div.dropdown-menu {
  top:31px;
}

.roster-view-media-trigger {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.roster-nav {
  list-style: none;
  margin:0;
  padding:0;
}

.roster-nav a {
  color: #b0b0b0;
}

.roster-big-entry .roster-availability {
  display: none;
}

.roster-big-entry.has-availability .roster-availability {
  display: block;
}

.roster-row2 .roster-nav {
  display: inline-block;
  vertical-align: top;
}

.roster-row2 .roster-nav li {
  display: inline-block;
}

.roster-row2 .roster-availability {
  display: none;
}

.roster-row2.has-availability .roster-availability {
  display: inline-block;
}

.roster-availability .availability-button {
  cursor: pointer;
}

.roster-availability .availability-button.active {
  color: #eee;
  text-shadow: 1px 1px 1px #ccc;
}

.roster-availability .availability-button.availability-available.active {
  background: #9df098;
}

.roster-availability .availability-button.availability-unavailable.active {
  background: #ffbac2;
}

.roster-availability .availability-button.availability-injured.active {
  background: #ff8080;
}

.roster-availability .availability-button.availability-carpooling.active {
  background: #c0daff;
}

.roster-menu .dropdown-outer .dropdown-menu {
  border:none;
  border-radius:0px;
  background:#F8F8F8;
}

.team-roster .roster2-b04 {
  line-height:52px;
}

.team-roster .roster2-b04 .roster2-menu {
  line-height:22px;
  margin:15px 0 0 6px;
  padding:0 4px;
}

.team-roster .roster2-b04 .roster2-menu .dropdown-outer .dropdown-menu  {
  border:none;
  border-radius:0px;
  background:#F8F8F8;
}

.team-roster .roster2-b04 .dropdown-outer div.dropdown-menu {
  top:26px;
  left:-4px;
  padding:3px 4px ;
  text-align:center;
}

.roster-unconfirmed-member {
  margin-bottom: 5px;
  border: 1px solid #f1f1f1;
  padding: 5px;
  border-radius:5px;
}

.roster-unconfirmed-member .roster-unconfirmed-member-profile-picture {
  height: 50px;
  width: 50px;
  float: left;
}

.roster-unconfirmed-member .roster-unconfirmed-member-profile-picture img {
  height: 50px;
  width: 50px;
}

.roster-unconfirmed-member .roster-unconfirmed-member-description {
  margin-left: 60px;
}

.roster-unconfirmed-member .roster-unconfirmed-member-actions {
  float: right;
  text-align: right;
}

.roster-matcher-list {
  list-style: none;
  padding-left: 0;
}

.roster-matcher-list a {
  font-size: 120%;
  cursor: pointer;
}

.RosterShowcaseBadgeLarge {
  display: block;
  height: 50px;
  line-height: 50px;
  float: left;
  margin-top: 5px;
}

.RosterShowcaseBadgeLarge > img {
  height: 50px;
  width: auto;
  vertical-align: top;
}

.RosterShowcaseBadgeMedium {
  display: block;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-top: 5px;
}

.RosterShowcaseBadgeMedium > img {
  height: 40px;
  width: auto;
  vertical-align: top;
}

.RosterShowcaseBadgeLarge + .RosterLargeTileDetails {
  margin-left: 60px;
}

.RosterShowcaseBadgeMedium + .RosterLargeTileDetails {
  margin-left: 55px;
}
.school-profile-header {
  position: relative;
  text-align: center;
  overflow: auto;
  background-color: #eaeaea;
  background-color: #7f7f7f;
  background-image: url(/assets/bg/low_contrast_linen-4acf439c9ae114b6707b0b59036ced496e25670143d6c774bc7315dcff1a8c4e.png);
  color: #7f7f7f;
  color: white;
  padding-top: 30px;
}

.school-profile-header-text-container {
  max-width: 715px;
  position: relative;
  text-align: center;
  margin: auto;
  display: inline-block;
}

.school-profile-header-avatar {
  position: absolute;
  display: block;
  left: -125px;
  height: 115px;
  width: 115px;
}

.school-profile-header-banner {
  display: block;
  margin: auto;
  max-width: 100%;
  height: 150px;
}

.school-profile-header-name {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 0;
  margin-top: 0;
}

.school-profile-header-title {
  font-family: 'ProximaNova-Bold', arial, sans-serif;
  font-size: 46px;
  line-height: 58px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.school-profile-header-subtitle {
  font-size: 80%;
  margin-bottom: 10px;
  color: #a9a9a9;
  text-align: center;
}

.school-profile-header-details {
  margin-top: 20px;
  color: #7f7f7f;
}


.school-teams-list-sport-block {
  margin-bottom: 10px;
}

.school-teams-list-header {
  color: green;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  font-size: 26px;
}

.school-teams-list-gender-label {
  font-size: 18px;
  line-height: 1.5;
  float: left;
  width: 6em;
  text-align: center;
}

.school-teams-list {
  margin-bottom: 10px;
  margin-left: 6em;
  font-size: 18px;
  line-height: 1.5;
}

.school-teams-list-item {
  display: inline-block;
  margin-right: 20px;
}

.SchoolTeamsListYearHeader {
  font-size: 2.5em;
  font-family: 'ProximaNova-Bold', arial, sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-color: #dfdfdf;*/
  text-align: center;
}

.SchoolTeamsListYearHeader--green {
  background-color: green;
  color: white;
}
.score-update-alert {
  margin-bottom: 0;
}
.search-page-title {
  text-align: center;
  color: green;
}

.search-page-title .fa {
  color: black;
}

.search-content .search-f01 {
  display:block;
  margin:0 0 12px;  
}

.search-content .search-f01 .input-large2 {
  width:615px;
}

.search-content .search-f01 .input-large {
  width:519px !important;
}

.search-content .search-f01 input[type="text"], .search-content .search-f01 select {
  padding:10px 7px;
}

.search-content .search-result {
  border:1px solid #f1f1f1;
  padding:5px;
  margin:20px 0 0;
  border-radius:5px;
}

.search-content .search-result-row {
  display: block;
}

.search-result-selected {
  background:#f1f1f1;
}

.search-content .search-result .search-b01, .search-content .search-result .search-b02, .search-content .search-result .search-b03, 
.search-content .search-result .search-b04, .search-content .search-result .search-b05  {
  padding:7px 10px;
  display:inline-block;
  font-size:16px;
  line-height:22px;
  vertical-align:middle;  
  color:#3a3a3a;  
}

.search-content .search-result .search-b01 {
  width:225px;  
}

.search-content .search-result .search-b02 {
  width:150px;  
}

.search-content .search-result .search-b03 {
  width:170px;  
}

.search-content .search-result .search-b04 {
  width:163px;  
}

.search-content .search-result .search-b05 {
  width:100px;
  text-align:center;  
}

.search-content .search-result .search2-b01, .search-content .search-result .search2-b02, .search-content .search-result .search2-b03 {
  padding:10px;
  display:inline-block;
  font-size:16px;
  line-height:22px;
  vertical-align:middle;  
  color:#3a3a3a;  
}

.search-content .search-result .search2-b01 {
  width:400px;  
}

.search-content .search-result .search2-b02 {
  width:350px;  
}

.search-content .search-result .search2-b03 {
  width:125px;  
}

.title05 {
  font-size:24px;
  color:#191919;  
  font-family: 'ProximaNova-Bold';
  line-height:24px;
}
.share-page-actions {
  text-align: center;
  margin-bottom: 10px;
}

.share-page-action {
  font-size: 24px;
  display: inline-block;
  width: 120px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

.share-page-action-icon {
  display: block;
  font-size: 72px;
}
.stats-header {
  margin:10px 0 25px;
  clear:both;
}

.stats-active-outer .stats-active {
  border:1px solid #dddddd;
  background:#f2f2f2;
  border-radius:5px;
  color:#7a7a7a;
}

.stats-active-outer a {
  font-size:18px;
  padding:10px 35px;
}

.stats-outer .stats-table {
  display:block;
  margin:15px 0 0;
  position:relative;
  line-height:28px;
  vertical-align:middle;
  border:1px solid #dddddd;
  color:#4a4a4a;
}

.stats-outer .stats-table a {
  font-size:16px;
}

.stats-table .stats-table-header {
  background:#eeeeee;
  padding:5px 10px;
  color:#333333;
  font-family:'ProximaNova-Bold';
  font-size:20px;
  text-shadow:1px 1px 1px rgba(255,255,255,0.5);
}

.stats-table .stats-table-title {
  border-top:1px solid #e0e0e0;
  box-shadow:0 1px 1px rgba(255,255,255,0.5) inset;
  background:#eeeeee;
  color:#666;
  font-family:'ProximaNova-Semibold';
  font-size:16px;
  text-shadow:1px 1px 1px rgba(255,255,255,0.75);
}

.stats-table .stats-table-content {
  display: table;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-collapse: collapse;
}

.stats-table .stats-table-row {
  display: table-row;
}

.stats-table .stats-row-last {
  border:none;
}

.stats-table .stats-row-bg {
  background:#fafafa;
}

.stats-table .stats-row-b01, .stats-table .stats-row-b02, .stats-table .stats-row-b03, .stats-table .stats-row-b04, .stats-table .stats-row-b05 {
  border-right:1px solid #dddddd;
  padding:5px 0px !important;
  font-size:15px;
  vertical-align:middle;
  display: table-cell;
  border-top: 1px solid #dddddd;
}

.stats-table .stats-row-b01 {
  width:180px;
  padding:5px 10px !important;
}

.stats-table .stats-row-b02 {
  width:160px;
}

.stats-table .stats-row-b03 {
  text-align: center;
  width:63px;
}

.stats-table .stats-row-b04 {
  text-align: center;
  width:52px;
}

.stats-table .stats-row-b05 {
  width:44px;
}

.stats-table .stats-table-footer {
  background:#eeeeee;
  font-weight: bold;
}

.stats-outer .stats-editor {
  margin:10px 0;
}

.stats-outer .stats-editor .stats-editor-table {
  display:block;
  position:relative;
  line-height:28px;
  vertical-align:middle;
  border:1px solid #dddddd;
  font-size:18px;
}

.stats-editor-row:after {
  display:table;
  content:'';
  clear:both;
}

.stats-editor .stats-editor-table .stats-editor-b01 {
  width:295px;
  padding:7px 10px;
  display: inline-block;
  /*border-left:1px solid #dddddd;*/
  /*border-bottom:1px solid #dddddd;*/
}

.stats-editor .stats-editor-table .stats-editor-b01.first {
  border-left:none;
}

.stats-editor .stats-editor-row.last .stats-editor-b01 {
  border-bottom:none;
}

.stats-outer .link-btn {
  margin:15px 0;
  display:inline-block;
  font-family:'ProximaNova-Regular';
}

.stats-editor .stats-editor-bg {
  background:#fafafa;
}

.stats-editor .form-content .stats-editor-b01  {
  padding:10px;
  border:none;
}

.stats-editor .form-content .stats-editor-row {
  padding-bottom:5px;
}

.stats-editor .stats-editor-error {
  color: red;
  font-size: 75%;
}

.stats-editor .stats-editor-error-field {
  background-color: #f2dede;
}

.stats-editor .stats-editor-stat-name {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.stats-editor input::-webkit-outer-spin-button,
.stats-editor input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}

.no-border {
  border:none !important;
}

.val-change img {
  border-radius:2px;
}

.stats-header h2 {
  margin-bottom:-10px;
}

.stats-outer .stats-team-table {
  display:block;
  position:relative;
  line-height:28px;
  vertical-align:middle;
  border-radius:5px;
  color:#4a4a4a;
  border:1px solid #dddddd;
  font-size:18px;
}

.stats-outer .stats-team-table .stats-team-row {
  padding:5px 20px;
}

.stats-outer .stats-team-table .stats-team-bg {
  background:#f1f1f1;
}

.profile-stats-header {
  font-size:18px;
  color:#4a4a4a;
  padding:0 0 20px;
  margin:0 0 25px;
  border-bottom:1px solid #f1f1f1;
}

.profile-nav {
  width:560px;
}

.profile-nav .profile-bx {
  font-size:16px;
  padding:5px 10px;
  margin:0 6px 6px 0;
  display:inline-block;
  border:1px solid #f1f1f1;
  border-radius:3px;
  background:#ddd;
  text-align:center;
  width:140px;
  color:#4a4a4a;
}

.profile-nav .profile-bx.active {
  background:#fff;
}

.profile-form {
  padding:16px 0 0;
}
:root {
  --blast-color: rgb(133, 250, 0); /* #85FA00 */
  --blast-color-values: 133, 250, 0; /* #85FA00 */
  --blast-color-dark: rgb(133, 186, 18); /* #85FA00 */
  --blast-color-dark-values: 133, 186, 18; /* #85FA00 */
}

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%;
}

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: 400;
  line-height: 1;
  color: #999;
}

h1 .small-block,
h2 .small-block,
h3 .small-block,
h4 .small-block,
h5 .small-block,
h6 .small-block,
.h1 .small-block,
.h2 .small-block,
.h3 .small-block,
.h4 .small-block,
.h5 .small-block,
.h6 .small-block {
  display: block;
}

.header .container  {
  position:relative;
}

.header-bgc-btn {
  display: inline-block;
  margin-top: 12px;
  text-align: center;
}

.header-bgc-btn > img {
  display: inline-block;
  height: 60px;
  width: auto;
}
.header-current-school-container {
  text-align: center;
  float: left;
  width: 280px;
  height: 84px;
}

.header-current-school-btn {
  display: inline-block;
  color: white;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-top: 12px;
  vertical-align: middle;
  border: 1px solid white;
  border-radius: 4px;
  font-size: 36px;
  text-align: center;
}

.header-scoreboard-container {
  text-align: center;
  float: left;
  width: 214px;
  height: 84px;
}

.header-scoreboard-btn {
  display: inline-block;
  color: white;
  height: 60px;
  line-height: 60px;
  margin-top: 12px;
  vertical-align: middle;
  border: 1px solid white;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.logo {
  width: 225px;
  height: 84px;
  line-height: 84px;
}

.logo img {
  height: 67px;
  vertical-align: middle;
}

.logo a:hover img {
  opacity:0.90;
  filter:alpha(opacity=90);
}

.navbar {
  margin:0;
  padding:0;
}

.navbar li {
  float:left;
  list-style:none;
  position:relative;
}

.navbar li a {
  max-height:84px;
  line-height:84px;
  color:#fff;
  display:block;
  padding:0 9px;
}

.navbar li a img {
  margin-top:-3px;
  margin-right:2px;
  vertical-align: middle;
}

.navbar li a:hover {
  background:#94d213;
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

.navbar .notification-badge {
  background:#ff0707;
  color:#fff;
  position:absolute;
  top:23px;
  left:18px;
  display:block;
  line-height:16px;
  text-align:center;
  padding:1px 5px 0 4px;
  border-radius:3px;
  z-index:1;
  font-size:12px;
}

.navbar li a:hover .notification-badge  {
  background:#f1f1f1;
  color:#ff0707;
}

.navbar .dropdown .dropdown-menu {
  width:200px;
  position:absolute;
  margin:0;
  padding:0;
  right:0px;
  left: auto;
  top:84px;
  display:none;
  border-radius:0 0 3px 3px;
  overflow:hidden;
  box-shadow:0px 3px 3px rgba(50,50,50,0.25);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navbar .dropdown .dropdown-menu li {
  display:block;
  float:none;
  margin:0;
  padding:0;
}

.navbar .dropdown .dropdown-menu li a {
  max-height:none;
  display:block;
  line-height:22px;
  font-size:16px;
  padding:10px 18px;
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}

.navbar .dropdown .dropdown-menu li a:hover {
  color: white;
  background-color: #262626;
}

.navbar .dropdown.open {
  background-color: #94d213;
}

.navbar .dropdown.open .dropdown-menu {
  display:block;
  background-color: #494949;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navbar .fa, .navbar .glyphicon {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

.panel {
  height:75px;
  background:#e6e6e6;
  position: relative;
}

.user {
  border:1px solid #cccccc;
  border-radius:3px;
  background:#fff;
  display:inline-block;
}

.user img {
  padding:3px;
  display:block;
}

.panel .user-title {
  font-size:24px;
  font-family:'ProximaNova-Bold';
  margin:0 10px 0 75px;
  height: 75px;
  line-height: 75px;
  position:relative;
  overflow: hidden;
  text-align: left;
}

.panel .user-title-id {
  font-size: 14px;
  position: absolute;
  top: 60%;
  line-height: 1;
}

.panel .user {
  margin-top:10px;
  margin-left:10px;
}

.panel .user img {
  width:53px;
  height:53px;
  display: block;
}

.panel .panel-share {
  line-height: 70px;
  font-size:24px;
  font-family: 'ProximaNova-Bold';
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
}

.panel-link {
  margin:0;
  padding:0;
}

.panel-link li {
  display:block;
  float:left;
  height:70px;
  margin:0;
  padding:0 15px 0 10px;
  position:relative;
}

.panel-link li a {
  font-size:22px;
  color:#252625;
  display:block;
  line-height:72px;
}

.panel-link li.active {
  background:#444;
}

.panel-link li.active a {
  color:#e6e6e6;
}

.panel-link li a img {
  margin-right:6px;
  margin-top:-4px;
  vertical-align: middle;
}

.panel-link li a:hover {
  opacity:0.75;
  filter:alpha(opacity=75);
}

.panel-link .dropdown .dropdown-menu {
  width:195px;
  position:absolute;
  margin:0;
  padding:0;
  left:0px;
  top:71px;
  display:none;
  z-index:1;
  border-radius:0 0 3px 3px;
  overflow:hidden;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.panel-link .dropdown .dropdown-menu li {
  display:block;
  float:none;
  margin:0;
  height:auto;
  padding:0;
  border:none;
  border-bottom:1px solid #aaa;
  background:#E6E6E6;
}

.panel-link .dropdown .dropdown-menu li a {
  max-height:none;
  display:block;
  line-height:28px;
  font-size:18px;
  padding:10px 18px;
  text-shadow:1px 1px 1px rgba(255,255,255,0.75);
}

.panel-link .dropdown .dropdown-menu li a:hover {
  color:#3a2f2f;
}

.panel-link .dropdown.open .dropdown-menu {
  display:block;
  z-index:99;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.panel .create {
  background:url(/assets/new/create-arrow-2de571495ab6a90bbd4f82c5d77f05526c83d4bad720d522a1e5c6cbf830d65d.png) no-repeat top center;
  display:block;
  width:15px;
  height:13px;
  position:relative;
  float:right;
  margin:30px 0 0 10px;
}

.content .main-content {
  width:640px;
  clear:both;
}

.content .sidebar {
  width:310px;
}

.title01 {
  font-size:15px;
  color:#252625;
}

.title01 img {
  margin-right:5px;
}

.color-g {
  color:#5a5d5a ;
}
/*
.btn {
  background:#17ce42;
  color:#f3f3f3;
  border:none;
  border-radius:5px;
  font-size:24px;
  display:inline-block;
  padding:7px 30px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn:disabled {
  background: #ddd;
}
*/
.link-effect:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.color-green {
  color:#0d8128 !important;
}

.title02 {
  color:#676767;
  margin:0;
  padding:0;
  line-height:18px;
  display:block;
}

.score {
  display: inline-block;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 6px;
  margin-top: 6px;
  margin-right: 0.25em;
  padding: 4px;
  text-align: right;
}

.color-blue {
  color:#1675a0;
}
.color-white {
  color:#fff;
}

.result {
  margin-left: 72px;
  clear:both;
}

.result p {
  padding-bottom:15px;
}

.f-link {
  margin-left:96px !important;
}

.f-link li {
  margin-right:10px !important;
}

.active:ul {
  display:block !important;
}

.b2 {
  margin:0 45px;
  border-top:1px solid #e1e1e1;
  padding-top:10px;
}

.score2 {
  font-size:18px;
  background:none;
  width:44px;
  text-align:center;
  margin-bottom: 1px;
  display:inline-block;
  line-height:20px;
  color:#555;
}

.color-red {
  color:#ff0000;
}

.calender {
  padding:25px 18px 20px 30px !important;
}

.schedule {
  padding:30px 0 0 30px;
}

.slt {
  border:1px solid #cacaca;
  border-radius:5px;
  height:45px;
  padding:12px 7px 10px 15px;
  width:215px;
  font-size:18px;
  color:#696969;
}

.slt:focus {
  border-color:#bababa;
}

.bx3 img {
  position:absolute;
  top:0px;
  left:0px;
}

.boxes .title01 {
  padding:0px;
}

.title03 {
  font-family: 'ProximaNova-Light';
}

.boxes .title02 {
  color:#252625;
}

.boxes .title02 img {
  margin-right:8px;
}

.boxes .title03 {
  padding-bottom:15px !important;
}

.boxes .icon {
  padding:0 0 5px !important;
}

.boxes .icon a, .boxes .icon .nolink  {
  margin-right:15px;
  padding:0 !important;
  display:block;
  float:left;
}

.boxes .icon .nolink {
  cursor:default;
}

.team-d .title01 {
  font-size:18px;
  margin-bottom:5px;
}

.score-team-name {
  margin-right: 46px;
}

.team-d .s-level {
  font-family: 'ProximaNova-Light';
  font-size: 11px;
  line-height: 15px;
  color:#aaa;
  position:relative;
}

.team-d .s-type {
  font-family: 'ProximaNova-Light';
  font-size:18px;
}

.date {
  display:inline-block;
  width:70px;
  font-family: 'ProximaNova-Light';
}

.small-date {
  font-size: 12px;
}

.color-yellow {
  color:#bfab3f;
}

/*.team-n.title02  {
  line-height:40px;
}*/

.title02 + .s-level {
  padding-top:5px;
}

.team-pic {
  width: 40px;
  height: 40px;
}

.team-pic + .team-d, .user + .team-d {
  margin-left: 50px;
}

.box-arrow-top {
  width:19px;
  height:9px;
  display:block;
  position:absolute;
  top:-9px;
  left:338px;
  z-index:1;
  background:url(/assets/new/box-arrow-top-24125493464852514430e2d21af75bcaf037bd228676f0d74fe9e84324321fba.png) no-repeat 0 0;
}

.dated {
  display:block;
  font-size:14px;
  color:#AAA;
  width:auto;
  font-family:'proximaNova-light';
}

.cont2 {
  position:relative;
}

.kid-img {
  display:inline-block;
  vertical-align:top;
  padding:10px 0 0 0;
}

.all-outer {
    border-bottom: 1px solid #EEEEEE;
    font-size: 12px;
    padding: 0 10px;
}

.profile {
  display:block;
  position:relative;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.pro1 {
  width:208px;
  vertical-align:top;
}

.pro1 .user-img {
  height: 208px;
  width: 208px;
  margin-top: 15px;
}

.pro1 .user-img img {
  width: 200px;
  height: 200px;
  border:4px solid #d0d0d0;
  border-radius:3px;
}

.pro1 .allprofiles {
  margin:5px 0  5px;
  border-radius:3px;
  padding:8px 0 3px 7px;
  width:139px;
  border:1px solid #d0d0d0;
  background:#f7f7f7;
  clear:both;
}

.pro1 .allprofiles a {
  width:30px;
  display:inline-block;
  height:auto;
  margin-bottom:5px;
  box-shadow:1px 1px 1px rgba(0,0,0,0.35)
}

.pro1 .allprofiles a img {
  width:100%;
  height:auto;
}

.viewall a {
  width:auto !important;
  line-height:24px;
  box-shadow:none !important;
}

.pro2 {
  width:350px;
  margin-top: 43px;
  vertical-align:top;
}

.pro2 .title02 {
  padding-bottom:5px
}

.title04 {
  font-size:16px;
  padding:3px 0 7px;
  font-family:'ProximaNova-light';
}

.profile .links {
  padding:10px 0;
}

.profile .links a {
  margin:0 5px;
  font-size:15px;
}

.profile-d {
  padding:0px 0 7px;
}

.pro3 {
  width:390px;
  height:265px;
}

.profile .slider-outer, .team-content .slider-outer {
  margin:0;
  padding:0;
}

.profile .slider, .team-content .slider {
  width: 390px;
  height: 223px;
  overflow: hidden;
}

/*
.profile .slider li, .team-content .slider li {
  width:auto;
  height:auto;
}

.profile #prevBtn, .profile #nextBtn, .profile .slider1next, .profile .slider1prev {
  left:25px;
  top:130px;
  background-color:transparent;
  z-index:1;
}

.profile #nextBtn {
  left:350px;
}
*/

.profile .slider .carousel,
.team-content .slider .carousel {
  height: 100%;
}

.profile .slider .carousel-inner .item,
.team-content .slider .carousel-inner .item {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 256px;
}

.profile .slider .carousel-inner .item img,
.team-content .slider .carousel-inner .item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.profile-sub {
  margin:0px 0px 20px 10px;
  background:#f0f0f0;
  padding:10px;
  border-radius:5px;
}

.profile-sub .title01 {
  font-size:15px;
}

.hf1 {
  font-family:'ProximaNova-light';
  width:48%;
}

/*.content h2 {
  color:#191919;
}*/

.link-btn {
  font-size:18px;
  line-height:18px;
  margin:2px 16px 0;
}

.viewmore {
  margin-top:15px;
}

.like {
  padding:0 !important;
  margin:15px 10px 0 0;
  line-height:24px;
  border:1px solid #efefef;
  display:block;
  float:left;
  border-radius:5px;
  position:relative;
  top:-4px;
  overflow:hidden;
  height:28px;
  line-height:28px;
}

.like img {
  padding:0 2px 0 !important;
  vertical-align:middle;
}

.like .count {
  display:inline-block;
  padding:0 8px !important;
  font-size:18px;
  color:#83c753;
  border-right:1px solid #efefef;
  font-family:'ProximaNova-Light';
}

.dislike .count {
  color:#FF0707;
}

.like:hover {
  background:#efefef;
}

.like:hover .count {
  border-right:1px solid #fff;
}

.active .like  {
  background:#fff;
}

.active .like:hover {
  background:#dedede;
}

.game-content {
  position:relative;
}

.game-info {
  display: table;
  width: 100%;
  text-align:center;
  background-color: #282828;
  background-image: url(/assets/bg/dark_wood-02d5c1f6107be798ddb133245d35295ad193287661006783f445948b4fe20b53.png);
}

.team-vs {
  display:inline-block;
}

.g-left-team {
  width: 35%;
  height: 196px;
  display: table-cell;
  text-align:center;
  color:#fff;
}

.g-center-info {
  display: table-cell;
  vertical-align: bottom;
  height: 196px;
  width: 30%;
  text-align:center;
  color:#fff;
}

.g-right-team {
  display: table-cell;
  color:#fff;
  height: 196px;
  width: 35%;
  text-align:center;
}

.team-info2 {
  margin-top: 25px;
}

.team-vs {
  width:35%;
  vertical-align:bottom;
  position:relative;
  top:-5px;
  font-size:16px;
  line-height:22px;
  color:#5a5a5f;
  font-family:'ProximaNova-light';
}

.game-info h2 {
  line-height:20px;
  font-size:24px;
  /*color:#fff;*/
  padding:0;
  margin:0;
}

.game-info h2 > a {
  color: #fff;
}


.game-info .team-detail img {
  border:1px solid #f2f2f2;
  padding:3px;
  border-radius:3px;
  text-align:left;
}

.score-no {
  font-size:16px;
  line-height:18px;
  width:100%;
  display:block;
  font-family:'ProximaNova-light';
}

.game-info .team-detail {
  margin: 10px auto auto auto;
}

.game-info .team-detail .game-team-profile-picture {
  display: inline-block;
  vertical-align: top;
}

.game-info .team-detail .game-team-profile-picture img {
  height: 85px;
  width: 85px;
}

.game-info .score-outer {
  margin-left:40px;
  display: inline-block;
  vertical-align: top;
}

.game-info .score {
  min-width:60px;
  padding:4px 15px 4px 15px;
}

.game-info .score-outer2 {
  margin-left:0;
  margin-right:40px;
}

.update-score {
  border:1px solid #f2f2f2;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom:10px;
  text-align:left;
}

.input-mini {
  border:1px solid #d0d0d0;
  width:70px;
  font-size:20px;
  border-radius:5px;
  height:28px;
  padding:3px 5px;
  color:#7a7a7a;
}

.uparrow, .downarrow {
  position:absolute;
  top:3px;
  right:33px;
}

.downarrow {
  top:14px;
}

.tab-content-inner {
  padding: 10px;
}

.team-content {
  display:block;
  position:relative;
  color:#fff;
  height: 310px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #282828;
  background-image: url(/assets/bg/hixs_pattern_evolution-d004a5abd4dde78db66159f6a73ca822d78ac17ddd0d76fc9f1486a445d063d4.png);
  overflow: hidden;
}

.team-content-with-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.team-content #prevBtn, .team-content #nextBtn, .team-content .slider1next, .team-content .slider1prev {
  left:25px;
  top:130px;
  background-color:transparent;
  z-index:1;
}

.team-content #nextBtn {
  left:400px;
}

.social-profile {
  border:1px solid #f1f1f1;
  padding:5px !important;
  margin:0 15px;
  border-radius:10px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
}

.social-profile .social-profile-icon-holder {
  width:32px;
  margin:0 1px;
  display:inline-block;
}

.social-profile .social-profile-icon-holder > img {
  width:100%;
  height:auto;
}

.btn.join {
  font-size:14px;
  position:relative;
  padding:3px 12px;
  margin-bottom: 5px;
  text-align:center;
  display:inline-block;
}

.title-top {
  font-size:26px;
  font-family:'ProximaNova-light';
  margin-bottom: 0.5em;
}

.team-tabs {
  margin:5px 10px 0;
}

.team-tabs li a {
  padding:10px 32px !important;
}

.commingsoon {
  padding:10px !important;
}

.bottom-join-banner {
  background-color: white;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 120%;
  clear: both;
}

.bottom-join-banner-title {
  color: green;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bottom-join-banner-link {
  float: left;
  display: block;
  width: 50%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.capitalize {
  text-transform: capitalize;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #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: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #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;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.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: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #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;
  }
}
@media print {
  .table-responsive {
    min-height: inherit;
    overflow-x: inherit;
  }
}

.table.table-borderless > thead > tr > th,
.table.table-borderless > tbody > tr > th,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > thead > tr > td,
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tfoot > tr > td {
  border-top: 0;
}
.table.table-borderless > thead > tr > th {
  border-bottom: 0;
}
.table.table-borderless > tbody + tbody {
  border-top: 0;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

.tabs:before, .tabs:after{
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.tabs:after {
  clear: both;
}

.tabs > li{
  float: left;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.tabs > li > a {
  display: block;
/*  font-size:18px;
  padding:10px 36px;*/
  color:#108bc3;
}

.tabs > li.active {
  /*background: #7f7f7f;*/
  background: #393939;
}

.tabs > li.active a {
  color:#fff;
}
.nav:before,
.nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.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: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/*** Blast ***/
.nav-pills .nav-pills > li > a {
  padding-left: 30px;
}
.tag-area {
  border: 1px solid #aaa;
  position: relative;
  padding: 2px;
}

.tag-area .tag {
  margin: 2px;
  float: left;
  white-space: nowrap;
  height: 20px;
  padding: 2px 4px;
  vertical-align: middle;
  border-radius: 4px;
  color: #fff;
  background-color: #428bca;
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}

.tag-area .tag-input-wrapper {
  display: block;
  overflow: hidden;
  min-width: 35%;
  height: 24px;
}

.tag-area .tag-input {
  border: none;
  outline: none;
  width: 100%;
  height: 24px;
  padding-left: 2px;
}

.tag-area .dropdown-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  background-color: white;
  border: 1px solid black;
  width: 100%;
  margin-left: -3px;
  display: none;
  z-index: 2;
}

.tag-area .dropdown-menu .active {
  background-color: #428bca;
  color: white;
}

.tag-area .dropdown-menu .active a {
  color: inherit;
}
.team-announcement-title {
  width: 576px;
}

.team-announcement-pager {
  width: 576px;
}
.team-member-review-user {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.team-member-review-section {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.team-member-review-section .alert {
  margin-bottom: 0px;
}

.team-member-review-user-avatar {
  width: 40px;
  height: 40px;
  float: left;
}

.team-member-review-user-avatar img {
  width: 40px;
  height: 40px;
}

.team-member-review-user-details {
  margin-left: 50px;
  min-height: 40px;
}

.team-member-review-merge-choice {
  box-sizing: border-box;
  display: block;
  height: 50px;
  line-height: 40px;
  padding: 5px;
}

.team-member-review-merge-choice input[type="radio"] {
  margin-top: 0;
  vertical-align: middle;
  display: inline;
}

.team-member-review-merge-choice.active {
  background-color: #dff0d8;
}

.team-member-review-merge-choice-avatar {
  height: 40px;
  width: 40px;
  vertical-align: middle;
}
.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: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.TopShowcasesHeader {
  text-align: center;
  padding: 10px;
  font-size: 72px;
  color: white;
  border-bottom: 2px solid rgb(174, 197, 88);
}

.TopShowcasesList {
  margin-top: 20px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.TopShowcasesListItem {
  color: white;
  display: table-row;
  width: 100%;
}

.TopShowcasesListItem-avatar {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.TopShowcasesListItem-avatar > img {
  display: block;
  height: 200px;
  width: 200px;
  margin: auto;
}

.TopShowcasesListItem-details {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 30px;
  line-height: 1.4;
}
.top-ten-category-nav {
  text-align: center
}

.top-ten-category-nav a {
  cursor: pointer;
}

.top-ten-category-nav a.active {
  color: #999;
}

.top-ten-result-type-nav {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #929292;
}

.top-ten-result-type-nav .btn[disabled] {
  color: #aaa;
}

.top-ten-result-type-selected {
  border: 1px solid #aaa;
  border-radius: 3px;
}

.top-ten-period-title {
  text-align: center;
  color: #b8f436;
  font-weight: bold;
  font-size: 150%;
}

.top-ten-user-table {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #929292;
}

.top-ten-user-table-row {
  display: table-row;
}

.top-ten-user-avatar-container {
  position: relative;
  width: 200px;
  height: 200px;
  vertical-align: middle;
  display: table-cell;
}

.top-ten-user-avatar {
  width: 200px;
  height: 200px;
}

.top-ten-user-description-container {
  color: #929292;
  width: 100%;
  padding-left: 10px;
  position: relative;
  vertical-align: top;
  display: table-cell;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-ten-user-description {
  min-height: 100px;
  position: relative;
}

.top-ten-user-name {
  font-size: 150%;
}

.top-ten-user-score {
  font-size: 110%;
  font-weight: bold;
}

.top-ten-user-stats {
  line-height: 24px;
  margin-top: 5px;
}

.top-ten-user-tagged-stats {
  border: 1px solid #929292;
  padding-left: 5px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 3px;
  border-radius: 3px;
}

.top-ten-video-table {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #929292;
}

.top-ten-video-table-row {
  display: table-row;
}

.top-ten-video-thumbnail-container {
  background-color: black;
  position: relative;
  width: 200px;
  vertical-align: middle;
  display: table-cell;
}

.top-ten-video-thumbnail {
  max-height: 150px;
  max-width: 200px;
}

.top-ten-video-thumbnail-overlay {
  position: absolute;
  font-size: 100px;
  color: white;
  text-shadow: 1px 1px 2px black;
  display: block;
  height: 100px;
  width: 86px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.60;
  text-align: center;
}

.top-ten-video-description-container {
  color: #929292;
  width: 100%;
  position: relative;
  padding-left: 10px;
  vertical-align: top;
  display: table-cell;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-ten-video-description {
  min-height: 100px;
  position: relative;
}

.top-ten-video-title {
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 5px;
}

.top-ten-video-title a {
  color: black;
}

.top-ten-rank {
  position: absolute;
  z-index: 0;
  font-size: 100px;
  height: 100px;
  line-height: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #f1f1f1;
  color: #b8f436;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top-ten-blast-icon {
  height: 16px;
  width: 16px;
}

.top-ten-liked-icon {
  color: rgb(174, 197, 88);
}

.TopTenVideoList {
  margin-right: -10px;
}

.TopTenVideoWrapper {
  float: left;
  width: 242.5px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.TopTenVideoWrapper--jumbo {
  width: 50%;
}

.TopTenVideoWrapper--jumbo:nth-child(odd) {
  padding-right: 5px;
}

.TopTenVideoWrapper--jumbo:nth-child(even) {
  padding-left: 5px;
}

.TopTenVideo {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: black;
  color: white;
}

.TopTenVideo:after {
  /* padding-top percentages are relative to width */
  padding-top: 56.25%; /* 16:9 ratio */
  display: block;
  content: '';
}

.TopTenVideo-img, .TopTenVideo-imgBlurred {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.TopTenVideo-imgBlurred {
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.TopTenVideo-overlay {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.25);
}

.TopTenVideo-rank {
  color: white;
  opacity: 0.5;
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  margin: auto;
}

.TopTenVideoWrapper--jumbo .TopTenVideo-rank {
  font-size: 120px;
  height: 120px;
  line-height: 120px;
}

.TopTenVideo-statusBar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 10px;
  padding: 3px;
  text-align: right;
  /*background-color: black;*/
  text-shadow: 1px 1px 1px black;
  vertical-align: middle;
}

.TopTenVideoWrapper--jumbo .TopTenVideo-statusBar {
  font-size: 14px;
}

.TopTenVideo-subtitle {
  font-size: 12px;
  line-height: 16px;
  text-shadow: 1px 1px 1px black;
  color: #ddd;
}

.TopTenVideo-title {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  overflow: hidden;
}

.TopTenVideo-title + .TopTenVideo-subtitle {
  margin-top: 5px;
}

.TopTenVideoWrapper--jumbo .TopTenVideo-title {
  font-size: 20px;
  line-height: 25px;
}
.child-picker-roster-item {
  height: 40px;
}

.child-picker-roster-item + .child-picker-roster-item {
  margin-top: 1em;
}

.child-picker-match + .child-picker-match {
  margin-top: 1em;
}

.child-picker-match-inactive {
  background-color: #ddd;
  line-height: 40px;
}

.child-picker-match-avatar {
  float: left;
}

.child-picker-match-avatar img {
  height: 40px;
  width: 40px;
}

.child-picker-match-body {
  margin-left: 50px;
}
.wizard-title {
  text-align: center;
  color: green;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.wizard-title--grey {
  background-color: #ddd;
}

.wizard-subtitle {
  text-align: center;
  color: #777;
  background-color: #ddd;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.fancy-title {
  display: table;
  width: 100%;
  margin: 0.67em 0;
}

.fancy-title-icon {
  display: table-cell;
  font-size: 5em;
  width: 1em;
  vertical-align: middle;
  text-align: center;
}

.fancy-title-text {
  display: table-cell;
  color: green;
  font-size: 2em;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 0.67em;
  padding-right: 0.67em;
}
/*






 */

