@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,latin-ext");
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=3.2.1');
  src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333333;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14285714;
  text-align: right;
  padding-right: 0.28571429;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.42857143;
}
.icons-ul {
  margin-left: 2.14285714;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.14285714;
  width: 2.14285714;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: only screen and (max-width: 767px);
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: only screen and (min-width: 992px);
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: only screen and (min-width: 768px);
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
@font-face {
  font-family: 'font-awesome-extend';
  src: url('../fonts/font-awesome-extend/font-awesome-extend.eot?77458313');
  src: url('../fonts/font-awesome-extend/font-awesome-extend.eot?77458313#iefix') format('embedded-opentype'), url('../fonts/font-awesome-extend/font-awesome-extend.woff?77458313') format('woff'), url('../fonts/font-awesome-extend/font-awesome-extend.ttf?77458313') format('truetype'), url('../fonts/font-awesome-extend/font-awesome-extend.svg?77458313#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-vkontakte {
  font-family: 'font-awesome-extend';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-vkontakte:before {
  content: '\e809';
}
@font-face {
  font-family: 'dfb-awesome';
  src: url('../fonts/dfb-awesome/dfb-awesome.eot?23232');
  src: url('../fonts/dfb-awesome/dfb-awesome.eot?#iefix') format('embedded-opentype'), url('../fonts/dfb-awesome/dfb-awesome.woff?23232') format('woff'), url('../fonts/dfb-awesome/dfb-awesome.ttf?23232') format('truetype'), url('../fonts/dfb-awesome/dfb-awesome.svg?#dfb-awesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-card,
.icon-dfb-down,
.icon-dfb-left,
.icon-dfb-up,
.icon-dfb,
.icon-dfb-play,
.icon-yellow-card,
.icon-red-card,
.icon-yellow-red-card,
.icon-goal,
.icon-mixed_card_red,
.icon-mixed_card_yellow,
.icon-jersey {
  font-family: 'dfb-awesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-card:before {
  content: "\e600";
}
.icon-goal:before {
  content: "\e601";
}
.icon-dfb-down:before {
  content: "\e000";
}
.icon-dfb-left:before {
  content: "\e001";
}
.icon-dfb-up:before {
  content: "\e002";
}
.icon-dfb:before {
  content: "\e003";
}
.icon-dfb-play:before {
  content: "\e004";
}
.icon-mixed_card_red:before {
  content: "\e602";
}
.icon-mixed_card_yellow:before {
  content: "\e603";
}
.icon-jersey:before {
  content: "\e604";
}
.icon-yellow-card:before {
  content: "\e600";
  color: #ecc81e;
}
.icon-mixed_card_yellow:before {
  color: #ecc81e;
}
.icon-red-card:before {
  content: "\e600";
  color: #e62d2c;
}
.icon-mixed_card_red:before {
  color: #e62d2c;
}
.icon-goal {
  color: #666666;
}
.icon_stack {
  display: block;
  height: 1em;
  line-height: 1em;
  position: relative;
  vertical-align: -35%;
  width: auto;
}
.icon_stack [class^="icon-"],
.icon_stack [class*=" icon-"] {
  display: block;
  font-size: 1em;
  height: 100%;
  line-height: inherit;
  position: absolute;
  text-align: center;
  width: 100%;
}
.the-icons .col-sm-4 a {
  display: block;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.the-icons .col-sm-4 a [class^="icon-"],
.the-icons .span3 a [class*=" icon-"] {
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}
.the-icons .col-sm-4 a:hover {
  background-color: #fff0f0;
  text-decoration: none;
}
.the-icons .span3 a:hover [class^="icon-"],
.the-icons .span3 a:hover [class*=" icon-"] {
  *font-size: 28px;
  *vertical-align: middle;
}
.the-icons .col-sm-4 a:hover [class^="icon-"]:before,
.the-icons .span3 a:hover [class*=" icon-"]:before {
  font-size: 28px;
  vertical-align: -5px;
}
@font-face {
  font-family: 'product-awesome';
  src: url('../fonts/product-awesome/product-awesome.eot?iz5po1');
  src: url('../fonts/product-awesome/product-awesome.eot?#iefixiz5po1') format('embedded-opentype'), url('../fonts/product-awesome/product-awesome.ttf?iz5po1') format('truetype'), url('../fonts/product-awesome/product-awesome.woff?iz5po1') format('woff'), url('../fonts/product-awesome/product-awesome.svg?iz5po1#product-awesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-th-quarter {
  font-family: 'product-awesome';
}
.icon-th-quarter:before {
  content: "\e700";
}
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.garfield {
  display: none;
  visibility: hidden;
}
.garfielded {
  display: inherit;
  visibility: visible;
}
.interstate {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.interstatelight {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.interstate-light {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.interstatebold {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
}
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #007f4b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00331e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #007f4b;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: break-all;
  border-radius: 0;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 0;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row,
.product-listing,
.listing-names,
.finder-people-large .finder-people-form,
.finder-clubs-large .finder-people-form,
.finder-people-large .finder-clubs-form,
.finder-clubs-large .finder-clubs-form,
.ranking-listings {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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,
.product-listing .product-item,
.listing-names-column,
.finder-people-large .finder-people-form .form-group:first-child,
.finder-clubs-large .finder-people-form .form-group:first-child,
.finder-people-large .finder-clubs-form .form-group:first-child,
.finder-clubs-large .finder-clubs-form .form-group:first-child,
.finder-people-large .finder-people-form .form-group:last-child,
.finder-clubs-large .finder-people-form .form-group:last-child,
.finder-people-large .finder-clubs-form .form-group:last-child,
.finder-clubs-large .finder-clubs-form .form-group:last-child,
.ranking-listing,
.ranking-listing-large {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
  .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,
  .product-listing .product-item,
  .listing-names-column,
  .finder-people-large .finder-people-form .form-group:first-child,
  .finder-clubs-large .finder-people-form .form-group:first-child,
  .finder-people-large .finder-clubs-form .form-group:first-child,
  .finder-clubs-large .finder-clubs-form .form-group:first-child,
  .finder-people-large .finder-people-form .form-group:last-child,
  .finder-clubs-large .finder-people-form .form-group:last-child,
  .finder-people-large .finder-clubs-form .form-group:last-child,
  .finder-clubs-large .finder-clubs-form .form-group:last-child,
  .ranking-listing {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3,
  .finder-people-large .finder-people-form .form-group:last-child,
  .finder-clubs-large .finder-people-form .form-group:last-child,
  .finder-people-large .finder-clubs-form .form-group:last-child,
  .finder-clubs-large .finder-clubs-form .form-group:last-child {
    width: 25%;
  }
  .col-sm-4,
  .listing-names-column {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6,
  .product-listing .product-item,
  .ranking-listing {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9,
  .finder-people-large .finder-people-form .form-group:first-child,
  .finder-clubs-large .finder-people-form .form-group:first-child,
  .finder-people-large .finder-clubs-form .form-group:first-child,
  .finder-clubs-large .finder-clubs-form .form-group:first-child {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12,
  .ranking-listing-large {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 980px) {
  .container {
    max-width: 980px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1080px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  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 #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > 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;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.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;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.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;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  text-transform: uppercase;
  font-size: 12px;
}
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;
  width: auto;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #878787;
}
.form-control::-moz-placeholder {
  color: #878787;
}
.form-control:-ms-input-placeholder {
  color: #878787;
}
.form-control::-webkit-input-placeholder {
  color: #878787;
}
select,
textarea,
input {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 11px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  vertical-align: middle;
  background-color: #e4e4e4;
  border: 0;
  border-radius: 0;
  -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;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #878787;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #878787;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #878787;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #878787;
}
select:focus,
textarea:focus,
input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0;
}
select[disabled],
textarea[disabled],
input[disabled],
select[readonly],
textarea[readonly],
input[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textareaselect,
textareatextarea,
textareainput {
  height: auto;
}
.form-control {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 11px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  vertical-align: middle;
  background-color: #e4e4e4;
  border: 0;
  border-radius: 0;
  -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;
  box-shadow: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
input[type="submit"] {
  width: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio > label,
.checkbox > label {
  display: inline;
  margin-bottom: 5px;
  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;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.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: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  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: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #007f4b;
  border-color: #00663c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #005633;
  border-color: #002818;
}
.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: #007f4b;
  border-color: #00663c;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  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-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  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-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  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-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  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-link {
  color: #007f4b;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
.btn-link.disabled,
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00331e;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #007f4b;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #007f4b;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  line-height: 1.5;
  font-size: 12px;
}
.btn-group-sm > .btn i {
  margin-top: 1px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  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;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #007f4b;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li {
  float: left;
}
.nav-tabs > li > a {
  display: block;
  padding: 9px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  background-color: #007f4b;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.nav-tabs > li > a:hover {
  color: #007f4b;
  background-color: white;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #007f4b;
  background-color: white;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #ffffff;
  background-color: #007f4b;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #007f4b;
  border-bottom-color: #007f4b;
}
.nav a:hover .caret {
  border-top-color: #00331e;
  border-bottom-color: #00331e;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -20px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -20px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -20px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
  }
}
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.navbar-form .selecter {
  display: inline-block;
}
.navbar-form .selecter .selecter-selected {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: block;
  line-height: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-bottom: -1px;
  }
}
.pagination > li {
  display: inline-block;
  float: none;
  clear: both;
  margin: 0 -1px;
}
@media only screen and (max-width: 767px) {
  .pagination > li {
    margin-bottom: 1px;
  }
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 4px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #007f4b;
  border: none;
  color: white;
  text-align: center;
  width: 40px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #666666;
}
.pagination > li > a .icon-dfb,
.pagination > li > span .icon-dfb,
.pagination > li > a .icon-dfb-left,
.pagination > li > span .icon-dfb-left {
  margin-top: 1px;
  margin-bottom: -4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #666666;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
  background-color: #f5f5f5;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  .pagination > li.prev {
    margin-right: 18px;
  }
  .pagination > li.next {
    margin-left: 18px;
  }
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #007f4b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004c2d;
}
.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;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #007f4b;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #007f4b;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #007f4b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body,
.listing-names-item {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media,
.listing-names-item {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #007f4b;
  border-color: #007f4b;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #4cffb6;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel,
.accordion .panel,
.panel-group .accordion-group,
.accordion .accordion-group {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden;
}
.panel-group .panel + .panel,
.accordion .panel + .panel,
.panel-group .accordion-group + .panel,
.accordion .accordion-group + .panel,
.panel-group .panel + .accordion-group,
.accordion .panel + .accordion-group,
.panel-group .accordion-group + .accordion-group,
.accordion .accordion-group + .accordion-group {
  margin-top: 1px;
}
.panel-group .panel-heading,
.accordion .panel-heading,
.panel-group .accordion-heading,
.accordion .accordion-heading {
  border-bottom: 0;
  border-radius: 0;
  padding: 0;
}
.panel-group .panel-heading .accordion-toggle,
.accordion .panel-heading .accordion-toggle,
.panel-group .accordion-heading .accordion-toggle,
.accordion .accordion-heading .accordion-toggle {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #007f4b;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 0;
}
.panel-group .panel-heading .accordion-toggle + .form-md,
.accordion .panel-heading .accordion-toggle + .form-md,
.panel-group .accordion-heading .accordion-toggle + .form-md,
.accordion .accordion-heading .accordion-toggle + .form-md,
.panel-group .panel-heading .accordion-toggle + .form-xs,
.accordion .panel-heading .accordion-toggle + .form-xs,
.panel-group .accordion-heading .accordion-toggle + .form-xs,
.accordion .accordion-heading .accordion-toggle + .form-xs {
  margin-top: -10px;
}
@media print {
  .panel-group .panel-heading .accordion-toggle,
  .accordion .panel-heading .accordion-toggle,
  .panel-group .accordion-heading .accordion-toggle,
  .accordion .accordion-heading .accordion-toggle {
    overflow: visible;
    text-overflow: none;
  }
}
.panel-group .panel-heading .accordion-toggle a,
.accordion .panel-heading .accordion-toggle a,
.panel-group .accordion-heading .accordion-toggle a,
.accordion .accordion-heading .accordion-toggle a {
  color: white;
}
.panel-group .panel-heading .accordion-toggle a:after,
.accordion .panel-heading .accordion-toggle a:after,
.panel-group .accordion-heading .accordion-toggle a:after,
.accordion .accordion-heading .accordion-toggle a:after {
  content: "";
}
.panel-group .panel-heading .accordion-toggle a:hover,
.accordion .panel-heading .accordion-toggle a:hover,
.panel-group .accordion-heading .accordion-toggle a:hover,
.accordion .accordion-heading .accordion-toggle a:hover {
  color: white;
}
.panel-group .panel-heading .accordion-toggle:hover,
.accordion .panel-heading .accordion-toggle:hover,
.panel-group .accordion-heading .accordion-toggle:hover,
.accordion .accordion-heading .accordion-toggle:hover {
  color: white;
}
.panel-group .panel-heading .accordion-toggle [class^="icon"],
.accordion .panel-heading .accordion-toggle [class^="icon"],
.panel-group .accordion-heading .accordion-toggle [class^="icon"],
.accordion .accordion-heading .accordion-toggle [class^="icon"] {
  margin-left: 3px;
}
.panel-group .panel-heading .accordion-toggle > .btn,
.accordion .panel-heading .accordion-toggle > .btn,
.panel-group .accordion-heading .accordion-toggle > .btn,
.accordion .accordion-heading .accordion-toggle > .btn {
  margin-top: -14px;
  margin-bottom: -10px;
}
.panel-group .panel-heading .accordion-toggle > .btn:hover,
.accordion .panel-heading .accordion-toggle > .btn:hover,
.panel-group .accordion-heading .accordion-toggle > .btn:hover,
.accordion .accordion-heading .accordion-toggle > .btn:hover {
  color: #007f4b;
}
.panel-group .panel-heading .accordion-toggle > .btn.pull-right,
.accordion .panel-heading .accordion-toggle > .btn.pull-right,
.panel-group .accordion-heading .accordion-toggle > .btn.pull-right,
.accordion .accordion-heading .accordion-toggle > .btn.pull-right {
  border-left: 1px solid white;
  margin-top: -10px;
  margin-right: -20px;
  position: absolute;
  right: 20px;
}
.panel-group .panel-heading .accordion-toggle > .btn.pull-left,
.accordion .panel-heading .accordion-toggle > .btn.pull-left,
.panel-group .accordion-heading .accordion-toggle > .btn.pull-left,
.accordion .accordion-heading .accordion-toggle > .btn.pull-left {
  border-right: 1px solid white;
  margin-top: -10px;
  margin-left: -20px;
}
.panel-group .panel-heading .accordion-toggle i,
.accordion .panel-heading .accordion-toggle i,
.panel-group .accordion-heading .accordion-toggle i,
.accordion .accordion-heading .accordion-toggle i {
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 17px;
}
.panel-group .panel-heading .accordion-toggle .btn-icon i,
.accordion .panel-heading .accordion-toggle .btn-icon i,
.panel-group .accordion-heading .accordion-toggle .btn-icon i,
.accordion .accordion-heading .accordion-toggle .btn-icon i {
  position: relative;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .panel-group .panel-heading .accordion-toggle,
  .accordion .panel-heading .accordion-toggle,
  .panel-group .accordion-heading .accordion-toggle,
  .accordion .accordion-heading .accordion-toggle {
    font-size: 14px;
  }
  .panel-group .panel-heading .accordion-toggle .col-sm-1.col-lg-2,
  .accordion .panel-heading .accordion-toggle .col-sm-1.col-lg-2,
  .panel-group .accordion-heading .accordion-toggle .col-sm-1.col-lg-2,
  .accordion .accordion-heading .accordion-toggle .col-sm-1.col-lg-2 {
    padding: 0;
  }
  .panel-group .panel-heading .accordion-toggle .col-sm-3.col-lg-3,
  .accordion .panel-heading .accordion-toggle .col-sm-3.col-lg-3,
  .panel-group .accordion-heading .accordion-toggle .col-sm-3.col-lg-3,
  .accordion .accordion-heading .accordion-toggle .col-sm-3.col-lg-3,
  .panel-group .panel-heading .accordion-toggle .col-sm-3.col-lg-2,
  .accordion .panel-heading .accordion-toggle .col-sm-3.col-lg-2,
  .panel-group .accordion-heading .accordion-toggle .col-sm-3.col-lg-2,
  .accordion .accordion-heading .accordion-toggle .col-sm-3.col-lg-2 {
    padding: 0;
    width: 19% !important;
  }
  .panel-group .panel-heading .accordion-toggle .col-sm-3.col-lg-3 span,
  .accordion .panel-heading .accordion-toggle .col-sm-3.col-lg-3 span,
  .panel-group .accordion-heading .accordion-toggle .col-sm-3.col-lg-3 span,
  .accordion .accordion-heading .accordion-toggle .col-sm-3.col-lg-3 span,
  .panel-group .panel-heading .accordion-toggle .col-sm-3.col-lg-2 span,
  .accordion .panel-heading .accordion-toggle .col-sm-3.col-lg-2 span,
  .panel-group .accordion-heading .accordion-toggle .col-sm-3.col-lg-2 span,
  .accordion .accordion-heading .accordion-toggle .col-sm-3.col-lg-2 span {
    display: block;
    font-size: 12px;
  }
  .panel-group .panel-heading .accordion-toggle .col-sm-5.col-lg-6,
  .accordion .panel-heading .accordion-toggle .col-sm-5.col-lg-6,
  .panel-group .accordion-heading .accordion-toggle .col-sm-5.col-lg-6,
  .accordion .accordion-heading .accordion-toggle .col-sm-5.col-lg-6 {
    padding: 0;
    width: 51.6666% !important;
  }
  .panel-group .panel-heading .accordion-toggle .col-2.col-sm-3.col-lg-2.text-right,
  .accordion .panel-heading .accordion-toggle .col-2.col-sm-3.col-lg-2.text-right,
  .panel-group .accordion-heading .accordion-toggle .col-2.col-sm-3.col-lg-2.text-right,
  .accordion .accordion-heading .accordion-toggle .col-2.col-sm-3.col-lg-2.text-right {
    padding-right: 10px;
  }
}
.panel-group .panel-heading .accordion-toggle::after,
.accordion .panel-heading .accordion-toggle::after,
.panel-group .accordion-heading .accordion-toggle::after,
.accordion .accordion-heading .accordion-toggle::after {
  float: right;
  content: "\e002";
  display: block;
  font-family: 'dfb-awesome';
  font-size: 16px;
  margin-top: 3px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.panel-group .panel-heading .accordion-toggle.collapsed::after,
.accordion .panel-heading .accordion-toggle.collapsed::after,
.panel-group .accordion-heading .accordion-toggle.collapsed::after,
.accordion .accordion-heading .accordion-toggle.collapsed::after {
  content: "\e000";
}
.panel-group .panel-heading .accordion-toggle:hover,
.accordion .panel-heading .accordion-toggle:hover,
.panel-group .accordion-heading .accordion-toggle:hover,
.accordion .accordion-heading .accordion-toggle:hover {
  text-decoration: none;
}
.panel-group .panel-body,
.accordion .panel-body,
.panel-group .accordion-body .accordion-inner,
.accordion .accordion-body .accordion-inner {
  padding: 40px 0;
}
.panel-group .panel-footer,
.accordion .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body,
.accordion .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
@media print {
  .panel-group .collapse,
  .accordion .collapse {
    display: block;
  }
}
.panel-default {
  border-color: none;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: none;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: none;
}
.panel-primary {
  border-color: #007f4b;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #007f4b;
  border-color: #007f4b;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #007f4b;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #007f4b;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.right {
  left: auto;
  right: 0;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.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;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1080px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1080px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1080px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1080px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
.btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.btn-sm {
  font-size: 12px;
}
.btn-sm i {
  margin-top: 1px;
}
.pagination {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.pagination > li > a,
.pagination > li > span {
  padding-top: 9px;
  padding-bottom: 9px;
}
.alert {
  font-size: 14px;
}
.breadcrumb {
  background: none;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}
.breadcrumb li {
  text-transform: uppercase;
}
.breadcrumb a {
  color: #666666;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "\003e";
  color: #666666;
}
.breadcrumb > .active {
  color: #666666;
}
.subnavigation + .breadcrumb {
  margin-top: -19px;
}
@media (min-width: 768px) {
  .subnavigation + .breadcrumb {
    margin-top: -39px;
  }
}
.carousel-control {
  background-color: #007f4b;
  bottom: auto;
  display: block;
  height: 40px;
  margin-top: -20px;
  opacity: 0.8;
  top: 50%;
  text-align: center;
  width: 40px;
}
.carousel-control span {
  display: inline-block;
  margin-top: 9px;
  text-shadow: none;
}
.nav-pills > li > a {
  border-radius: 0;
}
@media (max-width: 767px) {
  .nav-justified-mobile li {
    display: block;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .nav-justified-mobile li a {
    padding: 6.66666667px 0;
    width: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .nav-justified-mobile li a {
    padding-left: 6.66666667px;
    padding-right: 6.66666667px;
  }
}
.popover {
  max-width: 350px;
}
.popover hr {
  margin: 6.66666667px 0 !important;
}
.well {
  background-color: #e4e4e4;
  box-shadow: none;
  border: 0;
  cursor: default;
}
.label a {
  color: white;
  display: inline;
  text-decoration: none;
}
.label.tag {
  display: inline-block;
}
.uppercase {
  text-transform: uppercase;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.color-green {
  color: green;
}
.color-red {
  color: #8a1816;
}
.color-red-light {
  color: #e72929;
}
.icon-caret-right.color-green {
  margin-right: 5px;
}
.push-missing-label {
  margin-top: 26px;
}
.normal {
  text-transform: none;
}
.append:before,
.append:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.append:after {
  clear: both;
}
.append:before,
.append:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.append:after {
  clear: both;
}
.append select,
.append textarea,
.append input[type="text"],
.append input[type="password"],
.append input[type="datetime"],
.append input[type="datetime-local"],
.append input[type="date"],
.append input[type="month"],
.append input[type="time"],
.append input[type="week"],
.append input[type="number"],
.append input[type="email"],
.append input[type="url"],
.append input[type="search"],
.append input[type="tel"],
.append input[type="color"] {
  border-right: 1px solid white;
}
.append select:last-child,
.append textarea:last-child,
.append input[type="text"]:last-child,
.append input[type="password"]:last-child,
.append input[type="datetime"]:last-child,
.append input[type="datetime-local"]:last-child,
.append input[type="date"]:last-child,
.append input[type="month"]:last-child,
.append input[type="time"]:last-child,
.append input[type="week"]:last-child,
.append input[type="number"]:last-child,
.append input[type="email"]:last-child,
.append input[type="url"]:last-child,
.append input[type="search"]:last-child,
.append input[type="tel"]:last-child,
.append input[type="color"]:last-child {
  border-right: 0;
}
.radio-content {
  display: none;
}
input[type="radio"]:checked ~ .radio-content {
  display: block;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.msie8 .radio-content {
  display: block;
  margin-top: 20px;
  margin-left: -40px;
  margin-right: -20px;
}
.text-headline {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  background-color: #007f4b;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  background: none;
  color: #666666;
  padding-left: 0;
  padding-right: 0;
  text-transform: none;
}
.text-headline + .form-md,
.text-headline + .form-xs {
  margin-top: -10px;
}
@media print {
  .text-headline {
    overflow: visible;
    text-overflow: none;
  }
}
.text-headline a {
  color: white;
}
.text-headline a:after {
  content: "";
}
.text-headline a:hover {
  color: white;
}
.text-headline:hover {
  color: white;
}
.text-headline [class^="icon"] {
  margin-left: 3px;
}
.text-headline > .btn {
  margin-top: -14px;
  margin-bottom: -10px;
}
.text-headline > .btn:hover {
  color: #007f4b;
}
.text-headline > .btn.pull-right {
  border-left: 1px solid white;
  margin-top: -10px;
  margin-right: -20px;
  position: absolute;
  right: 20px;
}
.text-headline > .btn.pull-left {
  border-right: 1px solid white;
  margin-top: -10px;
  margin-left: -20px;
}
.text-headline i {
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 17px;
}
.text-headline .btn-icon i {
  position: relative;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-headline {
    font-size: 14px;
  }
  .text-headline .col-sm-1.col-lg-2 {
    padding: 0;
  }
  .text-headline .col-sm-3.col-lg-3,
  .text-headline .col-sm-3.col-lg-2 {
    padding: 0;
    width: 19% !important;
  }
  .text-headline .col-sm-3.col-lg-3 span,
  .text-headline .col-sm-3.col-lg-2 span {
    display: block;
    font-size: 12px;
  }
  .text-headline .col-sm-5.col-lg-6 {
    padding: 0;
    width: 51.6666% !important;
  }
  .text-headline .col-2.col-sm-3.col-lg-2.text-right {
    padding-right: 10px;
  }
}
.text-headline:hover {
  background: none;
  color: #666666;
}
.image-strip {
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  padding: 5px 10px;
}
.image-strip img {
  width: 100%;
}
@media (max-width: 767px) {
  .image-strip img {
    margin-bottom: 10px;
  }
}
.image-strip + footer {
  margin-top: -1px;
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left !important;
  }
}
.unsupported-sign {
  text-align: center;
  display: block;
  margin: auto;
  position: relative;
}
.unsupported-sign i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 49.5%;
}
.splash figure a img {
  min-width: 100%;
}
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e6c1c7;
}
.alert-error .alert-link {
  color: #953b39;
}
.grey-light {
  color: #cccccc;
}
.grey {
  color: #666666 !important;
}
.grey strong.black,
.grey b.black {
  color: #000000;
  margin-right: 5px;
}
.grey a:not(.btn) {
  color: #666666 !important;
}
.black {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .text-center-p {
    text-align: center;
  }
}
.inset {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .no-padding-sm {
    padding: 0;
  }
  .no-padding-sm .row {
    margin-left: 0;
    margin-right: 0;
  }
  .no-padding-sm .row .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row-sm {
  margin-left: -20px;
  margin-right: -20px;
  margin-left: -10px;
  margin-right: -10px;
}
.row-sm:before,
.row-sm:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row-sm:after {
  clear: both;
}
.row-sm:before,
.row-sm:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row-sm:after {
  clear: both;
}
body .push-b0 {
  margin-bottom: 0;
}
body .push-b10 {
  margin-bottom: 10px;
}
.push-b10 {
  margin-bottom: 10px;
}
body .push-b20 {
  margin-bottom: 20px;
}
.push-b20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .push-b-p20 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .push-b-sm20 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .push-b-sm20 {
    margin-bottom: 20px;
  }
}
body .push-b40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  body .push-b-p40,
  body .push-b-sm40 {
    margin-bottom: 40px;
  }
}
body .push-t20 {
  margin-top: 20px;
}
.push-t20 {
  margin-top: 20px;
}
.subline-teaser {
  display: inline-block;
  color: #666666;
  line-height: 13px;
}
[data-toggle]:hover {
  cursor: pointer;
}
.not-selectable {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.table-match-comparison .column-date {
  width: 200px;
}
.table-match-comparison .column-score {
  width: 100px;
}
.match-result .team-logo {
  height: 75px;
  width: 75px;
}
.player-profile-stats .info-table td:first-child {
  width: 53%;
}
.team-rotation-wrapper .rotation-player-info {
  padding-left: 0px;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0;
}
/*
 * swiper 2.4.3
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 29, 2014
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}
.swiper-active-switch {
  /* Specific active button style: */
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
/*
 * Swiper Scrollbar 2.4.0
 * Plugin for Swiper 2.4+
 *
 * http://www.idangero.us/sliders/swiper/plugins/scrollbar.php
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 28, 2014
*/
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
h1 {
  text-transform: uppercase;
  font-size: 30px;
}
h1.h1-top {
  margin-top: 0;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 20px;
  color: #666666;
}
h6 {
  font-size: 20px;
  color: #878787;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 25px 0 15px;
  word-wrap: break-word;
}
h6 + h6 {
  margin-top: -5px;
}
h6 + h5 {
  margin-top: -5px;
}
h6 + h4 {
  margin-top: -5px;
}
h6 + h3 {
  margin-top: -5px;
}
h6 + h2 {
  margin-top: -5px;
}
h6 + h1 {
  margin-top: -5px;
}
h5 + h6 {
  margin-top: -5px;
}
h5 + h5 {
  margin-top: -5px;
}
h5 + h4 {
  margin-top: -5px;
}
h5 + h3 {
  margin-top: -5px;
}
h5 + h2 {
  margin-top: -5px;
}
h5 + h1 {
  margin-top: -5px;
}
h4 + h6 {
  margin-top: -5px;
}
h4 + h5 {
  margin-top: -5px;
}
h4 + h4 {
  margin-top: -5px;
}
h4 + h3 {
  margin-top: -5px;
}
h4 + h2 {
  margin-top: -5px;
}
h4 + h1 {
  margin-top: -5px;
}
h3 + h6 {
  margin-top: -5px;
}
h3 + h5 {
  margin-top: -5px;
}
h3 + h4 {
  margin-top: -5px;
}
h3 + h3 {
  margin-top: -5px;
}
h3 + h2 {
  margin-top: -5px;
}
h3 + h1 {
  margin-top: -5px;
}
h2 + h6 {
  margin-top: -5px;
}
h2 + h5 {
  margin-top: -5px;
}
h2 + h4 {
  margin-top: -5px;
}
h2 + h3 {
  margin-top: -5px;
}
h2 + h2 {
  margin-top: -5px;
}
h2 + h1 {
  margin-top: -5px;
}
h1 + h6 {
  margin-top: -5px;
}
h1 + h5 {
  margin-top: -5px;
}
h1 + h4 {
  margin-top: -5px;
}
h1 + h3 {
  margin-top: -5px;
}
h1 + h2 {
  margin-top: -5px;
}
h1 + h1 {
  margin-top: -5px;
}
h1 + h2 {
  margin-top: 0;
}
hr {
  border-color: #878787;
  border-bottom: 0;
  margin: 40px 0;
}
hr.small {
  margin: 20px 0;
}
hr.row-large {
  margin-bottom: 40px;
}
strong,
b {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
blockquote {
  display: block;
  width: 100%;
}
.has-error label {
  color: #cc3333;
}
.has-error input {
  background-color: #ffdddb;
  color: #cc3333;
  padding-right: 50px;
  position: relative;
}
.has-error input:after {
  content: "";
  position: absolute;
  display: block;
  font-family: 'FontAwesome';
  font-size: 16px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  top: 13px;
  right: 20px;
  z-index: 1000;
}
textarea.autogrow {
  height: 40px;
}
ul.lettered {
  list-style-type: lower-alpha;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  body {
    padding: 40px 0 0 0;
  }
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 10px 10px 0 10px;
  }
  .container .row,
  .container .form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
  }
  .container .row [class^="col-"],
  .container .form-horizontal .form-group [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  margin-bottom: 20px;
}
header .identification {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  header .identification {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  header .identification {
    height: 60px;
    margin-bottom: 10px;
  }
}
header .identification .header-logo a {
  background: transparent url("../img/header-brand-logos/header-logo.png") left bottom no-repeat;
  background-size: 146px 50px;
  display: inline-block;
  height: 50px;
  text-indent: -99999px;
  width: 146px;
}
@media only screen and (min-width: 768px) {
  header .identification .header-logo a {
    background-size: 176px 60px;
    height: 60px;
    width: 176px;
  }
}
@media all and (-webkit-min-device-pixel-ratio : 1.5) {
  header .identification .header-logo a {
    background-image: url("../img/header-brand-logos/header-logo@2x.png");
  }
}
header .identification .header-sponsor,
header .identification .header-partner {
  display: table;
  height: 50px;
  table-layout: fixed;
  text-align: right;
}
@media (max-width: 767px) {
  header .identification .header-sponsor,
  header .identification .header-partner {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  header .identification .header-sponsor,
  header .identification .header-partner {
    float: right;
    float: right !important;
    height: 60px;
  }
}
@media (min-width: 980px) {
  header .identification .header-sponsor,
  header .identification .header-partner {
    display: block;
  }
}
header .identification .header-sponsor a,
header .identification .header-partner a {
  display: table-cell;
  max-height: 50px;
  max-width: 146px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  header .identification .header-sponsor a,
  header .identification .header-partner a {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  header .identification .header-sponsor a,
  header .identification .header-partner a {
    max-height: 60px;
    max-width: 176px;
  }
}
@media (min-width: 980px) {
  header .identification .header-sponsor a,
  header .identification .header-partner a {
    display: inline-block;
  }
}
header .identification .header-sponsor a img,
header .identification .header-partner a img {
  min-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  header .identification .header-sponsor a img,
  header .identification .header-partner a img {
    float: right;
    max-height: 50px;
    min-width: 0;
  }
}
header .identification .header-search {
  position: relative;
}
header .identification .header-search input[type="text"] {
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}
@media print {
  header .identification .header-search {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header .identification .header-search {
    margin-top: 70px;
  }
}
header .identification .header-search .global-search-form {
  position: relative;
}
header .identification .header-search .global-search-form input[type="text"] {
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  header .identification .header-search .global-search-form {
    margin: 0;
  }
  header .identification .header-search .global-search-form input[type="text"] {
    margin: 0;
  }
  header .identification .header-search .global-search-form button {
    heihgt: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
  }
}
@media only screen and (min-width: 768px) {
  header .identification .header-search .global-search-form {
    max-width: 310px;
    margin: 14px auto 0 auto;
  }
  header .identification .header-search .global-search-form input[type="text"] {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    background-color: white;
    color: #000000;
    font-size: 14px;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  header .identification .header-search .global-search-form button {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    background: none;
    border-left: 1px solid #e2e2e2;
    height: 25px;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    z-index: 201;
  }
  header .identification .header-search .global-search-form button [class^="icon-"].icon-large,
  header .identification .header-search .global-search-form button [class*=" icon-"].icon-large {
    line-height: .9em;
  }
  header .identification .header-search .global-search-form button [class^="icon-"].icon-spin,
  header .identification .header-search .global-search-form button [class*=" icon-"].icon-spin {
    display: inline-block;
  }
  header .identification .header-search .global-search-form button [class^="icon-"].pull-left.icon-2x,
  header .identification .header-search .global-search-form button [class*=" icon-"].pull-left.icon-2x,
  header .identification .header-search .global-search-form button [class^="icon-"].pull-right.icon-2x,
  header .identification .header-search .global-search-form button [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
  }
  header .identification .header-search .global-search-form button [class^="icon-"].icon-spin.icon-large,
  header .identification .header-search .global-search-form button [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
  }
  header .identification .header-search .global-search-form button:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  header .identification .header-search .global-search-form button:hover,
  header .identification .header-search .global-search-form button:focus {
    color: #333333;
    text-decoration: none;
  }
  header .identification .header-search .global-search-form button:active,
  header .identification .header-search .global-search-form button.active {
    outline: 0;
    background-image: none;
  }
  header .identification .header-search .global-search-form button.disabled,
  header .identification .header-search .global-search-form button[disabled],
  fieldset[disabled] header .identification .header-search .global-search-form button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header .identification .header-search .global-search-form button [class*="icon-dfb"] {
    font-size: 16px;
    display: inline-block !important;
    margin-top: 2px;
    vertical-align: top;
  }
  header .identification .header-search .global-search-form button:hover {
    color: #000000;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 768px) {
  header .identification .header-search .global-search-form button + .btn {
    margin-left: -2px !important;
  }
}
@media only screen and (min-width: 992px) {
  header .identification .header-search .global-search-form {
    max-width: 400px;
  }
}
.toggle-green {
  background: #007f4b;
}
footer {
  border-top: 1px solid #878787;
  margin-bottom: 90px;
}
@media print {
  footer {
    display: none;
  }
}
footer h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin: 40px 0 20px 0;
  text-transform: uppercase;
}
footer ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul a {
  color: #666666;
  display: inline-block;
  line-height: 20px;
}
footer ul label {
  color: #666666;
  line-height: 20px;
  text-transform: uppercase;
}
footer .checkbox,
footer .radio {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body footer .col-12.col-sm-3:nth-child(4) {
    display: none;
  }
}
.content-wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .content-wrapper > .row > .col-sm-8 {
    margin-bottom: 20px;
  }
}
.content {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .content {
    float: left;
    width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .content.content-right {
    float: right;
    float: right !important;
  }
}
@media print {
  .content {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print and (min-width: 768px) {
  .content {
    float: left;
    width: 100%;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media print {
  .sidebar {
    display: none;
  }
}
.top-visual {
  margin-bottom: 40px;
}
.breadcrumb + .top-visual {
  margin-top: -20px;
}
.bootstrap-tagsinput {
  background: white;
  padding-left: 0;
  padding-right: 0;
}
.marign-right-10 {
  margin-right: 10px !important;
}
.padding-x-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.inline-block {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .splash figure a img {
    height: auto !important;
    width: auto !important;
  }
}
@media (min-width: 414px) and (max-width: 767px) {
  .splash .csc-default.ctype-gridelements_pi1 .col-sm-6 {
    float: left;
    width: 50%;
  }
  .splash .csc-default.ctype-gridelements_pi1 .visible-sm {
    display: block !important;
  }
  .splash .csc-default.ctype-gridelements_pi1 .hidden-sm {
    display: none !important;
  }
}
.daterangepicker select {
  display: inline-block;
  float: left;
}
form label {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
form textarea {
  line-height: 24px;
}
.form-md label,
.newsletter-signup-form form label {
  margin-bottom: 0;
}
.form-md input,
.newsletter-signup-form form input,
.form-md textarea,
.newsletter-signup-form form textarea {
  margin-bottom: 10px;
  min-height: 1px;
}
.form-md select,
.newsletter-signup-form form select,
.form-md textarea,
.newsletter-signup-form form textarea,
.form-md input[type="text"],
.newsletter-signup-form form input[type="text"],
.form-md input[type="password"],
.newsletter-signup-form form input[type="password"],
.form-md input[type="datetime"],
.newsletter-signup-form form input[type="datetime"],
.form-md input[type="datetime-local"],
.newsletter-signup-form form input[type="datetime-local"],
.form-md input[type="date"],
.newsletter-signup-form form input[type="date"],
.form-md input[type="month"],
.newsletter-signup-form form input[type="month"],
.form-md input[type="time"],
.newsletter-signup-form form input[type="time"],
.form-md input[type="week"],
.newsletter-signup-form form input[type="week"],
.form-md input[type="number"],
.newsletter-signup-form form input[type="number"],
.form-md input[type="email"],
.newsletter-signup-form form input[type="email"],
.form-md input[type="url"],
.newsletter-signup-form form input[type="url"],
.form-md input[type="search"],
.newsletter-signup-form form input[type="search"],
.form-md input[type="tel"],
.newsletter-signup-form form input[type="tel"],
.form-md input[type="color"],
.newsletter-signup-form form input[type="color"] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-md .btn,
.newsletter-signup-form form .btn {
  padding: 5px 10px;
  line-height: 1.5;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-md .btn i,
.newsletter-signup-form form .btn i {
  margin-top: 1px;
}
.form-md .btn i,
.newsletter-signup-form form .btn i {
  font-size: 100%;
  margin-top: 3px;
}
.form-md .selecter,
.newsletter-signup-form form .selecter,
.form-md .selecter-element,
.newsletter-signup-form form .selecter-element {
  margin-bottom: 10px;
}
.form-md .selecter-element,
.newsletter-signup-form form .selecter-element {
  filter: alpha(opacity=0);
}
.form-md .selecter-selected,
.newsletter-signup-form form .selecter-selected {
  padding: 6px 20px !important;
}
.form-md .selecter-arrow,
.newsletter-signup-form form .selecter-arrow {
  width: 28px;
}
.form-md .selecter-arrow i,
.newsletter-signup-form form .selecter-arrow i {
  font-size: 16px !important;
  padding: 6px !important;
}
.headline + .form-md,
.headline-small + .form-md,
.headline + .form-xs,
.headline-small + .form-xs {
  margin-top: -10px;
}
.form-xs label {
  display: none !important;
}
.form-xs input,
.form-xs textarea {
  margin-bottom: 10px;
  min-height: 1px;
}
.form-xs select,
.form-xs textarea,
.form-xs input[type="text"],
.form-xs input[type="password"],
.form-xs input[type="datetime"],
.form-xs input[type="datetime-local"],
.form-xs input[type="date"],
.form-xs input[type="month"],
.form-xs input[type="time"],
.form-xs input[type="week"],
.form-xs input[type="number"],
.form-xs input[type="email"],
.form-xs input[type="url"],
.form-xs input[type="search"],
.form-xs input[type="tel"],
.form-xs input[type="color"] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.form-xs input {
  line-height: normal;
}
.form-xs .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  padding: 1px 5px;
}
.form-xs .btn i {
  font-size: 100%;
  margin-top: 3px;
}
.form-xs .selecter,
.form-xs .selecter-element {
  margin-bottom: 10px;
}
.form-xs .selecter-element {
  filter: alpha(opacity=0);
}
.form-xs .selecter-selected {
  padding: 2px 20px !important;
}
.form-xs .selecter-arrow {
  width: 20px;
}
.form-xs .selecter-arrow i {
  font-size: 14px !important;
  padding: 2px !important;
}
.form-xs .selecter-arrow i.icon-dfb-down:before {
  font-family: FontAwesome;
  content: "\f0d7";
}
@media only screen and (max-width: 767px) {
  .feedback-captcha {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .feedback-captcha #recaptcha_table tr:first-child td {
    display: inline-block;
    padding: 5px !important;
    width: 50%;
  }
  .feedback-captcha #recaptcha_table tr:first-child td:first-child {
    display: block;
    padding: 0px !important;
    width: 100%;
  }
  .feedback-captcha #recaptcha_image,
  .feedback-captcha .recaptcha_image_cell {
    border: 0 !important;
    margin: 0;
    width: 100% !important;
  }
  body #recaptcha_response_field {
    width: 100% !important;
  }
  body #recaptcha_widget_div .recaptcha_image_cell {
    border: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }
  body #recaptcha_area {
    padding: 10px;
  }
  body .recaptcha_input_area {
    padding: 0 !important;
    margin: 0 !important;
  }
  body #recaptcha_table td {
    padding: 0 !important;
  }
  body #recaptcha_table,
  body #recaptcha_image,
  body .recaptchatable .recaptcha_image_cell center,
  body .recaptchatable .recaptcha_image_cell center img {
    height: auto !important;
    width: 100% !important;
  }
  body #recaptcha_table {
    width: 100% !important;
  }
}
#recaptcha_response_field {
  padding: 11px 20px;
}
.checkbox > label > input,
.radio > label > input {
  margin-top: 8px !important;
  min-height: 0;
}
input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 0 !important;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  line-height: inherit;
  margin: -5px 5px 0 0;
  vertical-align: middle;
}
.mobile .radio input[type="radio"],
.ipad .radio input[type="radio"],
.mobile .radio-inline input[type="radio"],
.ipad .radio-inline input[type="radio"],
.mobile .checkbox input[type="checkbox"],
.ipad .checkbox input[type="checkbox"],
.mobile .checkbox-inline input[type="checkbox"],
.ipad .checkbox-inline input[type="checkbox"] {
  background-color: #666 !important;
}
select,
.select,
.selecter {
  outline: none !important;
}
.btn-fill {
  width: 100%;
}
.u-tickets .control-label .help-block {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 6.66666667px;
}
.help-block {
  font-size: 14px;
  line-height: 19.6px;
}
.input-group {
  margin-bottom: 20px;
}
.input-group-addon {
  background: #e4e4e4;
  border-color: #e4e4e4;
  border-left: 1px solid #cccccc;
  color: #666666;
}
.input-group-addon:last-child {
  border-left: 1px solid #cccccc;
}
.form-inline .selecter {
  display: inline-block;
}
.form-inline .selecter .selecter-selected {
  padding-right: 60px;
}
form .level-navigation {
  margin-bottom: 20px;
}
.btn-primary:hover {
  background-color: white;
  color: #007f4b;
  border-color: white;
}
.btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.btn [class*="icon-dfb"] {
  font-size: 16px;
  display: inline-block !important;
  margin-top: 2px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .btn + .btn {
    margin-left: -2px !important;
  }
}
button {
  -webkit-font-smoothing: antialiased;
}
.btn-icon {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-icon.btn-sm,
.btn-icon.btn-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-link {
  background: none;
  border: none;
  color: #007f4b;
}
@media (min-width: 768px) {
  .btn-block {
    padding: 10px 20px;
    position: relative;
    text-align: left;
    width: 100%;
  }
}
.btn-block i {
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 17px;
}
.btn-golden {
  background-color: #ffc501;
}
.btn-golden:hover {
  background: none;
}
.btn-arrow {
  color: #ffffff;
  background-color: #007f4b;
  border-color: #00663c;
  padding-right: 17px;
}
.btn-arrow:hover,
.btn-arrow:focus,
.btn-arrow:active,
.btn-arrow.active,
.open .dropdown-toggle.btn-arrow {
  color: #ffffff;
  background-color: #005633;
  border-color: #002818;
}
.btn-arrow:active,
.btn-arrow.active,
.open .dropdown-toggle.btn-arrow {
  background-image: none;
}
.btn-arrow.disabled,
.btn-arrow[disabled],
fieldset[disabled] .btn-arrow,
.btn-arrow.disabled:hover,
.btn-arrow[disabled]:hover,
fieldset[disabled] .btn-arrow:hover,
.btn-arrow.disabled:focus,
.btn-arrow[disabled]:focus,
fieldset[disabled] .btn-arrow:focus,
.btn-arrow.disabled:active,
.btn-arrow[disabled]:active,
fieldset[disabled] .btn-arrow:active,
.btn-arrow.disabled.active,
.btn-arrow[disabled].active,
fieldset[disabled] .btn-arrow.active {
  background-color: #007f4b;
  border-color: #00663c;
}
.btn-arrow:hover {
  background-color: white;
  color: #007f4b;
  border-color: white;
}
.btn-arrow:after {
  content: "\e003";
  font-family: 'dfb-awesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 10px;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #878787;
  position: relative;
}
.navigation:before,
.navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navigation:after {
  clear: both;
}
.navigation:before,
.navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navigation:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .navigation {
    margin-top: -20px;
  }
}
@media (min-width: 768px) {
  .navigation {
    background: none;
    padding: 0;
  }
}
@media print {
  .navigation {
    display: none;
  }
}
.navigation div.navbar-collapse {
  border-top-color: transparent;
  box-shadow: none;
  max-height: none;
}
.navigation div.navbar-collapse .main-navigation-sm {
  display: block !important;
}
tr.navigation div.navbar-collapse .main-navigation-sm {
  display: table-row !important;
}
th.navigation div.navbar-collapse .main-navigation-sm,
td.navigation div.navbar-collapse .main-navigation-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .navigation div.navbar-collapse .main-navigation-sm {
    display: none !important;
  }
  tr.navigation div.navbar-collapse .main-navigation-sm {
    display: none !important;
  }
  th.navigation div.navbar-collapse .main-navigation-sm,
  td.navigation div.navbar-collapse .main-navigation-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navigation div.navbar-collapse .main-navigation-sm.hidden-sm {
    display: none !important;
  }
  tr.navigation div.navbar-collapse .main-navigation-sm.hidden-sm {
    display: none !important;
  }
  th.navigation div.navbar-collapse .main-navigation-sm.hidden-sm,
  td.navigation div.navbar-collapse .main-navigation-sm.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .navigation div.navbar-collapse .main-navigation-sm.hidden-md {
    display: none !important;
  }
  tr.navigation div.navbar-collapse .main-navigation-sm.hidden-md {
    display: none !important;
  }
  th.navigation div.navbar-collapse .main-navigation-sm.hidden-md,
  td.navigation div.navbar-collapse .main-navigation-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1080px) {
  .navigation div.navbar-collapse .main-navigation-sm.hidden-lg {
    display: none !important;
  }
  tr.navigation div.navbar-collapse .main-navigation-sm.hidden-lg {
    display: none !important;
  }
  th.navigation div.navbar-collapse .main-navigation-sm.hidden-lg,
  td.navigation div.navbar-collapse .main-navigation-sm.hidden-lg {
    display: none !important;
  }
}
.navigation div.navbar-collapse .main-navigation-sm > ul {
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .navigation div.navbar-collapse .main-navigation-sm > ul {
    list-style: none;
    text-align: center;
  }
}
.navigation div.navbar-collapse .main-navigation-sm > ul > li {
  display: block;
}
@media only screen and (min-width: 768px) {
  .navigation div.navbar-collapse .main-navigation-sm > ul > li {
    display: inline-block;
  }
}
.navigation div.navbar-collapse .main-navigation-sm > ul > li > a {
  color: #878787;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
}
.navigation div.navbar-collapse .main-navigation-sm > ul > li > a:hover {
  color: white;
}
@media only screen and (min-width: 768px) {
  .navigation div.navbar-collapse .main-navigation-sm > ul > li > a {
    padding: 5px 10px;
    text-decoration: none;
  }
  .navigation div.navbar-collapse .main-navigation-sm > ul > li > a:hover {
    background: #007f4b;
  }
}
@media only screen and (min-width: 992px) {
  .navigation div.navbar-collapse .main-navigation-sm > ul > li > a {
    padding: 10px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation div.navbar-collapse .main-navigation-sm > ul > li:last-child > a {
    border: none;
  }
}
.navigation {
  position: relative;
  z-index: 700;
}
.navigation > ul > li:hover {
  margin-bottom: -50px;
  padding: 0 0 50px 0;
}
.navigation > ul > li:hover .navigation-hover {
  display: block;
}
.navigation > ul > li:hover > a {
  background: #007f4b;
  color: white;
}
.navigation .direct-hover > a {
  background-color: #007f4b;
  color: white !important;
}
.navigation .navigation-hover {
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), -5px 25px 30px rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  left: -20px;
  padding: 0 30px 25px 30px;
  right: -20px;
  text-align: left;
}
.navigation .navigation-hover h4 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.navigation .navigation-hover h4 a {
  color: #666666;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
.navigation .navigation-hover h4 a:hover {
  color: #000000;
}
.navigation .navigation-hover ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation .navigation-hover a {
  color: #007f4b;
  font-size: 14px;
}
.navigation .navigation-hover a:hover {
  color: #004c2d;
}
.main-nav-hover {
  background-color: #007f4b;
  color: white !important;
}
.main-navigation-toggle {
  background-color: #a4a4a4;
  border: 0;
  color: white;
  font-size: 22px;
  height: 40px;
  line-height: 23px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  z-index: 1001;
}
@media only screen and (min-width: 768px) {
  .main-navigation-toggle {
    display: none;
  }
}
.main-navigation-toggle.active,
.main-navigation-toggle:hover {
  background-color: #007f4b;
  color: white;
}
@media only screen and (max-width: 767px) {
  div.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-navigation-xs {
  display: none !important;
  background-color: #878787;
}
tr.main-navigation-xs {
  display: none !important;
}
th.main-navigation-xs,
td.main-navigation-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .main-navigation-xs {
    display: block !important;
  }
  tr.main-navigation-xs {
    display: table-row !important;
  }
  th.main-navigation-xs,
  td.main-navigation-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .main-navigation-xs.visible-sm {
    display: block !important;
  }
  tr.main-navigation-xs.visible-sm {
    display: table-row !important;
  }
  th.main-navigation-xs.visible-sm,
  td.main-navigation-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 980px) and (max-width: 1079px) {
  .main-navigation-xs.visible-md {
    display: block !important;
  }
  tr.main-navigation-xs.visible-md {
    display: table-row !important;
  }
  th.main-navigation-xs.visible-md,
  td.main-navigation-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1080px) {
  .main-navigation-xs.visible-lg {
    display: block !important;
  }
  tr.main-navigation-xs.visible-lg {
    display: table-row !important;
  }
  th.main-navigation-xs.visible-lg,
  td.main-navigation-xs.visible-lg {
    display: table-cell !important;
  }
}
.main-navigation-xs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation-xs ul li {
  position: relative;
}
.main-navigation-xs ul li a {
  border-bottom: 1px solid #cccccc;
  color: white;
  font-size: 14px;
  display: block;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
}
.main-navigation-xs ul li:last-child a {
  border: none;
}
.main-navigation-xs ul li button[data-toggle="main-navigation-xs-back"] + a {
  background-color: #007f4b;
  padding-left: 40px;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"],
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  background: none;
  border: none;
  color: #007f4b;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 7px;
  text-decoration: none;
  top: 0;
  z-index: 2;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class^="icon-"].icon-large,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class^="icon-"].icon-large,
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class*=" icon-"].icon-large,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class*=" icon-"].icon-large {
  line-height: .9em;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class^="icon-"].icon-spin,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class^="icon-"].icon-spin,
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class*=" icon-"].icon-spin,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class*=" icon-"].icon-spin {
  display: inline-block;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class^="icon-"].pull-left.icon-2x,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class^="icon-"].pull-left.icon-2x,
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class*=" icon-"].pull-left.icon-2x,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class*=" icon-"].pull-left.icon-2x,
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class^="icon-"].pull-right.icon-2x,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class^="icon-"].pull-right.icon-2x,
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class*=" icon-"].pull-right.icon-2x,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class^="icon-"].icon-spin.icon-large,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class^="icon-"].icon-spin.icon-large,
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class*=" icon-"].icon-spin.icon-large,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"]:focus,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs"]:focus,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:focus {
  color: #333333;
  text-decoration: none;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"]:active,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:active,
.main-navigation-xs button[data-toggle="main-navigation-xs"].active,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"].active {
  outline: 0;
  background-image: none;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"].disabled,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"].disabled,
.main-navigation-xs button[data-toggle="main-navigation-xs"][disabled],
.main-navigation-xs button[data-toggle="main-navigation-xs-back"][disabled],
fieldset[disabled] .main-navigation-xs button[data-toggle="main-navigation-xs"],
fieldset[disabled] .main-navigation-xs button[data-toggle="main-navigation-xs-back"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"] [class*="icon-dfb"],
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] [class*="icon-dfb"] {
  font-size: 16px;
  display: inline-block !important;
  margin-top: 2px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .main-navigation-xs button[data-toggle="main-navigation-xs"] + .btn,
  .main-navigation-xs button[data-toggle="main-navigation-xs-back"] + .btn {
    margin-left: -2px !important;
  }
}
.main-navigation-xs button[data-toggle="main-navigation-xs"],
.main-navigation-xs button[data-toggle="main-navigation-xs-back"],
.main-navigation-xs button[data-toggle="main-navigation-xs"]:active,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:active,
.main-navigation-xs button[data-toggle="main-navigation-xs"][disabled],
.main-navigation-xs button[data-toggle="main-navigation-xs-back"][disabled],
.main-navigation-xs button[data-toggle="main-navigation-xs"].disabled,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"].disabled,
fieldset[disabled] .main-navigation-xs button[data-toggle="main-navigation-xs"],
fieldset[disabled] .main-navigation-xs button[data-toggle="main-navigation-xs-back"] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"],
.main-navigation-xs button[data-toggle="main-navigation-xs-back"],
.main-navigation-xs button[data-toggle="main-navigation-xs"]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs"]:focus,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:focus,
.main-navigation-xs button[data-toggle="main-navigation-xs"]:active,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:active {
  border-color: transparent;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs"]:focus,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:focus {
  color: #00331e;
  text-decoration: underline;
  background-color: transparent;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"][disabled]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"][disabled]:hover,
fieldset[disabled] .main-navigation-xs button[data-toggle="main-navigation-xs"]:hover,
fieldset[disabled] .main-navigation-xs button[data-toggle="main-navigation-xs-back"]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs"][disabled]:focus,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"][disabled]:focus,
fieldset[disabled] .main-navigation-xs button[data-toggle="main-navigation-xs"]:focus,
fieldset[disabled] .main-navigation-xs button[data-toggle="main-navigation-xs-back"]:focus {
  color: #999999;
  text-decoration: none;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"]:hover,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"]:hover {
  text-decoration: none;
}
.main-navigation-xs button[data-toggle="main-navigation-xs"] i,
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] i {
  color: white;
}
.main-navigation-xs button[data-toggle="main-navigation-xs-back"] {
  left: 7px;
  right: auto;
}
.subnavigation {
  background-color: #006533;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .subnavigation {
    display: none;
  }
}
.subnavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.subnavigation ul li {
  float: left;
}
.subnavigation ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  display: block;
  font-size: 12px;
  padding: 8px 10px;
  text-transform: uppercase;
}
.subnavigation ul li a:hover {
  background-color: #fff;
  color: #007f4b;
  text-decoration: none;
}
.subnavigation ul li.active a {
  background-color: #fff;
  color: #007f4b;
  text-decoration: none;
  position: relative;
}
.subnavigation ul li.disabled {
  background-color: transparent;
}
.subnavigation ul li.disabled a {
  background-color: transparent;
  color: #82b199;
  color: rgba(255, 255, 255, 0.5);
}
.subnavigation ul li.disabled a:hover {
  background-color: transparent;
  color: #82b199;
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.subnavigation ul li .subnavigation-large-event {
  background-color: #fff;
  color: #007f4b;
  text-decoration: none;
}
.headline + .subnavigation {
  margin-top: -19px;
}
@media only screen and (min-width: 768px) {
  .headline + .subnavigation {
    margin-top: -39px;
  }
}
.level-navigation {
  background-color: #006533;
  height: 212px;
  margin: 0 0 40px 0;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .level-navigation {
    display: none;
  }
}
@media (min-width: 980px) {
  .level-navigation {
    height: 295px;
  }
}
@media (min-width: 1080px) {
  .level-navigation {
    height: 333px;
  }
}
.level-navigation.open {
  height: auto;
  min-height: 211px;
}
@media (min-width: 980px) {
  .level-navigation.open {
    min-height: 293px;
  }
}
@media (min-width: 1080px) {
  .level-navigation.open {
    min-height: 330px;
  }
}
.level-navigation.open ul {
  height: auto;
}
.level-navigation.open > .btn-expand {
  display: none;
}
@media (min-width: 768px) {
  .level-navigation > ul {
    height: 160px;
  }
}
@media (min-width: 980px) {
  .level-navigation > ul {
    height: 243px;
  }
}
@media (min-width: 1080px) {
  .level-navigation > ul {
    height: 280px;
  }
}
.level-navigation ul {
  background-color: #006533;
  list-style: none;
  overflow-y: hidden;
  overflow-x: none;
  margin: 0;
  padding: 0;
}
.level-navigation ul li:last-child a {
  border: none;
}
.level-navigation ul li a {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid white;
  color: white;
  display: block;
  font-size: 12px;
  line-height: 14px;
  min-height: 40px;
  max-width: 100%;
  overflow: hidden;
  padding: 12px 2px 13px 2px;
  text-decoration: none;
}
.level-navigation ul li a:hover {
  background-color: white;
  color: #006533;
  text-decoration: none;
}
.level-navigation ul li.active a {
  background-color: white;
  color: #006533;
  padding-left: 20px;
  padding-right: 20px;
}
.level-navigation ul li ul {
  margin-left: 20px;
}
.level-navigation > .btn-expand {
  color: #fff;
  display: block;
  font-size: 22px;
  height: 50px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
}
.level-navigation.level-navigation-white {
  background: none;
  padding: 0;
}
.level-navigation.level-navigation-white ul {
  background: #fff;
}
.level-navigation.level-navigation-white ul li a {
  border-bottom-color: #dddddd;
}
.level-navigation.level-navigation-white ul li.active a {
  padding-left: 2px;
  padding-right: 2px;
}
.level-navigation.level-navigation-white a {
  color: #666666;
}
.level-navigation.level-navigation-white a:hover {
  color: #000000;
}
.level-navigation[data-keep-open="true"] {
  background: none;
  min-height: 0;
}
.nav-list {
  margin-bottom: 40px;
}
.nav-list li a {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #666666;
  font-size: 12px;
  padding: 2px 20px;
}
.nav-list li.active a {
  color: #000000;
}
.headline-small + .nav-list {
  margin-top: -10px;
}
.stack-navigation {
  min-height: 40px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .stack-navigation {
    display: none;
  }
}
.stack-navigation.open {
  z-index: 1000;
}
.stack-navigation.open ul li {
  display: block;
}
.stack-navigation ul {
  background: #007f4b;
  bottom: 0;
  box-shadow: -1px 0 0 white;
  list-style: none;
  margin: 0;
  min-height: 40px;
  overflow: hidden;
  padding: 0 30px;
  position: absolute;
  width: 100%;
}
.stack-navigation ul li {
  display: none;
}
.stack-navigation ul li a {
  text-transform: uppercase;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  border-bottom: 1px solid white;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: 600 !important;
  line-height: 10px;
  height: 40px;
  padding: 14px 2px 16px 2px;
  position: relative;
  text-decoration: none;
}
@media print {
  .stack-navigation ul li a {
    overflow: visible;
    text-overflow: none;
  }
}
.stack-navigation ul li a:hover {
  text-decoration: underline;
}
.stack-navigation ul li a:hover:before {
  text-decoration: none !important;
}
.stack-navigation ul li:before {
  content: "\f0d7";
  color: white;
  font-size: 14px;
  position: absolute;
  left: 18px;
  margin-top: 7px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
.stack-navigation ul li:last-child {
  display: block;
}
.stack-navigation ul li:last-child a {
  border: none;
}
.stack-navigation ul li:last-child:before {
  content: "\f0d9";
}
.meta-navigation {
  background-color: #101010;
  min-height: 0;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .meta-navigation .container {
    padding: 0;
  }
}
.meta-navigation .btn {
  color: white;
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
}
.meta-navigation .btn.btn-primary {
  background: none;
}
.meta-navigation .btn.btn-primary:hover {
  background-color: white;
  color: #007f4b;
}
.meta-navigation .btn.btn-submit {
  background-color: #878787;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.meta-navigation .btn.btn-link {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.meta-navigation .btn.btn-icon {
  background-color: #878787;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  width: 28px;
  margin-left: 1px !important;
}
.meta-navigation .btn.btn-icon:hover {
  background-color: #4c4c4c;
}
.meta-navigation .btn.btn-profile {
  float: left;
  width: auto;
}
.meta-navigation .social-buttons {
  vertical-align: top;
}
.meta-navigation form.form-user-login .row {
  margin: 0;
}
.meta-navigation form.form-user-login [class*="col-"] {
  padding: 0;
}
.meta-navigation form.form-user-login .form-group,
.meta-navigation form.form-user-login input {
  margin-bottom: 0;
}
.meta-navigation form.form-user-login input[type="email"],
.meta-navigation form.form-user-login input[type="password"],
.meta-navigation form.form-user-login input[type="text"] {
  background-color: #878787;
  color: white;
  border-right: 1px solid white;
}
@media only screen and (max-width: 767px) {
  .meta-navigation form.form-user-login input[type="email"],
  .meta-navigation form.form-user-login input[type="password"],
  .meta-navigation form.form-user-login input[type="text"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.meta-navigation form.form-user-login input[type="email"]::-webkit-input-placeholder,
.meta-navigation form.form-user-login input[type="password"]::-webkit-input-placeholder,
.meta-navigation form.form-user-login input[type="text"]::-webkit-input-placeholder {
  color: white;
}
.meta-navigation form.form-user-login input[type="email"]:-moz-placeholder,
.meta-navigation form.form-user-login input[type="password"]:-moz-placeholder,
.meta-navigation form.form-user-login input[type="text"]:-moz-placeholder {
  color: white;
}
.meta-navigation form.form-user-login input[type="email"]::-moz-placeholder,
.meta-navigation form.form-user-login input[type="password"]::-moz-placeholder,
.meta-navigation form.form-user-login input[type="text"]::-moz-placeholder {
  color: white;
}
.meta-navigation form.form-user-login input[type="email"]:-ms-input-placeholder,
.meta-navigation form.form-user-login input[type="password"]:-ms-input-placeholder,
.meta-navigation form.form-user-login input[type="text"]:-ms-input-placeholder {
  color: white;
}
.meta-navigation .my-dfb-login {
  position: relative;
}
.meta-navigation .my-dfb-login .row {
  margin: 0;
}
.meta-navigation .my-dfb-login [class*="col-"] {
  padding: 0;
}
.meta-navigation .logged-in-user .my-dfb-login-hint {
  padding-left: 10px;
  padding-right: 10px;
}
.meta-navigation .logged-in-user .my-dfb-profile-info {
  float: left;
  width: 120px;
}
.meta-navigation .logged-in-user .my-dfb-profile-info img {
  float: left;
  float: left !important;
  margin-left: 20px;
}
.meta-navigation .logged-in-user .my-dfb-profile-info .btn-profile {
  margin-left: 10px;
  width: auto;
}
.meta-navigation .logged-in-user .my-dfb-logout {
  float: right;
}
.meta-navigation .my-dfb-login-trigger:hover .logged-in-user .my-dfb-login-hint {
  background-color: #878787;
}
.meta-navigation .my-dfb-login-trigger:hover .my-dfb-dropup {
  border-bottom: 19px solid #101010;
  display: block;
  visibility: visible;
}
.meta-navigation .my-dfb-dropup {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  display: none;
  visibility: hidden;
  border: 0;
  border-radius: 0;
  color: #b3b3b3;
  z-index: -1;
  bottom: 0;
  position: absolute;
  left: 20px;
  right: 20px;
}
.meta-navigation .my-dfb-dropup > .list-group {
  margin-bottom: 0;
}
.meta-navigation .my-dfb-dropup > .list-group .list-group-item {
  border-width: 1px 0;
}
.meta-navigation .my-dfb-dropup > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.meta-navigation .my-dfb-dropup > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.meta-navigation .my-dfb-dropup > .table {
  margin-bottom: 0;
}
.meta-navigation .my-dfb-dropup > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .meta-navigation .my-dfb-dropup {
    left: 10px;
    right: 10px;
  }
}
.meta-navigation .my-dfb-dropup .my-dfb-wrapper {
  background-color: #000000;
  box-shadow: 0 5px 20px rgba(8, 8, 8, 0.5);
  border-bottom: 1px solid #181818;
  font-size: 14px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.meta-navigation .my-dfb-dropup .my-dfb-wrapper.scrollable {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
}
.meta-navigation .my-dfb-dropup .my-dfb-dropup-header {
  background-color: #555555;
  color: white;
  display: block;
  font-size: 16px;
  overflow: auto;
  padding: 10px 20px;
  text-transform: uppercase;
}
.meta-navigation .my-dfb-dropup .my-dfb-dropup-header a {
  color: white;
  text-decoration: none;
}
.meta-navigation .my-dfb-dropup .my-dfb-dropup-header * {
  margin: 0;
}
.meta-navigation .my-dfb-dropup .my-dfb-dropup-header .btn-group {
  margin-top: -2px;
  margin-bottom: -2px;
}
.meta-navigation .my-dfb-dropup .my-dfb-dropup-body {
  display: block;
  line-height: 16px;
  overflow: auto;
  padding: 20px;
}
.meta-navigation .my-dfb-dropup .my-dfb-dropup-body a {
  color: #b3b3b3;
}
.meta-navigation .my-dfb-dropup .my-dfb-dropup-body hr {
  margin: 20px 0;
}
.meta-navigation div.hidden-xs.col-sm-6.col-md-4 {
  padding: 0;
}
.my-dfb-dropup-bookmarks {
  border-radius: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
}
.my-dfb-dropup-bookmarks .media-object {
  max-height: 64px;
  max-width: 64px;
}
.my-dfb-dropup-bookmarks .list-group-item,
.my-dfb-dropup-bookmarks a {
  border-radius: 0;
}
.my-dfb-dropup-bookmarks a {
  background-color: transparent;
  border: none;
  padding: 10px 20px;
}
.my-dfb-dropup-bookmarks a:hover {
  background-color: #2b2b2b;
}
.my-dfb-dropup-bookmarks a:hover h4 {
  color: #fff;
}
.my-dfb-dropup-bookmarks a:hover h6 {
  color: #666666;
}
.my-dfb-dropup-bookmarks a h4 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.my-dfb-dropup-bookmarks a h6 {
  color: #666666 !important;
  font-size: 12px;
  margin: 0;
}
.btn-group-filled {
  display: table;
  width: 100%;
}
.btn-group-filled .btn {
  background-color: #878787;
  border-right: 1px solid #000000;
  opacity: 1;
  float: none;
  display: table-cell;
  padding-left: 0;
  padding-right: 0;
  width: 1%;
}
.btn-group-filled .btn:last-child {
  border: none;
}
@media only screen and (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}
.truncate {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media print {
  .truncate {
    overflow: visible;
    text-overflow: none;
  }
}
.uppercase {
  text-transform: uppercase;
}
.text-normal {
  text-transform: none;
}
b,
strong {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.text-light {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
input {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #007f4b;
  font-size: 18px;
  line-height: 1;
  padding: 15px 20px;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .headline {
    padding: 15px 40px;
    margin: 0 0 40px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .headline {
    padding: 22px 40px 21px 38px;
  }
}
.headline span {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: white;
  display: inline-block;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media print {
  .headline span {
    overflow: visible;
    text-overflow: none;
  }
}
@media only screen and (min-width: 768px) {
  .headline span {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) {
  .headline span {
    font-size: 34px;
  }
}
.headline .social-media-buttons {
  float: right;
}
@media only screen and (min-width: 768px) {
  .headline .social-media-buttons {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .headline .social-media-buttons {
    margin-top: 7px;
  }
}
.headline .btn-toolbar {
  float: right;
  float: right !important;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .headline .btn-toolbar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .headline .btn-toolbar {
    margin-top: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .headline .btn-toolbar {
    margin-top: 7px;
  }
}
.headline .btn-toolbar .btn {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  background: white;
  color: #007f4b;
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0 4px;
  padding: 3px 10px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
}
.headline.headline-logo img {
  display: inline-block;
  margin-right: 20px;
  max-height: 48px;
  max-width: 96px;
  margin-top: -16px;
  margin-bottom: -11px;
}
@media only screen and (min-width: 768px) {
  .headline.headline-logo img {
    max-height: 51px;
    max-width: 102px;
    margin-top: -20px;
    margin-bottom: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .headline.headline-logo img {
    max-height: 68px;
    max-width: 136px;
    margin-top: -33px;
    margin-bottom: -15px;
  }
}
.headline.headline-logo span {
  max-width: 75%;
}
@media only screen and (max-width: 767px) {
  .headline.headline-logo {
    padding-left: 116px;
  }
  .headline.headline-logo img {
    margin-right: 0;
    margin-left: -96px;
  }
  .headline.headline-logo span {
    padding-left: 15px;
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .chrome .headline,
  .firefox .headline,
  .msie .headline {
    padding-top: 16px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .chrome .headline,
  .firefox .headline,
  .msie .headline {
    padding-top: 23px;
    padding-bottom: 17px;
  }
}
.social-media-buttons {
  display: none;
}
.social-media-buttons:before,
.social-media-buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.social-media-buttons:after {
  clear: both;
}
.social-media-buttons:before,
.social-media-buttons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.social-media-buttons:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .social-media-buttons {
    display: inline-block;
  }
}
.social-media-buttons a {
  background: white;
  color: #007f4b;
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0 4px;
  text-align: center;
  text-decoration: none;
}
.social-media-buttons a i {
  display: inline-block;
  width: 26px;
}
.headline-small {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #007f4b;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media print {
  .headline-small {
    overflow: visible;
    text-overflow: none;
  }
}
.headline-small a {
  color: white;
}
.headline-small a:after {
  content: "";
}
.headline-small a:hover {
  color: white;
}
.headline-small:hover {
  color: white;
}
.headline-small [class^="icon"] {
  margin-left: 3px;
}
.headline-small > .btn {
  margin-top: -14px;
  margin-bottom: -10px;
}
.headline-small > .btn:hover {
  color: #007f4b;
}
.headline-small > .btn.pull-right {
  border-left: 1px solid white;
  margin-top: -10px;
  margin-right: -20px;
  position: absolute;
  right: 20px;
}
.headline-small > .btn.pull-left {
  border-right: 1px solid white;
  margin-top: -10px;
  margin-left: -20px;
}
.headline-small i {
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 17px;
}
.headline-small .btn-icon i {
  position: relative;
  right: auto;
}
a .headline-small {
  text-decoration: none;
}
.headline-dark {
  background-color: #006533;
}
@media only screen and (max-width: 767px) {
  .headline + .headline-small {
    margin-top: -40px;
  }
}
.match-home.lineup-4-3-3 .lineup-player-1 {
  left: 8%;
  top: 50%;
}
.match-home.lineup-4-3-3 .lineup-player-2 {
  left: 32%;
  top: 75%;
}
.match-home.lineup-4-3-3 .lineup-player-3 {
  left: 32%;
  top: 59%;
}
.match-home.lineup-4-3-3 .lineup-player-4 {
  left: 32%;
  top: 41%;
}
.match-home.lineup-4-3-3 .lineup-player-5 {
  left: 32%;
  top: 25%;
}
.match-home.lineup-4-3-3 .lineup-player-6 {
  left: 60%;
  top: 67%;
}
.match-home.lineup-4-3-3 .lineup-player-7 {
  left: 65%;
  top: 50%;
}
.match-home.lineup-4-3-3 .lineup-player-8 {
  left: 60%;
  top: 33%;
}
.match-home.lineup-4-3-3 .lineup-player-9 {
  left: 85%;
  top: 67%;
}
.match-home.lineup-4-3-3 .lineup-player-10 {
  left: 90%;
  top: 50%;
}
.match-home.lineup-4-3-3 .lineup-player-11 {
  left: 85%;
  top: 33%;
}
.match-away.lineup-4-3-3 .lineup-player-1 {
  right: 8%;
  top: 50%;
}
.match-away.lineup-4-3-3 .lineup-player-2 {
  right: 32%;
  top: 25%;
}
.match-away.lineup-4-3-3 .lineup-player-3 {
  right: 32%;
  top: 41%;
}
.match-away.lineup-4-3-3 .lineup-player-4 {
  right: 32%;
  top: 59%;
}
.match-away.lineup-4-3-3 .lineup-player-5 {
  right: 32%;
  top: 75%;
}
.match-away.lineup-4-3-3 .lineup-player-6 {
  right: 60%;
  top: 33%;
}
.match-away.lineup-4-3-3 .lineup-player-7 {
  right: 65%;
  top: 50%;
}
.match-away.lineup-4-3-3 .lineup-player-8 {
  right: 60%;
  top: 67%;
}
.match-away.lineup-4-3-3 .lineup-player-9 {
  right: 85%;
  top: 33%;
}
.match-away.lineup-4-3-3 .lineup-player-10 {
  right: 90%;
  top: 50%;
}
.match-away.lineup-4-3-3 .lineup-player-11 {
  right: 85%;
  top: 67%;
}
.match-home.lineup-3-4-3 .lineup-player-1 {
  left: 8%;
  top: 50%;
}
.match-home.lineup-3-4-3 .lineup-player-2 {
  left: 32%;
  top: 67%;
}
.match-home.lineup-3-4-3 .lineup-player-3 {
  left: 32%;
  top: 50%;
}
.match-home.lineup-3-4-3 .lineup-player-4 {
  left: 32%;
  top: 33%;
}
.match-home.lineup-3-4-3 .lineup-player-5 {
  left: 60%;
  top: 75%;
}
.match-home.lineup-3-4-3 .lineup-player-6 {
  left: 65%;
  top: 59%;
}
.match-home.lineup-3-4-3 .lineup-player-7 {
  left: 65%;
  top: 41%;
}
.match-home.lineup-3-4-3 .lineup-player-8 {
  left: 60%;
  top: 25%;
}
.match-home.lineup-3-4-3 .lineup-player-9 {
  left: 85%;
  top: 67%;
}
.match-home.lineup-3-4-3 .lineup-player-10 {
  left: 90%;
  top: 50%;
}
.match-home.lineup-3-4-3 .lineup-player-11 {
  left: 85%;
  top: 33%;
}
.match-away.lineup-3-4-3 .lineup-player-1 {
  right: 8%;
  top: 50%;
}
.match-away.lineup-3-4-3 .lineup-player-2 {
  right: 32%;
  top: 33%;
}
.match-away.lineup-3-4-3 .lineup-player-3 {
  right: 32%;
  top: 50%;
}
.match-away.lineup-3-4-3 .lineup-player-4 {
  right: 32%;
  top: 67%;
}
.match-away.lineup-3-4-3 .lineup-player-5 {
  right: 60%;
  top: 25%;
}
.match-away.lineup-3-4-3 .lineup-player-6 {
  right: 65%;
  top: 41%;
}
.match-away.lineup-3-4-3 .lineup-player-7 {
  right: 65%;
  top: 59%;
}
.match-away.lineup-3-4-3 .lineup-player-8 {
  right: 60%;
  top: 75%;
}
.match-away.lineup-3-4-3 .lineup-player-9 {
  right: 85%;
  top: 33%;
}
.match-away.lineup-3-4-3 .lineup-player-10 {
  right: 90%;
  top: 50%;
}
.match-away.lineup-3-4-3 .lineup-player-11 {
  right: 85%;
  top: 67%;
}
.match-home.lineup-4-5-1 .lineup-player-1 {
  left: 8%;
  top: 50%;
}
.match-home.lineup-4-5-1 .lineup-player-2 {
  left: 30%;
  top: 75%;
}
.match-home.lineup-4-5-1 .lineup-player-3 {
  left: 30%;
  top: 59%;
}
.match-home.lineup-4-5-1 .lineup-player-4 {
  left: 30%;
  top: 41%;
}
.match-home.lineup-4-5-1 .lineup-player-5 {
  left: 30%;
  top: 25%;
}
.match-home.lineup-4-5-1 .lineup-player-6 {
  left: 70%;
  top: 75%;
}
.match-home.lineup-4-5-1 .lineup-player-7 {
  left: 53%;
  top: 59%;
}
.match-home.lineup-4-5-1 .lineup-player-8 {
  left: 70%;
  top: 50%;
}
.match-home.lineup-4-5-1 .lineup-player-9 {
  left: 53%;
  top: 41%;
}
.match-home.lineup-4-5-1 .lineup-player-10 {
  left: 70%;
  top: 25%;
}
.match-home.lineup-4-5-1 .lineup-player-11 {
  left: 90%;
  top: 50%;
}
.match-away.lineup-4-5-1 .lineup-player-1 {
  right: 8%;
  top: 50%;
}
.match-away.lineup-4-5-1 .lineup-player-2 {
  right: 30%;
  top: 25%;
}
.match-away.lineup-4-5-1 .lineup-player-3 {
  right: 30%;
  top: 41%;
}
.match-away.lineup-4-5-1 .lineup-player-4 {
  right: 30%;
  top: 59%;
}
.match-away.lineup-4-5-1 .lineup-player-5 {
  right: 30%;
  top: 75%;
}
.match-away.lineup-4-5-1 .lineup-player-6 {
  right: 70%;
  top: 25%;
}
.match-away.lineup-4-5-1 .lineup-player-7 {
  right: 53%;
  top: 41%;
}
.match-away.lineup-4-5-1 .lineup-player-8 {
  right: 70%;
  top: 50%;
}
.match-away.lineup-4-5-1 .lineup-player-9 {
  right: 53%;
  top: 59%;
}
.match-away.lineup-4-5-1 .lineup-player-10 {
  right: 70%;
  top: 75%;
}
.match-away.lineup-4-5-1 .lineup-player-11 {
  right: 90%;
  top: 50%;
}
.match-home.lineup-3-5-2 .lineup-player-1 {
  left: 8%;
  top: 50%;
}
.match-home.lineup-3-5-2 .lineup-player-2 {
  left: 32%;
  top: 67%;
}
.match-home.lineup-3-5-2 .lineup-player-3 {
  left: 32%;
  top: 50%;
}
.match-home.lineup-3-5-2 .lineup-player-4 {
  left: 32%;
  top: 33%;
}
.match-home.lineup-3-5-2 .lineup-player-5 {
  left: 70%;
  top: 80%;
}
.match-home.lineup-3-5-2 .lineup-player-6 {
  left: 60%;
  top: 66%;
}
.match-home.lineup-3-5-2 .lineup-player-7 {
  left: 55%;
  top: 50%;
}
.match-home.lineup-3-5-2 .lineup-player-8 {
  left: 60%;
  top: 33%;
}
.match-home.lineup-3-5-2 .lineup-player-9 {
  left: 70%;
  top: 20%;
}
.match-home.lineup-3-5-2 .lineup-player-10 {
  left: 90%;
  top: 60%;
}
.match-home.lineup-3-5-2 .lineup-player-11 {
  left: 90%;
  top: 40%;
}
.match-away.lineup-3-5-2 .lineup-player-1 {
  right: 8%;
  top: 50%;
}
.match-away.lineup-3-5-2 .lineup-player-2 {
  right: 32%;
  top: 33%;
}
.match-away.lineup-3-5-2 .lineup-player-3 {
  right: 32%;
  top: 50%;
}
.match-away.lineup-3-5-2 .lineup-player-4 {
  right: 32%;
  top: 67%;
}
.match-away.lineup-3-5-2 .lineup-player-5 {
  right: 70%;
  top: 20%;
}
.match-away.lineup-3-5-2 .lineup-player-6 {
  right: 60%;
  top: 33%;
}
.match-away.lineup-3-5-2 .lineup-player-7 {
  right: 55%;
  top: 50%;
}
.match-away.lineup-3-5-2 .lineup-player-8 {
  right: 60%;
  top: 66%;
}
.match-away.lineup-3-5-2 .lineup-player-9 {
  right: 70%;
  top: 80%;
}
.match-away.lineup-3-5-2 .lineup-player-10 {
  right: 90%;
  top: 40%;
}
.match-away.lineup-3-5-2 .lineup-player-11 {
  right: 90%;
  top: 60%;
}
.match-home.lineup-4-4-2 .lineup-player-1 {
  left: 8%;
  top: 50%;
}
.match-home.lineup-4-4-2 .lineup-player-2 {
  left: 35%;
  top: 75%;
}
.match-home.lineup-4-4-2 .lineup-player-3 {
  left: 30%;
  top: 59%;
}
.match-home.lineup-4-4-2 .lineup-player-4 {
  left: 30%;
  top: 41%;
}
.match-home.lineup-4-4-2 .lineup-player-5 {
  left: 35%;
  top: 25%;
}
.match-home.lineup-4-4-2 .lineup-player-6 {
  left: 65%;
  top: 75%;
}
.match-home.lineup-4-4-2 .lineup-player-7 {
  left: 55%;
  top: 59%;
}
.match-home.lineup-4-4-2 .lineup-player-8 {
  left: 55%;
  top: 41%;
}
.match-home.lineup-4-4-2 .lineup-player-9 {
  left: 65%;
  top: 25%;
}
.match-home.lineup-4-4-2 .lineup-player-10 {
  left: 90%;
  top: 60%;
}
.match-home.lineup-4-4-2 .lineup-player-11 {
  left: 90%;
  top: 40%;
}
.match-away.lineup-4-4-2 .lineup-player-1 {
  right: 8%;
  top: 50%;
}
.match-away.lineup-4-4-2 .lineup-player-2 {
  right: 35%;
  top: 25%;
}
.match-away.lineup-4-4-2 .lineup-player-3 {
  right: 30%;
  top: 41%;
}
.match-away.lineup-4-4-2 .lineup-player-4 {
  right: 30%;
  top: 59%;
}
.match-away.lineup-4-4-2 .lineup-player-5 {
  right: 35%;
  top: 75%;
}
.match-away.lineup-4-4-2 .lineup-player-6 {
  right: 65%;
  top: 25%;
}
.match-away.lineup-4-4-2 .lineup-player-7 {
  right: 55%;
  top: 41%;
}
.match-away.lineup-4-4-2 .lineup-player-8 {
  right: 55%;
  top: 59%;
}
.match-away.lineup-4-4-2 .lineup-player-9 {
  right: 65%;
  top: 75%;
}
.match-away.lineup-4-4-2 .lineup-player-10 {
  right: 90%;
  top: 40%;
}
.match-away.lineup-4-4-2 .lineup-player-11 {
  right: 90%;
  top: 60%;
}
.match-result {
  margin-left: -20px;
  margin-right: -20px;
}
.match-result:before,
.match-result:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.match-result:after {
  clear: both;
}
.match-result:before,
.match-result:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.match-result:after {
  clear: both;
}
.match-result .match-home-team {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .match-result .match-home-team {
    float: left;
    width: 38%;
  }
}
@media only screen and (min-width: 768px) {
  .match-result .match-home-team {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .match-result .match-home-team {
    float: left;
    width: 41.66666667%;
  }
}
.match-result .match-score {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 32px;
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .match-result .match-score {
    float: left;
    width: 24%;
  }
}
@media (min-width: 768px) {
  .match-result .match-score {
    float: left;
    width: 16.66666667%;
  }
}
.match-result .match-score .score-halftime {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #666666;
  display: block;
  font-size: 12px;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) {
  .match-result .match-score .score-halftime {
    font-size: 16px;
  }
}
.match-result .match-score > div {
  display: inline-block;
  vertical-align: middle;
}
.match-result .match-guest-team {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .match-result .match-guest-team {
    float: left;
    width: 38%;
  }
}
@media only screen and (min-width: 768px) {
  .match-result .match-guest-team {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .match-result .match-guest-team {
    float: left;
    width: 41.66666667%;
  }
}
.match-result .team-logo {
  height: 80px;
  margin: 0 auto 20px auto;
  width: 80px;
}
table .team-emblem {
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  table .team-emblem {
    height: 20px;
    width: 20px;
  }
  table .team-emblem.team-emblem-large {
    height: 36px;
    width: 36px;
  }
}
.data-table {
  font-size: 14px;
  width: 100%;
}
.data-table th,
.data-table td {
  padding: 10px 0;
}
.data-table th {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #666666;
}
@media only screen and (min-width: 768px) {
  .data-table th {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (min-width: 768px) {
  .data-table th span.hidden-xs {
    display: inline-block !important;
  }
}
.data-table td {
  color: #000000;
}
.data-table > thead {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .data-table > thead {
    border-top: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 767px) {
  .data-table th,
  .data-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .data-table.table-striped > tbody > tr > td:first-child {
    padding-left: 20px;
  }
  .data-table.table-striped > tbody > tr > td:last-child {
    padding-right: 20px;
  }
}
.data-table.table-striped > tbody > tr:nth-child(even) > td,
.data-table.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f7f7f7;
}
.data-table.table-striped > tbody > tr:nth-child(odd) > td,
.data-table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.data-table.table-bordered {
  border: 0;
}
.data-table.table-bordered > thead > tr > th,
.data-table.table-bordered > tbody > tr > th,
.data-table.table-bordered > tfoot > tr > th,
.data-table.table-bordered > thead > tr > td,
.data-table.table-bordered > tbody > tr > td,
.data-table.table-bordered > tfoot > tr > td {
  border: 0;
}
.data-table.table-bordered > thead > tr > th,
.data-table.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.data-table.table-bordered > tbody > tr > td {
  border-bottom: 1px solid #cccccc;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-blue {
  border-bottom-color: #4e6da4;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-blue-light {
  border-bottom-color: #7f98c3;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-yellow {
  border-bottom-color: #f7da99;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-yellow-light {
  border-bottom-color: #fbebc9;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-grey {
  border-bottom-color: #d5d5d5;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-red {
  border-bottom-color: #e85d5e;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-red-light {
  border-bottom-color: #f29495;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-green {
  border-bottom-color: #62b290;
}
.data-table.table-bordered > tbody > tr > td.indicator.indicator-green-light {
  border-bottom-color: #84c2a8;
}
.data-table > tbody > tr > td.indicator {
  padding: 0;
}
.data-table > tbody > tr > td.indicator + td {
  padding-left: 10px;
}
.indicator {
  min-height: 30px;
  width: 10px;
}
.indicator-blue {
  background-color: #5b7ab1;
}
.indicator-blue-light {
  background-color: #90a6cb;
}
.indicator-yellow {
  background-color: #f9e3b1;
}
.indicator-yellow-light {
  background-color: #fdf4e0;
}
.indicator-grey {
  background-color: #eeeeee;
}
.indicator-red {
  background-color: #eb7374;
}
.indicator-red-light {
  background-color: #f5abac;
}
.indicator-green {
  background-color: #73ba9c;
}
.indicator-green-light {
  background-color: #95cbb4;
}
.indicator-blue-result {
  background-color: #2075b6;
}
.indicator-green-result {
  background-color: #018049;
}
.indicator-gray-result {
  background-color: #6f6f6f;
}
.indicator-grey-result {
  background-color: #6f6f6f;
}
.indicator-gray-light-result {
  background-color: #cccccc;
}
.indicator-pink-result {
  background-color: #ff6666;
}
.indicator-apple-result {
  background-color: #66cc66;
}
.indicator-item {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
}
.indicator-item .indicator {
  display: inline-block;
  margin-right: 5px;
}
.indicator-item .indicator-description {
  display: inline-block;
  line-height: 30px;
  min-height: 30px;
  vertical-align: top;
  text-transform: uppercase;
}
.table-comparison {
  color: #000000;
  font-size: 14px;
  table-layout: fixed;
  width: 100%;
}
.table-comparison caption,
.table-comparison td {
  padding: 10px 0;
}
.table-comparison caption {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .table-comparison caption {
    padding-bottom: 25px;
    text-align: center;
  }
}
.table-comparison .column-text {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .table-comparison .column-text {
    display: inline-block;
    height: auto;
    text-align: left;
    width: 85%;
  }
}
.table-comparison .column-center {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .table-comparison .column-center {
    display: block;
    height: auto;
    padding-left: 20px;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .table-comparison .column-center {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}
@media only screen and (max-width: 767px) {
  .table-comparison .column-empty {
    display: none !important;
  }
}
.table-comparison .column-action {
  text-align: center;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .table-comparison .column-action {
    display: inline-block;
    width: 15%;
    height: auto;
  }
}
.table-comparison > tbody > tr:nth-child(even) > td,
.table-comparison > tbody > tr:nth-child(even) > th {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .table-comparison > tbody > tr:nth-child(even) {
    background-color: #f7f7f7;
  }
}
.table-comparison > tbody > tr:nth-child(odd) > td,
.table-comparison > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
table.team-comparison > tbody > tr:last-child > td:first-child {
  border-bottom: 10px solid #018049;
}
table.team-comparison > tbody > tr:last-child > td:last-child {
  border-bottom: 10px solid #2075b6;
}
.table-comparison-lineup {
  table-layout: fixed;
}
.table-comparison-lineup > thead > tr > th:nth-child(3),
.table-comparison-lineup > thead > tr > th:nth-child(4),
.table-comparison-lineup > tbody > tr > td:nth-child(3),
.table-comparison-lineup > tbody > tr > td:nth-child(4) {
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .table-comparison-lineup > thead > tr > th:nth-child(3),
  .table-comparison-lineup > thead > tr > th:nth-child(4),
  .table-comparison-lineup > tbody > tr > td:nth-child(3),
  .table-comparison-lineup > tbody > tr > td:nth-child(4) {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .table-comparison-lineup .column-text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .table-comparison-lineup .column-action {
    display: table-cell;
    width: 20px;
  }
}
.table-comparison-lineup td {
  border: none !important;
  text-align: center !important;
}
.table-comparison-lineup th {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .table-comparison-lineup th {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    color: #666666;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-comparison-lineup th a {
    color: #666666;
  }
}
.table-comparison-lineup .column-center {
  display: table-cell !important;
}
@media only screen and (max-width: 767px) {
  .table-comparison-lineup .column-action {
    display: table-cell !important;
    width: 20px;
  }
}
.table-match-comparison {
  font-size: 14px;
  line-height: 20px;
  table-layout: fixed;
  width: 100%;
}
.table-match-comparison th,
.table-match-comparison td {
  padding: 10px 0;
}
.table-match-comparison thead {
  border-bottom: 1px solid #cccccc;
}
.table-match-comparison thead tr th {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000 !important;
}
.table-match-comparison tbody tr td {
  border-bottom: 1px solid #cccccc;
}
.table-match-comparison .column-team-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .table-match-comparison .column-team-title {
    display: none;
  }
}
.table-match-comparison .column-team-title a {
  color: #000000;
}
.table-match-comparison .column-team-emblem {
  width: 36px;
}
.table-match-comparison .column-team-emblem img {
  width: 36px;
}
@media print {
  .table-match-comparison .column-team-emblem {
    height: 36px !important;
    width: 36px !important;
  }
  .table-match-comparison .column-team-emblem img {
    height: 36px !important;
    width: 36px !important;
  }
}
@media (min-width: 768px) {
  .table-match-comparison .column-team-emblem .tooltip {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .table-match-comparison .column-team-emblem img {
    marign: auto;
    width: 30px;
  }
}
.table-match-comparison .column-score {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  width: 80px;
}
@media (max-width: 768px) {
  .table-match-comparison .column-score {
    width: 65px;
  }
}
.table-match-comparison .column-score a {
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-match-comparison .column-score {
    width: 40px;
  }
}
.table-match-comparison .column-actions,
.table-match-comparison .column-date {
  color: #666666;
  line-height: 20px;
  width: 100px;
}
@media (max-width: 768px) {
  .table-match-comparison .column-actions,
  .table-match-comparison .column-date {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-match-comparison .column-actions,
  .table-match-comparison .column-date {
    width: 50px;
  }
}
.table-match-comparison .column-actions a,
.table-match-comparison .column-date a {
  color: #666666;
}
@media (max-width: 768px) {
  .table-match-comparison .column-actions {
    padding-left: 20px;
  }
  .table-match-comparison .column-actions i {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-match-comparison tbody .column-actions,
  .table-match-comparison tbody .column-date {
    font-size: 11px;
  }
}
.table-match-comparison .column-referee-name {
  width: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .table-match-comparison .column-referee-name {
    width: 160px;
  }
}
@media (max-width: 767px) and print {
  .table-match-comparison thead {
    border: none;
  }
  .table-match-comparison tbody {
    display: block;
    width: 100%;
  }
  .table-match-comparison tr {
    display: block;
    border-bottom: 1px solid #cccccc;
    width: 100%;
  }
  .table-match-comparison tr:before,
  .table-match-comparison tr:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .table-match-comparison tr:after {
    clear: both;
  }
  .table-match-comparison tr:before,
  .table-match-comparison tr:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .table-match-comparison tr:after {
    clear: both;
  }
  .table-match-comparison tbody tr td {
    border: none;
    display: block;
    float: left;
    width: 100%;
  }
  .table-match-comparison td.column-actions,
  .table-match-comparison td.column-date {
    border: none;
    height: 60px;
    width: 50%;
  }
  .table-match-comparison td.column-actions a,
  .table-match-comparison td.column-date a {
    margin-left: 5px;
  }
  .table-match-comparison td.column-actions {
    text-align: right;
  }
  .table-match-comparison td.column-score {
    border: none;
    font-size: 30px;
    height: 105px;
    padding-top: 40px;
    width: 20%;
  }
  .table-match-comparison td.column-team-emblem {
    border: none;
    height: 105px;
    width: 40% !important;
  }
  .table-match-comparison td.column-team-emblem img {
    display: block;
    height: 85px;
    margin: auto;
    width: auto;
  }
  .table-match-comparison td.column-team-title {
    text-align: center;
    width: 40%;
  }
  .table-match-comparison td.column-team-title:last-child {
    margin-left: 20%;
  }
}
@media print {
  .table-match-comparison .column-actions {
    display: none !important;
  }
  .table-match-comparison .column-team-title,
  .table-match-comparison .hidden-xs {
    display: table-cell !important;
  }
}
.match-balance .caption {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .match-balance .caption {
    padding-bottom: 25px;
    text-align: center;
  }
}
.match-balance .indicator-description {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  max-width: 90%;
}
@media print {
  .match-balance .indicator-description {
    overflow: visible;
    text-overflow: none;
  }
}
.chart-wrapper {
  margin-top: 10px;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
}
.chart-container {
  height: 80%;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0;
}
.donut-chart {
  height: 100% !important;
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .donut-chart {
    height: 150px !important;
    width: 150px !important;
  }
}
.donut-chart-description {
  margin-bottom: 20px;
}
.donut-chart-description:before,
.donut-chart-description:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.donut-chart-description:after {
  clear: both;
}
.donut-chart-description:before,
.donut-chart-description:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.donut-chart-description:after {
  clear: both;
}
.donut-chart-description [class*="col"] {
  padding: 5px;
}
.donut-chart-indicator {
  display: inline-block;
  height: 20px;
  margin-bottom: -5px;
  margin-right: 5px;
  width: 5px;
}
.bar-chart {
  color: #000000;
  font-size: 14px;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .bar-chart tr + tr {
    border-top: 20px solid white;
  }
}
.bar-chart caption,
.bar-chart td {
  padding: 10px 0;
}
.bar-chart caption,
.bar-chart .bar-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .bar-chart caption,
  .bar-chart .bar-description {
    padding-bottom: 25px;
    text-align: center;
  }
}
.bar-chart .bar-description {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-bottom: 0 !important;
  padding-top: 20px;
  vertical-align: top;
  width: 80px;
}
@media only screen and (min-width: 768px) {
  .bar-chart .bar-description {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .bar-chart [class*="bar-graph-wrapper"] {
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .bar-chart [class*="bar-graph-wrapper"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bar-chart [class*="bar-graph-wrapper"] > .bar-graph {
  background-color: #2075b6;
  height: 40px;
}
.bar-chart [class*="bar-graph-wrapper"][class*="right"] {
  padding-left: 0;
}
.bar-chart [class*="bar-graph-wrapper"][class*="left"] {
  padding-right: 0;
}
.bar-chart [class*="bar-graph-wrapper"][class*="left"] > .bar-graph {
  background-color: #018049;
  float: right;
  width: 80%;
}
.bar-chart [class*="bar-graph-wrapper"][class*="left"] > .bar-graph-help-block {
  float: right;
  text-align: right;
}
.bar-chart [class*="bar-graph-wrapper"] > .bar-graph-help-block {
  display: block;
  padding: 5px 20px;
  margin-bottom: -10px;
  width: 100%;
}
.bar-chart .bar-label {
  color: #878787;
  padding-top: 20px;
  vertical-align: top;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .bs-example .bar-chart tr + tr {
    border-color: #fafafa;
  }
}
.horizontal-bar-chart {
  height: auto !important;
  max-width: 100% !important;
}
@media (max-width: 767px) {
  .horizontal-bar-chart {
    display: block;
    margin: auto;
  }
}
.player-list {
  font-size: 14px;
  overflow: hidden;
  zoom: 1;
  margin-top: 15px;
}
.player-list > .pull-left {
  margin-right: 10px;
}
.player-list > .pull-right {
  margin-left: 10px;
}
.player-list-identification {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  float: left;
  float: left !important;
  color: #878787;
  font-size: 20px;
  line-height: 20px;
  min-width: 70px;
}
@media only screen and (max-width: 767px) {
  .player-list-identification {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .player-list-identification {
    text-align: center;
  }
}
.player-list-body {
  overflow: hidden;
  zoom: 1;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.player-list-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.player-list-body a {
  color: #000000;
  display: block;
  line-height: 12px;
  padding: 5px 0;
}
.player-list-body b {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.cross-tab {
  font-size: 14px;
  max-width: 9000px;
  overflow-x: scroll;
}
.cross-tab table {
  table-layout: fixed;
  min-width: 680px;
}
.cross-tab table th,
.cross-tab table td {
  text-align: center;
  padding: 5px;
  width: 35px;
}
.cross-tab table tr:hover td {
  background-color: #e4e4e4;
}
.cross-tab .team-icon {
  margin: auto;
  width: 20px;
}
.cross-tab .hover-row {
  background-color: #e4e4e4;
}
.match-court {
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  position: relative;
}
.match-court img {
  min-width: 100%;
}
.match-court .match-home,
.match-court .match-away {
  bottom: 0;
  position: absolute;
  top: 0;
}
.match-court .match-home [class*="lineup-player"],
.match-court .match-away [class*="lineup-player"] {
  background-color: #007f4b;
  border-radius: 100px;
  color: white;
  display: inline-block;
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  margin-top: -11px;
  text-align: center;
  width: 22px;
}
.match-court .match-home {
  left: 0;
  right: 50%;
  border-right: 1px solid #cccccc;
}
.match-court .match-home [class*="lineup-player"] {
  margin-left: -11px;
}
.match-court .match-away {
  left: 50%;
  right: 0;
}
.match-court .match-away [class*="lineup-player"] {
  margin-right: -11px;
}
.profile-data-table-wrapper {
  border: none;
}
@media (max-width: 767px) {
  .profile-data-table-wrapper table {
    max-width: 150%;
    width: 120%;
  }
}
.profile-data-table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
}
.profile-data-table thead > tr > th,
.profile-data-table tbody > tr > th,
.profile-data-table tfoot > tr > th,
.profile-data-table thead > tr > td,
.profile-data-table tbody > tr > td,
.profile-data-table tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.profile-data-table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.profile-data-table caption + thead tr:first-child th,
.profile-data-table colgroup + thead tr:first-child th,
.profile-data-table thead:first-child tr:first-child th,
.profile-data-table caption + thead tr:first-child td,
.profile-data-table colgroup + thead tr:first-child td,
.profile-data-table thead:first-child tr:first-child td {
  border-top: 0;
}
.profile-data-table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.profile-data-table .table {
  background-color: #ffffff;
}
.profile-data-table > thead {
  border-top: 0 !important;
  color: #333;
}
.profile-data-table > thead > tr > th:first-child {
  padding-left: 20px;
}
.profile-data-table > thead th,
.profile-data-table > thead td {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  border-bottom: 1px solid #cccccc !important;
  color: #333 !important;
}
.profile-data-table > tbody > tr > td:first-child {
  padding-left: 20px;
}
.profile-data-table > tbody > tr > td {
  border: none;
}
.profile-data-table > tbody > tr:hover > td {
  background-color: #e4e4e4;
}
.profile-data-table > tfoot {
  text-transform: uppercase;
}
.profile-data-table > tfoot > tr > td:first-child {
  padding-left: 20px;
}
.profile-data-table > tfoot th,
.profile-data-table > tfoot td {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  border-top: 1px solid #cccccc !important;
}
@media (max-width: 767px) {
  .player-profile-stats {
    margin-bottom: 20px;
  }
}
.table-comparison a,
.data-table a,
.match-result a,
.match-info a {
  color: #333;
}
.table-comparison a i,
.data-table a i,
.match-result a i,
.match-info a i {
  text-decoration: none;
}
.match-caption {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .match-caption {
    padding-bottom: 25px;
    text-align: center;
  }
}
.billboard-carousel {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .billboard-carousel {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .billboard-carousel .carousel-content {
    padding: 0;
  }
  .billboard-carousel .carousel-content .row {
    margin-left: 0;
    margin-right: 0;
  }
  .billboard-carousel .carousel-content .row .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .billboard-carousel .carousel-content .carousel-inner {
    min-height: 263px;
  }
}
@media (min-width: 768px) {
  .billboard-carousel .carousel-content .carousel-inner .item img {
    height: 260px !important;
    width: 466px !important;
  }
}
@media (min-width: 980px) {
  .billboard-carousel .carousel-content .carousel-inner .item img {
    height: 342px !important;
    width: 613px !important;
  }
}
@media (min-width: 1080px) {
  .billboard-carousel .carousel-content .carousel-inner .item img {
    height: 380px !important;
    width: 680px !important;
  }
}
@media only screen and (min-width: 768px) {
  .billboard-carousel .carousel-description {
    bottom: 20px;
    position: absolute;
    width: 100%;
  }
}
.billboard-carousel a {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  display: block;
  text-decoration: none;
}
.billboard-carousel p {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  background-color: #007f4b;
  color: white;
  display: block;
  margin: 1px 0 0 0;
  padding: 10px 20px;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.billboard-carousel p.large {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
}
@media print {
  .billboard-carousel p {
    overflow: visible;
    text-overflow: none;
  }
}
@media (max-width: 767px) {
  .billboard-carousel p.small {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) {
  .billboard-carousel p {
    background-color: rgba(0, 127, 75, 0.85);
    display: inline-block;
    float: left;
    clear: left;
    padding: 10px 40px;
    max-width: 95%;
  }
  .billboard-carousel p.large {
    padding: 20px 40px;
  }
}
.billboard-carousel p span {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 767px) {
  .billboard-carousel > div,
  .billboard-carousel > div.row > div {
    position: static;
  }
}
.billboard-carousel .carousel-indicators {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .billboard-carousel .carousel-indicators {
    bottom: auto;
    font-size: 0;
    left: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
    top: 140px;
    text-align: left;
  }
  .billboard-carousel .carousel-indicators img {
    display: none;
  }
  .billboard-carousel .carousel-indicators .anchor-headline {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
    font-size: 0;
  }
}
@media (min-width: 768px) {
  .billboard-carousel .carousel-indicators {
    background-color: #007f4b;
    bottom: 0;
    left: 0;
    height: 260px;
    padding: 15px 20px 15px 40px;
    position: relative;
    margin: 0 0 0 -40px;
    right: 0;
    width: auto;
  }
  .billboard-carousel .carousel-indicators > li {
    display: block;
    float: none;
    position: relative;
    background: none;
    border: 0;
    border-radius: 0;
    height: auto;
    margin: 0 0 17px 0;
    text-align: left;
    text-indent: 0;
    width: auto;
  }
  .billboard-carousel .carousel-indicators > li img {
    display: block;
    float: left;
    width: 30%;
  }
  .billboard-carousel .carousel-indicators > li .anchor {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;
    padding-left: 35%;
  }
  .billboard-carousel .carousel-indicators > li .anchor .anchor-subline {
    display: none;
  }
  .billboard-carousel .carousel-indicators > li .anchor .anchor-headline {
    color: white;
    display: block;
    font-size: 14px;
    height: 32px !important;
    line-height: 16px;
    margin: 0;
    overflow: hidden;
  }
  .billboard-carousel .carousel-indicators > li.active:before {
    content: "\e003";
    color: white;
    position: absolute;
    left: -27px;
    right: 0;
    top: 50%;
    bottom: 0;
    margin-top: -9px;
    font-size: 18px;
    font-family: 'dfb-awesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 980px) {
  .billboard-carousel .carousel-indicators {
    height: 342px;
  }
  .billboard-carousel .carousel-indicators > li {
    height: 44px;
    margin-bottom: 22px;
  }
  .billboard-carousel .carousel-indicators > li .anchor .anchor-headline {
    line-height: 15px;
    height: 46px !important;
  }
}
@media (min-width: 980px) and (max-width: 1080px) {
  .billboard-carousel .carousel-indicators > li img {
    margin-top: 1px;
  }
}
@media (min-width: 1080px) {
  .billboard-carousel .carousel-indicators {
    height: 380px;
  }
  .billboard-carousel .carousel-indicators > li {
    height: 51px;
    margin-bottom: 22px;
  }
  .billboard-carousel .carousel-indicators > li .anchor .anchor-subline {
    color: white;
    display: block;
  }
  .billboard-carousel .carousel-indicators > li .anchor .anchor-headline {
    height: 37px !important;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .billboard-carousel .anchor-headline {
    display: none;
  }
}
.gallery-carousel {
  position: relative;
}
.gallery-carousel .item img {
  max-width: 100%;
  width: 100%;
}
.gallery-carousel .carousel-control {
  background-color: #007f4b;
  filter: none;
  height: 40px;
  margin: -20px 0 0 0;
  padding-top: 9px;
  opacity: 1;
  text-align: center;
  text-shadow: none;
  top: 50%;
  width: 40px;
}
.gallery-carousel .carousel-control.left {
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel .carousel-control.left {
    left: 40px;
  }
}
.gallery-carousel .carousel-control.right {
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel .carousel-control.right {
    right: 40px;
  }
}
.gallery-carousel .carousel-control.right:before {
  content: "\e003";
}
.gallery-carousel .carousel-control:before {
  content: "\e001";
  font-family: 'dfb-awesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.gallery-carousel .carousel-control:after {
  content: " ";
  display: block;
  height: 50px;
  margin: -36px 0 0 -5px;
  opacity: 0;
  width: 50px;
}
.gallery-carousel + .gallery-carousel-description,
.gallery-carousel-helper + .gallery-carousel-description {
  margin-top: 37px;
}
.gallery-carousel-helper {
  display: none !important;
  visibility: hidden !important;
}
.gallery-carousel-descriptions {
  position: relative;
}
.gallery-carousel-description {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  margin-top: -3px;
}
.gallery-carousel-description p {
  line-height: 15px;
  margin-bottom: 0;
}
.gallery-carousel-description .anchor {
  margin-bottom: 19px;
}
.gallery-carousel-description .anchor .anchor-subline {
  color: #666666;
  line-height: 15px;
  margin-top: 0;
}
.gallery-carousel-description .anchor .anchor-headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel-description {
    margin-left: -20px;
    margin-right: -20px;
  }
  .gallery-carousel-description:before,
  .gallery-carousel-description:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .gallery-carousel-description:after {
    clear: both;
  }
  .gallery-carousel-description:before,
  .gallery-carousel-description:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .gallery-carousel-description:after {
    clear: both;
  }
}
.gallery-carousel-description .gallery-info {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel-description .gallery-info {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.gallery-carousel-description .gallery-descriptions {
  margin-bottom: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel-description .gallery-descriptions {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.gallery-carousel-description .gallery-taggings {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .gallery-carousel-description .gallery-taggings {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.gallery-carousel-description [class*="gallery-slide"] {
  display: none;
}
.gallery-carousel-description [class*="gallery-slide"].active {
  display: block;
}
.news-image-carousel {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .news-image-carousel {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .news-image-carousel .carousel-description {
    bottom: 20px;
    position: absolute;
    width: 100%;
  }
}
.news-image-carousel a {
  display: block;
  text-decoration: none;
}
.news-image-carousel .item {
  background: #eee;
}
.news-image-carousel img {
  display: block;
  height: auto !important;
  margin: auto;
  width: auto;
}
@media (min-width: 768px) {
  .news-image-carousel img {
    height: 260px !important;
  }
}
@media (min-width: 980px) {
  .news-image-carousel img {
    height: 342px !important;
  }
}
@media (min-width: 1080px) {
  .news-image-carousel img {
    height: 380px !important;
  }
}
.news-image-carousel p {
  background-color: #007f4b;
  color: white;
  display: block;
  margin: 1px 0 0 0;
  padding: 10px 20px;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media print {
  .news-image-carousel p {
    overflow: visible;
    text-overflow: none;
  }
}
.news-image-carousel p.large {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding: 20px 20px;
}
@media only screen and (min-width: 768px) {
  .news-image-carousel p {
    background-color: rgba(0, 127, 75, 0.85);
    display: inline-block;
    float: left;
    clear: left;
    padding: 10px 40px;
  }
  .news-image-carousel p.large {
    padding: 20px 40px;
  }
}
.news-image-carousel p span {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.news-image-carousel .carousel-indicators {
  bottom: 50px;
  left: 20px;
  padding: 0;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .news-image-carousel .carousel-indicators {
    bottom: 75px;
    left: 60px;
    top: auto;
  }
}
.news-image-carousel.extend .carousel-indicators,
.news-image-carousel.extended .carousel-indicators {
  bottom: 110px;
}
@media only screen and (min-width: 768px) {
  .news-image-carousel.extend .carousel-indicators,
  .news-image-carousel.extended .carousel-indicators {
    bottom: 130px;
  }
}
.billboard.carousel .carousel-indicators {
  bottom: 70px;
  left: 0;
  margin: 0 0 0 0;
  padding-left: 20px;
  right: 0;
  text-align: left;
  width: 100%;
}
.content .carousel .carousel-indicators {
  bottom: auto;
  top: 140px;
}
@media (min-width: 320px) {
  .content .carousel .carousel-indicators {
    top: 170px;
  }
}
@media (min-width: 768px) {
  .content .carousel .carousel-indicators {
    top: 227px;
  }
}
@media (min-width: 980px) {
  .content .carousel .carousel-indicators {
    top: 309px;
  }
}
@media (min-width: 1080px) {
  .content .carousel .carousel-indicators {
    top: 347px;
  }
}
.content .carousel .carousel-control {
  top: 95px;
}
@media (min-width: 320px) {
  .content .carousel .carousel-control {
    top: 105px;
  }
}
@media (min-width: 768px) {
  .content .carousel .carousel-control {
    top: 141.5px;
  }
}
@media (min-width: 980px) {
  .content .carousel .carousel-control {
    top: 182.5px;
  }
}
@media (min-width: 1080px) {
  .content .carousel .carousel-control {
    top: 201.5px;
  }
}
.content .carousel.news-image-carousel .carousel-indicators {
  bottom: 50px;
  top: auto;
}
@media only screen and (min-width: 768px) {
  .content .carousel.news-image-carousel .carousel-indicators {
    bottom: 75px;
    top: auto;
  }
}
.image-gallery img {
  display: block;
  height: auto !important;
  margin: auto;
  width: auto;
}
@media (min-width: 768px) {
  .image-gallery img {
    height: 260px !important;
  }
}
@media (min-width: 980px) {
  .image-gallery img {
    height: 342px !important;
  }
}
@media (min-width: 1080px) {
  .image-gallery img {
    height: 380px !important;
  }
}
.link-list + h3 {
  background: red;
}
.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list h3 {
  margin: -3px 0 33px 0;
}
.link-list ul {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 9px;
}
.link-list li:last-child {
  margin: 0;
}
.link-list li:before {
  content: "";
  border-color: transparent #007f4b;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  left: 0;
  height: 0;
  position: absolute;
  top: 6px;
  width: 0;
}
@media only screen and (min-width: 768px) {
  .link-list li:before {
    top: 9px;
  }
}
.link-list a {
  color: #000000;
  line-height: 15px;
}
.link-list.small li {
  margin-bottom: 0;
}
.link-list-download {
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list-download h3 {
  margin: -3px 0 33px 0;
}
.link-list-download ul {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.link-list-download li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 9px;
}
.link-list-download li:last-child {
  margin: 0;
}
.link-list-download li:before {
  content: "";
  border-color: transparent #007f4b;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  left: 0;
  height: 0;
  position: absolute;
  top: 6px;
  width: 0;
}
@media only screen and (min-width: 768px) {
  .link-list-download li:before {
    top: 9px;
  }
}
.link-list-download a {
  color: #000000;
  line-height: 15px;
}
.link-list-download.small li {
  margin-bottom: 0;
}
.link-list-download li {
  padding-left: 18px;
}
.link-list-download li:before {
  border: none;
  content: "\f15b";
  color: #000000;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  top: 2px;
}
.link-list-download li a {
  float: none !important;
}
.link-list-small a {
  font-size: 14px;
}
.comments {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: -5px;
}
.comments .comment {
  display: block;
  margin-bottom: 30px;
}
.comments .show-all-comments {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #007f4b;
  display: block;
  height: 38px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.comments .show-all-comments:after {
  content: "\e000";
  font-size: 16px;
  position: absolute;
  left: 49%;
  top: 25px;
  font-family: 'dfb-awesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  .comments .show-all-comments {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.info-boxes > div {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info-boxes > div {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .info-boxes > div:last-child {
    margin-bottom: 0;
  }
}
.info-boxes > div a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  position: relative;
  text-decoration: none;
}
.info-boxes > div a > img {
  min-width: 100%;
}
.info-boxes > div a > p {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #007f4b;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.info-boxes > div a > p + .form-md,
.info-boxes > div a > p + .form-xs {
  margin-top: -10px;
}
@media print {
  .info-boxes > div a > p {
    overflow: visible;
    text-overflow: none;
  }
}
.info-boxes > div a > p a {
  color: white;
}
.info-boxes > div a > p a:after {
  content: "";
}
.info-boxes > div a > p a:hover {
  color: white;
}
.info-boxes > div a > p:hover {
  color: white;
}
.info-boxes > div a > p [class^="icon"] {
  margin-left: 3px;
}
.info-boxes > div a > p > .btn {
  margin-top: -14px;
  margin-bottom: -10px;
}
.info-boxes > div a > p > .btn:hover {
  color: #007f4b;
}
.info-boxes > div a > p > .btn.pull-right {
  border-left: 1px solid white;
  margin-top: -10px;
  margin-right: -20px;
  position: absolute;
  right: 20px;
}
.info-boxes > div a > p > .btn.pull-left {
  border-right: 1px solid white;
  margin-top: -10px;
  margin-left: -20px;
}
.info-boxes > div a > p i {
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 17px;
}
.info-boxes > div a > p .btn-icon i {
  position: relative;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-boxes > div a > p {
    font-size: 14px;
  }
  .info-boxes > div a > p .col-sm-1.col-lg-2 {
    padding: 0;
  }
  .info-boxes > div a > p .col-sm-3.col-lg-3,
  .info-boxes > div a > p .col-sm-3.col-lg-2 {
    padding: 0;
    width: 19% !important;
  }
  .info-boxes > div a > p .col-sm-3.col-lg-3 span,
  .info-boxes > div a > p .col-sm-3.col-lg-2 span {
    display: block;
    font-size: 12px;
  }
  .info-boxes > div a > p .col-sm-5.col-lg-6 {
    padding: 0;
    width: 51.6666% !important;
  }
  .info-boxes > div a > p .col-2.col-sm-3.col-lg-2.text-right {
    padding-right: 10px;
  }
}
.info-box a {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  position: relative;
  text-decoration: none;
}
.info-box a > img {
  min-width: 100%;
}
.info-box a > p {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #007f4b;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-decoration: none;
}
.info-box a > p + .form-md,
.info-box a > p + .form-xs {
  margin-top: -10px;
}
@media print {
  .info-box a > p {
    overflow: visible;
    text-overflow: none;
  }
}
.info-box a > p a {
  color: white;
}
.info-box a > p a:after {
  content: "";
}
.info-box a > p a:hover {
  color: white;
}
.info-box a > p:hover {
  color: white;
}
.info-box a > p [class^="icon"] {
  margin-left: 3px;
}
.info-box a > p > .btn {
  margin-top: -14px;
  margin-bottom: -10px;
}
.info-box a > p > .btn:hover {
  color: #007f4b;
}
.info-box a > p > .btn.pull-right {
  border-left: 1px solid white;
  margin-top: -10px;
  margin-right: -20px;
  position: absolute;
  right: 20px;
}
.info-box a > p > .btn.pull-left {
  border-right: 1px solid white;
  margin-top: -10px;
  margin-left: -20px;
}
.info-box a > p i {
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 17px;
}
.info-box a > p .btn-icon i {
  position: relative;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-box a > p {
    font-size: 14px;
  }
  .info-box a > p .col-sm-1.col-lg-2 {
    padding: 0;
  }
  .info-box a > p .col-sm-3.col-lg-3,
  .info-box a > p .col-sm-3.col-lg-2 {
    padding: 0;
    width: 19% !important;
  }
  .info-box a > p .col-sm-3.col-lg-3 span,
  .info-box a > p .col-sm-3.col-lg-2 span {
    display: block;
    font-size: 12px;
  }
  .info-box a > p .col-sm-5.col-lg-6 {
    padding: 0;
    width: 51.6666% !important;
  }
  .info-box a > p .col-2.col-sm-3.col-lg-2.text-right {
    padding-right: 10px;
  }
}
.info-tools {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.info-tools > li {
  margin-left: -20px;
  margin-right: -20px;
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
}
.info-tools > li:before,
.info-tools > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.info-tools > li:after {
  clear: both;
}
.info-tools > li:before,
.info-tools > li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.info-tools > li:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .info-tools > li {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.info-tools > li > div:nth-child(2) {
  color: #666666;
}
.info-tools a {
  color: #000000;
  font-size: 16px;
  margin-right: 18px;
}
.info-tools a i {
  display: inline-block;
  margin-top: 2px;
}
.info-tools .info-headline {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
}
@media (min-width: 980px) {
  .info-tools .info-headline {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) {
  .info-tools .info-headline {
    margin-bottom: 0;
  }
}
.info-tools .info-description {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 980px) {
  .info-tools .info-description {
    float: left;
    width: 66.66666667%;
  }
}
.info-tools .info-sharing a {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  color: white;
  display: inline-block;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  min-width: 23px;
}
.info-tools .info-sharing a.facebook {
  background-color: #3b5998;
}
.info-tools .info-sharing a.twitter {
  background-color: #00aced;
}
.info-tools .info-sharing a.google-plus {
  background-color: #da4835;
}
.news-teaser-list .anchor .anchor-headline {
  line-height: 20px !important;
}
@media only screen and (max-width: 767px) {
  .news-teaser-list .anchor {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
  }
}
.news-teaser-list > div:last-child .anchor {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-teaser-list + .news-teaser-list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .news-teaser-list + .news-teaser-list {
    margin-top: 0;
  }
}
.text-list-wrapper {
  margin-bottom: 40px;
}
.text-list {
  font-size: 14px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-uppercase {
  text-transform: uppercase;
}
.info-table {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.info-table td:first-child {
  text-transform: uppercase;
  width: 65%;
}
.info-table td {
  vertical-align: top;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  .info-table:last-child {
    margin-bottom: 0;
  }
}
.info-table-large td:last-child {
  font-size: 42px;
}
.ad {
  border-top: 1px solid #878787;
  padding: 0 10px 10px 10px;
  margin: 0;
  position: relative;
}
.ad > * {
  display: block;
  margin-top: 10px;
}
.ad:before {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: white;
  box-sizing: content-box;
  color: #878787;
  content: "Werbung";
  display: block;
  font-size: 12px;
  margin: 0 -10px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.ad img,
.ad a {
  margin: auto;
  margin-top: 10px;
}
.ad script {
  display: none;
  visibility: hidden;
}
.ad.ad-rectangle {
  background-color: #007f4b;
}
body div.ad.csc-space-before-20.csc-space-after-40 body div.ad.csc-space-before-20,
body div.ad.csc-space-after-40,
body div.ad {
  margin-top: 33px !important;
}
.jumbotron-dfb {
  text-align: center;
  background-color: #007f4b;
  border-radius: 0 !important;
}
.jumbotron-dfb h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  font-size: 83px;
}
.jumbotron-dfb p {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
}
.jumbotron-dfb p.lead {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: white;
  font-size: 21px;
  margin-bottom: 40px;
}
.anchor-subline {
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
  .anchor-subline {
    min-width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and print {
  .anchor-subline {
    overflow: visible;
    text-overflow: none;
  }
}
.anchor-headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  display: block;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .anchor-headline {
    font-size: 16px;
    line-height: 20px;
  }
}
.show-more {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #007f4b;
  display: block;
  height: 38px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.show-more:after {
  content: "\e000";
  font-size: 16px;
  position: absolute;
  left: 49%;
  top: 25px;
  font-family: 'dfb-awesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  .show-more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  p .show-more {
    margin-bottom: 10px;
  }
}
.billboard-image,
.csc-textpic-image {
  position: relative;
  width: 100%;
}
.billboard-image span,
.csc-textpic-image span,
.billboard-image .csc-textpic-caption,
.csc-textpic-image .csc-textpic-caption {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  background-color: #007f4b;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  padding: 10px 20px 8px 20px;
}
@media print {
  .billboard-image span,
  .csc-textpic-image span,
  .billboard-image .csc-textpic-caption,
  .csc-textpic-image .csc-textpic-caption {
    overflow: visible;
    text-overflow: none;
  }
}
@media only screen and (min-width: 768px) {
  .billboard-image span,
  .csc-textpic-image span,
  .billboard-image .csc-textpic-caption,
  .csc-textpic-image .csc-textpic-caption {
    background-color: rgba(0, 127, 75, 0.85);
    bottom: 20px;
    position: absolute;
    max-width: 90%;
  }
}
.billboard-image span.billboard-description-large,
.csc-textpic-image span.billboard-description-large,
.billboard-image .csc-textpic-caption.billboard-description-large,
.csc-textpic-image .csc-textpic-caption.billboard-description-large {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.billboard-image img {
  min-width: 100%;
}
.billboard-description-large {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .msie.msie9 .ticket-match .actions .btn,
  .firefox.msie9 .ticket-match .actions .btn {
    margin-left: -2px;
  }
}
.ticket-match {
  display: block;
  font-size: 16px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ticket-match {
    text-align: left;
  }
}
.ticket-match .match-flags {
  margin-top: 3px;
}
.ticket-match .match-flags img {
  display: inline;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .ticket-match .match-flags {
    padding-left: 10px;
    margin-top: 8px;
    vertical-align: top;
    width: 13%;
  }
}
@media only screen and (min-width: 992px) {
  .ticket-match .match-flags {
    width: 10%;
  }
}
@media only screen and (min-width: 1080px) {
  .ticket-match .match-flags {
    padding-left: 20px;
  }
}
.ticket-match .teams {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #000000;
  display: block;
  font-size: 18px;
  margin: 12px 0 10px 0;
}
@media print {
  .ticket-match .teams {
    overflow: visible;
    text-overflow: none;
  }
}
@media only screen and (min-width: 768px) {
  .ticket-match .teams {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    margin: 9px 0 11px 0;
    width: 31%;
  }
}
@media only screen and (min-width: 992px) {
  .ticket-match .teams {
    width: 23%;
  }
}
.ticket-match .date {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media print {
  .ticket-match .date {
    overflow: visible;
    text-overflow: none;
  }
}
@media only screen and (max-width: 767px) {
  .ticket-match .date {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .ticket-match .date {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    width: 13%;
  }
}
@media only screen and (min-width: 992px) {
  .ticket-match .date {
    width: 11%;
  }
}
.ticket-match .location {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media print {
  .ticket-match .location {
    overflow: visible;
    text-overflow: none;
  }
}
@media only screen and (min-width: 768px) {
  .ticket-match .location {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    width: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .ticket-match .actions {
    margin-top: 20px;
  }
  .ticket-match .actions .btn {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .ticket-match .actions .btn i {
    font-size: 16px;
    margin-top: 2px;
    position: absolute;
    right: 17px;
  }
  .ticket-match .actions .btn + .btn {
    margin-top: 1px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .ticket-match .actions .btn {
    padding: 10px 20px;
    position: relative;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .ticket-match .actions {
    float: right;
    float: right !important;
    color: #000000;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    width: 35%;
  }
  .ticket-match .actions .btn {
    margin-left: -3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ticket-match .actions {
    margin-top: -10px;
    width: 24%;
  }
  .ticket-match .actions .btn {
    float: right;
    float: right !important;
    padding: 5px 10px;
    line-height: 1.5;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
  }
  .ticket-match .actions .btn i {
    margin-top: 1px;
  }
}
@media only screen and (min-width: 992px) {
  .ticket-match .actions {
    width: 37%;
  }
}
.match-flags {
  display: inline-block;
}
.match-flags > img {
  margin-top: -7px;
}
.ticket-selector {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .ticket-selector .col-xs-5.col-sm-3 {
    line-height: 20px;
  }
}
.ticket-selector .tbody {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .ticket-selector {
    line-height: 40px;
  }
}
.ticket-selector .ticket-category-description {
  display: none;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media print {
  .ticket-selector .ticket-category-description {
    overflow: visible;
    text-overflow: none;
  }
}
@media only screen and (min-width: 768px) {
  .ticket-selector .ticket-category-description {
    display: inline-block;
    line-height: 1;
    height: 18px;
    max-width: 70%;
    padding: 0;
    margin: 11px 0 0 0;
    vertical-align: top;
  }
}
@media only screen and (min-width: 992px) {
  .ticket-selector .ticket-category-description {
    max-width: 75%;
  }
}
.ticket-selector .ticket-category {
  color: white;
  display: inline-block;
  width: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ticket-selector .ticket-category {
    height: 40px;
    padding: 7px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .ticket-selector .ticket-category {
    color: transparent;
    margin-right: 18px;
  }
}
.ticket-selector .ticket-category.ticket-category-1 {
  background-color: #34536c;
}
.ticket-selector .ticket-category.ticket-category-2 {
  background-color: #426a94;
}
.ticket-selector .ticket-category.ticket-category-3 {
  background-color: #649bc2;
}
@media only screen and (min-width: 992px) {
  .ticket-checkout {
    font-size: 14px;
  }
}
.ticket-checkout .ticket-row {
  margin: -7px 0;
}
@media only screen and (min-width: 768px) {
  .ticket-checkout .ticket-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ticket-checkout .ticket-row strong {
  color: #000000;
}
.ticket-checkout p {
  margin: 0;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .ticket-checkout p {
    margin-bottom: 20px;
  }
}
.tickets-overview {
  line-height: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tickets-overview {
    margin-bottom: 20px;
  }
  .tickets-overview table td {
    padding: 0 0 10px 0;
  }
  .tickets-overview .icon-remove {
    font-size: 20px;
    line-height: 12px;
    text-decoration: none;
  }
}
.tickets-overview:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .tickets-overview .ticket-seat-price.kasse {
    text-align: right;
  }
}
.tickets-overview .ticket-seat-price strong {
  color: #000000;
}
.tickets-overview .ticket-seat-position,
.tickets-overview .ticket-seat-category {
  color: #000000;
}
.tickets-overview .ticket-seat-position td,
.tickets-overview .ticket-seat-category td {
  vertical-align: top;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headline-small,
  .ticket-checkout {
    font-size: 14px;
  }
  .headline-small .col-sm-1.col-lg-2,
  .ticket-checkout .col-sm-1.col-lg-2 {
    padding: 0;
  }
  .headline-small .col-sm-3.col-lg-3,
  .ticket-checkout .col-sm-3.col-lg-3,
  .headline-small .col-sm-3.col-lg-2,
  .ticket-checkout .col-sm-3.col-lg-2 {
    padding: 0;
    width: 19% !important;
  }
  .headline-small .col-sm-3.col-lg-3 span,
  .ticket-checkout .col-sm-3.col-lg-3 span,
  .headline-small .col-sm-3.col-lg-2 span,
  .ticket-checkout .col-sm-3.col-lg-2 span {
    display: block;
    font-size: 12px;
  }
  .headline-small .col-sm-5.col-lg-6,
  .ticket-checkout .col-sm-5.col-lg-6 {
    padding: 0;
    width: 51.6666% !important;
  }
  .headline-small .col-2.col-sm-3.col-lg-2.text-right,
  .ticket-checkout .col-2.col-sm-3.col-lg-2.text-right {
    padding-right: 10px;
  }
}
#CheckoutAccordion .radio {
  margin-bottom: 20px !important;
}
#CheckoutAccordion .radio + .radio {
  margin-bottom: 10px !important;
}
#CheckoutAccordion .radio + .inset .radio {
  margin-bottom: 10px !important;
}
.table-like div.row {
  margin: 0;
}
.table-like [class*="col"] {
  padding: 0 !important;
}
.table-like [class*="col"] h6 {
  padding-left: 0;
}
.table-like .thead > div > div .headline-small {
  padding-left: 0;
}
.table-like .thead > div > div:first-child .headline-small {
  padding-left: 20px;
}
.subnavigation.tickets {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .subnavigation.tickets {
    height: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .subnavigation.tickets {
    height: 80px;
  }
}
.subnavigation.tickets [class^="col"] {
  padding: 0;
}
.subnavigation.tickets li {
  display: block;
}
.subnavigation.tickets li a {
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .subnavigation.tickets li a {
    padding: 15px 10px 16px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .subnavigation.tickets li a {
    padding: 25px 10px 26px 10px;
  }
}
.subnavigation.tickets li a i {
  display: inline-block;
  font-size: 25px;
  height: 25px;
}
@media only screen and (min-width: 768px) {
  .subnavigation.tickets li a i {
    margin: 0 4px 0 0;
  }
}
.subnavigation.tickets li a:hover {
  background-color: #fff;
  color: #007f4b;
}
.subnavigation.tickets li.active {
  display: block;
}
.subnavigation.tickets li.active a {
  background-color: #fff;
  color: #007f4b;
}
.subnavigation.tickets li.active a:after {
  top: 85px;
}
.subnavigation.tickets li .subnavigation-large-event {
  background-color: #fff;
  color: #007f4b;
}
@media only screen and (max-width: 767px) {
  .subnavigation.tickets.tickets {
    display: block;
    height: 58px;
  }
  .subnavigation.tickets.tickets li {
    width: 16%;
  }
  .subnavigation.tickets.tickets li.active {
    width: 52%;
  }
  .subnavigation.tickets.tickets li.active a {
    padding: 1px 10px 7px 10px;
  }
  .subnavigation.tickets.tickets li.active a:after {
    display: none;
  }
  .subnavigation.tickets.tickets li.active a i {
    display: block;
  }
  .subnavigation.tickets.tickets li.active a .step {
    display: inline-block;
    float: none;
    width: auto;
  }
  .subnavigation.tickets.tickets li.active a .step-description {
    display: inline-block;
  }
  .subnavigation.tickets.tickets li a {
    border-right: 1px solid white;
    padding: 1px 10px 3px 10px;
  }
  .subnavigation.tickets.tickets li a .step {
    display: block;
    float: left;
    width: 100%;
  }
  .subnavigation.tickets.tickets li a .step-description {
    display: none;
  }
  .subnavigation.tickets.tickets li:last-child a {
    border: none;
  }
  .subnavigation.tickets.tickets li a {
    position: relative;
    height: 58px;
  }
  .subnavigation.tickets.tickets .icon-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .subnavigation.tickets.tickets .icon-wrapper {
    display: inline-block;
    height: 21px;
    position: relative;
    width: 35px;
  }
  .subnavigation.tickets.tickets .icon-wrapper a:after {
    top: 87px;
  }
  .subnavigation.tickets.tickets .icon-wrapper i {
    left: 0;
    position: absolute;
    top: 4px;
  }
}
.table-big {
  width: 100%;
}
.append label {
  padding-left: 0;
  float: left;
}
.ticket-match .location,
.ticket-match .date,
.ticket-match .teams,
.ticket-match .match-flags {
  height: 26px;
  line-height: 1.7;
  margin: 9px 0 11px 0;
  vertical-align: middle;
}
.news-body {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.news-body h3 {
  line-height: 20px;
}
.news-body a {
  text-decoration: underline;
}
.news-listing a {
  display: block !important;
}
.news-listing .news-listing-item {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  position: relative;
}
.news-listing .news-listing-item:before,
.news-listing .news-listing-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.news-listing .news-listing-item:after {
  clear: both;
}
.news-listing .news-listing-item:before,
.news-listing .news-listing-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.news-listing .news-listing-item:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .news-listing .news-listing-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-listing .news-listing-item img {
  min-width: 100%;
}
.news-listing .news-listing-item:last-child {
  margin-bottom: 0;
}
.news-listing .news-listing-item:last-child [class^="col"]:last-child:after {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .news-listing .news-listing-item [class^="col"] {
    padding: 0;
  }
  .news-listing .news-listing-item [class^="col"] .row {
    margin-left: 0;
    margin-right: 0;
  }
  .news-listing .news-listing-item [class^="col"] .row .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-listing .news-listing-item [class^="col"]:last-child:after {
  background: #878787;
  bottom: -20px;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .news-listing .news-listing-item [class^="col"]:last-child:after {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  .news-listing .news-listing-item [class^="col"]:last-child {
    min-height: 180px;
  }
}
.news-listing .news-listing-item .news-listing-subline {
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 3px;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .news-listing .news-listing-item .news-listing-subline {
    min-width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and print {
  .news-listing .news-listing-item .news-listing-subline {
    overflow: visible;
    text-overflow: none;
  }
}
@media print {
  .news-listing .news-listing-item .news-listing-subline {
    overflow: visible;
    text-overflow: none;
  }
}
@media only screen and (max-width: 767px) {
  .news-listing .news-listing-item .news-listing-subline {
    margin-top: 10px;
  }
}
.news-listing .news-listing-item .news-listing-subline.search-listing-subline a {
  display: inline-block !important;
}
.news-listing .news-listing-item .news-listing-headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  display: block;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .news-listing .news-listing-item .news-listing-headline {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  .news-listing .news-listing-item .news-listing-headline {
    max-height: 40px;
    overflow: hidden;
  }
}
.news-listing .news-listing-item .news-listing-teaser {
  display: block;
  font-size: 14px !important;
  line-height: 22px !important;
}
.news-listing .news-listing-item .news-listing-teaser a.more {
  display: inline !important;
}
.news-listing .news-listing-item .news-listing-headline + .news-listing-teaser {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .news-listing .news-listing-item .news-listing-headline + .news-listing-teaser {
    margin-top: 20px;
  }
}
.news-listing-small a {
  display: block !important;
}
.news-listing-small .news-listing-item {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
  position: relative;
}
.news-listing-small .news-listing-item:before,
.news-listing-small .news-listing-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.news-listing-small .news-listing-item:after {
  clear: both;
}
.news-listing-small .news-listing-item:before,
.news-listing-small .news-listing-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.news-listing-small .news-listing-item:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .news-listing-small .news-listing-item {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-listing-small .news-listing-item img {
  min-width: 100%;
}
.news-listing-small .news-listing-item:last-child {
  margin-bottom: 0;
}
.news-listing-small .news-listing-item:last-child [class^="col"]:last-child:after {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .news-listing-small .news-listing-item [class^="col"] {
    padding: 0;
  }
  .news-listing-small .news-listing-item [class^="col"] .row {
    margin-left: 0;
    margin-right: 0;
  }
  .news-listing-small .news-listing-item [class^="col"] .row .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-listing-small .news-listing-item [class^="col"]:last-child:after {
  background: #878787;
  bottom: -20px;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .news-listing-small .news-listing-item [class^="col"]:last-child:after {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  .news-listing-small .news-listing-item [class^="col"]:last-child {
    min-height: 180px;
  }
}
.news-listing-small .news-listing-item .news-listing-subline {
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 3px;
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .news-listing-small .news-listing-item .news-listing-subline {
    min-width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and print {
  .news-listing-small .news-listing-item .news-listing-subline {
    overflow: visible;
    text-overflow: none;
  }
}
@media print {
  .news-listing-small .news-listing-item .news-listing-subline {
    overflow: visible;
    text-overflow: none;
  }
}
@media only screen and (max-width: 767px) {
  .news-listing-small .news-listing-item .news-listing-subline {
    margin-top: 10px;
  }
}
.news-listing-small .news-listing-item .news-listing-subline.search-listing-subline a {
  display: inline-block !important;
}
.news-listing-small .news-listing-item .news-listing-headline {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000000;
  display: block;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .news-listing-small .news-listing-item .news-listing-headline {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1080px) {
  .news-listing-small .news-listing-item .news-listing-headline {
    max-height: 40px;
    overflow: hidden;
  }
}
.news-listing-small .news-listing-item .news-listing-teaser {
  display: block;
  font-size: 14px !important;
  line-height: 22px !important;
}
.news-listing-small .news-listing-item .news-listing-teaser a.more {
  display: inline !important;
}
.news-listing-small .news-listing-item .news-listing-headline + .news-listing-teaser {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .news-listing-small .news-listing-item .news-listing-headline + .news-listing-teaser {
    margin-top: 20px;
  }
}
.news-listing-small .news-listing-item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .news-listing-small .news-listing-item {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.news-listing-small .news-listing-item [class^="col"]:after {
  display: none !important;
}
.news-listing-small .news-listing-item [class^="col"]:last-child {
  min-height: 1px;
}
@media only screen and (min-width: 768px) {
  .news-listing-small .news-listing-item [class^="col"]:last-child {
    padding-left: 0;
  }
}
.news-listing-small .news-listing-item .col-sm-5 a,
.news-listing-small .news-listing-item .col-sm-5 noscript img {
  display: block;
  height: auto;
  width: auto;
}
@media (min-width: 768px) {
  .news-listing-small .news-listing-item .col-sm-5 a,
  .news-listing-small .news-listing-item .col-sm-5 noscript img {
    height: 32px;
    width: 57px;
  }
}
@media (min-width: 980px) {
  .news-listing-small .news-listing-item .col-sm-5 a,
  .news-listing-small .news-listing-item .col-sm-5 noscript img {
    height: 49px;
    width: 88px;
  }
}
@media (min-width: 1080px) {
  .news-listing-small .news-listing-item .col-sm-5 a,
  .news-listing-small .news-listing-item .col-sm-5 noscript img {
    height: 57px;
    width: 102px;
  }
}
.news-listing-small .news-listing-item .news-listing-headline {
  font-size: 18px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .news-listing-small .news-listing-item .news-listing-headline {
    font-size: 14px;
  }
}
.news-listing-small .news-listing-headline + .news-listing-teaser {
  margin-bottom: 0;
}
.comments {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: -5px;
}
.comments .comment {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin-bottom: 30px;
}
.comments .show-all-comments {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #007f4b;
  display: block;
  height: 38px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.comments .show-all-comments:after {
  content: "\e000";
  font-size: 16px;
  position: absolute;
  left: 49%;
  top: 25px;
  font-family: 'dfb-awesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  .comments .show-all-comments {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.social-recommendation {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #666666 !important;
  font-size: 14px;
  line-height: 16px;
  padding: 0 20px;
  margin: 0 0 40px 0;
}
.social-recommendation strong.black,
.social-recommendation b.black {
  color: #000000;
  margin-right: 5px;
}
.social-recommendation a:not(.btn) {
  color: #666666 !important;
}
.social-recommendation .social-recommendation-networks {
  margin: 15px 0 20px 0;
  overflow: hidden;
}
.social-recommendation .social-recommendation-networks a {
  background-color: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: white;
  display: inline-block;
  float: left;
  font-size: 40px;
  height: 55px;
  margin-left: 18.2%;
  text-align: center;
  text-decoration: none;
  width: 55px;
}
.social-recommendation .social-recommendation-networks a i {
  display: inline-block;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .social-recommendation .social-recommendation-networks a {
    font-size: 24px;
    height: 36px;
    width: 36px;
  }
  .social-recommendation .social-recommendation-networks a i {
    margin-top: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .social-recommendation .social-recommendation-networks a {
    font-size: 34px;
    height: 52px;
    width: 52px;
  }
  .social-recommendation .social-recommendation-networks a i {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1080px) {
  .social-recommendation .social-recommendation-networks a {
    font-size: 40px;
    height: 59px;
    width: 59px;
  }
  .social-recommendation .social-recommendation-networks a i {
    margin-top: 10px;
  }
}
.social-recommendation .social-recommendation-networks a:first-child {
  margin-left: 0;
}
.social-recommendation .social-recommendation-networks a.social-recommendation-facebook {
  background-color: #3b5998;
  font-size: 52px;
  position: relative;
}
.social-recommendation .social-recommendation-networks a.social-recommendation-facebook i {
  bottom: -6px;
  position: absolute;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .social-recommendation .social-recommendation-networks a.social-recommendation-facebook {
    font-size: 36px;
  }
  .social-recommendation .social-recommendation-networks a.social-recommendation-facebook i {
    right: 6px;
  }
}
@media only screen and (min-width: 992px) {
  .social-recommendation .social-recommendation-networks a.social-recommendation-facebook {
    font-size: 48px;
  }
  .social-recommendation .social-recommendation-networks a.social-recommendation-facebook i {
    right: 10px;
  }
}
@media only screen and (min-width: 1080px) {
  .social-recommendation .social-recommendation-networks a.social-recommendation-facebook {
    font-size: 52px;
  }
  .social-recommendation .social-recommendation-networks a.social-recommendation-facebook i {
    right: 10px;
  }
}
.social-recommendation .social-recommendation-networks a.social-recommendation-twitter {
  background-color: #00aced;
}
.social-recommendation .social-recommendation-networks a.social-recommendation-google-plus {
  background-color: #da4835;
}
.news-teaser > a {
  display: block;
  margin-bottom: 20px;
}
.news-teaser > a img {
  min-width: 100%;
}
.news-teaser > p {
  font-size: 14px;
  line-height: 22px;
}
.news-teaser .link-list {
  font-size: 14px;
  line-height: 22px;
}
.news-teaser .anchor + p {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .news-teaser .anchor-headline {
    height: 60px;
    overflow: hidden;
  }
}
@media (min-width: 1080px) {
  .news-teaser .anchor-headline {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .news-teaser-wrapper,
  .csc-default.ctype-gridelements_pi1.news-teaser-wrapper.csc-space-after-20 {
    margin-bottom: 0px !important;
  }
  .news-teaser-wrapper .col-sm-4 .ctype-list:last-child .news-teaser,
  .csc-default.ctype-gridelements_pi1.news-teaser-wrapper.csc-space-after-20 .col-sm-4 .ctype-list:last-child .news-teaser {
    border-bottom: 1px solid #878787;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .news-teaser-wrapper,
  .csc-default.ctype-gridelements_pi1.news-teaser-wrapper.csc-space-after-20 {
    margin-bottom: 40px !important;
  }
}
.video-teaser > a {
  display: block;
  margin-bottom: 20px;
}
.video-teaser > a img {
  min-width: 100%;
}
.video-teaser > p {
  font-size: 14px;
  line-height: 22px;
}
.video-teaser .link-list {
  font-size: 14px;
  line-height: 22px;
}
.video-teaser .anchor + p {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .video-teaser .anchor-headline {
    height: 60px;
    overflow: hidden;
  }
}
@media (min-width: 1080px) {
  .video-teaser .anchor-headline {
    height: 40px;
  }
}
.video-teaser > a {
  position: relative;
  text-decoration: none;
}
.video-teaser > a:after {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  background-color: #007f4b !important;
  content: "\e004";
  color: white;
  display: block;
  font-size: 22px;
  height: 40px;
  padding: 9px 0 0 9px;
  position: absolute;
  width: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  top: 50%;
  font-family: 'dfb-awesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.user-profile .user-profile-avatar {
  display: inline-block;
  float: left;
  width: 40px;
}
.user-profile .user-profile-publish {
  padding-left: 20px;
}
.user-profile .user-profile-publish input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.user-profile label {
  text-transform: none;
}
.user-profile.small {
  display: inline-block;
}
.user-profile.small .user-profile-publish {
  display: inline-block;
  max-width: 82px;
}
.user-profile.small .user-profile-publish input[type="checkbox"] {
  margin-left: -20px;
}
.video-wrapper {
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}
.video-wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* initial ratio of 16:9*/
}
.rotation-wrapper {
  display: block;
  position: relative;
  width: 100%;
}
.rotation-wrapper:before,
.rotation-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.rotation-wrapper:after {
  clear: both;
}
.rotation-wrapper:before,
.rotation-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.rotation-wrapper:after {
  clear: both;
}
.rotation-item {
  display: block;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
}
.rotation-item.active {
  opacity: 1;
  position: relative;
}
.product-listing {
  position: relative;
}
.product-listing .product-item {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-listing .product-item {
    margin-bottom: 20px;
  }
}
.product-listing + .product-listing {
  margin-top: 20px;
}
.product-listing + .headline-small {
  margin-top: 20px;
}
.product-item {
  position: relative;
}
@media (min-width: 768px) {
  .product-item {
    padding: 0 14px 0 15px;
  }
}
.product-item a {
  color: #666666;
  display: block;
  text-decoration: none;
}
.product-item img {
  min-width: 100%;
}
.product-item .product-item-text,
.product-item .product-item-price {
  font-size: 14px;
  line-height: 14px;
  padding: 6px 0;
  min-height: 32px;
  text-align: center;
  text-transform: uppercase;
}
.product-item.product-item-onsale:after,
.product-item.product-item-sale:after {
  color: #666666;
  content: "%";
  font-weight: bold;
  display: block;
  padding: 2px 7px;
  position: absolute;
  right: 25px;
  top: 0;
}
.product-item.product-item-onsale .product-item-price,
.product-item.product-item-sale .product-item-price {
  color: #e72929;
}
.product-item.product-item-onsale .product-original-price,
.product-item.product-item-sale .product-original-price {
  color: #666666;
  margin-left: 10px;
  text-decoration: line-through;
}
.product-item .product-item-price {
  display: none;
}
.product-item.product-item-priced .product-item-text {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 1;
  min-height: 0;
  padding-bottom: 0;
  text-align: left;
}
@media print {
  .product-item.product-item-priced .product-item-text {
    overflow: visible;
    text-overflow: none;
  }
}
.product-item.product-item-priced .product-item-price {
  display: block;
  min-height: 0;
  padding-top: 0;
  text-align: left;
}
.product {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product {
    padding-left: 20px;
  }
}
.product-headline {
  margin-bottom: 10px;
}
.product-headline h1,
.product-headline h2,
.product-headline h3 {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media print {
  .product-headline h1,
  .product-headline h2,
  .product-headline h3 {
    overflow: visible;
    text-overflow: none;
  }
}
.product-info {
  font-size: 14px;
  line-height: 18px;
}
.checkout-item-form {
  margin-top: 20px;
}
.product-price-outer {
  margin-top: 20px;
}
.product-price {
  display: inline-block;
  font-size: 34px;
  line-height: 1;
  vertical-align: middle;
}
.product-price-help {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-left: 20px;
  vertical-align: middle;
}
.product-price-reduced .product-original-price {
  display: block;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.product-price-reduced .product-reduced-price {
  display: inline-block;
  font-size: 34px;
  line-height: 1;
  vertical-align: middle;
  color: #e72929;
}
.product-listing-filter > div {
  padding-left: 0;
}
.product-listing-filter > div:first-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  .product-listing-filter > div:first-child {
    display: none;
  }
}
.product-listing-view-switch {
  padding-right: 10px;
}
.product-listing-view-switch .btn-group {
  float: right;
  text-decoration: none;
}
.product-listing-view-switch .btn-group i,
.product-listing-view-switch .btn-group:hover {
  text-decoration: none;
}
.product-listing-view-switch .btn-group.active .btn {
  background: #007f4b;
  color: white;
}
.product-listing-view-switch .btn {
  padding-left: 11.66666667px;
  padding-right: 11.66666667px;
}
.product-listing-two-rowed {
  clear: both;
  overflow: hidden;
  width: auto;
}
.product-listing-two-rowed .product-item {
  float: left;
  width: 50%;
}
.product-listing-four-rowed {
  clear: both;
  overflow: hidden;
}
.product-listing-four-rowed .product-item {
  float: left;
  width: 50%;
}
@media (min-width: 768px) {
  .product-listing-four-rowed {
    overflow: hidden;
    width: auto;
  }
  .product-listing-four-rowed .product-item {
    width: 25%;
  }
}
.product-listing-wrapper-four-columns {
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-listing-wrapper-four-columns .product-listing-two-rowed {
    clear: none;
    float: left;
    margin: 0;
    min-height: 1px;
    position: relative;
    width: 50%;
  }
  .product-listing-wrapper-four-columns .product-listing-two-rowed:nth-child(odd) .product-item:first-child {
    padding-left: 0;
    padding-right: 7.5px;
  }
  .product-listing-wrapper-four-columns .product-listing-two-rowed:nth-child(odd) .product-item:last-child {
    padding-left: 2.5px;
    padding-right: 5px;
  }
  .product-listing-wrapper-four-columns .product-listing-two-rowed:nth-child(even) .product-item:first-child {
    padding-left: 5px;
    padding-right: 2.5px;
  }
  .product-listing-wrapper-four-columns .product-listing-two-rowed:nth-child(even) .product-item:last-child {
    padding-left: 7.5px;
    padding-right: 0;
  }
}
.product-image-frame-outer {
  position: relative;
  margin-bottom: 20px;
}
.product-image-frame {
  margin-left: -20px;
  margin-right: -20px;
}
.product-image-frame:before,
.product-image-frame:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-image-frame:after {
  clear: both;
}
.product-image-frame:before,
.product-image-frame:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-image-frame:after {
  clear: both;
}
@media (max-width: 767px) {
  .product-image-frame {
    margin-left: 0;
    margin-right: 0;
  }
}
.product-image-main {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .product-image-main {
    float: left;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .product-image-main {
    padding: 0;
  }
}
.product-image-main .btn-toolbar {
  bottom: 0;
  position: absolute;
  width: 28px;
}
.product-image-main .btn-toolbar .btn {
  float: left;
  display: block;
  width: 28px;
}
.product-image-main .btn-toolbar .btn + .btn {
  margin: 10px 0 0 0 !important;
}
.product-image-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .product-image-sidebar {
    float: left;
    width: 25%;
  }
}
.product-image-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-image-sidebar ul:before,
.product-image-sidebar ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-image-sidebar ul:after {
  clear: both;
}
.product-image-sidebar ul:before,
.product-image-sidebar ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.product-image-sidebar ul:after {
  clear: both;
}
.product-image-sidebar li {
  border: 1px solid white;
  padding: 1px;
}
.product-image-sidebar li.active {
  border-color: #e4e4e4;
}
@media (max-width: 767px) {
  .product-image-sidebar ul {
    display: block;
    margin-top: 10px;
    padding: 0;
  }
  .product-image-sidebar li {
    float: left;
    display: block;
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 768px) {
  .product-image-sidebar {
    height: 329;
  }
  .product-image-sidebar ul {
    display: block;
  }
  .product-image-sidebar li {
    float: right;
  }
  .product-image-sidebar li a {
    display: inline-block;
    text-align: center;
  }
  .product-image-sidebar li a img {
    display: inline-block;
    height: 62px;
  }
}
@media (min-width: 980px) {
  .product-image-sidebar {
    height: 439;
  }
  .product-image-sidebar li a img {
    height: 84px;
  }
}
@media (min-width: 1080px) {
  .product-image-sidebar {
    height: 489px;
  }
  .product-image-sidebar li a img {
    height: 94px;
  }
}
@media (max-width: 767px) {
  .product-image-main,
  .product-image-sidebar {
    padding: 0;
  }
}
.checkout-shopping-card {
  font-size: 14px;
}
.checkout-shopping-card .checkout-shopping-card-form {
  border-bottom: 1px solid #878787;
  padding-bottom: 37px;
}
@media (max-width: 767px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    background-color: #007f4b;
    color: white;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    position: relative;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    display: block !important;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs + .form-md,
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs + .form-xs {
    margin-top: -10px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs a {
    color: white;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs a:after {
    content: "";
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs a:hover {
    color: white;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs:hover {
    color: white;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs [class^="icon"] {
    margin-left: 3px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs > .btn {
    margin-top: -14px;
    margin-bottom: -10px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs > .btn:hover {
    color: #007f4b;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs > .btn.pull-right {
    border-left: 1px solid white;
    margin-top: -10px;
    margin-right: -20px;
    position: absolute;
    right: 20px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs > .btn.pull-left {
    border-right: 1px solid white;
    margin-top: -10px;
    margin-left: -20px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs i {
    font-size: 16px;
    margin-top: 2px;
    position: absolute;
    right: 17px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs .btn-icon i {
    position: relative;
    right: auto;
  }
}
@media (max-width: 767px) and print {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs {
    overflow: visible;
    text-overflow: none;
  }
}
@media (max-width: 767px) and only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs {
    font-size: 14px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs .col-sm-1.col-lg-2 {
    padding: 0;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs .col-sm-3.col-lg-3,
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs .col-sm-3.col-lg-2 {
    padding: 0;
    width: 19% !important;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs .col-sm-3.col-lg-3 span,
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs .col-sm-3.col-lg-2 span {
    display: block;
    font-size: 12px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs .col-sm-5.col-lg-6 {
    padding: 0;
    width: 51.6666% !important;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs .col-2.col-sm-3.col-lg-2.text-right {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header-xs {
    background-color: blue;
    display: none !important;
  }
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header:before,
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header:after {
  clear: both;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header:before,
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header:after {
  clear: both;
}
@media (max-width: 767px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header {
    display: none !important;
  }
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  background-color: #007f4b;
  min-width: 0;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div + .form-md,
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div + .form-xs {
  margin-top: -10px;
}
@media print {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div {
    overflow: visible;
    text-overflow: none;
  }
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div a {
  color: white;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div a:after {
  content: "";
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div a:hover {
  color: white;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div:hover {
  color: white;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div [class^="icon"] {
  margin-left: 3px;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div > .btn {
  margin-top: -14px;
  margin-bottom: -10px;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div > .btn:hover {
  color: #007f4b;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div > .btn.pull-right {
  border-left: 1px solid white;
  margin-top: -10px;
  margin-right: -20px;
  position: absolute;
  right: 20px;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div > .btn.pull-left {
  border-right: 1px solid white;
  margin-top: -10px;
  margin-left: -20px;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div i {
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 17px;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div .btn-icon i {
  position: relative;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div {
    font-size: 14px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div .col-sm-1.col-lg-2 {
    padding: 0;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div .col-sm-3.col-lg-3,
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div .col-sm-3.col-lg-2 {
    padding: 0;
    width: 19% !important;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div .col-sm-3.col-lg-3 span,
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div .col-sm-3.col-lg-2 span {
    display: block;
    font-size: 12px;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div .col-sm-5.col-lg-6 {
    padding: 0;
    width: 51.6666% !important;
  }
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div .col-2.col-sm-3.col-lg-2.text-right {
    padding-right: 10px;
  }
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div:first-child {
  padding-left: 20px;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div:last-child {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-form-header > div:last-child {
    text-align: right;
  }
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-listing:before,
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-listing:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-listing:after {
  clear: both;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-listing:before,
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-listing:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-listing:after {
  clear: both;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-listing .checkout-shopping-card-item + .checkout-shopping-card-item {
  margin-top: 20px;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item:before,
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item:after {
  clear: both;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item:before,
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item:after {
  clear: both;
}
.checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item .checkout-shopping-card-item-image {
  width: 40%;
}
@media (max-width: 767px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item .checkout-shopping-card-item-image {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item .checkout-shopping-card-item-image {
    float: left;
  }
}
@media (max-width: 767px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item .checkout-shopping-card-item-description {
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item .checkout-shopping-card-item-description {
    padding-left: 45%;
  }
}
@media (max-width: 767px) {
  .checkout-shopping-card .checkout-shopping-card-form .checkout-shopping-card-item > div {
    display: block;
    float: none;
    width: 100%;
  }
}
.checkout-shopping-card .checkout-shopping-card-info {
  border-bottom: 1px solid #878787;
  padding-top: 40px;
  padding-bottom: 40px;
}
.checkout-shopping-card .checkout-shopping-card-info:before,
.checkout-shopping-card .checkout-shopping-card-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout-shopping-card .checkout-shopping-card-info:after {
  clear: both;
}
.checkout-shopping-card .checkout-shopping-card-info:before,
.checkout-shopping-card .checkout-shopping-card-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.checkout-shopping-card .checkout-shopping-card-info:after {
  clear: both;
}
.checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-title {
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-title {
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-title {
    float: left;
    width: 58.33333333%;
  }
}
.checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body {
  color: #666666 !important;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body strong.black,
.checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body b.black {
  color: #000000;
  margin-right: 5px;
}
.checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body a:not(.btn) {
  color: #666666 !important;
}
@media (min-width: 1080px) {
  .checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body {
    text-align: right;
  }
}
.checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body strong,
.checkout-shopping-card .checkout-shopping-card-info .checkout-shopping-card-info-body b {
  color: #000000;
  margin-right: 5px;
}
.checkout-shopping-card .checkout-shopping-card-actions {
  padding-top: 40px;
}
.help-text {
  color: #666666 !important;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  display: block;
  font-size: 80%;
  text-transform: none;
}
.help-text strong.black,
.help-text b.black {
  color: #000000;
  margin-right: 5px;
}
.help-text a:not(.btn) {
  color: #666666 !important;
}
.quantity-toggle input[type="text"] {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.quantity-toggle .btn {
  text-decoration: none;
}
/*
 * Selecter Plugin [Formstone Library]
 * @author Ben Plum
 * @version 2.1.2
 *
 * Copyright © 2013 Ben Plum <mr@benplum.com>
 * Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
 */
.selecter-element {
  *left: -999999px;
  position: absolute;
  opacity: 0;
}
.selecter {
  display: block;
  margin: 10px 0;
  position: relative;
  max-width: 30%;
  z-index: 1;
}
.selecter .selecter-selected {
  background: #f9f9f9 no-repeat right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 49;
}
.selecter .selecter-options {
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  background-color: #fefefe;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: none;
  left: 0;
  margin: 0;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50;
}
.selecter .selecter-group {
  background: #F9F9F9;
  border-bottom: 1px solid #e3e3e3;
  color: #999;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}
.selecter .selecter-item {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 8px 10px;
  text-overflow: ellipsis;
  width: 100%;
}
.selecter .selecter-item.selected {
  background: #F9F9F9;
}
.selecter .selecter-item.first {
  border-radius: 0;
}
.selecter .selecter-item.last {
  border-radius: 0 0 2px 2px;
  border-bottom: 0;
}
@media screen and (min-width: 740px) {
  .selecter .selecter-item:hover,
  .selecter .selecter-item.selected:hover {
    background-color: #f3f3f3;
  }
  .selecter:hover .selecter-selected {
    background-color: #fff;
  }
  .selecter.disabled .selecter-item:hover {
    background: #fff;
  }
}
/* Open */
.selecter.open {
  z-index: 3;
}
.selecter.open .selecter-selected {
  border-radius: 3px 3px 0 0;
  z-index: 51;
}
.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #fff;
}
/* 'Cover' Positioning */
.selecter.cover .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  top: 0;
}
.selecter.cover .selecter-options .selecter-item.first {
  border-radius: 3px 3px 0 0;
}
.selecter.cover.open .selecter-selected {
  border-radius: 3px 3px 0 0;
  z-index: 49;
}
/* 'Bottom' Positioning */
.selecter.bottom .selecter-options {
  border-width: 1px 1px 0;
  bottom: 100%;
  top: auto;
}
.selecter.bottom .selecter-item.last {
  border: none;
}
.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 3px 3px;
}
.selecter.bottom.open .selecter-options {
  border-radius: 3px 3px 0 0;
}
/* 'Bottom' + 'Cover' Positioning */
.selecter.bottom.cover .selecter-options {
  bottom: 0;
  top: auto;
}
.selecter.bottom.cover.open .selecter-selected {
  border-radius: 3px;
}
.selecter.bottom.cover.open .selecter-options {
  border-radius: 3px;
}
/* Multiple Select */
.selecter.multiple .selecter-options {
  border-radius: 3px;
  border-width: 1px;
  box-shadow: none;
  display: block;
  position: static;
  width: 100%;
}
/* 'Disabled' State */
.selecter.disabled .selecter-selected {
  background: #fff;
  border-color: #eee;
  color: #ccc;
  cursor: default;
}
.selecter.disabled .selecter-options {
  background: #fff;
  border-color: #eee;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #eee;
  color: #ccc;
  cursor: default;
}
.selecter.disabled .selecter-item.selected {
  background: #fafafa;
}
/* Media Queries */
@media screen and (max-width: 740px) {
  .selecter {
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%;
  }
}
.selecter-element {
  height: 0 !important;
  margin: 0 !important;
  width: auto;
}
.selecter {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  background-color: #e4e4e4 !important;
  margin: 0 0 20px 0;
  max-width: 100%;
  position: relative;
}
.selecter.open {
  box-shadow: 0 2px 5px #999999 !important;
}
.selecter.open .selecter-selected {
  border-radius: 0;
  background-color: #e4e4e4;
  background-image: none !important;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: -1px;
}
.selecter.open .selecter-options {
  box-shadow: 0 2px 5px #999999 !important;
}
.selecter.focus .selecter-selected {
  border-radius: 0;
  background-color: #e4e4e4;
}
.selecter .open .selecter-selected {
  background-color: #e4e4e4 !important;
}
.selecter .open .selecter-selected:hover {
  background-color: #e4e4e4 !important;
}
.selecter .selecter-selected {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #e4e4e4 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 20px;
  text-transform: none;
}
.selecter .selecter-selected:hover {
  background-color: #e4e4e4 !important;
}
.selecter .selecter-options {
  background-color: #e4e4e4 !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: absolute;
}
.selecter .selecter-item {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #e4e4e4 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 20px;
  text-transform: none;
}
.selecter .selecter-item:hover,
.selecter .selecter-item.selected {
  background: #fefefe !important;
}
.selecter .selecter-arrow {
  background-color: #007f4b;
  border-left: 1px solid white;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
  z-index: 50;
}
.selecter .selecter-arrow i {
  color: white;
  display: inline-block;
  font-size: 18px;
  padding: 11px;
  margin-top: 1px;
}
.selecter.mobile.multiple .selecter-item:hover {
  background: none !important;
}
.selecter.mobile.multiple .selecter-item.selected:hover {
  background: #fefefe !important;
}
.team-rotation-wrapper {
  background: white url('../img/team-rotation/grass-mobile@2x.jpg') center bottom no-repeat;
  max-height: 500px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-size: 300px 229px;
}
@media (min-width: 768px) {
  .team-rotation-wrapper {
    background-size: 720px !important;
    background-image: url('../img/team-rotation/grass-one-plane.png');
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .team-rotation-wrapper {
    background-image: url('../img/team-rotation/grass-one-plane@2x.png');
  }
}
@media (min-width: 980px) {
  .team-rotation-wrapper {
    background-size: 940px !important;
  }
}
@media (min-width: 1080px) {
  .team-rotation-wrapper {
    background-size: 1040px 240px !important;
  }
}
.rotation-players {
  height: 500px !important;
}
@media (min-width: 768px) {
  .rotation-players {
    height: 400px !important;
  }
}
@media (min-width: 980px) {
  .rotation-players {
    height: 480px !important;
  }
}
@media (min-width: 1080px) {
  .rotation-players {
    height: 500px !important;
  }
}
.rotation-player {
  float: left;
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
  height: 500px !important;
  text-align: center;
}
@media (min-width: 768px) {
  .rotation-player {
    height: 400px !important;
  }
}
@media (min-width: 980px) {
  .rotation-player {
    height: 480px !important;
  }
}
@media (min-width: 1080px) {
  .rotation-player {
    height: 500px !important;
  }
}
@media (min-width: 768px) {
  .rotation-player.right .rotation-player-image {
    margin-right: 50%;
  }
  .rotation-player.right .rotation-player-info {
    margin-right: 40%;
  }
  .rotation-player.right .rotation-player-stats {
    margin-right: 26%;
  }
}
@media (min-width: 768px) {
  .rotation-player.left .rotation-player-image {
    margin-left: 50%;
  }
  .rotation-player.left .rotation-player-info {
    margin-left: 40%;
  }
  .rotation-player.left .rotation-player-stats {
    margin-left: 26%;
  }
}
.rotation-player-image {
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  display: inline-block;
  height: 380px !important;
  max-width: 150px;
}
.rotation-player-image img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .rotation-player-image {
    height: 280px !important;
  }
}
@media (min-width: 980px) {
  .rotation-player-image {
    height: 340px !important;
  }
}
@media (min-width: 1080px) {
  .rotation-player-image {
    height: 370px !important;
  }
}
.rotation-player-info {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  display: block;
  margin: auto;
  color: white;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.rotation-player-info:hover {
  color: white;
  text-decoration: none;
}
@media (max-width: 764px) {
  .rotation-player-info {
    display: block;
    padding-left: 50%;
    width: 100%;
  }
  .rotation-player-info .rotation-player-jersey {
    margin-left: -45px;
  }
}
@media (min-width: 768px) {
  .rotation-player-info {
    text-align: center;
  }
}
.rotation-player-stats {
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  color: white;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding-left: 50px;
  margin-top: 5px;
  text-align: left;
  text-transform: uppercase;
}
.rotation-player-stats .chart-container,
.rotation-player-stats .chart-wrapper {
  display: block;
  height: 45px;
  padding: 0;
  margin: 0;
  position: relative;
  width: 45px;
}
.rotation-player-stats .chart-wrapper {
  margin-left: -50px;
  position: absolute;
}
@media (max-width: 764px) {
  .rotation-player-stats {
    display: block;
    margin-top: 15px;
    padding-left: 50%;
  }
  .rotation-player-stats .donut-chart {
    max-height: 100% !important;
    max-width: 100% !important;
  }
}
.team-rotation-navigation {
  background: #007f4b;
  display: block;
  margin-top: -15px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.team-rotation-navigation:before,
.team-rotation-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.team-rotation-navigation:after {
  clear: both;
}
.team-rotation-navigation:before,
.team-rotation-navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.team-rotation-navigation:after {
  clear: both;
}
.team-rotation-navigation-control {
  padding: 10px 20px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: white;
  display: inline-block;
}
.team-rotation-navigation-control [class^="icon-"].icon-large,
.team-rotation-navigation-control [class*=" icon-"].icon-large {
  line-height: .9em;
}
.team-rotation-navigation-control [class^="icon-"].icon-spin,
.team-rotation-navigation-control [class*=" icon-"].icon-spin {
  display: inline-block;
}
.team-rotation-navigation-control [class^="icon-"].pull-left.icon-2x,
.team-rotation-navigation-control [class*=" icon-"].pull-left.icon-2x,
.team-rotation-navigation-control [class^="icon-"].pull-right.icon-2x,
.team-rotation-navigation-control [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.team-rotation-navigation-control [class^="icon-"].icon-spin.icon-large,
.team-rotation-navigation-control [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.team-rotation-navigation-control:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.team-rotation-navigation-control:hover,
.team-rotation-navigation-control:focus {
  color: #333333;
  text-decoration: none;
}
.team-rotation-navigation-control:active,
.team-rotation-navigation-control.active {
  outline: 0;
  background-image: none;
}
.team-rotation-navigation-control.disabled,
.team-rotation-navigation-control[disabled],
fieldset[disabled] .team-rotation-navigation-control {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team-rotation-navigation-control [class*="icon-dfb"] {
  font-size: 16px;
  display: inline-block !important;
  margin-top: 2px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .team-rotation-navigation-control + .btn {
    margin-left: -2px !important;
  }
}
.team-rotation-navigation-control.left {
  float: left;
  float: left !important;
}
.team-rotation-navigation-control.right {
  float: right;
  float: right !important;
}
.swiper-scrollbar {
  background: #878787;
  border-radius: 0;
  cursor: pointer;
  height: 6px;
  margin: 17px auto;
  overflow: hidden;
}
.swiper-scrollbar > div {
  background: white;
  border-radius: 0;
  cursor: pointer;
  height: 6px;
}
.team-rotation-navigation-carousel-control {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  background-color: #007f4b;
  border-color: #00663c;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.team-rotation-navigation-carousel-control [class^="icon-"].icon-large,
.team-rotation-navigation-carousel-control [class*=" icon-"].icon-large {
  line-height: .9em;
}
.team-rotation-navigation-carousel-control [class^="icon-"].icon-spin,
.team-rotation-navigation-carousel-control [class*=" icon-"].icon-spin {
  display: inline-block;
}
.team-rotation-navigation-carousel-control [class^="icon-"].pull-left.icon-2x,
.team-rotation-navigation-carousel-control [class*=" icon-"].pull-left.icon-2x,
.team-rotation-navigation-carousel-control [class^="icon-"].pull-right.icon-2x,
.team-rotation-navigation-carousel-control [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.team-rotation-navigation-carousel-control [class^="icon-"].icon-spin.icon-large,
.team-rotation-navigation-carousel-control [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.team-rotation-navigation-carousel-control:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.team-rotation-navigation-carousel-control:hover,
.team-rotation-navigation-carousel-control:focus {
  color: #333333;
  text-decoration: none;
}
.team-rotation-navigation-carousel-control:active,
.team-rotation-navigation-carousel-control.active {
  outline: 0;
  background-image: none;
}
.team-rotation-navigation-carousel-control.disabled,
.team-rotation-navigation-carousel-control[disabled],
fieldset[disabled] .team-rotation-navigation-carousel-control {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team-rotation-navigation-carousel-control [class*="icon-dfb"] {
  font-size: 16px;
  display: inline-block !important;
  margin-top: 2px;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .team-rotation-navigation-carousel-control + .btn {
    margin-left: -2px !important;
  }
}
.team-rotation-navigation-carousel-control:hover,
.team-rotation-navigation-carousel-control:focus,
.team-rotation-navigation-carousel-control:active,
.team-rotation-navigation-carousel-control.active,
.open .dropdown-toggle.team-rotation-navigation-carousel-control {
  color: #ffffff;
  background-color: #005633;
  border-color: #002818;
}
.team-rotation-navigation-carousel-control:active,
.team-rotation-navigation-carousel-control.active,
.open .dropdown-toggle.team-rotation-navigation-carousel-control {
  background-image: none;
}
.team-rotation-navigation-carousel-control.disabled,
.team-rotation-navigation-carousel-control[disabled],
fieldset[disabled] .team-rotation-navigation-carousel-control,
.team-rotation-navigation-carousel-control.disabled:hover,
.team-rotation-navigation-carousel-control[disabled]:hover,
fieldset[disabled] .team-rotation-navigation-carousel-control:hover,
.team-rotation-navigation-carousel-control.disabled:focus,
.team-rotation-navigation-carousel-control[disabled]:focus,
fieldset[disabled] .team-rotation-navigation-carousel-control:focus,
.team-rotation-navigation-carousel-control.disabled:active,
.team-rotation-navigation-carousel-control[disabled]:active,
fieldset[disabled] .team-rotation-navigation-carousel-control:active,
.team-rotation-navigation-carousel-control.disabled.active,
.team-rotation-navigation-carousel-control[disabled].active,
fieldset[disabled] .team-rotation-navigation-carousel-control.active {
  background-color: #007f4b;
  border-color: #00663c;
}
.team-rotation-navigation-carousel-control:hover {
  background-color: white;
  color: #007f4b;
  border-color: white;
}
.team-rotation-navigation-carousel-control.btn-sm,
.team-rotation-navigation-carousel-control.btn-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.team-rotation-navigation-carousel-control.left {
  left: 0;
}
.team-rotation-navigation-carousel-control.right {
  right: 0;
}
.team-rotation-wrapper,
.team-rotation-navigation {
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.team-rotation-spinner {
  display: block;
  font-size: 30px;
  height: 500px;
  position: absolute;
  text-align: center;
}
.team-rotation-spinner i {
  position: absolute;
  margin-top: -20px;
  top: 50%;
}
#u1000400 .team-rotation-wrapper {
  background-image: url('../img/staff-rotation/grass-mobile@2x.jpg');
}
@media (min-width: 768px) {
  #u1000400 .team-rotation-wrapper {
    background-image: url('../img/staff-rotation/grass-one-plane.png');
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #u1000400 .team-rotation-wrapper {
    background-image: url('../img/staff-rotation/grass-one-plane@2x.png');
  }
}
@media (min-width: 768px) {
  #u1000400 .rotation-player.right .rotation-player-stats {
    margin-right: 40%;
  }
}
@media (min-width: 768px) {
  #u1000400 .rotation-player.left .rotation-player-stats {
    margin-left: 40%;
  }
}
#u1000400 .rotation-player-stats {
  padding: 0;
  display: block;
  text-align: center;
}
#u1000400 .rotation-player-stats .chart-wrapper {
  display: none;
}
.datesheet {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  border-radius: 1px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.datesheet .datesheet-header {
  background: #cccccc;
  border: 1px solid #cccccc;
  color: white;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px 5px 5px;
  position: relative;
}
.datesheet .datesheet-header .datesheet-month {
  position: absolute;
}
.datesheet .datesheet-header .datesheet-year {
  display: block;
  text-align: right;
  width: 100%;
}
.datesheet .datesheet-body {
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 36px;
  line-height: 36px;
  padding: 5px 12px 7px 12px;
  min-width: 36px;
  text-align: center;
}
.datesheet .datesheet-footer {
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px 5px 5px;
  position: relative;
  text-align: center;
}
.datesheet-header + .datesheet-body {
  margin-top: -1px;
}
.datesheet-body + .datesheet-footer {
  margin-top: -1px;
}
.datesheet + .datesheet {
  margin-left: 6px;
}
.global-search-form {
  position: relative;
  z-index: 1000;
}
.twitter-typeahead {
  width: 100%;
}
.global-search-form input[type="text"] {
  background-color: #e4e4e4;
  z-index: 200;
}
@media (min-width: 768px) {
  .global-search-form input[type="text"]:focus {
    border: 1px solid #cccccc !important;
  }
}
.tt-input {
  margin-bottom: 0 !important;
}
.tt-dropdown-menu {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3) !important;
  right: 0 !important;
  zoom: 1;
}
.tt-suggestions {
  background: white;
  padding: 0;
  z-index: 1000;
}
.tt-suggestion a {
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  min-height: 40px;
  text-decoration: none;
  width: 100%;
}
.tt-suggestion .search-results-group-title {
  padding: 0;
  margin: 0;
}
.tt-suggestion h3 {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #007f4b;
  color: white;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
.tt-suggestion h3 + .form-md,
.tt-suggestion h3 + .form-xs {
  margin-top: -10px;
}
@media print {
  .tt-suggestion h3 {
    overflow: visible;
    text-overflow: none;
  }
}
.tt-suggestion h3 a {
  color: white;
}
.tt-suggestion h3 a:after {
  content: "";
}
.tt-suggestion h3 a:hover {
  color: white;
}
.tt-suggestion h3:hover {
  color: white;
}
.tt-suggestion h3 [class^="icon"] {
  margin-left: 3px;
}
.tt-suggestion h3 > .btn {
  margin-top: -14px;
  margin-bottom: -10px;
}
.tt-suggestion h3 > .btn:hover {
  color: #007f4b;
}
.tt-suggestion h3 > .btn.pull-right {
  border-left: 1px solid white;
  margin-top: -10px;
  margin-right: -20px;
  position: absolute;
  right: 20px;
}
.tt-suggestion h3 > .btn.pull-left {
  border-right: 1px solid white;
  margin-top: -10px;
  margin-left: -20px;
}
.tt-suggestion h3 i {
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 17px;
}
.tt-suggestion h3 .btn-icon i {
  position: relative;
  right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tt-suggestion h3 {
    font-size: 14px;
  }
  .tt-suggestion h3 .col-sm-1.col-lg-2 {
    padding: 0;
  }
  .tt-suggestion h3 .col-sm-3.col-lg-3,
  .tt-suggestion h3 .col-sm-3.col-lg-2 {
    padding: 0;
    width: 19% !important;
  }
  .tt-suggestion h3 .col-sm-3.col-lg-3 span,
  .tt-suggestion h3 .col-sm-3.col-lg-2 span {
    display: block;
    font-size: 12px;
  }
  .tt-suggestion h3 .col-sm-5.col-lg-6 {
    padding: 0;
    width: 51.6666% !important;
  }
  .tt-suggestion h3 .col-2.col-sm-3.col-lg-2.text-right {
    padding-right: 10px;
  }
}
.tt-suggestion h4 {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0;
}
@media print {
  .tt-suggestion h4 {
    overflow: visible;
    text-overflow: none;
  }
}
.tt-suggestion h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #878787;
  font-size: 12px;
  margin: 0 0 -3px 0;
}
.tt-suggestion p {
  color: #666666;
  font-size: 14px;
  line-height: 17px;
}
.tt-suggestion p strong {
  color: #4c4c4c;
}
.tt-suggestion.tt-cursor {
  background-color: #e4e4e4;
}
.tt-suggestion.tt-cursor h3 {
  background: #e4e4e4;
  color: #4c4c4c;
}
.tt-suggestion.tt-cursor h4,
.tt-suggestion.tt-cursor strong {
  color: #4c4c4c;
}
@media (max-width: 767px) {
  .whatever .news-listing-item,
  .news-listing-small .news-listing-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .csc-default.rotation-partner {
    margin-top: 40px !important;
  }
  section.healdine + .row .col-md-8 {
    marign-bottom: 40px !important;
  }
  body.ipad .csc-default.rotation-partner {
    margin-top: 0 !important;
  }
}
.news-listing .news-listing-small .news-listing-item .news-listing-headline {
  font-size: 14px !important;
  line-height: 18px !important;
}
.news-listing-small .news-listing-item .news-listing-subline {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  body.msie8 .info-box a > img {
    height: 120px !important;
    width: 213px !important;
  }
}
@media (min-width: 980px) {
  body.msie8 .info-box a > img {
    height: 161px !important;
    width: 286px !important;
  }
}
@media (min-width: 1080px) {
  body.msie8 .info-box a > img {
    height: 180px !important;
    width: 320px !important;
  }
}
.profile-data-table span.icon_stack {
  margin-top: -18px;
}
.generic-listing-item .video-teaser {
  margin-bottom: 0 !important;
}
.generic-listing-item .video-teaser a {
  margin-bottom: 0 !important;
}
.modal-content {
  border-radius: 0 !important;
}
.modal-body {
  padding: 0 !important;
}
.modal-body img {
  min-width: 100%;
}
.lightbox-modal .modal-body img {
  min-width: 100%;
}
.modal-footer {
  padding: 5px;
  margin-top: 0;
}
.newsletter-signup-form form label {
  margin-bottom: 0;
}
.newsletter-signup-form form input,
.newsletter-signup-form form textarea {
  margin-bottom: 10px;
  min-height: 1px;
}
.newsletter-signup-form form select,
.newsletter-signup-form form textarea,
.newsletter-signup-form form input[type="text"],
.newsletter-signup-form form input[type="password"],
.newsletter-signup-form form input[type="datetime"],
.newsletter-signup-form form input[type="datetime-local"],
.newsletter-signup-form form input[type="date"],
.newsletter-signup-form form input[type="month"],
.newsletter-signup-form form input[type="time"],
.newsletter-signup-form form input[type="week"],
.newsletter-signup-form form input[type="number"],
.newsletter-signup-form form input[type="email"],
.newsletter-signup-form form input[type="url"],
.newsletter-signup-form form input[type="search"],
.newsletter-signup-form form input[type="tel"],
.newsletter-signup-form form input[type="color"] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.newsletter-signup-form form .btn {
  padding: 5px 10px;
  line-height: 1.5;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.newsletter-signup-form form .btn i {
  margin-top: 1px;
}
.newsletter-signup-form form .btn i {
  font-size: 100%;
  margin-top: 3px;
}
.newsletter-signup-form form .selecter,
.newsletter-signup-form form .selecter-element {
  margin-bottom: 10px;
}
.newsletter-signup-form form .selecter-element {
  filter: alpha(opacity=0);
}
.newsletter-signup-form form .selecter-selected {
  padding: 6px 20px !important;
}
.newsletter-signup-form form .selecter-arrow {
  width: 28px;
}
.newsletter-signup-form form .selecter-arrow i {
  font-size: 16px !important;
  padding: 6px !important;
}
.meta-attributes-subline {
  margin-top: 10px;
  white-space: normal;
}
.csc-default.ctype-image.rotation-partner .csc-textpic.csc-textpic-center.csc-textpic-above,
.csc-default.ctype-image.rotation-partner .csc-textpic-imagewrap {
  display: block;
  position: relative;
  width: 100%;
}
.csc-default.ctype-image.rotation-partner .csc-textpic.csc-textpic-center.csc-textpic-above:before,
.csc-default.ctype-image.rotation-partner .csc-textpic-imagewrap:before,
.csc-default.ctype-image.rotation-partner .csc-textpic.csc-textpic-center.csc-textpic-above:after,
.csc-default.ctype-image.rotation-partner .csc-textpic-imagewrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.csc-default.ctype-image.rotation-partner .csc-textpic.csc-textpic-center.csc-textpic-above:after,
.csc-default.ctype-image.rotation-partner .csc-textpic-imagewrap:after {
  clear: both;
}
.csc-default.ctype-image.rotation-partner .csc-textpic.csc-textpic-center.csc-textpic-above:before,
.csc-default.ctype-image.rotation-partner .csc-textpic-imagewrap:before,
.csc-default.ctype-image.rotation-partner .csc-textpic.csc-textpic-center.csc-textpic-above:after,
.csc-default.ctype-image.rotation-partner .csc-textpic-imagewrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.csc-default.ctype-image.rotation-partner .csc-textpic.csc-textpic-center.csc-textpic-above:after,
.csc-default.ctype-image.rotation-partner .csc-textpic-imagewrap:after {
  clear: both;
}
.csc-default.ctype-image.rotation-partner figure {
  display: block;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
}
.csc-default.ctype-image.rotation-partner figure.active {
  opacity: 1;
  position: relative;
}
body .csc-space-before-40,
body .csc-space-before-48,
body .csc-space-before-33,
body .csc-space-before-20,
body .csc-space-after-40,
body .csc-space-after-48,
body .csc-space-after-33,
body .csc-space-after-20 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  body .csc-space-after-20 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  body .csc-space-after-20 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  body .csc-space-after-40 {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) {
  body .csc-space-after-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 768px) {
  body .csc-space-before-40 {
    margin-top: 40px !important;
  }
}
.csc-uploads-2,
.csc-uploads-3 {
  overflow: hidden;
}
.msie8 .csc-uploads-element a {
  display: block;
  float: left;
  width: 120px;
}
.msie8 .csc-uploads-element span a {
  display: inline-block;
  width: auto;
}
.msie8 .link-list-download li:before {
  top: 0 !important;
}
.splash img {
  min-width: 0;
}
@media (min-width: 980px) and (max-width: 1079px) {
  .splash .csc-textpic-imagecolumn:last-child {
    padding-left: 0 !important;
    margin-top: 20px;
  }
}
blockquote.pull-right {
  float: none !important;
}
.gallery-strip .row.strip-inner {
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .gallery-strip .row.strip-inner {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-strip .row.strip-inner .push-b20 {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-strip .row.strip-inner .push-b20 {
    margin-bottom: 11px;
  }
}
@media only screen and (min-width: 1080px) {
  .gallery-strip .row.strip-inner .push-b20 {
    margin-bottom: 10px;
  }
}
.gallery-strip .row.strip-inner .col-sm-9 {
  clear: both;
  padding-left: 0;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .gallery-strip .row.strip-inner .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery-strip .row.strip-inner .col-sm-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.gallery-strip .row.strip-inner .col-sm-3 {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .gallery-strip .row.strip-inner .col-sm-3 {
    padding: 0;
  }
}
.gallery-strip .row.strip-inner .col-sm-3 a {
  display: block;
  margin-bottom: 17px;
}
@media (min-width: 980px) {
  .gallery-strip .row.strip-inner .col-sm-3 a {
    margin-bottom: 20px;
  }
}
@media (min-width: 1080px) {
  .gallery-strip .row.strip-inner .col-sm-3 a {
    margin-bottom: 21px;
  }
}
.gallery-strip .row.strip-inner .col-sm-3 a:last-child {
  margin-bottom: 0;
}
.gallery-strip .row.strip-inner .col-sm-3 a img {
  min-width: 100%;
}
@media (max-width: 767px) {
  .gallery-strip .row.strip-inner .col-sm-3 .item {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    width: 50%;
  }
  .gallery-strip .row.strip-inner .col-sm-3 .item:nth-child(2) {
    clear: both;
    opacity: 0.5;
  }
}
body .portrait {
  height: auto !important;
}
body .portrait img {
  height: auto !important;
}
@media (max-width: 767px) {
  .generic .generic-listing .generic-listing-item {
    margin-left: 0;
    margin-right: 0;
  }
  .generic .generic-listing .generic-listing-item img {
    height: auto;
    min-width: 100%;
    width: auto;
  }
  .generic .generic-listing .generic-listing-item .col-sm-6:first-child {
    margin-bottom: 20px;
  }
  .generic .generic-listing .generic-listing-item .col-sm-6:last-child:after {
    right: 0;
  }
  .generic .generic-listing .generic-listing-item .generic-listing-teaser {
    font-weight: 400;
  }
}
.billboard-image + br + .headline-small {
  margin-top: -26px;
}
.billboard-image {
  display: block;
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .billboard-image {
    margin-bottom: 40px;
  }
}
.billboard-image:hover {
  text-decoration: none;
}
.billboard-lead {
  width: 100%;
}
@media (min-width: 768px) {
  .billboard-lead {
    height: 262px;
  }
}
@media (min-width: 980px) {
  .billboard-lead {
    height: 345px;
  }
}
@media (min-width: 1080px) {
  .billboard-lead {
    height: 382px;
  }
}
.billboard-lead img {
  height: 100%;
  width: 100%;
}
.billboard-image-description > p {
  background: #007f4b;
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 1px;
}
.billboard-image-description > p:not(.billboard-text-lead) {
  min-width: 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media print {
  .billboard-image-description > p:not(.billboard-text-lead) {
    overflow: visible;
    text-overflow: none;
  }
}
@media (min-width: 768px) {
  .billboard-image-description > p {
    background: rgba(0, 127, 75, 0.85);
    clear: left;
    float: left;
    margin-bottom: 0;
    margin-top: 1px;
    max-width: 90% !important;
  }
}
@media (min-width: 980px) {
  .billboard-image-description > p {
    padding: 20px 40px !important;
  }
}
.billboard-image-description > p.billboard-text-lead {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .billboard-image-description > p.billboard-text-lead {
    min-width: 10%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 26px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 980px) and print {
  .billboard-image-description > p.billboard-text-lead {
    overflow: visible;
    text-overflow: none;
  }
}
@media (min-width: 768px) {
  .billboard-image-description {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
  }
}
.nav-names {
  margin-bottom: 20px;
}
.listing-names {
  margin-bottom: 40px;
}
.listing-names:before,
.listing-names:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.listing-names:after {
  clear: both;
}
.listing-names:before,
.listing-names:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.listing-names:after {
  clear: both;
}
.listing-names-item {
  color: #000000;
}
.listing-names-item > .pull-left {
  padding-right: 10px;
}
.listing-names-item-link {
  color: #000000;
}
.listing-names-item-link:hover {
  color: #000000;
}
.finder-people-large,
.finder-clubs-large {
  margin-bottom: 20px;
}
.finder-people-large .form-control,
.finder-clubs-large .form-control {
  margin-bottom: 0;
}
.finder-people-large .finder-people-form:before,
.finder-clubs-large .finder-people-form:before,
.finder-people-large .finder-clubs-form:before,
.finder-clubs-large .finder-clubs-form:before,
.finder-people-large .finder-people-form:after,
.finder-clubs-large .finder-people-form:after,
.finder-people-large .finder-clubs-form:after,
.finder-clubs-large .finder-clubs-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.finder-people-large .finder-people-form:after,
.finder-clubs-large .finder-people-form:after,
.finder-people-large .finder-clubs-form:after,
.finder-clubs-large .finder-clubs-form:after {
  clear: both;
}
.finder-people-large .finder-people-form:before,
.finder-clubs-large .finder-people-form:before,
.finder-people-large .finder-clubs-form:before,
.finder-clubs-large .finder-clubs-form:before,
.finder-people-large .finder-people-form:after,
.finder-clubs-large .finder-people-form:after,
.finder-people-large .finder-clubs-form:after,
.finder-clubs-large .finder-clubs-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.finder-people-large .finder-people-form:after,
.finder-clubs-large .finder-people-form:after,
.finder-people-large .finder-clubs-form:after,
.finder-clubs-large .finder-clubs-form:after {
  clear: both;
}
.finder-people-large .finder-people-form .form-group:last-child button,
.finder-clubs-large .finder-people-form .form-group:last-child button,
.finder-people-large .finder-clubs-form .form-group:last-child button,
.finder-clubs-large .finder-clubs-form .form-group:last-child button {
  width: 100%;
}
.search-result-link {
  color: #000000;
  line-height: 19px;
}
.search-result-link b {
  color: #007f4b;
}
.search-result-link img {
  margin-right: 20px;
}
.ranking-listings:before,
.ranking-listings:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ranking-listings:after {
  clear: both;
}
.ranking-listings:before,
.ranking-listings:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ranking-listings:after {
  clear: both;
}
.ranking-listings a b {
  color: #000000;
}
.ranking-listing {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.ranking-listing .headline-small {
  margin-bottom: 10px;
}
.trending-tables {
  font-size: 14px;
  line-height: 20px;
}
.trending-tables a {
  color: #000000;
}
.trending-tables .column-actions {
  color: #666666;
  text-align: right;
}
.trending-tables .column-actions a {
  color: #666666;
}
.trending-tables .column-actions a i {
  margin-right: 5px;
  text-decoration: none;
}
.datencenter-dashboard > .row {
  margin-bottom: 40px;
}
.datencenter-dashboard .well {
  margin: 0;
}
.datencenter-dashboard .database-stats {
  background: white url('../img/datencenter/stats.jpg') center center;
  background-size: cover;
}
.datencenter-dashboard .stats-wrapper {
  color: #000000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 32.4px;
  padding: 0 20px 20px 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.datencenter-dashboard .stats-wrapper .stat-container {
  margin-bottom: 10px;
}
.datencenter-dashboard .stats-wrapper .stat-container:last-child {
  margin-bottom: 0;
}
.team-comparision {
  background: white url('../img/datencenter/club-finder.jpg') center center;
  background-size: cover;
  padding-bottom: 40px;
}
.team-comparision .nav-tabs {
  background: none;
  margin-bottom: 40px;
}
.team-comparision .nav-tabs a {
  background: white;
  color: #4c4c4c;
}
.team-comparision .nav-tabs .active a,
.team-comparision .nav-tabs .active a:hover,
.team-comparision .nav-tabs a:hover {
  background: #007f4b !important;
  color: white !important;
}
.team-comparision .form-control,
.team-comparision .btn {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
/**
* A stylesheet for use with Bootstrap 3.x
* @author: Dan Grossman http://www.dangrossman.info/
* @copyright: Copyright (c) 2012-2015 Dan Grossman. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://www.improvely.com/
*/
/* Container Appearance */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
}
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}
.daterangepicker .ranges,
.daterangepicker .calendar {
  float: left;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker .ranges {
  margin: 4px;
  text-align: left;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
/* Calendars */
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker .calendar.left .calendar-table {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker .calendar.right .calendar-table {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker .calendar.left {
  margin: 4px 0 4px 4px;
}
.daterangepicker .calendar.right {
  margin: 4px 4px 4px 0;
}
.daterangepicker .calendar.left .calendar-table {
  padding-right: 12px;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  color: #999;
  background: #fff;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: #eee;
}
.daterangepicker td.in-range {
  background: rgba(0, 127, 75, 0.1);
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #007f4b;
  border-color: #006533;
  color: #fff;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker th.month {
  width: auto;
}
/* Text Input Above Each Calendar */
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #007f4b;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker .left .daterangepicker_input {
  padding-right: 12px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
/* Time Picker */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
/* Predefined Ranges */
.daterangepicker .ranges {
  font-size: 11px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 160px;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #007f4b;
  padding: 3px 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #007f4b;
  border: 1px solid #007f4b;
  color: #fff;
}
.calendar-event {
  margin-bottom: 40px;
}
.calendar-event .page-header {
  margin: 10px 0;
}
.calendar-event .page-header h4 {
  font-size: 18px;
  margin: 0;
}
.calendar-event .list-group {
  font-size: 14px;
  line-height: 18px;
}
.calendar-event a {
  color: #000000;
}
.list-group-item .table-match-comparison tr td {
  border-bottom: 0;
}
.sidebar-box-upcoming-matches .match {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  padding-bottom: 10px;
}
.sidebar-box-upcoming-matches .match .match-meta {
  color: #666666;
  line-height: 16px;
  margin-bottom: 10px;
}
.sidebar-box-upcoming-matches .match .match-teams {
  line-height: 18px;
  margin-bottom: 6.66666667px;
  text-align: center;
}
.sidebar-box-upcoming-matches .match .match-teams:before,
.sidebar-box-upcoming-matches .match .match-teams:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sidebar-box-upcoming-matches .match .match-teams:after {
  clear: both;
}
.sidebar-box-upcoming-matches .match .match-teams:before,
.sidebar-box-upcoming-matches .match .match-teams:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sidebar-box-upcoming-matches .match .match-teams:after {
  clear: both;
}
@media (min-width: 768px) {
  .sidebar-box-upcoming-matches .match .match-teams .match-team-home,
  .sidebar-box-upcoming-matches .match .match-teams .match-team-away {
    float: left;
    text-align: right;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .sidebar-box-upcoming-matches .match .match-teams .match-team-away {
    float: right;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .sidebar-box-upcoming-matches .match .match-teams .match-team-divider {
    float: left;
    text-align: center;
    width: 4%;
  }
}
.sidebar-box-upcoming-matches .match .match-actions a {
  color: #666666;
  display: inline-block;
  line-height: 20px;
}
.sidebar-box-upcoming-matches .match .match-actions a + a {
  margin-left: 6.66666667px;
}
.sidebar-box-upcoming-matches .match + .match {
  padding-top: 10px;
}
.sidebar-box-event {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  line-height: 1.42857143;
  padding-bottom: 10.66666667px;
}
.sidebar-box-event .meta {
  color: #666666;
  line-height: 16px;
}
.sidebar-box-event + .sidebar-box-event {
  padding-top: 6.66666667px;
}
.event-meta {
  color: #666666;
  line-height: 16px;
}
.reportrange {
  cursor: pointer;
}
.table.calendar-table {
  table-layout: fixed;
}
.table.calendar-table td {
  text-align: center;
}
.heatmap-state-1 {
  background: rgba(0, 127, 75, 0.2);
  color: rgba(102, 102, 102, 0.95);
}
.heatmap-state-1 a {
  color: rgba(102, 102, 102, 0.95);
}
.heatmap-state-2 {
  background: rgba(0, 127, 75, 0.4);
  color: white;
}
.heatmap-state-2 a {
  color: white;
}
.heatmap-state-3 {
  background: rgba(0, 127, 75, 0.6);
  color: white;
}
.heatmap-state-3 a {
  color: white;
}
.heatmap-state-4 {
  background: rgba(0, 127, 75, 0.8);
  color: white;
}
.heatmap-state-4 a {
  color: white;
}
.heatmap-state-5 {
  background: #007f4b;
  color: white;
}
.heatmap-state-5 a {
  color: white;
}
body.msie8 {
  display: block !important;
}
body.msie8 header .identification .header-search .global-search-form input[type="text"] {
  min-height: 0;
}
body.msie8 .level-navigation ul li a {
  min-height: 0;
}
body.msie8 .selecter-element,
body.msie8 select,
body.msie8 input {
  min-height: 0;
}
body.msie8 .selecter-element {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.msie8 .table-striped > tbody > tr.even > td,
body.msie8 .table-striped > tbody > tr.even > th {
  background-color: #f7f7f7;
}
body.msie8 .table-striped > tbody > tr.odd > td,
body.msie8 .table-striped > tbody > tr.odd > th {
  background-color: transparent;
}
body.msie8 .table-comparison > tbody > tr.even > td,
body.msie8 .table-comparison > tbody > tr.even > th {
  background-color: transparent;
}
body.msie8 .table-comparison > tbody > tr.odd > td,
body.msie8 .table-comparison > tbody > tr.odd > th {
  background-color: #f7f7f7;
}
@media only screen and (min-width: 1080px) {
  body.msie8 .billboard-carousel .carousel-indicators {
    height: 395px;
  }
}
@media (min-width: 768px) {
  body.msie8 .billboard-carousel .carousel-content .carousel-inner .item img {
    height: 260px !important;
    width: 493px !important;
  }
}
@media (min-width: 980px) {
  body.msie8 .billboard-carousel .carousel-content .carousel-inner .item img {
    height: 342px !important;
    width: 640px !important;
  }
}
@media (min-width: 1080px) {
  body.msie8 .billboard-carousel .carousel-content .carousel-inner .item img {
    height: 395px !important;
    width: 707px !important;
  }
}
@media (min-width: 768px) {
  body.msie8 .news-image-carousel img {
    height: 260px !important;
  }
}
@media (min-width: 980px) {
  body.msie8 .news-image-carousel img {
    height: 342px !important;
  }
}
@media (min-width: 1080px) {
  body.msie8 .news-image-carousel img {
    height: 395px !important;
  }
}
body.msie8 .ad > a > img {
  width: 100%;
}
body.msie8 .stack-navigation ul li.last-child {
  display: block;
}
body.msie8 .stack-navigation ul li.last-child a {
  border: none;
}
body.msie8 .stack-navigation ul li.last-child a:before {
  content: "\f0d9";
}
body.msie8 .ticket-match .teams,
body.msie8 .ticket-match .date,
body.msie8 .ticket-match .location {
  vertical-align: middle;
}
body.msie8 .checkbox > label > input,
body.msie8 .radio > label > input {
  margin: 0 0 0 -20px;
  margin-right: 5px;
  min-height: 0;
}
body.msie8 input[type="checkbox"],
body.msie8 input[type="radio"] {
  margin: -2px 5px 0 0;
}
body.msie8 .team-rotation-wrapper {
  background-image: url('../img/team-rotation/grass.png') !important;
}
body.msie9 .billboard-carousel .carousel-indicators > li .anchor .anchor-headline {
  height: 36px !important;
}
body.msie9 .checkbox > label > input,
body.msie9 .radio > label > input {
  margin: 0 0 0 -20px;
  margin-right: 5px;
  min-height: 0;
}
body.msie9 input[type="checkbox"],
body.msie9 input[type="radio"] {
  margin: -2px 5px 0 0;
}
body.msie9 .rotation-player-stats .donut-chart {
  height: 45px !important;
  margin-left: -25px !important;
  width: 85px !important;
}
body.msie10 .my-dfb-login-hint {
  text-decoration: none !important;
}
body.msie10 .my-dfb-login-hint:hover {
  text-decoration: none !important;
}
body.msie10 .rotation-player-stats .donut-chart {
  height: 45px !important;
  margin-left: -25px !important;
  width: 85px !important;
}
body.msie11 .rotation-player-stats .donut-chart {
  height: 45px !important;
  margin-left: -25px !important;
  width: 85px !important;
}
body.msie8 .match-flags,
body.msie9 .match-flags {
  vertical-align: top !important;
}
body.msie8 input[type="checkbox"],
body.msie9 input[type="checkbox"],
body.msie8 input[type="radio"],
body.msie9 input[type="radio"] {
  background: none;
}
body.msie8 .player-profile-stats .chart-wrapper,
body.msie9 .player-profile-stats .chart-wrapper,
body.msie10 .player-profile-stats .chart-wrapper,
body.msie11 .player-profile-stats .chart-wrapper {
  margin-bottom: 10px;
}
body.msie8 .player-profile-stats .chart-wrapper,
body.msie9 .player-profile-stats .chart-wrapper,
body.msie10 .player-profile-stats .chart-wrapper,
body.msie11 .player-profile-stats .chart-wrapper,
body.msie8 .player-profile-stats .chart-container,
body.msie9 .player-profile-stats .chart-container,
body.msie10 .player-profile-stats .chart-container,
body.msie11 .player-profile-stats .chart-container {
  min-height: 75px;
}
body.msie8 .player-profile-stats .chart-wrapper,
body.msie9 .player-profile-stats .chart-wrapper,
body.msie8 .player-profile-stats .chart-container,
body.msie9 .player-profile-stats .chart-container {
  height: 75px;
}
body.msie9 .selecter,
body.msie10 .selecter,
body.msie11 .selecter {
  height: 39.6px;
}
body.msie9 .form-md .selecter,
body.msie10 .form-md .selecter,
body.msie11 .form-md .selecter {
  height: 27.6px;
}
body.msie9 .form-xs .selecter,
body.msie10 .form-xs .selecter,
body.msie11 .form-xs .selecter {
  height: 17.6px;
}
body.msie9 .ticket-selector .selecter,
body.msie10 .ticket-selector .selecter,
body.msie11 .ticket-selector .selecter {
  height: 40px !important;
}
body.msie9 .gallery-strip .row.strip-inner .push-b20,
body.msie10 .gallery-strip .row.strip-inner .push-b20,
body.msie11 .gallery-strip .row.strip-inner .push-b20 {
  margin-bottom: 9px !important;
}
body.msie8 input[type="checkbox"],
body.msie9 input[type="checkbox"],
body.msie10 input[type="checkbox"],
body.msie11 input[type="checkbox"],
body.msie8 input[type="radio"],
body.msie9 input[type="radio"],
body.msie10 input[type="radio"],
body.msie11 input[type="radio"] {
  background: none !important;
}
body.msie8 canvas.donut-chart,
body.msie9 canvas.donut-chart,
body.msie10 canvas.donut-chart,
body.msie11 canvas.donut-chart {
  height: 75px !important;
  width: 150px !important;
}
body.msie8 .player-profile-stats canvas.donut-chart,
body.msie9 .player-profile-stats canvas.donut-chart,
body.msie10 .player-profile-stats canvas.donut-chart,
body.msie11 .player-profile-stats canvas.donut-chart {
  height: 75px !important;
  width: 150px !important;
}
body.firefox .ad:before {
  width: auto;
}
body.firefox .ticket-match > div {
  vertical-align: middle;
}
body.firefox .match-flags {
  vertical-align: top !important;
}
body.firefox .checkbox > label > input,
body.firefox .radio > label > input {
  margin: 0 0 0 -20px;
  margin-right: 5px;
  min-height: 0;
}
body.firefox input[type="checkbox"],
body.firefox input[type="radio"] {
  margin: -3px 5px 0 0;
}
body.firefox select,
body.firefox textarea,
body.firefox input {
  padding-top: 12px;
  padding-bottom: 12px;
}
body.firefox .form-md select,
body.firefox .newsletter-signup-form form select,
body.firefox .form-md textarea,
body.firefox .newsletter-signup-form form textarea,
body.firefox .form-md input[type="text"],
body.firefox .newsletter-signup-form form input[type="text"],
body.firefox .form-md input[type="password"],
body.firefox .newsletter-signup-form form input[type="password"],
body.firefox .form-md input[type="datetime"],
body.firefox .newsletter-signup-form form input[type="datetime"],
body.firefox .form-md input[type="datetime-local"],
body.firefox .newsletter-signup-form form input[type="datetime-local"],
body.firefox .form-md input[type="date"],
body.firefox .newsletter-signup-form form input[type="date"],
body.firefox .form-md input[type="month"],
body.firefox .newsletter-signup-form form input[type="month"],
body.firefox .form-md input[type="time"],
body.firefox .newsletter-signup-form form input[type="time"],
body.firefox .form-md input[type="week"],
body.firefox .newsletter-signup-form form input[type="week"],
body.firefox .form-md input[type="number"],
body.firefox .newsletter-signup-form form input[type="number"],
body.firefox .form-md input[type="email"],
body.firefox .newsletter-signup-form form input[type="email"],
body.firefox .form-md input[type="url"],
body.firefox .newsletter-signup-form form input[type="url"],
body.firefox .form-md input[type="search"],
body.firefox .newsletter-signup-form form input[type="search"],
body.firefox .form-md input[type="tel"],
body.firefox .newsletter-signup-form form input[type="tel"],
body.firefox .form-md input[type="color"],
body.firefox .newsletter-signup-form form input[type="color"] {
  padding-top: 6px;
  padding-bottom: 6px;
}
body.ipad .chart-container {
  height: auto !important;
}
@media (max-width: 767px) {
  .ctype-gridelements_pi1 .col-sm-4:nth-child(2) .ctype-html .lead,
  .ctype-gridelements_pi1 .col-sm-4:nth-child(3) .ctype-html .lead,
  .ctype-gridelements_pi1 .col-sm-4:nth-child(4) .ctype-html .lead {
    margin-top: 40px;
  }
  .ctype-gridelements_pi1 + .ctype-gridelements_pi1 .col-sm-4:nth-child(1) .ctype-html .lead {
    margin-top: 25px;
  }
  .video-teaser,
  .news-teaser {
    margin-bottom: 15px;
  }
  .video-teaser > a,
  .news-teaser > a {
    margin-bottom: 10px;
  }
  .col-sm-4 + .col-sm-4 > .video-teaser,
  .col-sm-4 + .col-sm-4 > .news-teaser {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
  }
  #video-widget .row:first-child,
  .gallery-listing .row:first-child {
    margin-bottom: 0;
  }
  #video-widget .row + .row .col-sm-4 .video-teaser,
  .gallery-listing .row + .row .col-sm-4 .video-teaser,
  #video-widget .row + .row .col-sm-4 .news-teaser,
  .gallery-listing .row + .row .col-sm-4 .news-teaser {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
  }
  #video-widget .row:last-child .col-sm-4:last-child .video-teaser,
  .gallery-listing .row:last-child .col-sm-4:last-child .video-teaser {
    margin-bottom: 0;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 .news-listing-item {
    margin-bottom: 15px !important;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 .news-listing-item + .news-listing-item {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 .news-listing-item [class^="col"]:last-child:after {
    display: none;
    visibility: hidden;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 > .row > .col-sm-4:last-child .news-teaser {
    margin-bottom: 0;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 > .row > .col-sm-4 + .col-sm-4 .ctype-html {
    border-top: 1px solid #cccccc;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 > .row > .col-sm-4 + .col-sm-4 .ctype-html .lead {
    margin-top: 10px;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 + .csc-default.ctype-gridelements_pi1.csc-space-after-40 {
    margin-top: -5px !important;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 + .csc-default.ctype-gridelements_pi1.csc-space-after-40 > .row > .col-sm-4:first-child .ctype-html {
    border-top: 1px solid #cccccc;
  }
  .csc-default.ctype-gridelements_pi1.csc-space-after-40 + .csc-default.ctype-gridelements_pi1.csc-space-after-40 > .row > .col-sm-4:first-child .ctype-html .lead {
    margin-top: 10px;
  }
  .no-news-found {
    margin-bottom: 20px;
  }
  .info-tools .info-headline,
  .info-tools .info-description {
    padding-right: 10px;
    padding-left: 10px;
  }
  .info-tools li {
    margin-bottom: 20px;
  }
  .info-tools li:last-child {
    margin-bottom: 0;
  }
  .sidebar .info-tools.push-b40:last-child {
    margin-bottom: 0;
  }
  .ctype-list .info-tools.push-b40:last-child {
    margin-bottom: 40px;
  }
  .content + .sidebar {
    margin-top: 40px;
  }
  .ctype-gridelements_pi1 .content + .sidebar {
    margin-top: 0;
  }
  #c1000046 .show-more {
    margin-bottom: 40px;
  }
  #c1027075 .show-more {
    margin-bottom: 40px;
  }
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-imagewrap,
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-imagerow,
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-image {
    display: block;
    float: none;
    overflow: hidden;
    width: 100% !important;
  }
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-imagewrap a,
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-imagerow a,
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-image a {
    display: block;
  }
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-imagewrap img,
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-imagerow img,
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-image img {
    min-width: 100% !important;
    width: 100% !important;
  }
  .panel-group .csc-textpic.csc-textpic-equalheight .csc-textpic-text {
    margin: 0 !important;
    padding: 0 !important;
  }
  .ad + .info-box {
    margin-top: 30px !important;
  }
}
html body .garfield {
  display: none !important;
  visibility: hidden !important;
}
