/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/** WELL/QUOTE STYLE **/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('/node_modules/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/node_modules/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/node_modules/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/node_modules/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 28px;
  margin-bottom: 28px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ccced7;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 14px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 17px;
}
p {
  margin: 0 0 14px;
}
.lead {
  margin-bottom: 28px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 30px;
  }
}
small,
.small {
  font-size: 70%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccced7;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #ff2828;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f40000;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 13px;
  margin: 56px 0 28px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 0px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccced7;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 28px;
  font-size: 25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #ccced7;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 13.5px;
  margin: 0 0 14px;
  font-size: 19px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #3c3c3c;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1470px) {
  .container {
    width: 1470px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1470px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #ccced7;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}
.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: 11px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #009FE3;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #009FE3;
}
.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 #009FE3;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #009FE3;
}
.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 #009FE3;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 21px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #009FE3;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 28px;
  font-size: 30px;
  line-height: inherit;
  color: #3c3c3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #4a4a4a;
}
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #4a4a4a;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #a0a0a0;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 42px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 56px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 28px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 48px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 42px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 56px;
  line-height: 56px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 56px;
  min-height: 53px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 52.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ff2828;
}
.has-error .form-control {
  border-color: #ff2828;
  -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: #f40000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff8e8e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff8e8e;
}
.has-error .input-group-addon {
  color: #ff2828;
  border-color: #ff2828;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #ff2828;
}
.has-feedback label ~ .form-control-feedback {
  top: 33px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #00a5ed;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0081ba;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0081ba;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0081ba;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #006996;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #00a5ed;
  border-color: transparent;
}
.btn-primary .badge {
  color: #00a5ed;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #ccced7;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
  background-color: #262626;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -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: 13px 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: #ffffff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #00a5ed;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #00a5ed;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccced7;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ccced7;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1015px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 56px;
  line-height: 56px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  color: #4a4a4a;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 25px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #ccced7;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ccced7;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 13px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #4a4a4a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #00a5ed;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 28px;
  border: 1px solid transparent;
}
@media (min-width: 1015px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 1015px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1015px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1015px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1015px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1015px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 11px 15px;
  font-size: 25px;
  line-height: 28px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1015px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1015px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 28px;
}
@media (max-width: 1014px) {
  .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: 28px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1015px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1014px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1015px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 4px;
  margin-bottom: 4px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 1015px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1015px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1014px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f7f7f9;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f7f7f9;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f7f7f9;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 1014px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f7f7f9;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #f7f7f9;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #f7f7f9;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 28px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #4a4a4a;
}
.breadcrumb > .active {
  color: #4a4a4a;
}
.alert {
  padding: 15px;
  margin-bottom: 28px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #ff2828;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #f40000;
}
.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #646464;
  text-align: center;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #646464;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #00a5ed;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3c3c3c;
  text-align: center;
  text-shadow: none;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1469px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1470px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1470px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1470px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1470px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1469px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1470px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Does the actual work: themes a specific element.
 */
/**
 * Declare a set of normal, active and hover colors to be a theme.
 * Can be used to create a new theme for an element:
 *
 * ```
 * element {
 *     .theme(@element-color, @element-active, @element-hover);
 *     .themed-interactive(); // optional if iteractive element
 * }
 * ```
 */
/**
 * If placed on an element that has had a theme() or themed-primary() etc.
 * declared on it; It will style the active/selected and hover/focus states.
 */
/**
 * The twelfthman color palette
 */
/**
 * Assign palette colors to uses, these top coolors must be assigned!
 */
/**
 * @deprecated
 */
/**
 * These hang off the variables above, but can be overriden for more
 * bespoke active and hover states.
 */
/**
 * Declare the standard themes. These can be used on elements:
 *
 * ```
 * element {
 *     .themed-primary;
 *     .themed-interactive; // optional if iteractive element
 * }
 * ```
 */
.themed-neutral {
  background-color: #D7D8DA;
  color: #414042;
}
.themed-neutral .themed-contrast {
  color: #414042;
}
.themed-neutral.themed-interactive {
  cursor: pointer;
}
.themed-neutral.themed-interactive:hover,
.themed-neutral.themed-interactive.hover,
.themed-neutral.themed-interactive:focus,
.themed-neutral.themed-interactive.focus {
  background-color: #b7b8b9;
  color: #414042;
}
.themed-neutral.themed-interactive:hover .themed-contrast,
.themed-neutral.themed-interactive.hover .themed-contrast,
.themed-neutral.themed-interactive:focus .themed-contrast,
.themed-neutral.themed-interactive.focus .themed-contrast {
  color: #414042;
}
.themed-neutral.themed-interactive:active,
.themed-neutral.themed-interactive.active,
.themed-neutral.themed-interactive.selected {
  background-color: #2795c8;
  color: #F3F3F3;
}
.themed-neutral.themed-interactive:active .themed-contrast,
.themed-neutral.themed-interactive.active .themed-contrast,
.themed-neutral.themed-interactive.selected .themed-contrast {
  color: #F3F3F3;
}
.themed-neutral-dark {
  background-color: #b7b8b9;
  color: #414042;
}
.themed-neutral-dark .themed-contrast {
  color: #414042;
}
.themed-neutral-dark.themed-interactive {
  cursor: pointer;
}
.themed-neutral-dark.themed-interactive:hover,
.themed-neutral-dark.themed-interactive.hover,
.themed-neutral-dark.themed-interactive:focus,
.themed-neutral-dark.themed-interactive.focus {
  background-color: #979799;
  color: #F3F3F3;
}
.themed-neutral-dark.themed-interactive:hover .themed-contrast,
.themed-neutral-dark.themed-interactive.hover .themed-contrast,
.themed-neutral-dark.themed-interactive:focus .themed-contrast,
.themed-neutral-dark.themed-interactive.focus .themed-contrast {
  color: #F3F3F3;
}
.themed-neutral-dark.themed-interactive:active,
.themed-neutral-dark.themed-interactive.active,
.themed-neutral-dark.themed-interactive.selected {
  background-color: #2795c8;
  color: #F3F3F3;
}
.themed-neutral-dark.themed-interactive:active .themed-contrast,
.themed-neutral-dark.themed-interactive.active .themed-contrast,
.themed-neutral-dark.themed-interactive.selected .themed-contrast {
  color: #F3F3F3;
}
.themed-neutral-darker {
  background-color: #979799;
  color: #F3F3F3;
}
.themed-neutral-darker .themed-contrast {
  color: #F3F3F3;
}
.themed-neutral-darker.themed-interactive {
  cursor: pointer;
}
.themed-neutral-darker.themed-interactive:hover,
.themed-neutral-darker.themed-interactive.hover,
.themed-neutral-darker.themed-interactive:focus,
.themed-neutral-darker.themed-interactive.focus {
  background-color: #767778;
  color: #F3F3F3;
}
.themed-neutral-darker.themed-interactive:hover .themed-contrast,
.themed-neutral-darker.themed-interactive.hover .themed-contrast,
.themed-neutral-darker.themed-interactive:focus .themed-contrast,
.themed-neutral-darker.themed-interactive.focus .themed-contrast {
  color: #F3F3F3;
}
.themed-neutral-darker.themed-interactive:active,
.themed-neutral-darker.themed-interactive.active,
.themed-neutral-darker.themed-interactive.selected {
  background-color: #2795c8;
  color: #F3F3F3;
}
.themed-neutral-darker.themed-interactive:active .themed-contrast,
.themed-neutral-darker.themed-interactive.active .themed-contrast,
.themed-neutral-darker.themed-interactive.selected .themed-contrast {
  color: #F3F3F3;
}
.themed-primary {
  background-color: #2eafeb;
  color: #F3F3F3;
}
.themed-primary .themed-contrast {
  color: #F3F3F3;
}
.themed-primary.themed-interactive {
  cursor: pointer;
}
.themed-primary.themed-interactive:hover,
.themed-primary.themed-interactive.hover,
.themed-primary.themed-interactive:focus,
.themed-primary.themed-interactive.focus {
  background-color: #2795c8;
  color: #F3F3F3;
}
.themed-primary.themed-interactive:hover .themed-contrast,
.themed-primary.themed-interactive.hover .themed-contrast,
.themed-primary.themed-interactive:focus .themed-contrast,
.themed-primary.themed-interactive.focus .themed-contrast {
  color: #F3F3F3;
}
.themed-primary.themed-interactive:active,
.themed-primary.themed-interactive.active,
.themed-primary.themed-interactive.selected {
  background-color: #207aa5;
  color: #F3F3F3;
}
.themed-primary.themed-interactive:active .themed-contrast,
.themed-primary.themed-interactive.active .themed-contrast,
.themed-primary.themed-interactive.selected .themed-contrast {
  color: #F3F3F3;
}
@font-face {
  font-family: 'Glyphicons Komondor';
  src: url('/node_modules/ng-komondor/src/fonts/glyphicon-komondor.woff?1') format('woff'), url('/node_modules/ng-komondor/src/fonts/glyphicon-komondor.ttf?1') format('truetype'), url('/node_modules/ng-komondor/src/fonts/glyphicon-komondor.svg?1#glyphicon-komondor') format('svg');
  font-weight: normal;
  font-style: normal;
}
.kd-icon,
.glyphicon-komondor,
[class*='glyphicon-komondor'] {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kd-icon:before,
.glyphicon-komondor:before,
[class*='glyphicon-komondor']:before {
  top: -1px;
  display: inline-block;
  vertical-align: baseline;
  font-family: 'Glyphicons Komondor';
  font-variant: normal;
  speak: none;
}
.btn .kd-icon:before,
.btn .glyphicon-komondor:before,
.btn [class*='glyphicon-komondor']:before,
.btn-default .kd-icon:before,
.btn-default .glyphicon-komondor:before,
.btn-default [class*='glyphicon-komondor']:before,
.btn-primary .kd-icon:before,
.btn-primary .glyphicon-komondor:before,
.btn-primary [class*='glyphicon-komondor']:before,
.btn-danger .kd-icon:before,
.btn-danger .glyphicon-komondor:before,
.btn-danger [class*='glyphicon-komondor']:before,
.btn-success .kd-icon:before,
.btn-success .glyphicon-komondor:before,
.btn-success [class*='glyphicon-komondor']:before {
  padding: 0 5px;
  margin-left: -5px;
}
.kd-icon-bold:before,
.glyphicon-komondor-bold:before {
  content: "\e900";
}
.kd-icon-italic:before,
.glyphicon-komondor-italic:before {
  content: "\e901";
}
.kd-icon-underline:before,
.glyphicon-komondor-underline:before {
  content: "\e902";
}
.kd-icon-h1:before,
.glyphicon-komondor-h1:before {
  content: "\e903";
}
.kd-icon-subscript:before,
.glyphicon-komondor-subscript:before {
  content: "\e904";
}
.kd-icon-superscript:before,
.glyphicon-komondor-superscript:before {
  content: "\e905";
}
.kd-icon-link:before,
.glyphicon-komondor-link:before {
  content: "\e906";
}
.kd-icon-unlink:before,
.glyphicon-komondor-unlink:before {
  content: "\e907";
}
.kd-icon-four-column:before,
.glyphicon-komondor-four-column:before {
  content: "\e908";
}
.kd-icon-one-column:before,
.glyphicon-komondor-one-column:before {
  content: "\e909";
}
.kd-icon-three-column:before,
.glyphicon-komondor-three-column:before {
  content: "\e90a";
}
.kd-icon-two-column:before,
.glyphicon-komondor-two-column:before {
  content: "\e90b";
}
.kd-icon-clear:before,
.glyphicon-komondor-clear:before {
  content: "\e90c";
}
.kd-icon-position-center:before,
.glyphicon-komondor-position-center:before {
  content: "\e90d";
}
.kd-icon-position-left:before,
.glyphicon-komondor-position-left:before {
  content: "\e90e";
}
.kd-icon-position-right:before,
.glyphicon-komondor-position-right:before {
  content: "\e90f";
}
.kd-icon-position-top:before,
.glyphicon-komondor-position-top:before {
  content: "\e910";
}
.kd-icon-position-bottom:before,
.glyphicon-komondor-position-bottom:before {
  content: "\e911";
}
.kd-icon-align-center:before,
.glyphicon-komondor-align-center:before {
  content: "\e912";
}
.kd-icon-align-justified:before,
.glyphicon-komondor-align-justified:before {
  content: "\e913";
}
.kd-icon-align-left:before,
.glyphicon-komondor-align-left:before {
  content: "\e914";
}
.kd-icon-align-right:before,
.glyphicon-komondor-align-right:before {
  content: "\e915";
}
.kd-icon-arrow-up:before,
.glyphicon-komondor-arrow-up:before {
  content: "\e916";
}
.kd-icon-arrow-down:before,
.glyphicon-komondor-arrow-down:before {
  content: "\e917";
}
.kd-icon-arrow-left:before,
.glyphicon-komondor-arrow-left:before {
  content: "\e918";
}
.kd-icon-arrowhead-right:before,
.glyphicon-komondor-arrowhead-right:before {
  content: "\e919";
}
.kd-icon-tick:before,
.glyphicon-komondor-tick:before {
  content: "\e91a";
}
.kd-icon-play:before,
.glyphicon-komondor-play:before {
  content: "\e91b";
}
.kd-icon-pause:before,
.glyphicon-komondor-pause:before {
  content: "\e91c";
}
.kd-icon-volume-on:before,
.glyphicon-komondor-volume-on:before {
  content: "\e91d";
}
.kd-icon-volume-off:before,
.glyphicon-komondor-volume-off:before {
  content: "\e91e";
}
.kd-icon-expand:before,
.glyphicon-komondor-expand:before {
  content: "\e91f";
}
.kd-icon-shrink:before,
.glyphicon-komondor-shrink:before {
  content: "\e920";
}
.kd-icon-search:before,
.glyphicon-komondor-search:before {
  content: "\e921";
}
.kd-icon-plus:before,
.glyphicon-komondor-plus:before {
  content: "\e922";
}
.kd-icon-batch-upload:before,
.glyphicon-komondor-batch-upload:before {
  content: "\e923";
}
.kd-icon-edit:before,
.glyphicon-komondor-edit:before {
  content: "\e924";
}
.kd-icon-trash:before,
.glyphicon-komondor-trash:before {
  content: "\e925";
}
.kd-icon-move:before,
.glyphicon-komondor-move:before {
  content: "\e926";
}
.kd-icon-view:before,
.glyphicon-komondor-view:before {
  content: "\e927";
}
.kd-icon-publish:before,
.glyphicon-komondor-publish:before {
  content: "\e928";
}
.kd-icon-clone:before,
.glyphicon-komondor-clone:before {
  content: "\e929";
}
.kd-icon-download:before,
.glyphicon-komondor-download:before {
  content: "\e92a";
}
.kd-icon-presentation:before,
.glyphicon-komondor-presentation:before {
  content: "\e92b";
}
.kd-icon-slide:before,
.glyphicon-komondor-slide:before {
  content: "\e92c";
}
.kd-icon-media:before,
.glyphicon-komondor-media:before {
  content: "\e92d";
}
.kd-icon-datasheet:before,
.glyphicon-komondor-datasheet:before,
.kd-icon-data:before,
.glyphicon-komondor-data:before {
  content: "\e92e";
}
.kd-icon-icon-repository:before,
.glyphicon-komondor-icon-repository:before {
  content: "\e93a";
}
.kd-icon-user:before,
.glyphicon-komondor-user:before {
  content: "\e92f";
}
.kd-icon-grid:before,
.glyphicon-komondor-grid:before {
  content: "\e930";
}
.kd-icon-list:before,
.glyphicon-komondor-list:before {
  content: "\e931";
}
.kd-icon-image-background:before,
.glyphicon-komondor-image-background:before {
  content: "\e932";
}
.kd-icon-map:before,
.glyphicon-komondor-map:before {
  content: "\e933";
}
.kd-icon-preview:before,
.glyphicon-komondor-preview:before {
  content: "\e934";
}
.kd-icon-folder:before,
.glyphicon-komondor-folder:before {
  content: "\e935";
}
.kd-icon-presentation-small:before,
.glyphicon-komondor-presentation-small:before {
  content: "\e936";
}
.kd-icon-image-small:before,
.glyphicon-komondor-image-small:before {
  content: "\e937";
}
.kd-icon-slide-small:before,
.glyphicon-komondor-slide-small:before {
  content: "\e938";
}
.kd-icon-video-small:before,
.glyphicon-komondor-video-small:before {
  content: "\e939";
}
.kd-icon-arrowhead-left:before,
.glyphicon-komondor-arrowhead-left:before {
  content: "\e919";
}
.kd-icon-arrowhead-left:before,
.glyphicon-komondor-arrowhead-left:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.kd-icon-arrowhead-up:before,
.glyphicon-komondor-arrowhead-up:before {
  content: "\e919";
}
.kd-icon-arrowhead-up:before,
.glyphicon-komondor-arrowhead-up:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.kd-icon-arrowhead-down:before,
.glyphicon-komondor-arrowhead-down:before {
  content: "\e919";
}
.kd-icon-arrowhead-down:before,
.glyphicon-komondor-arrowhead-down:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.kd-icon-client:before,
.glyphicon-komondor-client:before {
  content: "\e007";
}
.kd-icon-client:before,
.glyphicon-komondor-client:before {
  font-family: 'Glyphicons Halflings';
  top: inherit;
}
.kd-icon-master:before,
.kd-icon-template:before,
.glyphicon-komondor-master:before,
.glyphicon-komondor-template:before {
  content: "\e92c";
}
.kd-icon-unpublish:before,
.glyphicon-komondor-unpublish:before {
  content: "\e083";
}
.kd-icon-unpublish:before,
.glyphicon-komondor-unpublish:before {
  font-family: 'Glyphicons Halflings';
  top: inherit;
}
@font-face {
  font-family: 'Material Icons Komondor';
  font-weight: normal;
  font-style: normal;
  src: url('/node_modules/ng-komondor/src/fonts/material-icon-komondor.eot');
  src: url('/node_modules/ng-komondor/src/fonts/material-icon-komondor.eot?#iefix') format('embedded-opentype'), url('/node_modules/ng-komondor/src/fonts/material-icon-komondor.woff2') format('woff2'), url('/node_modules/ng-komondor/src/fonts/material-icon-komondor.woff') format('woff'), url('/node_modules/ng-komondor/src/fonts/material-icon-komondor.ttf') format('truetype'), url('/node_modules/ng-komondor/src/fonts/material-icon-komondor.svg#1') format('svg');
}
.material-icon,
.material-icon-komondor {
  font-family: 'Material Icons Komondor';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.btn .material-icon:before,
.btn .material-icon-komondor:before,
.btn-default .material-icon:before,
.btn-default .material-icon-komondor:before,
.btn-primary .material-icon:before,
.btn-primary .material-icon-komondor:before,
.btn-danger .material-icon:before,
.btn-danger .material-icon-komondor:before,
.btn-success .material-icon:before,
.btn-success .material-icon-komondor:before {
  padding: 0 2px;
}
.material-icon-3d-rotation:before {
  content: "\E001";
}
.material-icon-ac-unit:before {
  content: "\E002";
}
.material-icon-access-alarm:before {
  content: "\E003";
}
.material-icon-access-alarms:before {
  content: "\E004";
}
.material-icon-access-time:before {
  content: "\E005";
}
.material-icon-accessibility:before {
  content: "\E006";
}
.material-icon-accessible:before {
  content: "\E007";
}
.material-icon-account-balance-wallet:before {
  content: "\E008";
}
.material-icon-account-balance:before {
  content: "\E009";
}
.material-icon-account-box:before {
  content: "\E00A";
}
.material-icon-account-circle:before {
  content: "\E00B";
}
.material-icon-adb:before {
  content: "\E00C";
}
.material-icon-add-a-photo:before {
  content: "\E00D";
}
.material-icon-add-alarm:before {
  content: "\E00E";
}
.material-icon-add-alert:before {
  content: "\E00F";
}
.material-icon-add-box:before {
  content: "\E010";
}
.material-icon-add-circle-outline:before {
  content: "\E011";
}
.material-icon-add-circle:before {
  content: "\E012";
}
.material-icon-add-location:before {
  content: "\E013";
}
.material-icon-add-shopping-cart:before {
  content: "\E014";
}
.material-icon-add-to-photos:before {
  content: "\E015";
}
.material-icon-add-to-queue:before {
  content: "\E016";
}
.material-icon-add:before {
  content: "\E017";
}
.material-icon-adjust:before {
  content: "\E018";
}
.material-icon-airline-seat-flat-angled:before {
  content: "\E019";
}
.material-icon-airline-seat-flat:before {
  content: "\E01A";
}
.material-icon-airline-seat-individual-suite:before {
  content: "\E01B";
}
.material-icon-airline-seat-legroom-extra:before {
  content: "\E01C";
}
.material-icon-airline-seat-legroom-normal:before {
  content: "\E01D";
}
.material-icon-airline-seat-legroom-reduced:before {
  content: "\E01E";
}
.material-icon-airline-seat-recline-extra:before {
  content: "\E01F";
}
.material-icon-airline-seat-recline-normal:before {
  content: "\E020";
}
.material-icon-airplanemode-active:before {
  content: "\E021";
}
.material-icon-airplanemode-inactive:before {
  content: "\E022";
}
.material-icon-airplay:before {
  content: "\E023";
}
.material-icon-airport-shuttle:before {
  content: "\E024";
}
.material-icon-alarm-add:before {
  content: "\E025";
}
.material-icon-alarm-off:before {
  content: "\E026";
}
.material-icon-alarm-on:before {
  content: "\E027";
}
.material-icon-alarm:before {
  content: "\E028";
}
.material-icon-album:before {
  content: "\E029";
}
.material-icon-all-inclusive:before {
  content: "\E02A";
}
.material-icon-all-out:before {
  content: "\E02B";
}
.material-icon-android:before {
  content: "\E02C";
}
.material-icon-announcement:before {
  content: "\E02D";
}
.material-icon-apps:before {
  content: "\E02E";
}
.material-icon-archive:before {
  content: "\E02F";
}
.material-icon-arrow-back:before {
  content: "\E030";
}
.material-icon-arrow-downward:before {
  content: "\E031";
}
.material-icon-arrow-drop-down-circle:before {
  content: "\E032";
}
.material-icon-arrow-drop-down:before {
  content: "\E033";
}
.material-icon-arrow-drop-up:before {
  content: "\E034";
}
.material-icon-arrow-forward:before {
  content: "\E035";
}
.material-icon-arrow-upward:before {
  content: "\E036";
}
.material-icon-art-track:before {
  content: "\E037";
}
.material-icon-aspect-ratio:before {
  content: "\E038";
}
.material-icon-assessment:before {
  content: "\E039";
}
.material-icon-assignment-ind:before {
  content: "\E03A";
}
.material-icon-assignment-late:before {
  content: "\E03B";
}
.material-icon-assignment-return:before {
  content: "\E03C";
}
.material-icon-assignment-returned:before {
  content: "\E03D";
}
.material-icon-assignment-turned-in:before {
  content: "\E03E";
}
.material-icon-assignment:before {
  content: "\E03F";
}
.material-icon-assistant-photo:before {
  content: "\E040";
}
.material-icon-assistant:before {
  content: "\E041";
}
.material-icon-attach-file:before {
  content: "\E042";
}
.material-icon-attach-money:before {
  content: "\E043";
}
.material-icon-attachment:before {
  content: "\E044";
}
.material-icon-audiotrack:before {
  content: "\E045";
}
.material-icon-autorenew:before {
  content: "\E046";
}
.material-icon-av-timer:before {
  content: "\E047";
}
.material-icon-backspace:before {
  content: "\E048";
}
.material-icon-backup:before {
  content: "\E049";
}
.material-icon-battery-20:before {
  content: "\E04A";
}
.material-icon-battery-30:before {
  content: "\E04B";
}
.material-icon-battery-50:before {
  content: "\E04C";
}
.material-icon-battery-60:before {
  content: "\E04D";
}
.material-icon-battery-80:before {
  content: "\E04E";
}
.material-icon-battery-90:before {
  content: "\E04F";
}
.material-icon-battery-alert:before {
  content: "\E050";
}
.material-icon-battery-charging-20:before {
  content: "\E051";
}
.material-icon-battery-charging-30:before {
  content: "\E052";
}
.material-icon-battery-charging-50:before {
  content: "\E053";
}
.material-icon-battery-charging-60:before {
  content: "\E054";
}
.material-icon-battery-charging-80:before {
  content: "\E055";
}
.material-icon-battery-charging-90:before {
  content: "\E056";
}
.material-icon-battery-charging-full:before {
  content: "\E057";
}
.material-icon-battery-full:before {
  content: "\E058";
}
.material-icon-battery-std:before {
  content: "\E059";
}
.material-icon-battery-unknown:before {
  content: "\E05A";
}
.material-icon-beach-access:before {
  content: "\E05B";
}
.material-icon-beenhere:before {
  content: "\E05C";
}
.material-icon-block:before {
  content: "\E05D";
}
.material-icon-bluetooth-audio:before {
  content: "\E05E";
}
.material-icon-bluetooth-connected:before {
  content: "\E05F";
}
.material-icon-bluetooth-disabled:before {
  content: "\E060";
}
.material-icon-bluetooth-searching:before {
  content: "\E061";
}
.material-icon-bluetooth:before {
  content: "\E062";
}
.material-icon-blur-circular:before {
  content: "\E063";
}
.material-icon-blur-linear:before {
  content: "\E064";
}
.material-icon-blur-off:before {
  content: "\E065";
}
.material-icon-blur-on:before {
  content: "\E066";
}
.material-icon-book:before {
  content: "\E067";
}
.material-icon-bookmark-border:before {
  content: "\E068";
}
.material-icon-bookmark:before {
  content: "\E069";
}
.material-icon-border-all:before {
  content: "\E06A";
}
.material-icon-border-bottom:before {
  content: "\E06B";
}
.material-icon-border-clear:before {
  content: "\E06C";
}
.material-icon-border-color:before {
  content: "\E06D";
}
.material-icon-border-horizontal:before {
  content: "\E06E";
}
.material-icon-border-inner:before {
  content: "\E06F";
}
.material-icon-border-left:before {
  content: "\E070";
}
.material-icon-border-outer:before {
  content: "\E071";
}
.material-icon-border-right:before {
  content: "\E072";
}
.material-icon-border-style:before {
  content: "\E073";
}
.material-icon-border-top:before {
  content: "\E074";
}
.material-icon-border-vertical:before {
  content: "\E075";
}
.material-icon-branding-watermark:before {
  content: "\E076";
}
.material-icon-brightness-1:before {
  content: "\E077";
}
.material-icon-brightness-2:before {
  content: "\E078";
}
.material-icon-brightness-3:before {
  content: "\E079";
}
.material-icon-brightness-4:before {
  content: "\E07A";
}
.material-icon-brightness-5:before {
  content: "\E07B";
}
.material-icon-brightness-6:before {
  content: "\E07C";
}
.material-icon-brightness-7:before {
  content: "\E07D";
}
.material-icon-brightness-auto:before {
  content: "\E07E";
}
.material-icon-brightness-high:before {
  content: "\E07F";
}
.material-icon-brightness-low:before {
  content: "\E080";
}
.material-icon-brightness-medium:before {
  content: "\E081";
}
.material-icon-broken-image:before {
  content: "\E082";
}
.material-icon-brush:before {
  content: "\E083";
}
.material-icon-bubble-chart:before {
  content: "\E084";
}
.material-icon-bug-report:before {
  content: "\E085";
}
.material-icon-build:before {
  content: "\E086";
}
.material-icon-burst-mode:before {
  content: "\E087";
}
.material-icon-business-center:before {
  content: "\E088";
}
.material-icon-business:before {
  content: "\E089";
}
.material-icon-cached:before {
  content: "\E08A";
}
.material-icon-cake:before {
  content: "\E08B";
}
.material-icon-call-end:before {
  content: "\E08C";
}
.material-icon-call-made:before {
  content: "\E08D";
}
.material-icon-call-merge:before {
  content: "\E08E";
}
.material-icon-call-missed-outgoing:before {
  content: "\E08F";
}
.material-icon-call-missed:before {
  content: "\E090";
}
.material-icon-call-received:before {
  content: "\E091";
}
.material-icon-call-split:before {
  content: "\E092";
}
.material-icon-call-to-action:before {
  content: "\E093";
}
.material-icon-call:before {
  content: "\E094";
}
.material-icon-camera-alt:before {
  content: "\E095";
}
.material-icon-camera-front:before {
  content: "\E096";
}
.material-icon-camera-rear:before {
  content: "\E097";
}
.material-icon-camera-roll:before {
  content: "\E098";
}
.material-icon-camera:before {
  content: "\E099";
}
.material-icon-cancel:before {
  content: "\E09A";
}
.material-icon-card-giftcard:before {
  content: "\E09B";
}
.material-icon-card-membership:before {
  content: "\E09C";
}
.material-icon-card-travel:before {
  content: "\E09D";
}
.material-icon-casino:before {
  content: "\E09E";
}
.material-icon-cast-connected:before {
  content: "\E09F";
}
.material-icon-cast:before {
  content: "\E0A0";
}
.material-icon-center-focus-strong:before {
  content: "\E0A1";
}
.material-icon-center-focus-weak:before {
  content: "\E0A2";
}
.material-icon-change-history:before {
  content: "\E0A3";
}
.material-icon-chat-bubble-outline:before {
  content: "\E0A4";
}
.material-icon-chat-bubble:before {
  content: "\E0A5";
}
.material-icon-chat:before {
  content: "\E0A6";
}
.material-icon-check-box-outline-blank:before,
.checkbox-input input + label:before,
.form-group .checkbox-input input + label:before {
  content: "\E0A7";
}
.material-icon-check-box:before,
.checkbox-input input:checked + label:before,
.form-group .checkbox-input input:checked + label:before {
  content: "\E0A8";
}
.material-icon-check-circle:before {
  content: "\E0A9";
}
.material-icon-check:before {
  content: "\E0AA";
}
.material-icon-chevron-left:before {
  content: "\E0AB";
}
.material-icon-chevron-right:before {
  content: "\E0AC";
}
.material-icon-child-care:before {
  content: "\E0AD";
}
.material-icon-child-friendly:before {
  content: "\E0AE";
}
.material-icon-chrome-reader-mode:before {
  content: "\E0AF";
}
.material-icon-class:before {
  content: "\E0B0";
}
.material-icon-clear-all:before {
  content: "\E0B1";
}
.material-icon-clear:before {
  content: "\E0B2";
}
.material-icon-close:before {
  content: "\E0B3";
}
.material-icon-closed-caption:before {
  content: "\E0B4";
}
.material-icon-cloud-circle:before {
  content: "\E0B5";
}
.material-icon-cloud-done:before {
  content: "\E0B6";
}
.material-icon-cloud-download:before {
  content: "\E0B7";
}
.material-icon-cloud-off:before {
  content: "\E0B8";
}
.material-icon-cloud-queue:before {
  content: "\E0B9";
}
.material-icon-cloud-upload:before {
  content: "\E0BA";
}
.material-icon-cloud:before {
  content: "\E0BB";
}
.material-icon-code:before {
  content: "\E0BC";
}
.material-icon-collections:before {
  content: "\E0BD";
}
.material-icon-color-lens:before {
  content: "\E0BE";
}
.material-icon-colorize:before {
  content: "\E0BF";
}
.material-icon-comment:before {
  content: "\E0C0";
}
.material-icon-compare-arrows:before {
  content: "\E0C1";
}
.material-icon-compare:before {
  content: "\E0C2";
}
.material-icon-computer:before {
  content: "\E0C3";
}
.material-icon-confirmation-number:before {
  content: "\E0C4";
}
.material-icon-contact-mail:before {
  content: "\E0C5";
}
.material-icon-contact-phone:before {
  content: "\E0C6";
}
.material-icon-contacts:before {
  content: "\E0C7";
}
.material-icon-content-copy:before {
  content: "\E0C8";
}
.material-icon-content-cut:before {
  content: "\E0C9";
}
.material-icon-content-paste:before {
  content: "\E0CA";
}
.material-icon-control-point-duplicate:before {
  content: "\E0CB";
}
.material-icon-control-point:before {
  content: "\E0CC";
}
.material-icon-copyright:before {
  content: "\E0CD";
}
.material-icon-create-new-folder:before {
  content: "\E0CE";
}
.material-icon-create:before {
  content: "\E0CF";
}
.material-icon-credit-card:before {
  content: "\E0D0";
}
.material-icon-crop-16-9:before {
  content: "\E0D1";
}
.material-icon-crop-3-2:before {
  content: "\E0D2";
}
.material-icon-crop-5-4:before {
  content: "\E0D3";
}
.material-icon-crop-7-5:before {
  content: "\E0D4";
}
.material-icon-crop-din:before {
  content: "\E0D5";
}
.material-icon-crop-free:before {
  content: "\E0D6";
}
.material-icon-crop-landscape:before {
  content: "\E0D7";
}
.material-icon-crop-original:before {
  content: "\E0D8";
}
.material-icon-crop-portrait:before {
  content: "\E0D9";
}
.material-icon-crop-rotate:before {
  content: "\E0DA";
}
.material-icon-crop-square:before {
  content: "\E0DB";
}
.material-icon-crop:before {
  content: "\E0DC";
}
.material-icon-dashboard:before {
  content: "\E0DD";
}
.material-icon-data-usage:before {
  content: "\E0DE";
}
.material-icon-date-range:before {
  content: "\E0DF";
}
.material-icon-dehaze:before {
  content: "\E0E0";
}
.material-icon-delete-forever:before {
  content: "\E0E1";
}
.material-icon-delete-sweep:before {
  content: "\E0E2";
}
.material-icon-delete:before {
  content: "\E0E3";
}
.material-icon-description:before {
  content: "\E0E4";
}
.material-icon-desktop-mac:before {
  content: "\E0E5";
}
.material-icon-desktop-windows:before {
  content: "\E0E6";
}
.material-icon-details:before {
  content: "\E0E7";
}
.material-icon-developer-board:before {
  content: "\E0E8";
}
.material-icon-developer-mode:before {
  content: "\E0E9";
}
.material-icon-devices-other:before {
  content: "\E0EA";
}
.material-icon-devices:before {
  content: "\E0EB";
}
.material-icon-dialer-sip:before {
  content: "\E0EC";
}
.material-icon-dialpad:before {
  content: "\E0ED";
}
.material-icon-directions-bike:before {
  content: "\E0EE";
}
.material-icon-directions-boat:before {
  content: "\E0EF";
}
.material-icon-directions-bus:before {
  content: "\E0F0";
}
.material-icon-directions-car:before {
  content: "\E0F1";
}
.material-icon-directions-railway:before {
  content: "\E0F2";
}
.material-icon-directions-run:before {
  content: "\E0F3";
}
.material-icon-directions-subway:before {
  content: "\E0F4";
}
.material-icon-directions-transit:before {
  content: "\E0F5";
}
.material-icon-directions-walk:before {
  content: "\E0F6";
}
.material-icon-directions:before {
  content: "\E0F7";
}
.material-icon-disc-full:before {
  content: "\E0F8";
}
.material-icon-dns:before {
  content: "\E0F9";
}
.material-icon-do-not-disturb-alt:before {
  content: "\E0FA";
}
.material-icon-do-not-disturb-off:before {
  content: "\E0FB";
}
.material-icon-do-not-disturb-on:before {
  content: "\E0FC";
}
.material-icon-do-not-disturb:before {
  content: "\E0FD";
}
.material-icon-dock:before {
  content: "\E0FE";
}
.material-icon-domain:before {
  content: "\E0FF";
}
.material-icon-done-all:before {
  content: "\E100";
}
.material-icon-done:before {
  content: "\E101";
}
.material-icon-donut-large:before {
  content: "\E102";
}
.material-icon-donut-small:before {
  content: "\E103";
}
.material-icon-drafts:before {
  content: "\E104";
}
.material-icon-drag-handle:before {
  content: "\E105";
}
.material-icon-drive-eta:before {
  content: "\E106";
}
.material-icon-dvr:before {
  content: "\E107";
}
.material-icon-edit-location:before {
  content: "\E108";
}
.material-icon-edit:before {
  content: "\E109";
}
.material-icon-email:before {
  content: "\E10A";
}
.material-icon-enhanced-encryption:before {
  content: "\E10B";
}
.material-icon-equalizer:before {
  content: "\E10C";
}
.material-icon-error-outline:before {
  content: "\E10D";
}
.material-icon-error:before {
  content: "\E10E";
}
.material-icon-euro-symbol:before {
  content: "\E10F";
}
.material-icon-ev-station:before {
  content: "\E110";
}
.material-icon-event-available:before {
  content: "\E111";
}
.material-icon-event-busy:before {
  content: "\E112";
}
.material-icon-event-note:before {
  content: "\E113";
}
.material-icon-event-seat:before {
  content: "\E114";
}
.material-icon-event:before {
  content: "\E115";
}
.material-icon-exit-to-app:before {
  content: "\E116";
}
.material-icon-expand-less:before {
  content: "\E117";
}
.material-icon-expand-more:before {
  content: "\E118";
}
.material-icon-explicit:before {
  content: "\E119";
}
.material-icon-explore:before {
  content: "\E11A";
}
.material-icon-exposure-neg-1:before {
  content: "\E11B";
}
.material-icon-exposure-neg-2:before {
  content: "\E11C";
}
.material-icon-exposure-plus-1:before {
  content: "\E11D";
}
.material-icon-exposure-plus-2:before {
  content: "\E11E";
}
.material-icon-exposure-zero:before {
  content: "\E11F";
}
.material-icon-exposure:before {
  content: "\E120";
}
.material-icon-extension:before {
  content: "\E121";
}
.material-icon-face:before {
  content: "\E122";
}
.material-icon-fast-forward:before {
  content: "\E123";
}
.material-icon-fast-rewind:before {
  content: "\E124";
}
.material-icon-favorite-border:before {
  content: "\E125";
}
.material-icon-favorite:before {
  content: "\E126";
}
.material-icon-featured-play-list:before {
  content: "\E127";
}
.material-icon-featured-video:before {
  content: "\E128";
}
.material-icon-feedback:before {
  content: "\E129";
}
.material-icon-fiber-dvr:before {
  content: "\E12A";
}
.material-icon-fiber-manual-record:before {
  content: "\E12B";
}
.material-icon-fiber-new:before {
  content: "\E12C";
}
.material-icon-fiber-pin:before {
  content: "\E12D";
}
.material-icon-fiber-smart-record:before {
  content: "\E12E";
}
.material-icon-file-download:before {
  content: "\E12F";
}
.material-icon-file-upload:before {
  content: "\E130";
}
.material-icon-filter-1:before {
  content: "\E131";
}
.material-icon-filter-2:before {
  content: "\E132";
}
.material-icon-filter-3:before {
  content: "\E133";
}
.material-icon-filter-4:before {
  content: "\E134";
}
.material-icon-filter-5:before {
  content: "\E135";
}
.material-icon-filter-6:before {
  content: "\E136";
}
.material-icon-filter-7:before {
  content: "\E137";
}
.material-icon-filter-8:before {
  content: "\E138";
}
.material-icon-filter-9-plus:before {
  content: "\E139";
}
.material-icon-filter-9:before {
  content: "\E13A";
}
.material-icon-filter-b-and-w:before {
  content: "\E13B";
}
.material-icon-filter-center-focus:before {
  content: "\E13C";
}
.material-icon-filter-drama:before {
  content: "\E13D";
}
.material-icon-filter-frames:before {
  content: "\E13E";
}
.material-icon-filter-hdr:before {
  content: "\E13F";
}
.material-icon-filter-list:before {
  content: "\E140";
}
.material-icon-filter-none:before {
  content: "\E141";
}
.material-icon-filter-tilt-shift:before {
  content: "\E142";
}
.material-icon-filter-vintage:before {
  content: "\E143";
}
.material-icon-filter:before {
  content: "\E144";
}
.material-icon-find-in-page:before {
  content: "\E145";
}
.material-icon-find-replace:before {
  content: "\E146";
}
.material-icon-fingerprint:before {
  content: "\E147";
}
.material-icon-first-page:before {
  content: "\E148";
}
.material-icon-fitness-center:before {
  content: "\E149";
}
.material-icon-flag:before {
  content: "\E14A";
}
.material-icon-flare:before {
  content: "\E14B";
}
.material-icon-flash-auto:before {
  content: "\E14C";
}
.material-icon-flash-off:before {
  content: "\E14D";
}
.material-icon-flash-on:before {
  content: "\E14E";
}
.material-icon-flight-land:before {
  content: "\E14F";
}
.material-icon-flight-takeoff:before {
  content: "\E150";
}
.material-icon-flight:before {
  content: "\E151";
}
.material-icon-flip-to-back:before {
  content: "\E152";
}
.material-icon-flip-to-front:before {
  content: "\E153";
}
.material-icon-flip:before {
  content: "\E154";
}
.material-icon-folder-open:before {
  content: "\E155";
}
.material-icon-folder-shared:before {
  content: "\E156";
}
.material-icon-folder-special:before {
  content: "\E157";
}
.material-icon-folder:before {
  content: "\E158";
}
.material-icon-format-align-center:before {
  content: "\E159";
}
.material-icon-format-align-justify:before {
  content: "\E15A";
}
.material-icon-format-align-left:before {
  content: "\E15B";
}
.material-icon-format-align-right:before {
  content: "\E15C";
}
.material-icon-format-bold:before {
  content: "\E15D";
}
.material-icon-format-clear:before {
  content: "\E15E";
}
.material-icon-format-color-fill:before {
  content: "\E15F";
}
.material-icon-format-color-reset:before {
  content: "\E160";
}
.material-icon-format-color-text:before {
  content: "\E161";
}
.material-icon-format-indent-decrease:before {
  content: "\E162";
}
.material-icon-format-indent-increase:before {
  content: "\E163";
}
.material-icon-format-italic:before {
  content: "\E164";
}
.material-icon-format-line-spacing:before {
  content: "\E165";
}
.material-icon-format-list-bulleted:before {
  content: "\E166";
}
.material-icon-format-list-numbered:before {
  content: "\E167";
}
.material-icon-format-paint:before {
  content: "\E168";
}
.material-icon-format-quote:before {
  content: "\E169";
}
.material-icon-format-shapes:before {
  content: "\E16A";
}
.material-icon-format-size:before {
  content: "\E16B";
}
.material-icon-format-strikethrough:before {
  content: "\E16C";
}
.material-icon-format-textdirection-l-to-r:before {
  content: "\E16D";
}
.material-icon-format-textdirection-r-to-l:before {
  content: "\E16E";
}
.material-icon-format-underlined:before {
  content: "\E16F";
}
.material-icon-forum:before {
  content: "\E170";
}
.material-icon-forward-10:before {
  content: "\E171";
}
.material-icon-forward-30:before {
  content: "\E172";
}
.material-icon-forward-5:before {
  content: "\E173";
}
.material-icon-forward:before {
  content: "\E174";
}
.material-icon-free-breakfast:before {
  content: "\E175";
}
.material-icon-fullscreen-exit:before {
  content: "\E176";
}
.material-icon-fullscreen:before {
  content: "\E177";
}
.material-icon-functions:before {
  content: "\E178";
}
.material-icon-g-translate:before {
  content: "\E179";
}
.material-icon-gamepad:before {
  content: "\E17A";
}
.material-icon-games:before {
  content: "\E17B";
}
.material-icon-gavel:before {
  content: "\E17C";
}
.material-icon-gesture:before {
  content: "\E17D";
}
.material-icon-get-app:before {
  content: "\E17E";
}
.material-icon-golf-course:before {
  content: "\E17F";
}
.material-icon-gps-fixed:before {
  content: "\E180";
}
.material-icon-gps-not-fixed:before {
  content: "\E181";
}
.material-icon-gps-off:before {
  content: "\E182";
}
.material-icon-grade:before {
  content: "\E183";
}
.material-icon-gradient:before {
  content: "\E184";
}
.material-icon-grain:before {
  content: "\E185";
}
.material-icon-grapheq:before {
  content: "\E186";
}
.material-icon-grid-off:before {
  content: "\E187";
}
.material-icon-grid-on:before {
  content: "\E188";
}
.material-icon-group-add:before {
  content: "\E189";
}
.material-icon-group-work:before {
  content: "\E18A";
}
.material-icon-group:before {
  content: "\E18B";
}
.material-icon-hdr-off:before {
  content: "\E18C";
}
.material-icon-hdr-on:before {
  content: "\E18D";
}
.material-icon-hdr-strong:before {
  content: "\E18E";
}
.material-icon-hdr-weak:before {
  content: "\E18F";
}
.material-icon-headset-mic:before {
  content: "\E190";
}
.material-icon-headset:before {
  content: "\E191";
}
.material-icon-healing:before {
  content: "\E192";
}
.material-icon-hearing:before {
  content: "\E193";
}
.material-icon-help:before {
  content: "\E194";
}
.material-icon-high-quality:before {
  content: "\E195";
}
.material-icon-highlight-off:before {
  content: "\E196";
}
.material-icon-highlight:before {
  content: "\E197";
}
.material-icon-history:before {
  content: "\E198";
}
.material-icon-home:before {
  content: "\E199";
}
.material-icon-hot-tub:before {
  content: "\E19A";
}
.material-icon-hotel:before {
  content: "\E19B";
}
.material-icon-hourglass-empty:before {
  content: "\E19C";
}
.material-icon-hourglass-full:before {
  content: "\E19D";
}
.material-icon-http:before {
  content: "\E19E";
}
.material-icon-https:before {
  content: "\E19F";
}
.material-icon-image-aspect-ratio:before {
  content: "\E1A0";
}
.material-icon-image:before {
  content: "\E1A1";
}
.material-icon-import-contacts:before {
  content: "\E1A2";
}
.material-icon-import-export:before {
  content: "\E1A3";
}
.material-icon-important-devices:before {
  content: "\E1A4";
}
.material-icon-inbox:before {
  content: "\E1A5";
}
.material-icon-info-outline:before {
  content: "\E1A6";
}
.material-icon-info:before {
  content: "\E1A7";
}
.material-icon-input:before {
  content: "\E1A8";
}
.material-icon-insert-chart:before {
  content: "\E1A9";
}
.material-icon-insert-comment:before {
  content: "\E1AA";
}
.material-icon-insert-drive-file:before {
  content: "\E1AB";
}
.material-icon-insert-emoticon:before {
  content: "\E1AC";
}
.material-icon-insert-invitation:before {
  content: "\E1AD";
}
.material-icon-insert-link:before {
  content: "\E1AE";
}
.material-icon-insert-photo:before {
  content: "\E1AF";
}
.material-icon-invert-colors-off:before {
  content: "\E1B0";
}
.material-icon-invert-colors:before {
  content: "\E1B1";
}
.material-icon-iso:before {
  content: "\E1B2";
}
.material-icon-keyboard-arrow-down:before {
  content: "\E1B3";
}
.material-icon-keyboard-arrow-left:before {
  content: "\E1B4";
}
.material-icon-keyboard-arrow-right:before {
  content: "\E1B5";
}
.material-icon-keyboard-arrow-up:before {
  content: "\E1B6";
}
.material-icon-keyboard-backspace:before {
  content: "\E1B7";
}
.material-icon-keyboard-capslock:before {
  content: "\E1B8";
}
.material-icon-keyboard-hide:before {
  content: "\E1B9";
}
.material-icon-keyboard-return:before {
  content: "\E1BA";
}
.material-icon-keyboard-tab:before {
  content: "\E1BB";
}
.material-icon-keyboard-voice:before {
  content: "\E1BC";
}
.material-icon-keyboard:before {
  content: "\E1BD";
}
.material-icon-kitchen:before {
  content: "\E1BE";
}
.material-icon-label-outline:before {
  content: "\E1BF";
}
.material-icon-label:before {
  content: "\E1C0";
}
.material-icon-landscape:before {
  content: "\E1C1";
}
.material-icon-language:before {
  content: "\E1C2";
}
.material-icon-laptop-chromebook:before {
  content: "\E1C3";
}
.material-icon-laptop-mac:before {
  content: "\E1C4";
}
.material-icon-laptop-windows:before {
  content: "\E1C5";
}
.material-icon-laptop:before {
  content: "\E1C6";
}
.material-icon-last-page:before {
  content: "\E1C7";
}
.material-icon-launch:before {
  content: "\E1C8";
}
.material-icon-layers-clear:before {
  content: "\E1C9";
}
.material-icon-layers:before {
  content: "\E1CA";
}
.material-icon-leak-add:before {
  content: "\E1CB";
}
.material-icon-leak-remove:before {
  content: "\E1CC";
}
.material-icon-lens:before {
  content: "\E1CD";
}
.material-icon-library-add:before {
  content: "\E1CE";
}
.material-icon-library-books:before {
  content: "\E1CF";
}
.material-icon-library-music:before {
  content: "\E1D0";
}
.material-icon-lightbulb-outline:before {
  content: "\E1D1";
}
.material-icon-line-style:before {
  content: "\E1D2";
}
.material-icon-line-weight:before {
  content: "\E1D3";
}
.material-icon-linear-scale:before {
  content: "\E1D4";
}
.material-icon-link:before {
  content: "\E1D5";
}
.material-icon-linked-camera:before {
  content: "\E1D6";
}
.material-icon-list:before {
  content: "\E1D7";
}
.material-icon-live-help:before {
  content: "\E1D8";
}
.material-icon-live-tv:before {
  content: "\E1D9";
}
.material-icon-local-activity:before {
  content: "\E1DA";
}
.material-icon-local-airport:before {
  content: "\E1DB";
}
.material-icon-local-atm:before {
  content: "\E1DC";
}
.material-icon-local-bar:before {
  content: "\E1DD";
}
.material-icon-local-cafe:before {
  content: "\E1DE";
}
.material-icon-local-car-wash:before {
  content: "\E1DF";
}
.material-icon-local-convenience-store:before {
  content: "\E1E0";
}
.material-icon-local-dining:before {
  content: "\E1E1";
}
.material-icon-local-drink:before {
  content: "\E1E2";
}
.material-icon-local-florist:before {
  content: "\E1E3";
}
.material-icon-local-gas-station:before {
  content: "\E1E4";
}
.material-icon-local-grocery-store:before {
  content: "\E1E5";
}
.material-icon-local-hospital:before {
  content: "\E1E6";
}
.material-icon-local-hotel:before {
  content: "\E1E7";
}
.material-icon-local-laundry-service:before {
  content: "\E1E8";
}
.material-icon-local-library:before {
  content: "\E1E9";
}
.material-icon-local-mall:before {
  content: "\E1EA";
}
.material-icon-local-movies:before {
  content: "\E1EB";
}
.material-icon-local-offer:before {
  content: "\E1EC";
}
.material-icon-local-parking:before {
  content: "\E1ED";
}
.material-icon-local-pharmacy:before {
  content: "\E1EE";
}
.material-icon-local-phone:before {
  content: "\E1EF";
}
.material-icon-local-pizza:before {
  content: "\E1F0";
}
.material-icon-local-play:before {
  content: "\E1F1";
}
.material-icon-local-post-office:before {
  content: "\E1F2";
}
.material-icon-local-printshop:before {
  content: "\E1F3";
}
.material-icon-local-see:before {
  content: "\E1F4";
}
.material-icon-local-shipping:before {
  content: "\E1F5";
}
.material-icon-local-taxi:before {
  content: "\E1F6";
}
.material-icon-location-city:before {
  content: "\E1F7";
}
.material-icon-location-disabled:before {
  content: "\E1F8";
}
.material-icon-location-off:before {
  content: "\E1F9";
}
.material-icon-location-on:before {
  content: "\E1FA";
}
.material-icon-location-searching:before {
  content: "\E1FB";
}
.material-icon-lock-open:before {
  content: "\E1FC";
}
.material-icon-lock-outline:before {
  content: "\E1FD";
}
.material-icon-lock:before {
  content: "\E1FE";
}
.material-icon-looks-3:before {
  content: "\E1FF";
}
.material-icon-looks-4:before {
  content: "\E200";
}
.material-icon-looks-5:before {
  content: "\E201";
}
.material-icon-looks-6:before {
  content: "\E202";
}
.material-icon-looks-one:before {
  content: "\E203";
}
.material-icon-looks-two:before {
  content: "\E204";
}
.material-icon-looks:before {
  content: "\E205";
}
.material-icon-loop:before {
  content: "\E206";
}
.material-icon-loupe:before {
  content: "\E207";
}
.material-icon-low-priority:before {
  content: "\E208";
}
.material-icon-loyalty:before {
  content: "\E209";
}
.material-icon-mail-outline:before {
  content: "\E20A";
}
.material-icon-mail:before {
  content: "\E20B";
}
.material-icon-map:before {
  content: "\E20C";
}
.material-icon-markunread-mailbox:before {
  content: "\E20D";
}
.material-icon-markunread:before {
  content: "\E20E";
}
.material-icon-memory:before {
  content: "\E20F";
}
.material-icon-menu:before {
  content: "\E210";
}
.material-icon-merge-type:before {
  content: "\E211";
}
.material-icon-message:before {
  content: "\E212";
}
.material-icon-mic:before {
  content: "\E213";
}
.material-icon-mms:before {
  content: "\E214";
}
.material-icon-mnone:before {
  content: "\E215";
}
.material-icon-mode-comment:before {
  content: "\E216";
}
.material-icon-mode-edit:before {
  content: "\E217";
}
.material-icon-moff:before {
  content: "\E218";
}
.material-icon-monetization-on:before {
  content: "\E219";
}
.material-icon-monochrome-photos:before {
  content: "\E21A";
}
.material-icon-mood-bad:before {
  content: "\E21B";
}
.material-icon-mood:before {
  content: "\E21C";
}
.material-icon-more-horiz:before {
  content: "\E21D";
}
.material-icon-more-vert:before {
  content: "\E21E";
}
.material-icon-more:before {
  content: "\E21F";
}
.material-icon-motorcycle:before {
  content: "\E220";
}
.material-icon-mouse:before {
  content: "\E221";
}
.material-icon-move-to-inbox:before {
  content: "\E222";
}
.material-icon-movie-creation:before {
  content: "\E223";
}
.material-icon-movie-filter:before {
  content: "\E224";
}
.material-icon-movie:before {
  content: "\E225";
}
.material-icon-multiline-chart:before {
  content: "\E226";
}
.material-icon-musnote:before {
  content: "\E227";
}
.material-icon-musvideo:before {
  content: "\E228";
}
.material-icon-my-location:before {
  content: "\E229";
}
.material-icon-nature-people:before {
  content: "\E22A";
}
.material-icon-nature:before {
  content: "\E22B";
}
.material-icon-navigate-before:before {
  content: "\E22C";
}
.material-icon-navigate-next:before {
  content: "\E22D";
}
.material-icon-navigation:before {
  content: "\E22E";
}
.material-icon-near-me:before {
  content: "\E22F";
}
.material-icon-network-cell:before {
  content: "\E230";
}
.material-icon-network-check:before {
  content: "\E231";
}
.material-icon-network-locked:before {
  content: "\E232";
}
.material-icon-network-wifi:before {
  content: "\E233";
}
.material-icon-new-releases:before {
  content: "\E234";
}
.material-icon-next-week:before {
  content: "\E235";
}
.material-icon-nfc:before {
  content: "\E236";
}
.material-icon-no-encryption:before {
  content: "\E237";
}
.material-icon-no-sim:before {
  content: "\E238";
}
.material-icon-not-interested:before {
  content: "\E239";
}
.material-icon-note-add:before {
  content: "\E23A";
}
.material-icon-note:before {
  content: "\E23B";
}
.material-icon-notifications-active:before {
  content: "\E23C";
}
.material-icon-notifications-none:before {
  content: "\E23D";
}
.material-icon-notifications-off:before {
  content: "\E23E";
}
.material-icon-notifications-paused:before {
  content: "\E23F";
}
.material-icon-notifications:before {
  content: "\E240";
}
.material-icon-ondemand-video:before {
  content: "\E241";
}
.material-icon-opacity:before {
  content: "\E242";
}
.material-icon-open-in-browser:before {
  content: "\E243";
}
.material-icon-open-in-new:before {
  content: "\E244";
}
.material-icon-open-with:before {
  content: "\E245";
}
.material-icon-pages:before {
  content: "\E246";
}
.material-icon-pageview:before {
  content: "\E247";
}
.material-icon-palette:before {
  content: "\E248";
}
.material-icon-pan-tool:before {
  content: "\E249";
}
.material-icon-panorama-fish-eye:before {
  content: "\E24A";
}
.material-icon-panorama-horizontal:before {
  content: "\E24B";
}
.material-icon-panorama-vertical:before {
  content: "\E24C";
}
.material-icon-panorama-wide-angle:before {
  content: "\E24D";
}
.material-icon-panorama:before {
  content: "\E24E";
}
.material-icon-party-mode:before {
  content: "\E24F";
}
.material-icon-pause-circle-filled:before {
  content: "\E250";
}
.material-icon-pause-circle-outline:before {
  content: "\E251";
}
.material-icon-pause:before {
  content: "\E252";
}
.material-icon-payment:before {
  content: "\E253";
}
.material-icon-people-outline:before {
  content: "\E254";
}
.material-icon-people:before {
  content: "\E255";
}
.material-icon-perm-camera-mic:before {
  content: "\E256";
}
.material-icon-perm-contact-calendar:before {
  content: "\E257";
}
.material-icon-perm-data-setting:before {
  content: "\E258";
}
.material-icon-perm-device-information:before {
  content: "\E259";
}
.material-icon-perm-identity:before {
  content: "\E25A";
}
.material-icon-perm-media:before {
  content: "\E25B";
}
.material-icon-perm-phone-msg:before {
  content: "\E25C";
}
.material-icon-perm-scan-wifi:before {
  content: "\E25D";
}
.material-icon-person-add:before {
  content: "\E25E";
}
.material-icon-person-outline:before {
  content: "\E25F";
}
.material-icon-person-pin-circle:before {
  content: "\E260";
}
.material-icon-person-pin:before {
  content: "\E261";
}
.material-icon-person:before {
  content: "\E262";
}
.material-icon-personal-video:before {
  content: "\E263";
}
.material-icon-pets:before {
  content: "\E264";
}
.material-icon-phone-android:before {
  content: "\E265";
}
.material-icon-phone-bluetooth-speaker:before {
  content: "\E266";
}
.material-icon-phone-forwarded:before {
  content: "\E267";
}
.material-icon-phone-in-talk:before {
  content: "\E268";
}
.material-icon-phone-iphone:before {
  content: "\E269";
}
.material-icon-phone-locked:before {
  content: "\E26A";
}
.material-icon-phone-missed:before {
  content: "\E26B";
}
.material-icon-phone-paused:before {
  content: "\E26C";
}
.material-icon-phone:before {
  content: "\E26D";
}
.material-icon-phonelink-off:before {
  content: "\E26E";
}
.material-icon-phonelink:before {
  content: "\E26F";
}
.material-icon-photo-album:before {
  content: "\E270";
}
.material-icon-photo-camera:before {
  content: "\E271";
}
.material-icon-photo-filter:before {
  content: "\E272";
}
.material-icon-photo-library:before {
  content: "\E273";
}
.material-icon-photo:before {
  content: "\E274";
}
.material-icon-picture-as-pdf:before {
  content: "\E275";
}
.material-icon-picture-in-picture-alt:before {
  content: "\E276";
}
.material-icon-picture-in-picture:before {
  content: "\E277";
}
.material-icon-pie-chart-outlined:before {
  content: "\E278";
}
.material-icon-pie-chart:before {
  content: "\E279";
}
.material-icon-pin-drop:before {
  content: "\E27A";
}
.material-icon-place:before {
  content: "\E27B";
}
.material-icon-play-arrow:before {
  content: "\E27C";
}
.material-icon-play-circle-filled-white:before {
  content: "\E27D";
}
.material-icon-play-circle-filled:before {
  content: "\E27E";
}
.material-icon-play-circle-outline:before {
  content: "\E27F";
}
.material-icon-play-for-work:before {
  content: "\E280";
}
.material-icon-playlist-add-check:before {
  content: "\E281";
}
.material-icon-playlist-add:before {
  content: "\E282";
}
.material-icon-playlist-play:before {
  content: "\E283";
}
.material-icon-plus-one:before {
  content: "\E284";
}
.material-icon-poll:before {
  content: "\E285";
}
.material-icon-polymer:before {
  content: "\E286";
}
.material-icon-pool:before {
  content: "\E287";
}
.material-icon-portable-wifi-off:before {
  content: "\E288";
}
.material-icon-portrait:before {
  content: "\E289";
}
.material-icon-power-input:before {
  content: "\E28A";
}
.material-icon-power-settings-new:before {
  content: "\E28B";
}
.material-icon-power:before {
  content: "\E28C";
}
.material-icon-pregnant-woman:before {
  content: "\E28D";
}
.material-icon-present-to-all:before {
  content: "\E28E";
}
.material-icon-print:before {
  content: "\E28F";
}
.material-icon-priority-high:before {
  content: "\E290";
}
.material-icon-public:before {
  content: "\E291";
}
.material-icon-publish:before {
  content: "\E292";
}
.material-icon-query-builder:before {
  content: "\E293";
}
.material-icon-question-answer:before {
  content: "\E294";
}
.material-icon-queue-music:before {
  content: "\E295";
}
.material-icon-queue-play-next:before {
  content: "\E296";
}
.material-icon-queue:before {
  content: "\E297";
}
.material-icon-radio-button-checked:before {
  content: "\E298";
}
.material-icon-radio-button-unchecked:before {
  content: "\E299";
}
.material-icon-radio:before {
  content: "\E29A";
}
.material-icon-rate-review:before {
  content: "\E29B";
}
.material-icon-receipt:before {
  content: "\E29C";
}
.material-icon-recent-actors:before {
  content: "\E29D";
}
.material-icon-record-voice-over:before {
  content: "\E29E";
}
.material-icon-redeem:before {
  content: "\E29F";
}
.material-icon-redo:before {
  content: "\E2A0";
}
.material-icon-refresh:before {
  content: "\E2A1";
}
.material-icon-remove-circle-outline:before {
  content: "\E2A2";
}
.material-icon-remove-circle:before {
  content: "\E2A3";
}
.material-icon-remove-from-queue:before {
  content: "\E2A4";
}
.material-icon-remove-red-eye:before {
  content: "\E2A5";
}
.material-icon-remove-shopping-cart:before {
  content: "\E2A6";
}
.material-icon-remove:before {
  content: "\E2A7";
}
.material-icon-repeat-one:before {
  content: "\E2A8";
}
.material-icon-repeat:before {
  content: "\E2A9";
}
.material-icon-replay-10:before {
  content: "\E2AA";
}
.material-icon-replay-30:before {
  content: "\E2AB";
}
.material-icon-replay-5:before {
  content: "\E2AC";
}
.material-icon-replay:before {
  content: "\E2AD";
}
.material-icon-reply-all:before {
  content: "\E2AE";
}
.material-icon-reply:before {
  content: "\E2AF";
}
.material-icon-report-problem:before {
  content: "\E2B0";
}
.material-icon-report:before {
  content: "\E2B1";
}
.material-icon-restaurant-menu:before {
  content: "\E2B2";
}
.material-icon-restaurant:before {
  content: "\E2B3";
}
.material-icon-restore-page:before {
  content: "\E2B4";
}
.material-icon-restore:before {
  content: "\E2B5";
}
.material-icon-ring-volume:before {
  content: "\E2B6";
}
.material-icon-room-service:before {
  content: "\E2B7";
}
.material-icon-room:before {
  content: "\E2B8";
}
.material-icon-rotate-90-degrees-ccw:before {
  content: "\E2B9";
}
.material-icon-rotate-left:before {
  content: "\E2BA";
}
.material-icon-rotate-right:before {
  content: "\E2BB";
}
.material-icon-rounded-corner:before {
  content: "\E2BC";
}
.material-icon-router:before {
  content: "\E2BD";
}
.material-icon-rowing:before {
  content: "\E2BE";
}
.material-icon-rss-feed:before {
  content: "\E2BF";
}
.material-icon-rv-hookup:before {
  content: "\E2C0";
}
.material-icon-satellite:before {
  content: "\E2C1";
}
.material-icon-save:before {
  content: "\E2C2";
}
.material-icon-scanner:before {
  content: "\E2C3";
}
.material-icon-schedule:before {
  content: "\E2C4";
}
.material-icon-school:before {
  content: "\E2C5";
}
.material-icon-screen-lock-landscape:before {
  content: "\E2C6";
}
.material-icon-screen-lock-portrait:before {
  content: "\E2C7";
}
.material-icon-screen-lock-rotation:before {
  content: "\E2C8";
}
.material-icon-screen-rotation:before {
  content: "\E2C9";
}
.material-icon-screen-share:before {
  content: "\E2CA";
}
.material-icon-sd-card:before {
  content: "\E2CB";
}
.material-icon-sd-storage:before {
  content: "\E2CC";
}
.material-icon-search:before {
  content: "\E2CD";
}
.material-icon-security:before {
  content: "\E2CE";
}
.material-icon-select-all:before {
  content: "\E2CF";
}
.material-icon-send:before {
  content: "\E2D0";
}
.material-icon-sentiment-dissatisfied:before {
  content: "\E2D1";
}
.material-icon-sentiment-neutral:before {
  content: "\E2D2";
}
.material-icon-sentiment-satisfied:before {
  content: "\E2D3";
}
.material-icon-sentiment-very-dissatisfied:before {
  content: "\E2D4";
}
.material-icon-sentiment-very-satisfied:before {
  content: "\E2D5";
}
.material-icon-settings-applications:before {
  content: "\E2D6";
}
.material-icon-settings-backup-restore:before {
  content: "\E2D7";
}
.material-icon-settings-bluetooth:before {
  content: "\E2D8";
}
.material-icon-settings-brightness:before {
  content: "\E2D9";
}
.material-icon-settings-cell:before {
  content: "\E2DA";
}
.material-icon-settings-ethernet:before {
  content: "\E2DB";
}
.material-icon-settings-input-antenna:before {
  content: "\E2DC";
}
.material-icon-settings-input-component:before {
  content: "\E2DD";
}
.material-icon-settings-input-composite:before {
  content: "\E2DE";
}
.material-icon-settings-input-hdmi:before {
  content: "\E2DF";
}
.material-icon-settings-input-svideo:before {
  content: "\E2E0";
}
.material-icon-settings-overscan:before {
  content: "\E2E1";
}
.material-icon-settings-phone:before {
  content: "\E2E2";
}
.material-icon-settings-power:before {
  content: "\E2E3";
}
.material-icon-settings-remote:before {
  content: "\E2E4";
}
.material-icon-settings-system-daydream:before {
  content: "\E2E5";
}
.material-icon-settings-voice:before {
  content: "\E2E6";
}
.material-icon-settings:before {
  content: "\E2E7";
}
.material-icon-share:before {
  content: "\E2E8";
}
.material-icon-shop-two:before {
  content: "\E2E9";
}
.material-icon-shop:before {
  content: "\E2EA";
}
.material-icon-shopping-basket:before {
  content: "\E2EB";
}
.material-icon-shopping-cart:before {
  content: "\E2EC";
}
.material-icon-short-text:before {
  content: "\E2ED";
}
.material-icon-show-chart:before {
  content: "\E2EE";
}
.material-icon-shuffle:before {
  content: "\E2EF";
}
.material-icon-signal-cellular-0-bar:before {
  content: "\E2F0";
}
.material-icon-signal-cellular-1-bar:before {
  content: "\E2F1";
}
.material-icon-signal-cellular-2-bar:before {
  content: "\E2F2";
}
.material-icon-signal-cellular-3-bar:before {
  content: "\E2F3";
}
.material-icon-signal-cellular-4-bar:before {
  content: "\E2F4";
}
.material-icon-signal-cellular-connected-no-internet-0-bar:before {
  content: "\E2F5";
}
.material-icon-signal-cellular-connected-no-internet-1-bar:before {
  content: "\E2F6";
}
.material-icon-signal-cellular-connected-no-internet-2-bar:before {
  content: "\E2F7";
}
.material-icon-signal-cellular-connected-no-internet-3-bar:before {
  content: "\E2F8";
}
.material-icon-signal-cellular-connected-no-internet-4-bar:before {
  content: "\E2F9";
}
.material-icon-signal-cellular-no-sim:before {
  content: "\E2FA";
}
.material-icon-signal-cellular-null:before {
  content: "\E2FB";
}
.material-icon-signal-cellular-off:before {
  content: "\E2FC";
}
.material-icon-signal-wifi-0-bar:before {
  content: "\E2FD";
}
.material-icon-signal-wifi-1-bar-lock:before {
  content: "\E2FE";
}
.material-icon-signal-wifi-1-bar:before {
  content: "\E2FF";
}
.material-icon-signal-wifi-2-bar-lock:before {
  content: "\E300";
}
.material-icon-signal-wifi-2-bar:before {
  content: "\E301";
}
.material-icon-signal-wifi-3-bar-lock:before {
  content: "\E302";
}
.material-icon-signal-wifi-3-bar:before {
  content: "\E303";
}
.material-icon-signal-wifi-4-bar-lock:before {
  content: "\E304";
}
.material-icon-signal-wifi-4-bar:before {
  content: "\E305";
}
.material-icon-signal-wifi-off:before {
  content: "\E306";
}
.material-icon-sim-card-alert:before {
  content: "\E307";
}
.material-icon-sim-card:before {
  content: "\E308";
}
.material-icon-skip-next:before {
  content: "\E309";
}
.material-icon-skip-previous:before {
  content: "\E30A";
}
.material-icon-slideshow:before {
  content: "\E30B";
}
.material-icon-slow-motion-video:before {
  content: "\E30C";
}
.material-icon-smartphone:before {
  content: "\E30D";
}
.material-icon-smoke-free:before {
  content: "\E30E";
}
.material-icon-smoking-rooms:before {
  content: "\E30F";
}
.material-icon-sms-failed:before {
  content: "\E310";
}
.material-icon-sms:before {
  content: "\E311";
}
.material-icon-snooze:before {
  content: "\E312";
}
.material-icon-sort:before {
  content: "\E313";
}
.material-icon-spa:before {
  content: "\E314";
}
.material-icon-space-bar:before {
  content: "\E315";
}
.material-icon-speaker-group:before {
  content: "\E316";
}
.material-icon-speaker-notes-off:before {
  content: "\E317";
}
.material-icon-speaker-notes:before {
  content: "\E318";
}
.material-icon-speaker-phone:before {
  content: "\E319";
}
.material-icon-speaker:before {
  content: "\E31A";
}
.material-icon-spellcheck:before {
  content: "\E31B";
}
.material-icon-star-half:before {
  content: "\E31C";
}
.material-icon-stars:before {
  content: "\E31D";
}
.material-icon-stay-current-landscape:before {
  content: "\E31E";
}
.material-icon-stay-current-portrait:before {
  content: "\E31F";
}
.material-icon-stay-primary-landscape:before {
  content: "\E320";
}
.material-icon-stay-primary-portrait:before {
  content: "\E321";
}
.material-icon-stop-screen-share:before {
  content: "\E322";
}
.material-icon-stop:before {
  content: "\E323";
}
.material-icon-storage:before {
  content: "\E324";
}
.material-icon-store-mall-directory:before {
  content: "\E325";
}
.material-icon-store:before {
  content: "\E326";
}
.material-icon-straighten:before {
  content: "\E327";
}
.material-icon-streetview:before {
  content: "\E328";
}
.material-icon-strikethrough-s:before {
  content: "\E329";
}
.material-icon-style:before {
  content: "\E32A";
}
.material-icon-subdirectory-arrow-left:before {
  content: "\E32B";
}
.material-icon-subdirectory-arrow-right:before {
  content: "\E32C";
}
.material-icon-subject:before {
  content: "\E32D";
}
.material-icon-subscriptions:before {
  content: "\E32E";
}
.material-icon-subtitles:before {
  content: "\E32F";
}
.material-icon-subway:before {
  content: "\E330";
}
.material-icon-supervisor-account:before {
  content: "\E331";
}
.material-icon-surround-sound:before {
  content: "\E332";
}
.material-icon-swap-calls:before {
  content: "\E333";
}
.material-icon-swap-horiz:before {
  content: "\E334";
}
.material-icon-swap-vert:before {
  content: "\E335";
}
.material-icon-swap-vertical-circle:before {
  content: "\E336";
}
.material-icon-switch-camera:before {
  content: "\E337";
}
.material-icon-switch-video:before {
  content: "\E338";
}
.material-icon-sync-disabled:before {
  content: "\E339";
}
.material-icon-sync-problem:before {
  content: "\E33A";
}
.material-icon-sync:before {
  content: "\E33B";
}
.material-icon-system-update-alt:before {
  content: "\E33C";
}
.material-icon-system-update:before {
  content: "\E33D";
}
.material-icon-tab-unselected:before {
  content: "\E33E";
}
.material-icon-tab:before {
  content: "\E33F";
}
.material-icon-tablet-android:before {
  content: "\E340";
}
.material-icon-tablet-mac:before {
  content: "\E341";
}
.material-icon-tablet:before {
  content: "\E342";
}
.material-icon-tag-faces:before {
  content: "\E343";
}
.material-icon-tap-and-play:before {
  content: "\E344";
}
.material-icon-terrain:before {
  content: "\E345";
}
.material-icon-text-fields:before {
  content: "\E346";
}
.material-icon-text-format:before {
  content: "\E347";
}
.material-icon-textsms:before {
  content: "\E348";
}
.material-icon-texture:before {
  content: "\E349";
}
.material-icon-theaters:before {
  content: "\E34A";
}
.material-icon-thumb-down:before {
  content: "\E34B";
}
.material-icon-thumb-up:before {
  content: "\E34C";
}
.material-icon-thumbs-up-down:before {
  content: "\E34D";
}
.material-icon-time-to-leave:before {
  content: "\E34E";
}
.material-icon-timelapse:before {
  content: "\E34F";
}
.material-icon-timeline:before {
  content: "\E350";
}
.material-icon-timer-10:before {
  content: "\E351";
}
.material-icon-timer-3:before {
  content: "\E352";
}
.material-icon-timer-off:before {
  content: "\E353";
}
.material-icon-timer:before {
  content: "\E354";
}
.material-icon-title:before {
  content: "\E355";
}
.material-icon-toc:before {
  content: "\E356";
}
.material-icon-today:before {
  content: "\E357";
}
.material-icon-toll:before {
  content: "\E358";
}
.material-icon-tonality:before {
  content: "\E359";
}
.material-icon-touch-app:before {
  content: "\E35A";
}
.material-icon-toys:before {
  content: "\E35B";
}
.material-icon-track-changes:before {
  content: "\E35C";
}
.material-icon-traffic:before {
  content: "\E35D";
}
.material-icon-train:before {
  content: "\E35E";
}
.material-icon-tram:before {
  content: "\E35F";
}
.material-icon-transfer-within-a-station:before {
  content: "\E360";
}
.material-icon-transform:before {
  content: "\E361";
}
.material-icon-translate:before {
  content: "\E362";
}
.material-icon-trending-down:before {
  content: "\E363";
}
.material-icon-trending-flat:before {
  content: "\E364";
}
.material-icon-trending-up:before {
  content: "\E365";
}
.material-icon-tune:before {
  content: "\E366";
}
.material-icon-turned-in-not:before {
  content: "\E367";
}
.material-icon-turned-in:before {
  content: "\E368";
}
.material-icon-tv:before {
  content: "\E369";
}
.material-icon-unarchive:before {
  content: "\E36A";
}
.material-icon-undo:before {
  content: "\E36B";
}
.material-icon-unfold-less:before {
  content: "\E36C";
}
.material-icon-unfold-more:before {
  content: "\E36D";
}
.material-icon-update:before {
  content: "\E36E";
}
.material-icon-usb:before {
  content: "\E36F";
}
.material-icon-verified-user:before {
  content: "\E370";
}
.material-icon-vertical-align-bottom:before {
  content: "\E371";
}
.material-icon-vertical-align-center:before {
  content: "\E372";
}
.material-icon-vertical-align-top:before {
  content: "\E373";
}
.material-icon-vibration:before {
  content: "\E374";
}
.material-icon-video-call:before {
  content: "\E375";
}
.material-icon-video-label:before {
  content: "\E376";
}
.material-icon-video-library:before {
  content: "\E377";
}
.material-icon-videocam-off:before {
  content: "\E378";
}
.material-icon-videocam:before {
  content: "\E379";
}
.material-icon-videogame-asset:before {
  content: "\E37A";
}
.material-icon-view-agenda:before {
  content: "\E37B";
}
.material-icon-view-array:before {
  content: "\E37C";
}
.material-icon-view-carousel:before {
  content: "\E37D";
}
.material-icon-view-column:before {
  content: "\E37E";
}
.material-icon-view-comfy:before {
  content: "\E37F";
}
.material-icon-view-compact:before {
  content: "\E380";
}
.material-icon-view-day:before {
  content: "\E381";
}
.material-icon-view-headline:before {
  content: "\E382";
}
.material-icon-view-list:before {
  content: "\E383";
}
.material-icon-view-module:before {
  content: "\E384";
}
.material-icon-view-quilt:before {
  content: "\E385";
}
.material-icon-view-stream:before {
  content: "\E386";
}
.material-icon-view-week:before {
  content: "\E387";
}
.material-icon-visibility-off:before {
  content: "\E388";
}
.material-icon-visibility:before {
  content: "\E389";
}
.material-icon-voice-chat:before {
  content: "\E38A";
}
.material-icon-voicemail:before {
  content: "\E38B";
}
.material-icon-volume-down:before {
  content: "\E38C";
}
.material-icon-volume-mute:before {
  content: "\E38D";
}
.material-icon-volume-off:before {
  content: "\E38E";
}
.material-icon-volume-up:before {
  content: "\E38F";
}
.material-icon-vpn-key:before {
  content: "\E390";
}
.material-icon-vpn-lock:before {
  content: "\E391";
}
.material-icon-wallpaper:before {
  content: "\E392";
}
.material-icon-warning:before {
  content: "\E393";
}
.material-icon-watch-later:before {
  content: "\E394";
}
.material-icon-watch:before {
  content: "\E395";
}
.material-icon-wb-auto:before {
  content: "\E396";
}
.material-icon-wb-cloudy:before {
  content: "\E397";
}
.material-icon-wb-incandescent:before {
  content: "\E398";
}
.material-icon-wb-iridescent:before {
  content: "\E399";
}
.material-icon-wb-sunny:before {
  content: "\E39A";
}
.material-icon-wc:before {
  content: "\E39B";
}
.material-icon-web-asset:before {
  content: "\E39C";
}
.material-icon-web:before {
  content: "\E39D";
}
.material-icon-weekend:before {
  content: "\E39E";
}
.material-icon-whatshot:before {
  content: "\E39F";
}
.material-icon-widgets:before {
  content: "\E3A0";
}
.material-icon-wifi-lock:before {
  content: "\E3A1";
}
.material-icon-wifi-tethering:before {
  content: "\E3A2";
}
.material-icon-wifi:before {
  content: "\E3A3";
}
.material-icon-work:before {
  content: "\E3A4";
}
.material-icon-wrap-text:before {
  content: "\E3A5";
}
.material-icon-youtube-searched-for:before {
  content: "\E3A6";
}
.material-icon-zoom-out-map:before {
  content: "\E3A7";
}
.material-icon-audio-player:before {
  content: "\E3A8";
}
.material-icon-bg-image:before {
  content: "\E3A9";
}
.material-icon-bg-targeted-image:before {
  content: "\E3AA";
}
.material-icon-booking-item:before {
  content: "\E3AB";
}
.material-icon-bullets:before {
  content: "\E3AC";
}
.material-icon-calendar:before {
  content: "\E3AD";
}
.material-icon-chapter-header:before {
  content: "\E3AE";
}
.material-icon-chart:before {
  content: "\E3AF";
}
.material-icon-client-logo:before {
  content: "\E3B0";
}
.material-icon-client:before {
  content: "\E3B1";
}
.material-icon-collapsible:before {
  content: "\E3B2";
}
.material-icon-column:before {
  content: "\E3B3";
}
.material-icon-comp-panel:before {
  content: "\E3B4";
}
.material-icon-create-folder:before {
  content: "\E3B5";
}
.material-icon-data:before {
  content: "\E3B6";
}
.material-icon-grid:before {
  content: "\E3B7";
}
.material-icon-heading:before {
  content: "\E3B8";
}
.material-icon-high-map:before {
  content: "\E3B9";
}
.material-icon-i-frame:before {
  content: "\E3BA";
}
.material-icon-image-2:before {
  content: "\E3BB";
}
.material-icon-one-column:before {
  content: "\E3BC";
}
.material-icon-panel:before {
  content: "\E3BD";
}
.material-icon-presentation:before {
  content: "\E3BE";
}
.material-icon-shape-line:before {
  content: "\E3BF";
}
.material-icon-side-accordion:before {
  content: "\E3C0";
}
.material-icon-slide:before {
  content: "\E3C1";
}
.material-icon-stadium:before {
  content: "\E3C2";
}
.material-icon-subheading:before {
  content: "\E3C3";
}
.material-icon-table:before {
  content: "\E3C4";
}
.material-icon-tabs:before {
  content: "\E3C5";
}
.material-icon-targeted-image:before {
  content: "\E3C6";
}
.material-icon-textblock:before {
  content: "\E3C7";
}
.material-icon-timeline-custom:before {
  content: "\E3C8";
}
.material-icon-two-column:before {
  content: "\E3C9";
}
.material-icon-upload:before {
  content: "\E3CA";
}
.material-icon-video-player:before {
  content: "\E3CB";
}
.material-icon-well:before {
  content: "\E3CC";
}
.material-icon-ae-animation:before {
  content: "\E3CD";
}
.clipper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.clipper img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: block;
}
.clipper img.fit-height {
  height: 100%;
  width: auto;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
canvas-image {
  display: block;
  position: relative;
}
canvas-image .btn-group-vertical {
  position: absolute;
  bottom: 0;
  left: 0;
}
.checkbox-input,
.form-group .checkbox-input {
  cursor: pointer;
  display: inline;
}
.checkbox-input label,
.form-group .checkbox-input label {
  font-size: 1.4rem;
  padding-left: 0;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
  line-height: 1.1;
}
.checkbox-input input,
.form-group .checkbox-input input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-input input + label:before,
.form-group .checkbox-input input + label:before {
  font-family: 'Material Icons Komondor';
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 2rem;
  color: #000;
}
/**
* VARIABLES (Default)
 *****************/
/*
* GENERAL.LESS
**************************/
.tags-input .tags .tag-item {
  background: none;
  border-radius: 0;
}
.btn[btn-radio] {
  border: 2px solid #2eafeb;
  background-color: transparent;
  color: #2eafeb;
  text-align: center;
}
.btn[btn-radio]:focus {
  outline: 2px solid #2eafeb !important;
}
.btn[btn-radio].active {
  border: 2px solid #2eafeb !important;
  background-color: #2eafeb !important;
  color: #ffffff !important;
}
.btn[btn-radio].error,
.btn[btn-radio].error:focus {
  border-color: #E9344C;
  outline-color: #E9344C;
}
label.radio {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 1%;
  cursor: pointer;
}
label.radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
label.radio input[type="radio"] ~ span {
  line-height: 1;
  display: block;
  padding: 8px 10px;
}
label.radio input[type="radio"] ~ span.btn {
  border: 2px solid #2eafeb;
  background-color: transparent;
  color: #2eafeb;
  text-align: center;
}
label.radio input[type="radio"]:focus ~ span.btn {
  outline: 2px solid #2eafeb !important;
}
label.radio input[type="radio"]:checked ~ span.btn {
  border: 2px solid #2eafeb;
  background-color: #2eafeb;
  color: #ffffff;
}
label.radio input[type="radio"].error ~ span.btn,
label.radio input[type="radio"].error:focus ~ span.btn {
  border-color: #E9344C;
  outline-color: #E9344C;
}
.tree-browser .children {
  display: none;
  padding-left: 15px;
}
.tree-browser .open > .children {
  display: block;
}
.tree-browser .tree-folder {
  cursor: pointer;
}
.tree-browser .tree-folder .tree-folder-name {
  margin-left: 5px;
}
.tree-browser .tree-folder:hover,
.tree-browser .tree-folder.selected {
  color: #2eafeb;
}
.tree-browser .tree-folder:hover .glyphicon-folder-empty,
.tree-browser .tree-folder.selected .glyphicon-folder-empty {
  color: #2eafeb;
}
.tree-browser .tree-folder .glyphicon-folder-empty {
  color: #D7D8DA;
}
/*
* TAGS-INPUT.LESS
**************************/
.tag-pool {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 40px;
}
.tag-pool .tag {
  margin: 2px 3px;
}
.tag-pool .tag-filter {
  font-size: 14px;
  margin-left: 3px;
  /* combat negative margin of parent */
  margin-right: 3px;
  margin-top: 10px;
  display: inline-block;
}
.tag-pool .tag-filter-btn {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccced7;
  padding: 0;
  margin: 0 4px;
}
.resource-view .toolbar {
  margin-bottom: 43px;
}
.resource-view .toolbar .btn {
  margin-left: 15px;
}
.resource-view .breadcrumb,
.resource-view .toolbar {
  margin-bottom: 43px;
}
.resource-view .btn-group {
  margin-left: 0;
}
@media screen and (max-width: 1716px) {
  .resource-view .btn-group .btn [class*=glyphicon-komondor-] + span,
  .resource-view .btn-group .btn [class*=material-icon-] + span {
    display: inline-block;
    text-indent: -9999px;
  }
}
.resource-view .navbar {
  background: #fff;
  font-size: 0;
  min-height: auto;
}
.resource-view .navbar .btn-static {
  cursor: default;
}
.resource-view .navbar .btn-static.focus,
.resource-view .navbar .btn-static:focus,
.resource-view .navbar .btn-static.active,
.resource-view .navbar .btn-static:active,
.resource-view .navbar .btn-static:hover {
  outline: none;
  box-shadow: none;
}
.resource-view .navbar .form-control {
  font-size: inherit;
}
.dependencies.danger {
  color: #E9344C;
}
.dependencies .dependencies-list {
  margin: 0 0 10px 10px;
}
.dependencies .dependencies-list .dependency-head {
  margin-bottom: 5px;
}
.dependencies .dependencies-list .dependency {
  margin-left: 10px;
}
.dependencies .dependencies-list .dependency .dependency-name {
  font-weight: bold;
}
#resource-search-ui .navbar-form {
  padding: 0;
  margin: 0;
}
#resource-search-ui .form-group {
  overflow: hidden;
  max-width: 0;
  margin: 0;
  float: right;
  -webkit-transition: max-width 400ms ease-in-out;
  -o-transition: max-width 400ms ease-in-out;
  transition: max-width 400ms ease-in-out;
}
#resource-search-ui.active .form-group {
  max-width: 300px;
}
#resource-search-ui.active .input-field-clear {
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  z-index: 5;
}
#resource-search-ui.active .input-field-clear span {
  display: table;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
}
#resource-search-ui.active .input-field-clear span:before {
  display: table-cell;
  vertical-align: middle;
}
.resource-view {
  /*
Global variables:
*/
  /**
 * Global variables:
 */
}
.resource-view .resource-list {
  font-size: 20px;
}
.resource-view .resource-list thead th {
  font-size: 14px;
}
.resource-view .resource-list thead th:first-of-type {
  padding-left: 24px;
}
.resource-view .resource-list tbody tr:hover > td:first-of-type:before,
.resource-view .resource-list tbody tr.selected > td:first-of-type:before {
  width: 12px;
}
.resource-view .resource-list tbody tr:hover {
  background-color: #f5f5f7;
}
.resource-view .resource-list tbody tr.selected {
  background-color: #eff0f2;
}
.resource-view .resource-list tbody tr:last-child > td {
  border-bottom: 2px solid #ccced7;
}
.resource-view .resource-list tbody tr > td {
  vertical-align: middle;
  border-color: #ccced7;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.resource-view .resource-list tbody tr > td:first-of-type {
  padding-left: 24px;
  position: relative;
}
.resource-view .resource-list tbody tr > td:first-of-type:before {
  background-color: #3c405f;
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: width 300ms ease-in;
  -o-transition: width 300ms ease-in;
  transition: width 300ms ease-in;
}
.resource-view .resource-list tbody tr > td:first-of-type:after {
  content: "\00a0";
  display: block;
  height: 0;
}
.resource-view .resource-list .resource-ui-name {
  position: relative;
  margin: 0;
  display: table;
}
.resource-view .resource-list .resource-ui-name .thumb-wrap,
.resource-view .resource-list .resource-ui-name .asset-wrap {
  display: table-cell;
  vertical-align: middle;
}
.resource-view .resource-list .resource-ui-name .thumb-wrap,
.resource-view .resource-list .resource-ui-name .asset-title {
  cursor: pointer;
}
.resource-view .resource-list .resource-ui-name .asset-title {
  display: table-row;
}
.resource-view .resource-list .resource-ui-name .asset-breadcrumbs {
  float: left;
  clear: left;
  cursor: pointer;
  font-size: 12px;
  color: #4a4a4a;
  display: table-row;
}
.resource-view .resource-list .resource-ui-name .asset-breadcrumbs a {
  color: #4a4a4a;
  -webkit-transition: color 300ms ease-in;
  -o-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
.resource-view .resource-list .resource-ui-name .asset-breadcrumbs a:hover {
  color: #3c3c3c;
}
.resource-view .resource-list .resource-ui-name .thumb-wrap {
  padding-right: 15px;
}
.resource-view .resource-list .resource-ui-name .thumb-wrap .icon {
  width: 45px;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  box-shadow: 0 0 0 black;
  -webkit-transition: border 300ms ease-in;
  -o-transition: border 300ms ease-in;
  transition: border 300ms ease-in;
}
.resource-view .resource-list .resource-ui-name .thumb-wrap .icon:hover {
  border-color: #3c405f;
}
.resource-view .resource-list .resource-ui-name .thumb-wrap .thumb {
  width: 45px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.resource-view .resource-list .resource-ui-name .thumb-wrap .thumb .clipper {
  border-radius: 2px;
}
.resource-view .resource-list .resource-ui-name .thumb-wrap .thumb:hover {
  opacity: 0.7;
}
.resource-view .resource-list .resource-ui-name .asset-title {
  padding: 0;
}
.resource-view .resource-list .resource-ui-name .asset-title:hover {
  text-decoration: underline;
}
.resource-view ul.resource-grid {
  /**
     * Structure of the grid
     */
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  /**
     * Style of the grid items
     */
}
.resource-view ul.resource-grid > li {
  width: 14.28%;
  padding: 0 10px;
  float: left;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .resource-view ul.resource-grid > li {
    width: 16.65%;
  }
}
@media (max-width: 1440px) {
  .resource-view ul.resource-grid > li {
    width: 20%;
  }
}
@media (max-width: 1280px) {
  .resource-view ul.resource-grid > li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .resource-view ul.resource-grid > li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .resource-view ul.resource-grid > li {
    width: 50%;
  }
}
.resource-view ul.resource-grid .resource-grid-item {
  background-color: #fff;
  color: #414042;
  cursor: pointer;
  position: relative;
  border: 1px solid #ccced7;
  border-radius: 2px;
  transition: all 220ms 60ms ease-in-out;
  /**
         * Thumbnail positioning
         */
  /**
         * Hover / Active colors
         */
  /**
         * Folder pointer
         */
  /**
         * Text fields
         */
}
.resource-view ul.resource-grid .resource-grid-item .themed-contrast {
  color: #414042;
}
.resource-view ul.resource-grid .resource-grid-item .thumb-wrapper {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  font-size: 0;
  text-align: center;
  background-color: #FFFFFF;
  border-bottom: 1px solid #ccced7;
}
.resource-view ul.resource-grid .resource-grid-item .thumb-wrapper .thumb-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ADB0C0;
}
.resource-view ul.resource-grid .resource-grid-item .thumb-wrapper span[class*="icon-grid-"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0;
  background-size: 40%;
}
.resource-view ul.resource-grid .resource-grid-item .thumb-wrapper span.icon-grid-presentation {
  background-color: #eeeeee;
}
.resource-view ul.resource-grid .resource-grid-item:hover {
  box-shadow: 0 6px 15px 0 rgba(74, 74, 74, 0.7);
}
.resource-view ul.resource-grid .resource-grid-item.selected {
  box-shadow: 0 0 0 3px #5149da;
}
.resource-view ul.resource-grid .resource-grid-item.selected:hover {
  box-shadow: 0 0 0 3px #5149da, 0 6px 18px 3px rgba(74, 74, 74, 0.7);
}
.resource-view ul.resource-grid .resource-grid-item.resource-ui-folder .icon {
  cursor: pointer;
}
.resource-view ul.resource-grid .resource-grid-item .field {
  line-height: 38px;
  padding: 0 13px;
  font-size: 14px;
  letter-spacing: 0.1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/**
* VARIABLES (Default)
 *****************/
.permission-group.true .permission-group-action,
.permission-group.open .permission-group-action {
  max-height: 2000px;
}
.permission-group-heading {
  position: relative;
  display: block;
  background: white;
  padding: 7px 35px 7px 0;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 1.3rem;
  text-indent: -10px;
}
.permission-group-heading > a {
  display: inline-block;
  width: 35px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.permission-group-heading > a > i {
  position: absolute;
  top: 0;
  left: 0;
}
.permission-group-heading > a > i:before {
  position: absolute;
  left: 20px;
  top: 2px;
}
.permission-group-heading > a + span {
  padding-left: 55px;
}
.permission-group-heading:after {
  content: '';
  display: inline-block;
  border: 2px solid grey;
  border-radius: 50%;
  padding: 6px;
  top: 10px;
  right: 12px;
  position: absolute;
  background: transparent;
}
.permission-group-heading.on:after {
  background: #82CF24;
}
.permission-group-heading.off:after {
  background: #E83528;
}
.permission-group-heading.disabled .material-icon-check {
  float: right;
  display: inline-block;
  margin-top: 8px;
  font-size: 0.7rem;
}
.permission-group-heading.disabled:after {
  display: none;
}
.permission-group-action {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 600ms ease;
  -o-transition: max-height 600ms ease;
  transition: max-height 600ms ease;
}
.permission-group-action label {
  position: relative;
  display: block;
  background: white;
  padding: 0 12px;
  line-height: 28px;
  margin-bottom: 5px;
  cursor: pointer;
}
.permission-group-action label.label-enabled:after {
  content: '';
  float: right;
  display: inline-block;
  border: 2px solid grey;
  border-radius: 50%;
  padding: 6px;
  margin-top: 6px;
  background: #E83528;
}
.permission-group-action label.label-disabled .material-icon-check {
  float: right;
  display: inline-block;
  margin-top: 6px;
}
.permission-group-action input {
  display: none;
}
.permission-group-action input:checked + label:after {
  background: #82CF24;
}
.permissions-form .modal-body ul.group-list {
  margin-top: 20px;
}
.permissions-form .modal-body ul.group-list li {
  font-size: 17px;
  margin-bottom: 15px;
}
.targeted-imagery .targeted-imagery-header {
  padding: 20px;
}
.targeted-imagery .targeted-imagery-header h3 {
  margin: 0;
  padding: 0;
  color: #2eafeb;
}
.targeted-imagery .area-selector .canvas {
  width: 100%;
  overflow: auto;
  padding: 5px 0;
  background-color: #D8D8D8;
}
.targeted-imagery .area-selector .canvas canvas {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.targeted-imagery .area-selector .controls {
  background-color: #999999;
}
.targeted-imagery .area-selector .controls ul.targeted-imagery-menu {
  display: inline-block;
  vertical-align: middle;
}
.targeted-imagery .area-selector .controls ul.targeted-imagery-menu li:hover {
  background-color: #6A6967;
}
.targeted-imagery .area-selector .controls ul.targeted-imagery-menu li > a,
.targeted-imagery .area-selector .controls ul.targeted-imagery-menu li > label {
  height: 50px;
  color: #FFFFFF;
}
.targeted-imagery .targeted-imagery-area-sets {
  background-color: #EDEEEE;
}
.targeted-imagery .targeted-imagery-footer {
  padding: 20px;
}
.targeted-imagery .targeted-imagery-footer button {
  min-width: 200px;
  text-align: center;
  margin: 0 5px;
}
.targeted-imagery ul.targeted-imagery-menu {
  padding: 0;
  margin: 0;
}
.targeted-imagery ul.targeted-imagery-menu li {
  display: inline-block;
  vertical-align: middle;
}
.targeted-imagery ul.targeted-imagery-menu li > a,
.targeted-imagery ul.targeted-imagery-menu li > label {
  margin: 0;
  cursor: pointer;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  font-size: 14px;
  top: 0;
}
.targeted-imagery ul.targeted-imagery-menu li > a:before {
  margin-right: 10px;
}
.targeted-imagery ul.targeted-imagery-menu li > a span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
}
.targeted-imagery ul.targeted-imagery-menu li > input[type="number"],
.targeted-imagery ul.targeted-imagery-menu li > select {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding: 10px;
  border: none;
  color: #6A6967;
}
.targeted-imagery ul.targeted-imagery-menu li > select {
  width: 150px;
}
.targeted-imagery ul.targeted-imagery-menu li:hover {
  background-color: #D8D8D8;
}
.targeted-imagery ul.targeted-imagery-menu li.grid-tool {
  padding-right: 5px;
}
.targeted-imagery ul.targeted-imagery-menu li.move-tool > label {
  line-height: 22px;
}
.targeted-imagery ul.targeted-imagery-menu li.move-tool > a {
  padding: 15px 0;
}
.targeted-imagery ul.targeted-imagery-menu li.move-tool > input[type="number"] {
  margin-right: 5px;
}
.targeted-imagery-modal .media-picker-select {
  margin-left: -30px;
}
.targeted-imagery-modal .media-picker-select button {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: auto;
}
.targeted-imagery-modal .media-picker-select button:first-child {
  background-color: #999999;
  width: 60%;
}
.targeted-imagery-modal .media-picker-select button:last-child {
  width: 40%;
}
img.preview {
  width: 100%;
}
video.preview {
  width: 100%;
}
.media-upload-modal .modal-dialog {
  width: 640px;
}
.media-upload-modal .modal-dialog .modal-body .btn-group.batch-actions {
  width: auto;
  margin-left: -5px;
  margin-right: -5px;
}
.media-upload-modal .modal-dialog .modal-body .btn-group.batch-actions .btn-group {
  padding: 5px;
}
.media-file-selector .media-file-drop {
  display: block;
  background-color: #2eafeb;
  color: #F3F3F3;
}
.media-file-selector .media-file-drop .themed-contrast {
  color: #F3F3F3;
}
.media-file-selector .media-file-drop.themed-interactive {
  cursor: pointer;
}
.media-file-selector .media-file-drop.themed-interactive:hover,
.media-file-selector .media-file-drop.themed-interactive.hover,
.media-file-selector .media-file-drop.themed-interactive:focus,
.media-file-selector .media-file-drop.themed-interactive.focus {
  background-color: #2795c8;
  color: #F3F3F3;
}
.media-file-selector .media-file-drop.themed-interactive:hover .themed-contrast,
.media-file-selector .media-file-drop.themed-interactive.hover .themed-contrast,
.media-file-selector .media-file-drop.themed-interactive:focus .themed-contrast,
.media-file-selector .media-file-drop.themed-interactive.focus .themed-contrast {
  color: #F3F3F3;
}
.media-file-selector .media-file-drop.themed-interactive:active,
.media-file-selector .media-file-drop.themed-interactive.active,
.media-file-selector .media-file-drop.themed-interactive.selected {
  background-color: #207aa5;
  color: #F3F3F3;
}
.media-file-selector .media-file-drop.themed-interactive:active .themed-contrast,
.media-file-selector .media-file-drop.themed-interactive.active .themed-contrast,
.media-file-selector .media-file-drop.themed-interactive.selected .themed-contrast {
  color: #F3F3F3;
}
.media-file-selector input[type=file] {
  position: fixed;
  top: -1000px;
}
.nv-file-over .media-file-drop,
.media-file-drop-active .media-file-drop {
  border: 2px solid #2eafeb;
  background-color: #D7D8DA;
  color: #414042;
}
.nv-file-over .media-file-drop .themed-contrast,
.media-file-drop-active .media-file-drop .themed-contrast {
  color: #414042;
}
.nv-file-over .media-file-drop.themed-interactive,
.media-file-drop-active .media-file-drop.themed-interactive {
  cursor: pointer;
}
.nv-file-over .media-file-drop.themed-interactive:hover,
.media-file-drop-active .media-file-drop.themed-interactive:hover,
.nv-file-over .media-file-drop.themed-interactive.hover,
.media-file-drop-active .media-file-drop.themed-interactive.hover,
.nv-file-over .media-file-drop.themed-interactive:focus,
.media-file-drop-active .media-file-drop.themed-interactive:focus,
.nv-file-over .media-file-drop.themed-interactive.focus,
.media-file-drop-active .media-file-drop.themed-interactive.focus {
  background-color: #b7b8b9;
  color: #414042;
}
.nv-file-over .media-file-drop.themed-interactive:hover .themed-contrast,
.media-file-drop-active .media-file-drop.themed-interactive:hover .themed-contrast,
.nv-file-over .media-file-drop.themed-interactive.hover .themed-contrast,
.media-file-drop-active .media-file-drop.themed-interactive.hover .themed-contrast,
.nv-file-over .media-file-drop.themed-interactive:focus .themed-contrast,
.media-file-drop-active .media-file-drop.themed-interactive:focus .themed-contrast,
.nv-file-over .media-file-drop.themed-interactive.focus .themed-contrast,
.media-file-drop-active .media-file-drop.themed-interactive.focus .themed-contrast {
  color: #414042;
}
.nv-file-over .media-file-drop.themed-interactive:active,
.media-file-drop-active .media-file-drop.themed-interactive:active,
.nv-file-over .media-file-drop.themed-interactive.active,
.media-file-drop-active .media-file-drop.themed-interactive.active,
.nv-file-over .media-file-drop.themed-interactive.selected,
.media-file-drop-active .media-file-drop.themed-interactive.selected {
  background-color: #2795c8;
  color: #F3F3F3;
}
.nv-file-over .media-file-drop.themed-interactive:active .themed-contrast,
.media-file-drop-active .media-file-drop.themed-interactive:active .themed-contrast,
.nv-file-over .media-file-drop.themed-interactive.active .themed-contrast,
.media-file-drop-active .media-file-drop.themed-interactive.active .themed-contrast,
.nv-file-over .media-file-drop.themed-interactive.selected .themed-contrast,
.media-file-drop-active .media-file-drop.themed-interactive.selected .themed-contrast {
  color: #F3F3F3;
}
.file-upload-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px;
  position: relative;
  background-color: #FFFFFF;
  /**
     * Error uploads, hide action and show tick
     */
}
.file-upload-list:before,
.file-upload-list:after {
  content: " ";
  display: table;
}
.file-upload-list:after {
  clear: both;
}
.file-upload-list:before,
.file-upload-list:after {
  content: " ";
  display: table;
}
.file-upload-list:after {
  clear: both;
}
.file-upload-list li {
  border-top: 1px solid rgba(60, 60, 60, 0.5);
  padding: 10px;
}
.file-upload-list li .btn {
  border: 0;
}
.file-upload-list li:last-child {
  border-bottom: 1px solid rgba(60, 60, 60, 0.5);
}
.file-upload-list li .glyphicon {
  font-family: 'Material Icons Komondor';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.btn .file-upload-list li .glyphicon:before,
.btn-default .file-upload-list li .glyphicon:before,
.btn-primary .file-upload-list li .glyphicon:before,
.btn-danger .file-upload-list li .glyphicon:before,
.btn-success .file-upload-list li .glyphicon:before {
  padding: 0 2px;
}
.file-upload-list li .glyphicon-download:before {
  content: "\E12F";
}
.file-upload-list li .glyphicon-trash:before {
  content: "\E0E3";
}
.file-upload-list .file-upload-info {
  position: relative;
  margin-bottom: 0;
  padding-right: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.file-upload-list .file-upload-size {
  text-align: right;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.file-upload-list .file-padded {
  padding-top: 9px;
  padding-bottom: 9px;
}
.file-upload-list .progress {
  background-color: #D7D8DA;
  color: #414042;
  margin-bottom: 0;
}
.file-upload-list .progress .themed-contrast {
  color: #414042;
}
.file-upload-list .progress.themed-interactive {
  cursor: pointer;
}
.file-upload-list .progress.themed-interactive:hover,
.file-upload-list .progress.themed-interactive.hover,
.file-upload-list .progress.themed-interactive:focus,
.file-upload-list .progress.themed-interactive.focus {
  background-color: #b7b8b9;
  color: #414042;
}
.file-upload-list .progress.themed-interactive:hover .themed-contrast,
.file-upload-list .progress.themed-interactive.hover .themed-contrast,
.file-upload-list .progress.themed-interactive:focus .themed-contrast,
.file-upload-list .progress.themed-interactive.focus .themed-contrast {
  color: #414042;
}
.file-upload-list .progress.themed-interactive:active,
.file-upload-list .progress.themed-interactive.active,
.file-upload-list .progress.themed-interactive.selected {
  background-color: #2795c8;
  color: #F3F3F3;
}
.file-upload-list .progress.themed-interactive:active .themed-contrast,
.file-upload-list .progress.themed-interactive.active .themed-contrast,
.file-upload-list .progress.themed-interactive.selected .themed-contrast {
  color: #F3F3F3;
}
.file-upload-list .progress-bar {
  background-color: #2eafeb;
  color: #F3F3F3;
  text-align: right;
}
.file-upload-list .progress-bar .themed-contrast {
  color: #F3F3F3;
}
.file-upload-list .progress-bar.themed-interactive {
  cursor: pointer;
}
.file-upload-list .progress-bar.themed-interactive:hover,
.file-upload-list .progress-bar.themed-interactive.hover,
.file-upload-list .progress-bar.themed-interactive:focus,
.file-upload-list .progress-bar.themed-interactive.focus {
  background-color: #2795c8;
  color: #F3F3F3;
}
.file-upload-list .progress-bar.themed-interactive:hover .themed-contrast,
.file-upload-list .progress-bar.themed-interactive.hover .themed-contrast,
.file-upload-list .progress-bar.themed-interactive:focus .themed-contrast,
.file-upload-list .progress-bar.themed-interactive.focus .themed-contrast {
  color: #F3F3F3;
}
.file-upload-list .progress-bar.themed-interactive:active,
.file-upload-list .progress-bar.themed-interactive.active,
.file-upload-list .progress-bar.themed-interactive.selected {
  background-color: #207aa5;
  color: #F3F3F3;
}
.file-upload-list .progress-bar.themed-interactive:active .themed-contrast,
.file-upload-list .progress-bar.themed-interactive.active .themed-contrast,
.file-upload-list .progress-bar.themed-interactive.selected .themed-contrast {
  color: #F3F3F3;
}
.file-upload-list .progress-bar span {
  line-height: 1.1;
  vertical-align: middle;
  padding: 0 5px;
  white-space: nowrap;
}
.file-upload-list .file-upload-actions .btn {
  text-align: center;
}
.file-upload-list .file-upload-actions .btn-primary,
.file-upload-list .file-upload-actions .btn-success,
.file-upload-list .file-upload-actions .btn-warning,
.file-upload-list .file-upload-actions .btn-danger {
  background-color: inherit;
  color: inherit;
}
.file-upload-list .file-upload-actions .btn-primary:disabled,
.file-upload-list .file-upload-actions .btn-success:disabled,
.file-upload-list .file-upload-actions .btn-warning:disabled,
.file-upload-list .file-upload-actions .btn-danger:disabled,
.file-upload-list .file-upload-actions .btn-primary[disabled],
.file-upload-list .file-upload-actions .btn-success[disabled],
.file-upload-list .file-upload-actions .btn-warning[disabled],
.file-upload-list .file-upload-actions .btn-danger[disabled],
.file-upload-list .file-upload-actions .btn-primary:disabled:hover,
.file-upload-list .file-upload-actions .btn-success:disabled:hover,
.file-upload-list .file-upload-actions .btn-warning:disabled:hover,
.file-upload-list .file-upload-actions .btn-danger:disabled:hover,
.file-upload-list .file-upload-actions .btn-primary:disabled:focus,
.file-upload-list .file-upload-actions .btn-success:disabled:focus,
.file-upload-list .file-upload-actions .btn-warning:disabled:focus,
.file-upload-list .file-upload-actions .btn-danger:disabled:focus,
.file-upload-list .file-upload-actions .btn-primary[disabled]:hover,
.file-upload-list .file-upload-actions .btn-success[disabled]:hover,
.file-upload-list .file-upload-actions .btn-warning[disabled]:hover,
.file-upload-list .file-upload-actions .btn-danger[disabled]:hover,
.file-upload-list .file-upload-actions .btn-primary[disabled]:focus,
.file-upload-list .file-upload-actions .btn-success[disabled]:focus,
.file-upload-list .file-upload-actions .btn-warning[disabled]:focus,
.file-upload-list .file-upload-actions .btn-danger[disabled]:focus {
  background-color: transparent;
  color: inherit;
}
.file-upload-list .file-uploading.success .progress-bar {
  background-color: #93CE52;
}
.media-display img,
.media-display video,
.media-display audio {
  width: 100%;
}
.media-picker .modal-body .resource-view {
  padding: 0;
}
.media-picker-select-btn {
  border-right: 0;
}
.media-picker-select-info {
  border-left: 0;
}
.media-picker-select .material-icon {
  opacity: .3;
  transition: opacity 300ms ease;
}
.media-picker-select:hover .material-icon {
  opacity: 1;
}
.modal-media-preview .media-display {
  margin-bottom: 20px;
}
.modal-media-preview .asset-breadcrumbs {
  margin-bottom: 20px;
}
.modal-media-preview .asset-breadcrumbs-divider {
  margin: 0 5px;
}
/*
* Emulating outline via box-shadow
* Due to bug in FF (https://bugzilla.mozilla.org/show_bug.cgi?id=687311)
* Note: Approach might be changed once FF bug fixed
*/
.editor-content img {
  width: 100%;
}
.editor-content p {
  margin-top: 0;
  margin-bottom: 1em;
}
.editor-content > .component-list {
  background-color: transparent;
}
.editor-content .component-list {
  min-height: 28px;
}
.editor-content .component {
  position: relative;
  padding: 0.05px 0;
}
.editor-content .component [contenteditable]:before {
  content: "\feff";
}
.editor-content .component [contenteditable]:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.editor-content .component [contenteditable]:focus {
  box-shadow: 0 0 0 2px #2dbad3;
  outline: 0;
}
.editor-content .component.component-list-last {
  margin-bottom: 0px;
}
.editor-content .component.component-list-last > [ng-style] {
  margin-bottom: 0px;
}
.editor-content .btn-add-after {
  z-index: 1;
  display: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  right: -10px;
  bottom: -10px;
  top: auto;
  color: #00b9e5;
}
.editor-content .btn-add-after i {
  font-size: 30px;
}
.editor-content .btn-add-after span.button-bg {
  border-radius: 50%;
  background-color: white;
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.editor-component-ghost {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: white;
  box-shadow: 3px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 6px;
  border-radius: 3px;
  height: 44px;
}
.editor-component-ghost .material-icon {
  font-size: 32px;
}
.editor-component-ghost-buster {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 100;
}
.editor-pickup-state * ::selection {
  background-color: transparent !important;
}
.editor-pickup-state * ::moz-selection {
  background-color: transparent !important;
}
.editor-pickup-state * ::webkit-selection {
  background-color: transparent !important;
}
.component-textblock {
  word-wrap: break-word;
}
.component-textblock.component-direction-rtl [textblock] {
  direction: rtl;
  unicode-bidi: embed;
  text-align: initial;
}
.component-table.has_hscroll > [table] {
  overflow-x: auto;
  overflow-y: hidden;
}
.component-table table.fixed-columns {
  table-layout: fixed;
}
.component-table table.no-wrap {
  white-space: nowrap;
}
.edit-mode .component-table table tr td.selected,
.edit-mode .component-table table tr th.selected {
  border: 2px solid #2dbad3;
}
.component-table table tr td.highlight,
.component-table table tr th.highlight {
  background-color: #d6f1f6;
}
.component-table table > tbody > tr > td > div,
.component-table table > thead > tr > td > div,
.component-table table > tbody > tr > th > div,
.component-table table > thead > tr > th > div {
  min-height: 25px;
}
.component-table table > tbody > tr > td > [contenteditable],
.component-table table > thead > tr > td > [contenteditable],
.component-table table > tbody > tr > th > [contenteditable],
.component-table table > thead > tr > th > [contenteditable] {
  outline: none !important;
}
.component-table table .align-center {
  text-align: center;
}
.component-table table .align-right {
  text-align: right;
}
.component-table table .align-right .component-bullets {
  direction: rtl;
}
.component-table table .align-right .component-bullets ul {
  padding-left: 0;
  padding-right: 20px;
}
.component-table .table-info {
  display: block;
}
.component-table.component-direction-rtl table .table-cell {
  direction: rtl;
  unicode-bidi: embed;
  text-align: initial;
}
.component-image .image-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: height 500ms ease-out;
  -o-transition: height 500ms ease-out;
  transition: height 500ms ease-out;
}
.component-image .overlay-section.top,
.component-image .overlay-section.middle,
.component-image .overlay-section.bottom {
  width: 100%;
  position: absolute;
  left: 0;
}
.component-image .overlay-section.top {
  top: 0;
}
.component-image .overlay-section.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component-image .overlay-section.bottom {
  bottom: 0;
}
.component-image .print-image {
  display: none;
  width: 100%;
  height: 100%;
}
.print-page .component-image .print-image {
  display: block;
}
.component-image .print-image.left-top img {
  left: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.component-image .print-image.left-middle img {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.component-image .print-image.left-bottom img {
  left: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.component-image .print-image.center-top img {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.component-image .print-image.center-middle img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.component-image .print-image.center-bottom img {
  left: 50%;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.component-image .print-image.right-top img {
  left: auto;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.component-image .print-image.right-middle img {
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.component-image .print-image.right-bottom img {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.video-player {
  overflow: hidden;
}
.video-player .video-poster {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
}
.video-player .video-placeholder {
  display: block;
}
.video-controls {
  position: absolute;
  bottom: 150px;
  width: 100%;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 1000;
}
.video-controls.fade {
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.video-controls.fade.in {
  opacity: 1;
}
.video-controls .controls-panel {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 600px;
  background-color: #373737;
  font-size: 14px;
}
.video-controls .controls-panel button,
.video-controls .controls-panel input {
  display: inline-block;
}
.video-controls .controls-panel input {
  vertical-align: middle;
}
.video-controls .controls-panel span {
  padding: 5px;
}
.video-controls .controls-panel .btn {
  padding: 0;
  background-color: transparent;
  color: #FFFFFF;
  width: 35px;
}
.video-controls .controls-panel .btn:hover {
  background-color: transparent;
  color: #FFFFFF;
  opacity: 0.5;
}
.video-controls .controls-panel [class*='glyphicon-komondor'] {
  top: auto;
  vertical-align: top;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}
.video-controls .controls-panel [class*='glyphicon-komondor']::before {
  vertical-align: baseline;
  top: auto;
}
.video-controls .controls-panel .play-pause {
  border-right: 1px solid #CCCCCC;
}
.video-controls .controls-panel .seek-bar {
  width: 390px !important;
  margin-left: 10px;
  margin-right: 10px;
}
.video-controls .controls-panel .time-code {
  padding: 3px 10px 0 10px;
  width: auto;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
.video-controls .controls-panel .mute {
  border-right: 1px solid #CCCCCC;
}
.video-controls .controls-panel .mute .glyphicon-komondor-volume-on {
  padding-left: 6px;
}
.video-controls .controls-panel .mute .glyphicon-komondor-volume-off {
  padding-left: 8px;
}
.video-controls .controls-panel .volume-bar {
  width: 50px !important;
  margin-left: 10px;
  margin-right: 10px;
  border-right: 1px solid #CCCCCC;
}
.video-controls .controls-panel .full-screen {
  border-left: 1px solid #CCCCCC;
}
.video-controls .controls-panel input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin-top: 1px;
}
.video-controls .controls-panel input[type=range]:focus {
  outline: none;
}
.video-controls .controls-panel input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #FFFFFF;
}
.video-controls .controls-panel input[type=range]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #CCCCCC;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}
.video-controls .controls-panel input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #FFFFFF;
}
.video-controls .controls-panel input[type=range]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #CCCCCC;
  cursor: pointer;
}
.video-controls .controls-panel input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.video-controls .controls-panel input[type=range]::-ms-fill-lower {
  background: #CCCCCC;
}
.video-controls .controls-panel input[type=range]::-ms-fill-upper {
  background: #CCCCCC;
}
.video-controls .controls-panel input[type=range]::-ms-thumb {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #CCCCCC;
  cursor: pointer;
}
.video-controls .controls-panel input[type=range]:focus::-ms-fill-lower {
  background: #CCCCCC;
}
.video-controls .controls-panel input[type=range]:focus::-ms-fill-upper {
  background: #CCCCCC;
}
.video-controls.small .controls-panel {
  width: 100% !important;
  min-width: auto;
}
.video-controls.small .controls-panel .seek-bar {
  width: 50% !important;
}
.video-controls.tiny .controls-panel {
  width: 100% !important;
  min-width: auto;
}
.video-controls.tiny .controls-panel .seek-bar {
  width: 32% !important;
}
.video-controls.tiny .controls-panel .volume-bar {
  width: 30px !important;
}
.video-controls.tiny .controls-panel .time-code {
  padding: 3px 5px 0 5px;
}
@media print {
  video,
  .video-controls {
    display: none;
    position: relative;
  }
  .video-poster {
    display: block;
  }
}
.component-tabs .tabs-title-container.tabs-heading-align-left {
  text-align: left;
}
.component-tabs .tabs-title-container.tabs-heading-align-center {
  text-align: center;
}
.component-tabs .tabs-component-title {
  padding: 10px;
  margin: 0;
  background-color: transparent;
  color: white;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.component-tabs .tabs-heading-container {
  overflow: hidden;
  position: relative;
}
.editor.edit-mode .component-tabs .tabs-heading-container {
  overflow: visible;
}
.component-tabs .tabs-heading-container .slider-control {
  position: absolute;
  padding: 0 5px;
  top: 0;
  z-index: 1;
  height: 100%;
  display: none;
  background-color: #5dc1ef;
  color: #FFFFFF;
}
.component-tabs .tabs-heading-container .slider-control.visible {
  display: block;
}
.editor.edit-mode .component-tabs .tabs-heading-container .slider-control.visible {
  display: none;
}
.component-tabs .tabs-heading-container .slider-control.prev {
  left: 0;
  border-right: 2px solid #2eafeb;
}
.component-tabs .tabs-heading-container .slider-control.next {
  right: 0;
  border-left: 2px solid #2eafeb;
}
.component-tabs .tabs-heading-container .slider-control span {
  line-height: 40px;
}
.component-tabs .tabs-heading-container .tabs-heading {
  margin: 0;
  padding: 0;
  background-color: #2dbad3;
  white-space: nowrap;
  position: relative;
  top: 0;
  right: 0;
  transition: all 0.6s ease;
}
.editor.edit-mode .component-tabs .tabs-heading-container .tabs-heading {
  white-space: normal;
  transition: none;
}
.component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab {
  display: inline-block;
  cursor: pointer;
  background-color: #5dc1ef;
  padding: 10px;
  margin-bottom: 0;
  border-left: 2px solid #2eafeb;
}
.component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab:first-child {
  border-left: none;
}
.component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab > input,
.component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab > span {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
}
.component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab > input {
  background-color: transparent;
  border: none;
  outline: 1px dashed #000;
  display: none;
}
.component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab.active {
  background-color: #2dbad3;
}
.component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab.active > input,
.component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab.active > span {
  color: #FFFFFF;
}
.editor.edit-mode .component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab {
  max-width: 100%;
  overflow: hidden;
}
.editor.edit-mode .component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab > input {
  display: block;
}
.editor.edit-mode .component-tabs .tabs-heading-container .tabs-heading .tabs-heading-tab > span {
  display: none;
}
.component-tabs .tabs-content {
  display: none;
}
.component-tabs .tabs-content .tab-print-title {
  display: none;
}
.component-tabs .tabs-content.active {
  display: block;
  border: 1px solid #2dbad3;
  border-top: 3px solid #2eafeb;
}
.editor.edit-mode .component-tabs .tabs-content {
  display: none;
}
.editor.edit-mode .component-tabs .tabs-content.active {
  display: block;
}
.component-tabs .tabs-component-info {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: white;
}
.component-bullets.component-direction-rtl [bullets] li {
  direction: rtl;
  unicode-bidi: embed;
  text-align: initial;
}
.editor {
  position: relative;
  min-height: 1em;
}
.editor.edit-mode.disabled-controls [class*="controls"] {
  display: none;
}
.editor .editor-option .glyphicon {
  font-size: 17px;
}
.editor .editor-option .material-icon {
  font-size: 20px;
}
.editor .editor-option .btn-toolbar .checkbox-input input + label:before {
  top: 0;
}
.editor .editor-option .btn-toolbar .checkbox-input,
.editor .editor-option .btn-toolbar .form-control,
.editor .editor-option .btn-toolbar .btn {
  height: 38px;
}
.editor .editor-option .btn-toolbar .btn {
  padding: 8px 10px;
}
.editor .editor-option .btn-toolbar > .btn-group:first-child {
  margin-left: 0;
}
.editor .editor-option .btn-toolbar > .btn-group:first-child > .btn:first-child {
  border-radius: 6px 0 0 6px;
}
.editor .editor-option .btn-toolbar > .btn-group:last-child > div:last-child > div:last-child > .btn:last-of-type {
  border-radius: 0 6px 6px 0;
}
.editor .editor-option .btn-toolbar .component-options {
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.editor .editor-option .btn-toolbar .btn-group .btn-group + .btn-group {
  margin-left: auto;
}
.editor-components .material-icon + span {
  display: block;
}
.editor-components button {
  width: 25%;
  height: 100px;
  padding: 0;
  font-size: 14px;
  letter-spacing: .4px;
  background-color: transparent;
  border: none;
  -webkit-transition: background-color 300ms ease-in;
  -o-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}
.editor-components button .material-icon {
  font-size: 40px;
}
.editor-components button .material-icon + span {
  margin-top: 5px;
}
.editor [linked-component] {
  display: block;
}
.editor.edit-mode .component {
  background-color: rgba(0, 0, 0, 0.005);
}
.editor.edit-mode .component.drop-below {
  box-shadow: 0 10px 0 #af1010;
  z-index: 1;
}
.editor.edit-mode .component.drop-above {
  box-shadow: 0 -10px 0 #af1010;
  z-index: 1;
}
.editor.edit-mode .component:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.editor.edit-mode .component.selected {
  box-shadow: 0 0 0 2px #00B9E4, 0 5px 10px 3px rgba(0, 102, 126, 0.3);
  outline: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.editor.edit-mode .component.selected > .btn-add-after {
  display: block;
}
.editor.edit-mode .component.selected:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.editor.edit-mode .component.component-image img.placeholder {
  display: inline-block;
}
.editor.edit-mode .component.component-reverted {
  background-color: #2dbad3;
  opacity: 0.8;
}
.editor.edit-mode .component-list {
  box-shadow: 0 0 0 1px #0082a0;
  outline: 0;
}
.editor.edit-mode .component-list:hover {
  background-color: rgba(0, 0, 0, 0.015);
}
.editor.edit-mode .component-list.selected {
  box-shadow: 0 0 0 2px #00B9E4;
  outline: 0;
}
.editor.edit-mode .component-list.drop-area {
  background-color: #af1010;
}
.editor.edit-mode .component-list:empty::before {
  content: "+ Add component";
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  color: grey;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.editor [editor-controls] {
  position: absolute;
  top: -39px;
  left: 0;
  z-index: 1;
  width: 1000px;
  height: 0;
}
.editor [editor-controls].editor-option-right {
  right: 0;
  left: auto;
}
.editor [editor-controls].editor-option-right .editor-option {
  float: right;
}
.editor [editor-controls] .ng-leave {
  display: none;
}
.editor .editor-option {
  display: inline-block;
  background-color: lightgrey;
  padding: 1px;
}
.editor .editor-option .btn-toolbar:first-child {
  margin-left: 0;
}
.editor .editor-option .btn-toolbar:first-child .btn-default {
  margin-left: 0;
}
.editor .editor-option .extra-options-wrapper {
  display: inline-block;
  float: left;
}
.editor .editor-option .editor-text-options-swatch {
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-left: 5px;
}
.editor .component-trace {
  padding: 0 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: lightgrey;
  z-index: 999;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
}
.editor .component-trace a {
  display: inline-block;
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px 0;
}
.editor .component-trace a:after {
  content: '>';
  padding: 0 10px;
}
.editor .component-trace a:last-child::after {
  display: none;
}
.editor .component-trace a:active,
.editor .component-trace a:visited {
  color: black;
}
.editor .component-trace.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.editor .editor-option-right .margin-settings {
  left: auto;
  right: 0;
}
.editor .editor-option .margin-settings {
  width: 320px;
}
.editor .editor-option .margin-settings .input-group .btn,
.editor .editor-option .margin-settings .input-group .form-control {
  border: 0;
}
.editor .editor-option .margin-settings .row {
  margin-left: 15px;
  margin-right: 15px;
}
.editor .editor-option .margin-settings .row.side-margins {
  position: relative;
}
.editor .editor-option .margin-settings .row.side-margins [class^="side-margin"] {
  top: 8px;
  position: absolute;
}
.editor .editor-option .margin-settings .row.side-margins .side-margin-left {
  left: -10px;
}
.editor .editor-option .margin-settings .row.side-margins .side-margin-right {
  right: -10px;
}
.editor .editor-option .margin-settings .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: '\00a0';
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/zw.svg);
}
.flag-icon-es-ca {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/es-ca.svg);
}
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/es-ca.svg);
}
.flag-icon-es-ga {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/es-ga.svg);
}
.flag-icon-es-ga.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/es-ga.svg);
}
.flag-icon-eu {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/un.svg);
}
.flag-icon-xk {
  background-image: url(/node_modules/flag-icon-css/flags/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(/node_modules/flag-icon-css/flags/1x1/xk.svg);
}
@font-face {
  font-family: 'champions';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/champions_regular-webfont.eot');
  src: url('/fonts/champions_regular-webfont.ttf') format('truetype'), url('/fonts/champions_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/champions_regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'champions';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/champions_bold-webfont.eot');
  src: url('/fonts/champions_bold-webfont.ttf') format('truetype'), url('/fonts/champions_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/champions_bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'champions';
  font-weight: 800;
  font-style: normal;
  src: url('/fonts/champions_extrabold-webfont.eot');
  src: url('/fonts/champions_extrabold-webfont.ttf') format('truetype'), url('/fonts/champions_extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/champions_extrabold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'champions headline';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/champions_headline-webfont.eot');
  src: url('/fonts/champions_headline-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/champions_headline-webfont.woff2') format('woff2'), url('/fonts/champions_headline-webfont.woff') format('woff'), url('/fonts/champions_headline-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'europa nuova';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/EuropaNuova_regular-webfont.eot');
  src: url('/fonts/EuropaNuova_regular-webfont.ttf') format('truetype'), url('/fonts/EuropaNuova_regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/EuropaNuova_regular-webfont.woff') format('woff');
}
@font-face {
  font-family: 'europa nuova';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/EuropaNuova_bold-webfont.eot');
  src: url('/fonts/EuropaNuova_bold-webfont.ttf') format('truetype'), url('/fonts/EuropaNuova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/EuropaNuova_bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'europa nuova';
  font-weight: 800;
  font-style: normal;
  src: url('/fonts/EuropaNuova_extrabold-webfont.eot');
  src: url('/fonts/EuropaNuova_extrabold-webfont.ttf') format('truetype'), url('/fonts/EuropaNuova_extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/EuropaNuova_extrabold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'europa headline';
  font-weight: 800;
  font-style: normal;
  src: url('/fonts/europa_headline-extrabold-webfont.eot');
  src: url('/fonts/europa_headline-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/europa_headline-extrabold-webfont.woff2') format('woff2'), url('/fonts/europa_headline-extrabold-webfont.woff') format('woff'), url('/fonts/europa_headline-extrabold-webfont.ttf') format('truetype');
}
@font-face {
  font-family: 'ABeckett';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/ABeckett.eot?#iefix') format('embedded-opentype'), url('/fonts/ABeckett.woff') format('woff'), url('/fonts/ABeckett.ttf') format('truetype');
}
@font-face {
  font-family: 'ABeckett';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/ABeckett-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/ABeckett-Medium.woff') format('woff'), url('/fonts/ABeckett-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'uefaneo';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/uefaneo/uefaneo-light.eot');
  src: url('/fonts/uefaneo/uefaneo-light.ttf') format('truetype'), url('/fonts/uefaneo/uefaneo-light.eot?#iefix') format('embedded-opentype'), url('/fonts/uefaneo/uefaneo-light.woff') format('woff');
}
@font-face {
  font-family: 'uefaneo';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/uefaneo/uefaneo-reg.eot');
  src: url('/fonts/uefaneo/uefaneo-reg.ttf') format('truetype'), url('/fonts/uefaneo/uefaneo-reg.eot?#iefix') format('embedded-opentype'), url('/fonts/uefaneo/uefaneo-reg.woff') format('woff');
}
@font-face {
  font-family: 'uefaneo';
  font-weight: 600;
  font-style: normal;
  src: url('/fonts/uefaneo/uefaneo-bold.eot');
  src: url('/fonts/uefaneo/uefaneo-bold.ttf') format('truetype'), url('/fonts/uefaneo/uefaneo-bold.eot?#iefix') format('embedded-opentype'), url('/fonts/uefaneo/uefaneo-bold.woff') format('woff');
}
#header .navbar {
  width: 100%;
  z-index: 5;
  background-color: #000;
  border-bottom: none;
  margin-bottom: 0px;
}
#header .navbar a {
  color: #ffffff;
  font-size: 22px;
}
#header .navbar a.active {
  color: #e6e6e6e e;
}
@media (max-width: 1470px) {
  #header .navbar .container {
    width: 100%;
  }
}
#header .navbar-nav > li.login-nav-buttons {
  color: #ffffff;
}
#header .navbar-nav > li.login-nav-buttons a {
  display: inline-block;
}
#header .navbar-nav > li.login-nav-buttons a:first-of-type {
  padding-right: 4px;
}
#header .navbar-nav > li.login-nav-buttons a:last-of-type {
  padding-left: 4px;
}
#header .navbar-brand {
  width: 250px;
}
@media (max-width: 767px) {
  #header .navbar-brand {
    width: 180px;
  }
}
#header .navbar-brand > img {
  display: inline-block;
}
#header .navbar-admin {
  position: static;
}
#header .nav a {
  cursor: pointer;
}
#header .nav > li > a {
  -webkit-transition: color 70ms ease-in-out;
  -o-transition: color 70ms ease-in-out;
  transition: color 70ms ease-in-out;
}
#header .nav > li > a:hover,
#header .nav > li > a:focus {
  color: #e6e6e6e e;
}
#header .nav > li.dashboard-menu > a {
  padding-top: 14px;
  padding-bottom: 0;
}
#header .nav .open > a,
#header .nav .open > a:hover,
#header .nav .open > a:focus {
  color: #e6e6e6e e;
}
.dropdown-menu {
  border: none;
  min-width: 300px;
  text-align: center;
  padding: 10px 0;
}
.dropdown-menu > li > a {
  padding: 7px 20px;
}
.dropdown-menu > li .dropdown-menu {
  position: relative;
  box-shadow: none;
  background-color: #323232;
}
.dropdown-menu > li .dropdown-menu > li > a {
  padding: 3px 0px;
  font-size: 20px;
}
.navbar-collapse {
  overflow: hidden !important;
}
@media (min-width: 768px) {
  #app-navbar-collapse {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0px -15px;
  }
  .container > .navbar-collapse {
    background-color: #1E1E1E;
  }
  .container > .navbar-collapse ul li.primary-menu-item {
    background-color: #1E1E1E;
    border-bottom: 2px solid #323232;
  }
  .container > .navbar-collapse ul li.secondary-menu-item {
    background-color: #323232;
  }
  .container > .navbar-collapse ul li.secondary-menu-item a {
    font-size: 18px;
  }
}
.footer-tm {
  background-color: #323232;
  padding: 21px 0;
}
.footer-tm .footer-links {
  text-align: center;
}
@media (max-width: 991px) {
  .footer-tm .footer-links {
    text-align: center;
    float: none !important;
  }
}
.footer-tm .footer-links ul {
  margin: 0;
  padding: 0;
}
.footer-tm .footer-links ul li {
  display: inline-block;
  margin-right: 60px;
  list-style: none;
}
@media (max-width: 767px) {
  .footer-tm .footer-links ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.footer-tm .footer-links ul li:last-of-type {
  margin-right: 0;
}
.footer-tm .footer-links ul li a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
.footer-tm .footer-elems {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 991px) {
  .footer-tm .footer-elems {
    text-align: center;
    float: none !important;
  }
}
.footer-tm .footer-elems span,
.footer-tm .footer-elems a,
.footer-tm .footer-elems img {
  display: inline;
  vertical-align: baseline;
}
@media (max-width: 991px) {
  .footer-tm .footer-elems span,
  .footer-tm .footer-elems a,
  .footer-tm .footer-elems img {
    display: block;
    margin: 0 auto;
  }
}
.footer-tm .footer-elems span {
  position: relative;
  bottom: 1px;
}
@media (max-width: 991px) {
  .footer-tm .footer-elems span {
    margin-bottom: 5px;
  }
}
.footer-respect {
  position: relative;
  background-color: #000;
}
@media (max-width: 767px) {
  .footer-respect {
    padding: 60px 30px;
    height: auto;
  }
}
.footer-respect .inner {
  padding: 20px 0;
}
@media (max-width: 991px) {
  .footer-respect .inner {
    max-width: 640px;
  }
}
@media (max-width: 767px) {
  .footer-respect .inner {
    position: relative;
    max-width: none;
    width: 100%;
    top: auto;
    left: auto;
    font-size: 15px;
    text-align: center;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.footer-respect .respect-logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}
.footer-respect .twelfthman-logo {
  display: block;
  margin: 0px auto 0 auto;
  width: 100%;
  max-width: 150px;
  text-decoration: none;
  opacity: 0.7;
}
.footer-respect .twelfthman-logo:hover,
.footer-respect .twelfthman-logo:focus {
  outline: 0;
}
.footer-respect .twelfthman-logo div {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.footer-respect .twelfthman-logo img {
  width: 100%;
}
.footer-respect .footer-cards {
  display: block;
  margin: 90px auto 25px auto;
  width: 100%;
  max-width: 370px;
}
@media (max-width: 767px) {
  .footer-respect .footer-cards {
    margin: 45px auto 20px auto;
    width: 92%;
  }
}
.footer-image {
  background-color: #041930;
  height: 365px;
  line-height: 365px;
  text-align: center;
}
.footer-image .footer-logo {
  display: inline-block;
}
.sponsors {
  margin-top: 10px;
  margin-bottom: 60px;
}
.sponsors h4 {
  margin: 14px auto;
  max-width: 300px;
}
.sponsors .ucl-sponsor,
.sponsors .neutral-sponsor {
  display: inline;
  width: 340px;
}
.sponsors .ucl-sponsor + .ucl-sponsor,
.sponsors .neutral-sponsor + .ucl-sponsor,
.sponsors .ucl-sponsor + .neutral-sponsor,
.sponsors .neutral-sponsor + .neutral-sponsor {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .sponsors .ucl-sponsor + .ucl-sponsor,
  .sponsors .neutral-sponsor + .ucl-sponsor,
  .sponsors .ucl-sponsor + .neutral-sponsor,
  .sponsors .neutral-sponsor + .neutral-sponsor {
    margin-left: 0;
    margin-top: 5px;
  }
}
body.app-dashboard {
  background-color: #000;
}
.dashboard-page-heading {
  width: 100%;
}
.dashboard-page-heading h1 {
  color: #ffffff;
}
.product-list-module {
  padding: 25px 0 20px 0;
}
.product-list-module .product {
  margin-bottom: 50px;
}
@media (max-width: 1140px) {
  .product-list-module .product {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .product-list-module .product {
    margin-bottom: 20px;
  }
}
.product-list-module .product .inner {
  width: 100%;
  -webkit-box-shadow: 2px 3px 16px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 2px 3px 16px 2px rgba(0, 0, 0, 0.7);
}
.product-list-module .product-header {
  width: 100%;
  position: relative;
}
.product-list-module .product-header .flag-icon {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
}
.product-list-module .product-header .product-header-inner {
  position: relative;
}
.product-list-module .product-header .product-image.sold-out {
  position: absolute;
  top: 0;
}
.product-list-module .product-header .available-soon-wrapper {
  position: relative;
}
.product-list-module .product-header .available-soon-wrapper img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.product-list-module .product-header .available-soon-wrapper .product-details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-list-module .product-header .available-soon-wrapper .product-details .inset {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.product-list-module .product-header .available-soon-wrapper .product-details .inset .eye {
  display: block;
  width: 72px;
  height: 72px;
  margin-left: 50%;
  margin-right: 50%;
  background: url(/images/eye-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -8%);
  -webkit-transform: translate(-50%, -8%);
  -moz-transform: translate(-50%, -8%);
  -ms-transform: translate(-50%, -8%);
}
@media (max-width: 1280px) {
  .product-list-module .product-header .available-soon-wrapper .product-details .inset .eye {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991px) {
  .product-list-module .product-header .available-soon-wrapper .product-details .inset .eye {
    width: 50px;
    height: 50px;
  }
}
.product-list-module .product-header .available-soon-wrapper .product-details .inset .product-description {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 270px;
  font-size: 16px;
  text-align: center;
  font-stretch: condensed;
  line-height: 1.25;
}
.product-list-module .product-header .available-soon-wrapper .product-available-soon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.product-list-module .product-header .available-soon-wrapper .product-available-soon span {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 28px;
  margin-bottom: 14px;
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.product-list-module .product-header .available-soon-wrapper .product-available-soon span small,
.product-list-module .product-header .available-soon-wrapper .product-available-soon span .small {
  font-weight: normal;
  line-height: 1;
  color: #ccced7;
}
.product-list-module .product-header .available-soon-wrapper .product-available-soon span small,
.product-list-module .product-header .available-soon-wrapper .product-available-soon span .small {
  font-size: 65%;
}
.product-list-module .product-header .available-soon-wrapper:hover {
  opacity: 1;
}
.product-list-module .product-body {
  background-color: #f5f5f5;
  width: 100%;
  height: 175px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.product-list-module .product-body h2 {
  margin-bottom: 25px;
  font-weight: bold;
}
.product-list-module .product-body .product-variants {
  font-size: 18px;
  color: #3c3c3c;
}
.product-list-module .product-body .btn {
  margin-top: 0px;
}
.product-list-module .product-body > .row:first-of-type {
  min-height: 190px;
}
.product-page .product-body {
  position: relative;
}
@media (max-width: 992px) {
  .product-page .product-body .btn {
    margin-top: 0px;
  }
}
.product-page .btn-view {
  margin: 0 22%;
  padding: 0;
  width: 56%;
  position: absolute;
  bottom: 25px;
}
.product-page .btn-view a {
  max-height: 44px;
  padding: 10px 16px;
}
.product-page .product-variant-title {
  background-color: #f5f5f5;
  height: 90px;
  overflow: hidden;
  color: #090909;
}
.product-page .product-variant-title h3,
.product-page .product-variant-title h4 {
  margin: 10px 0;
  font-size: 23px;
  font-weight: bold;
}
.product-page .product-variant-title h3 {
  margin: 20px 25px 5px 25px;
  line-height: 1;
}
.product-page .product-variant-title h4 {
  margin: 5px 25px 15px 25px;
  min-height: 24px;
  max-height: 38px;
  font-size: 18px;
  color: #072b53;
  overflow: hidden;
}
.product-page .preview-link {
  display: block;
  padding: 25px 0 5px 0;
  text-align: center;
  color: #041930;
  cursor: pointer;
}
.product-page .preview-link.inset-link {
  text-align: center;
  padding: 10px 0;
}
.product-page .preview-link.inset-link .glyphicon {
  margin-left: 5px;
  vertical-align: text-top;
}
.product-page .product-extras-title {
  font-size: 26px;
  font-weight: bold;
  color: #00a5ed;
  line-height: 1em;
  margin-bottom: 10px;
}
.product-page .product-extras ul {
  font-size: 16px;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.product-page .product-extras ul li {
  margin-left: 15px;
  list-style-position: outside;
}
.product-page .product-extras ul li span {
  display: block;
  margin-left: -5px;
}
.product-page .product-price {
  font-size: 72px;
  font-weight: bold;
  line-height: 1.2em;
}
.product-page .product-price.small {
  font-size: 48px;
}
.product-page .product-price.price-decimal {
  font-size: 50px;
}
.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.cookie-policy-message {
  display: none;
}
body.app .cookie-policy-message.cookie-policy-message {
  display: block;
}
body.guest .cookie-policy-message.cookie-policy-message {
  display: block;
}
.cookie-policy-message .cl-banner {
  position: fixed;
  padding: 14px;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  font-size: 14px;
  background-color: #ccced7;
  color: #222222;
  z-index: 50;
}
@media (max-width: 767px) {
  .cookie-policy-message .cl-banner {
    padding: 20px 15px;
  }
}
.cookie-policy-message .cl-banner p {
  margin: 0;
  text-align: center;
}
.cookie-policy-message .cl-banner br {
  display: none;
}
.cookie-policy-message .cl-banner .cl-accept {
  margin-left: 10px;
  padding: 6px 12px;
  text-align: center;
  background-color: #00a5ed;
  color: #ffffff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background-color 60ms ease-in-out;
  -o-transition: background-color 60ms ease-in-out;
  transition: background-color 60ms ease-in-out;
}
.cookie-policy-message .cl-banner .cl-accept:hover {
  background-color: #0081ba;
}
@media (max-width: 767px) {
  .cookie-policy-message .cl-banner .cl-accept {
    margin: 10px auto 0 auto;
    width: 100%;
    max-width: 200px;
    display: block;
  }
}
.programme-nav {
  position: static;
  font-family: 'champions', sans-serif;
  font-weight: bold;
  background-color: #041930;
}
.programme-nav .navbar-brand {
  line-height: 20px;
}
.programme-nav .navbar-brand > img {
  max-width: 100%;
}
.programme-nav .nav > li > a {
  font-size: 18px;
}
.programme-nav .nav > li > a:hover,
.programme-nav .nav > li > a:focus {
  color: #f8ae00;
}
@media (max-width: 1200px) {
  .programme-nav .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }
}
.programme-nav .navbar-toggle {
  padding: 17px 16px;
  margin: 0;
  background-color: #072b53;
}
.programme-nav .navbar-toggle .icon-bar {
  background-color: #f8ae00;
}
.programme-nav .navbar-toggle:hover {
  opacity: 0.8;
}
.programme-nav .navbar-collapse {
  border-top: 0;
  box-shadow: none;
}
.programme-nav .navbar-collapse.in {
  background-color: #072b53;
}
.programme-nav .back-to-programmes a {
  color: #f8ae00;
}
.programme-nav .back-to-programmes .glyphicon {
  margin-right: 3px;
  top: -2px;
  font-size: 12px;
  vertical-align: middle;
}
@media (max-width: 1014px) {
  .programme-nav .back-to-programmes .glyphicon {
    display: none;
  }
}
.pre-header {
  position: relative;
  background-color: #041930;
  text-align: center;
  padding: 35px 0 20px 0;
}
@media (max-width: 767px) {
  .pre-header {
    padding: 60px 0 20px 0;
  }
}
.pre-header .kickoff-date {
  font-family: 'ABeckett', sans-serif;
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  .pre-header .kickoff-date {
    font-size: 70px;
    margin-bottom: 0px;
  }
}
.pre-header .match-name,
.pre-header .match-location {
  font: 22px 'champions', sans-serif;
  color: #f8ae00;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .pre-header .match-name,
  .pre-header .match-location {
    font-size: 18px;
  }
}
.pre-header .match-name {
  font-weight: bold;
}
.pre-header .preorder {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1014px) {
  .pre-header .preorder {
    position: relative;
    margin: 20px 0;
    top: auto;
    right: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}
@media (max-width: 767px) {
  .pre-header .preorder {
    margin: 20px 0 0 0;
    padding: 15px 0 35px 0;
    background-color: #06315D;
  }
}
.pre-header .preorder .image {
  position: relative;
  width: 274px;
  height: 177px;
  background: url('/images/preview-header-preorder-graphic.png');
  background-size: contain;
}
@media (max-width: 1366px) {
  .pre-header .preorder .image {
    width: 238px;
    height: 154px;
  }
}
@media (max-width: 1014px) {
  .pre-header .preorder .image {
    margin: 0 auto;
  }
}
.pre-header .preorder .image .btn {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  bottom: -10px;
  left: 45%;
  color: #031937;
  background-color: #f8ae00;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 1014px) {
  .pre-header .preorder .image .btn {
    margin: 0 auto;
    left: 50%;
  }
}
.pre-header .preorder .image .btn:hover {
  background-color: #df9c00;
}
.programme {
  font-family: 'champions', sans-serif;
}
.programme h1 {
  font-size: 100px;
  padding: 65px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .programme h1 {
    font-size: 38px;
    padding: 14px;
  }
}
.programme hr {
  margin-top: 15px;
}
.programme .page-intro h1 {
  font-size: 100px;
}
@media (max-width: 991px) {
  .programme .page-intro h1 {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .programme .page-intro h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .programme .page-intro hr {
    margin-top: 5px;
  }
}
.home-title {
  padding: 15px 0 35px 0;
}
.home-title h1 {
  color: #041930;
  font-weight: bold;
  text-align: center;
  font-size: 72px;
}
@media (max-width: 767px) {
  .home-title h1 {
    font-size: 48px;
  }
}
ol.breadcrumb {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -20px;
  font: 15px 'champions', sans-serif;
  font-weight: bold;
  letter-spacing: 4px;
}
ol.breadcrumb > li a {
  color: #4a4a4a;
}
ol.breadcrumb > li a:hover,
ol.breadcrumb > li a:focus {
  color: #000;
  text-decoration: none;
}
ol.breadcrumb > li + li:before {
  content: "";
  width: 6px;
  height: 12px;
  margin: 0 20px 0 15px;
  background-image: url('../images/breadcrumb-separator@2x.png');
  background-repeat: no-repeat;
  background-size: 6px 12px;
  background-position: center;
  vertical-align: middle;
}
.programme-category .img-responsive,
.article .img-responsive {
  width: 100%;
}
.programme-category .article-image,
.article .article-image {
  position: relative;
}
.programme-category .article-image .video-icon,
.article .article-image .video-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 15px;
}
@media (max-width: 768px) {
  .programme-category .article-image .video-icon,
  .article .article-image .video-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .restrict-height {
    height: 250px !important;
    overflow: hidden;
    position: relative;
  }
  .restrict-height .mobile-image {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.border-left {
  border-left: 2px solid #f8ae00;
}
.box {
  background-color: #ffffff;
  margin-top: 30px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box .box-body {
  margin: 15px 0 15px 15px;
}
.box .box-body:before,
.box .box-body:after {
  content: " ";
  display: table;
}
.box .box-body:after {
  clear: both;
}
.box .box-body:before,
.box .box-body:after {
  content: " ";
  display: table;
}
.box .box-body:after {
  clear: both;
}
@media (min-width: 992px) {
  .box .box-body {
    margin: 30px 0 30px 15px;
  }
}
.box .box-body.player-summary {
  margin: 25px 0 20px 15px;
}
.featured .box .box-inset {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #f8ae00;
}
@media (min-width: 992px) {
  .featured .box .box-inset {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1470px) {
  .featured .box .box-inset {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1470px) {
  .featured .box .box-inset {
    margin-left: 33.33333333%;
  }
}
.secondary .box .box-inset {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #009FE3;
}
@media (min-width: 992px) {
  .secondary .box .box-inset {
    float: left;
    width: 100%;
  }
}
.secondary .box .box-inset h3 {
  font-size: 44px;
}
@media (max-width: 991px) {
  .secondary .box .box-inset h3 {
    font-size: 44px;
  }
}
.box-inset {
  float: left;
}
.box-inset h3 {
  margin: 0;
  font-family: 'ABeckett', sans-serif;
  font-size: 58px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .box-inset h3 {
    font-size: 44px;
  }
}
.box-inset h3 a {
  word-break: break-word;
  color: #000;
}
.box-inset h3 a:hover,
.box-inset h3 a:focus {
  text-decoration: none;
}
.box-inset .teaser {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box-inset .teaser {
    font-size: 16px;
  }
}
.programme .sponsors {
  margin-top: 60px;
  margin-bottom: 70px;
}
.article-admin-controls {
  position: fixed;
  top: 5px;
  left: 200px;
  z-index: 1001;
}
.editor-option {
  z-index: 1001 !important;
}
.category-container {
  margin-top: 70px;
}
.category-container:first-of-type {
  margin-top: 40px;
}
.category-title {
  font-family: 'champions';
  font-size: 24px;
  font-weight: 600;
}
.article-hero {
  position: relative;
}
.article-hero.hero-image-tag .img-responsive {
  width: 100%;
}
.article-hero.hero-image-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: none;
}
@media (min-width: 480px) {
  .article-hero.hero-image-background {
    height: 250px;
  }
  .article-hero.hero-image-background.mobile {
    display: block;
  }
  .article-hero.hero-image-background.desktop {
    display: none;
  }
  .article-hero.hero-image-tag {
    display: none;
  }
}
@media (min-width: 768px) {
  .article-hero.hero-image-background.mobile {
    display: none;
  }
  .article-hero.hero-image-background.desktop {
    display: none;
  }
  .article-hero.hero-image-tag {
    display: block;
  }
}
@media (min-width: 992px) {
  .article-hero.hero-image-background.mobile {
    display: none;
  }
  .article-hero.hero-image-background.desktop {
    display: none;
  }
  .article-hero.hero-image-tag {
    display: block;
  }
}
@media (min-width: 1470px) {
  .article-hero.hero-image-background {
    height: 700px;
  }
  .article-hero.hero-image-background.mobile {
    display: none;
  }
  .article-hero.hero-image-background.desktop {
    display: block;
  }
  .article-hero.hero-image-tag {
    display: none;
  }
}
.article-banner {
  margin: 40px 0;
  text-align: center;
}
.article-banner img {
  max-width: 100%;
  margin: 0 auto;
}
.article-page-nav {
  text-align: center;
}
.article-page-nav a.page {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #041930;
  color: #f8ae00;
  bottom: 0;
  top: auto;
  font-size: 18px;
  text-align: center;
  opacity: 1;
  margin: 20px 10px;
  text-decoration: none;
}
.article-page-nav a.page.active {
  font-weight: bold;
}
.article-page-nav a.page span {
  font-size: 16px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  opacity: 1;
}
.article-nav {
  padding: 50px 15px;
}
.article-nav .button {
  text-decoration: none;
  cursor: pointer;
  width: 180px;
  padding: 0 10px;
  height: 40px;
  font-size: 16px;
  font-family: 'champions', sans-serif;
  font-weight: bold;
  line-height: 37px;
  position: relative;
  color: #ffffff;
  background-color: #041930;
  border-color: transparent;
}
.article-nav .button:focus,
.article-nav .button.focus {
  color: #ffffff;
  background-color: #000001;
  border-color: rgba(0, 0, 0, 0);
}
.article-nav .button:hover {
  color: #ffffff;
  background-color: #000001;
  border-color: rgba(0, 0, 0, 0);
}
.article-nav .button:active,
.article-nav .button.active,
.open > .dropdown-toggle.article-nav .button {
  color: #ffffff;
  background-color: #000001;
  border-color: rgba(0, 0, 0, 0);
}
.article-nav .button:active:hover,
.article-nav .button.active:hover,
.open > .dropdown-toggle.article-nav .button:hover,
.article-nav .button:active:focus,
.article-nav .button.active:focus,
.open > .dropdown-toggle.article-nav .button:focus,
.article-nav .button:active.focus,
.article-nav .button.active.focus,
.open > .dropdown-toggle.article-nav .button.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: rgba(0, 0, 0, 0);
}
.article-nav .button:active,
.article-nav .button.active,
.open > .dropdown-toggle.article-nav .button {
  background-image: none;
}
.article-nav .button.disabled:hover,
.article-nav .button[disabled]:hover,
fieldset[disabled] .article-nav .button:hover,
.article-nav .button.disabled:focus,
.article-nav .button[disabled]:focus,
fieldset[disabled] .article-nav .button:focus,
.article-nav .button.disabled.focus,
.article-nav .button[disabled].focus,
fieldset[disabled] .article-nav .button.focus {
  background-color: #041930;
  border-color: transparent;
}
.article-nav .button .badge {
  color: #041930;
  background-color: #ffffff;
}
.article-nav .button .glyphicon {
  color: #f8ae00;
  height: 38px;
  line-height: 38px;
}
.article-nav .button h2 {
  position: absolute;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 42px;
  right: 0;
  width: 400px;
  text-transform: capitalize;
}
.article-nav .button.pull-left h2 {
  left: 0;
}
.col-inner {
  background-color: #ffffff;
  transition: all 0.2s ease-in;
}
@media (max-width: 767px) {
  .col-inner {
    min-height: 0 !important;
  }
}
.col-inner:hover {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
iframe {
  border: none;
}
.footer-back-top {
  background-color: #f5f5f5;
  padding: 20px 0 30px 0;
}
.footer-back-top .back-to-top {
  font: 16px 'champions', sans-serif;
  font-weight: bold;
  color: #072b53;
  letter-spacing: 4px;
}
.footer-back-top .back-to-top img {
  display: block;
  margin: 0 auto;
}
.footer-back-top .back-to-top:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer-back-top .back-to-top:hover img {
  opacity: 0.8;
}
.footer-tm.programme-footer .footer-links ul li {
  text-transform: uppercase;
  margin-right: 30px;
}
.footer-tm.programme-footer .footer-links ul li a {
  cursor: pointer;
}
.footer-tm.programme-footer .footer-links ul li .flag-icon {
  margin-top: -2px;
  margin-right: 7px;
  font-size: 18px;
  border-radius: 50%;
  vertical-align: middle;
}
[comp-panel].thin-yellow {
  border-left: 2px solid #f8ae00;
}
[comp-panel].thick-black {
  border-left: 4px solid #000;
}
[comp-panel] .footnote {
  font-size: 14px;
}
.inset-paragraph .inset-image-wrapper {
  max-width: 430px;
  margin: 0 auto;
  padding: 30px;
}
@media all and (min-width: 992px) {
  .inset-paragraph.left-align .inset-image-wrapper {
    float: left;
    margin: 10px 75px 50px -25%;
    padding: 0px;
  }
}
@media all and (min-width: 992px) {
  .inset-paragraph.right-align .inset-image-wrapper {
    float: right;
    margin: 10px -25% 50px 75px;
    padding: 0px;
  }
}
.quote-paragraph blockquote {
  position: relative;
  border-top: 14px solid #041930;
  border-left-width: 0;
  padding: 5px 5px 5px 1px;
  color: #041930;
  quotes: "\201C" "\201D" "\2018" "\2019";
  text-transform: uppercase;
  font-family: 'champions headline';
  font-size: 28px;
  line-height: 1.3;
  width: 80%;
  margin: 20px auto;
}
.quote-paragraph blockquote div {
  display: inline;
}
.quote-paragraph blockquote:before {
  content: open-quote;
  position: absolute;
  right: 100%;
  font-size: 2em;
  margin-right: 5px;
  top: 0;
}
.quote-paragraph blockquote:after {
  content: close-quote;
  margin-left: 5px;
}
@media all and (min-width: 992px) {
  .quote-paragraph.left-align blockquote {
    font-size: 32px;
    float: left;
    width: 57%;
    margin: 55px 60px 60px -27%;
  }
}
@media all and (min-width: 992px) {
  .quote-paragraph.right-align blockquote {
    font-size: 32px;
    float: right;
    width: 57%;
    margin: 55px -27% 60px 60px;
  }
}
.article-page {
  font-family: 'champions', sans-serif;
}
.article-page .container-narrow {
  max-width: 780px;
}
.article-page .container-expanded {
  max-width: 920px;
  padding-top: 30px;
}
.article-page .container-extra-narrow {
  max-width: 545px;
}
.article-page .introduction {
  padding-left: 25px;
  color: #ffffff;
  border-left: 4px solid white;
  margin: 90px 0 70px 0;
  line-height: 1.5;
  font-weight: bold;
}
.article-page .bordered-top {
  font-weight: 800;
  text-transform: uppercase;
  border-top: 2px solid #009FE3;
  padding-top: 25px;
  margin-bottom: 6px;
}
.article-page .first-paragraph {
  margin-top: 60px;
}
.article-page .first-paragraph:first-letter {
  font: 110px 'ABeckett', sans-serif;
  line-height: 30px;
  margin-right: 15px;
  margin-top: 42px;
  display: block;
  float: left;
}
.article-page .large-heading font,
.article-page .large-heading-bordered font {
  display: block;
  font: 64px 'ABeckett', sans-serif;
  padding-top: 30px;
}
.article-page .large-heading-bordered font {
  border-top: 10px solid;
}
.article-page .medium-introduction {
  font-size: 18px;
}
.article-page .no-bottom-margin {
  margin-bottom: 0;
}
.article-page table {
  margin-bottom: 0;
}
.article-page table tr th {
  padding: 0px;
  color: white;
  vertical-align: top;
  padding: 0 30px 15px 45px;
  width: 50%;
}
.article-page table tr th h3 {
  font: 72px 'ABeckett', sans-serif;
  text-transform: capitalize;
}
.article-page table tr th p {
  color: white;
}
.article-page table tr th p sub {
  vertical-align: bottom;
}
.article-page table tr th:first-child {
  background-color: #e31f22;
  width: 25%;
}
.article-page table tr th:last-child {
  width: 25%;
}
ul.circles li,
ul.numeric li,
ul.circles li span,
ul.numeric li span {
  vertical-align: top;
  margin-top: -2px;
}
.component-column {
  min-height: 30px;
}
.component-column .column.active {
  outline: 2px solid #2eafeb;
}
.column-option-input {
  width: 100px;
  float: left;
  font-size: 16px;
}
.column-option-input .form-control {
  height: 35px;
}
.hero-shot {
  position: relative;
}
.hero-shot .overlay-section {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#66000000', GradientType=0);
  bottom: 20px;
  padding: 0 0 30px 60px;
}
.hero-shot .overlay-section h1,
.hero-shot .overlay-section h2,
.hero-shot .overlay-section h3,
.hero-shot .overlay-section h4,
.hero-shot .overlay-section h5,
.hero-shot .overlay-section h6 {
  text-transform: uppercase;
  white-space: pre-line;
  margin: 0;
  line-height: 1;
  color: #ffffff;
}
.hero-shot .overlay-section h1 {
  font-size: 200px;
  font-family: 'ABeckett', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
.hero-shot .overlay-section h2 {
  font-size: 144px;
  font-family: 'ABeckett', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
.hero-shot .overlay-section p {
  margin-top: 15px;
  color: #ffffff;
  font-weight: bold;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .hero-shot .overlay-section p {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .hero-shot .overlay-section p {
    width: 80%;
  }
}
@media (min-width: 1470px) {
  .hero-shot .overlay-section p {
    width: 60%;
  }
}
@media (max-width: 1469px) {
  .hero-shot .overlay-section.top h1,
  .hero-shot .overlay-section.middle h1,
  .hero-shot .overlay-section.bottom h1 {
    font-size: 160px;
  }
  .hero-shot .overlay-section.top h2,
  .hero-shot .overlay-section.middle h2,
  .hero-shot .overlay-section.bottom h2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .hero-shot .overlay-section.top,
  .hero-shot .overlay-section.middle,
  .hero-shot .overlay-section.bottom {
    position: static;
    background-color: #000;
    background-image: none;
    padding: 50px 20px 20px 20px;
  }
  .hero-shot .overlay-section.top .component-textblock,
  .hero-shot .overlay-section.middle .component-textblock,
  .hero-shot .overlay-section.bottom .component-textblock {
    display: inline;
  }
  .hero-shot .overlay-section.top p,
  .hero-shot .overlay-section.middle p,
  .hero-shot .overlay-section.bottom p {
    margin-top: 30px;
    font-size: 18px;
  }
  .hero-shot .overlay-section.top h1,
  .hero-shot .overlay-section.middle h1,
  .hero-shot .overlay-section.bottom h1 {
    font-size: 80px;
    display: inline;
  }
  .hero-shot .overlay-section.top h2,
  .hero-shot .overlay-section.middle h2,
  .hero-shot .overlay-section.bottom h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-shot .overlay-section.top,
  .hero-shot .overlay-section.middle,
  .hero-shot .overlay-section.bottom {
    padding: 40px 15px 15px 15px;
  }
  .hero-shot .overlay-section.top h1,
  .hero-shot .overlay-section.middle h1,
  .hero-shot .overlay-section.bottom h1,
  .hero-shot .overlay-section.top h2,
  .hero-shot .overlay-section.middle h2,
  .hero-shot .overlay-section.bottom h2 {
    font-size: 60px;
    display: inline;
  }
  .hero-shot .overlay-section.top .component-textblock,
  .hero-shot .overlay-section.middle .component-textblock,
  .hero-shot .overlay-section.bottom .component-textblock {
    display: inline;
  }
  .hero-shot .overlay-section.top p,
  .hero-shot .overlay-section.middle p,
  .hero-shot .overlay-section.bottom p {
    margin-top: 10px;
  }
}
.component-image .image-border img {
  border: 4px solid #000;
}
.component-image .default-center {
  text-align: center;
}
.component-image .default-right {
  text-align: right;
}
.hero-shot.hero-shot-2 .image-wrapper {
  padding: 0 0 200px 10%;
}
.hero-shot.hero-shot-2 .section-overlay {
  color: #414042 !important;
}
ul.player-list {
  max-width: 1380px;
  margin: 0px auto;
  padding-top: 30px;
}
@media (max-width: 1380px) {
  ul.player-list {
    max-width: 1150px;
  }
}
@media (max-width: 1150px) {
  ul.player-list {
    max-width: 920px;
  }
}
@media (max-width: 920px) {
  ul.player-list {
    max-width: 690px;
  }
}
@media (max-width: 690px) {
  ul.player-list {
    max-width: 460px;
  }
}
ul.player-list li {
  background-color: #ffffff;
  margin: 0 auto 30px auto;
  overflow: hidden;
  min-height: 0;
}
@media (min-width: 480px) {
  ul.player-list li {
    float: left;
    margin: 0 15px 30px 15px;
  }
}
@media (min-width: 992px) {
  ul.player-list li {
    max-height: 315px;
  }
}
ul.player-list li .player-profile-expanded {
  display: inline-block;
  max-height: 0px;
  max-width: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.player-list li .player-info.open .player-profile {
  display: none;
}
ul.player-list li .player-info.open .player-profile-expanded {
  display: inline-block;
  max-width: 500px;
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}
ul.player-list li .player-info.open .player-profile-expanded .box-inset {
  opacity: 1;
}
@media (min-width: 480px) {
  ul.player-list li .player-info.open img {
    max-width: 315px;
  }
}
@media (width: 768px) {
  ul.player-list li .player-info.open img {
    max-width: 158px;
  }
}
ul.player-list li .player-info .border-left.box-inset {
  border-color: #c31b22;
}
ul.player-list li .player-info img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 480px) {
  ul.player-list li .player-info img {
    max-width: 200px;
  }
}
ul.player-list li .player-info h3 {
  display: inline-block;
  text-transform: capitalize;
  font: 28px 'ABeckett', sans-serif;
  color: #041930;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 480px) {
  ul.player-list li .player-main {
    float: left;
  }
}
ul.player-list li .player-summary {
  max-height: 115px;
}
ul.player-list li .dl-horizontal dt,
ul.player-list li .dl-horizontal dd {
  text-align: left;
  font-size: 17px;
}
ul.player-list li .player-position {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a5acaf;
  margin: 0;
}
ul.player-list li .player-link {
  font-size: 14px;
  font-weight: bold;
  color: #009FE3;
}
ul.player-list li .close {
  position: absolute;
  right: 8px;
  top: 2px;
  font-size: 28px;
  font-family: aria;
}
ul.player-list li .description {
  font-size: 15px;
  color: #041930;
}
ul.player-list li .player-profile-expanded .box-inset {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.gallery-component {
  position: relative;
  background-color: #ffffff;
}
.gallery-component .delete-slide {
  position: absolute;
  top: 0;
  right: 0;
  color: #E9344C;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
.edit-mode .gallery-component .delete-slide {
  display: block;
}
.gallery-component .left-carousel {
  padding-left: 0;
}
@media all and (max-width: 1469px) {
  .gallery-component .left-carousel {
    padding-right: 0;
  }
}
.gallery-component .right-carousel {
  padding-bottom: 80px;
}
.gallery-component .right-carousel .top-line {
  width: 100%;
  height: 10px;
  background-color: #041930;
  margin: 30px 0;
}
.gallery-component .right-carousel .player-name {
  text-align: left;
  color: #041930;
  text-transform: uppercase;
  font-size: 58px;
  font-family: 'ABeckett', sans-serif;
  font-weight: normal;
}
.gallery-component .right-carousel .player-line {
  text-align: left;
  font-size: 24px;
  color: #282827;
  font-family: 'champions', sans-serif;
  font-weight: normal;
}
.gallery-component .right-carousel .player-paragraph {
  text-align: left;
  font-size: 18px;
  font-family: 'champions', sans-serif;
}
.gallery-component .right-carousel .player-paragraph p {
  margin-top: 10px;
}
.gallery-component .carousel-control,
.gallery-component .carousel-indicators {
  display: none !important;
}
.gallery-component .left-image {
  width: 100%;
}
.gallery-component .control-buttons.control-buttons-desktop {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 30px;
  padding-right: 30px;
}
.gallery-component .control-buttons.control-buttons-mobile {
  margin-top: 30px;
}
.gallery-component .control-buttons button {
  width: 156px;
  font-family: 'champions', sans-serif;
  font-weight: bold;
}
.gallery-component .control-buttons button.button-prev {
  background-color: #f5f5f5;
  color: #041930;
}
.gallery-component .control-buttons button.button-next {
  background-color: #041930;
  color: #f8ae00;
}
.carousel-comp .delete-slide {
  position: absolute;
  top: 0;
  right: 0;
  color: #E9344C;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
.edit-mode .carousel-comp .delete-slide {
  display: block;
}
.carousel-comp .carousel-indicators {
  display: none !important;
}
.carousel-comp .carousel-control {
  width: 40px;
  height: 40px;
  background-color: #072b53;
  bottom: 0;
  top: auto;
  color: #f8ae00;
  font-size: 16px;
  text-align: center;
  background-image: none;
  opacity: 1;
}
.carousel-comp .carousel-control span.glyphicon {
  font-size: 16px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  width: 40px;
  top: 0;
  left: 0;
  opacity: 1;
}
.carousel-comp .carousel-comp-slide-asset .video-controls {
  opacity: 1 !important;
  bottom: 30px;
}
.carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #041930;
}
.carousel-comp .carousel-comp-slide-asset video {
  margin: 0;
  padding: 0;
}
.carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  height: 40px;
  color: #ffffff;
  background-color: #041930;
  padding: 0 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: 'champions';
  font-weight: 700;
}
.carousel-comp .with-description .carousel-control {
  bottom: auto;
  top: 150px;
}
.carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #041930;
  padding: 35px 10% 40px 10%;
  border: none;
}
.carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name {
  border-top: 10px solid #ffffff;
  padding: 30px 0 10px 0;
  color: #ffffff;
  font-size: 64px;
  line-height: 65px;
  font-family: 'ABeckett';
  font-weight: 400;
  text-align: left;
}
@media (max-width: 767px) {
  .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name {
    font-size: 44px;
  }
}
.carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname {
  font-size: 24px;
  line-height: 24px;
  font-family: 'champions';
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
.carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  margin-top: 20px;
  font-family: 'champions';
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
}
.carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score {
  border-top: 10px solid #ffffff;
  padding: 30px 0 30px 0 !important;
  color: #ffffff;
}
.carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  float: left;
  font-family: 'ABeckett';
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  color: #ffffff;
}
.carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines {
  float: left;
  color: #ffffff;
  margin-top: 0px;
  text-align: left;
  margin-left: 20px;
}
.carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'champions';
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
}
.carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #f8ae00;
}
.block-component {
  margin-top: 30px;
}
.block-component .block-content {
  background-color: #ffffff;
  padding: 20px 0;
}
.block-component .block-content .block-content-inner {
  padding-left: 20px;
  margin: 0 20px;
  border-left: 2px solid #f8ae00;
}
.block-component .block-content .block-content-inner .title {
  font-family: 'ABeckett';
  font-weight: 400;
  font-size: 58px;
  line-height: 0.9;
  color: #041930;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-component .block-content .block-content-inner .title {
    font-size: 44px;
  }
}
.block-component .block-content .block-content-inner .content {
  font-family: 'champions';
  font-size: 20px;
  line-height: 1.4;
  color: #041930;
}
@media (max-width: 767px) {
  .block-component .block-content .block-content-inner .content {
    font-size: 18px;
  }
}
.block-component .block-content .block-content-inner .content.content-preview-mode {
  display: block;
}
.edit-mode .block-component .block-content .block-content-inner .content.content-preview-mode {
  display: none;
}
.block-component .block-content .block-content-inner .content.content-edit-mode {
  display: none;
}
.edit-mode .block-component .block-content .block-content-inner .content.content-edit-mode {
  display: block;
}
.block-component .block-content .block-content-inner .content a {
  cursor: pointer;
  color: #B6BABD;
  text-decoration: underline;
}
.block-component a.see-more-link {
  display: block;
}
.key-moments {
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .key-moments {
    height: auto !important;
  }
}
.key-moments > .key-moments-header {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  font-size: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  z-index: 1;
}
@media (max-width: 1200px) {
  .key-moments > .key-moments-header {
    height: 60px;
  }
}
.key-moments > .key-moments-header .col-left .icon {
  position: absolute;
  display: inline-block;
  width: 65px;
  height: 100%;
  top: 0;
  left: 0;
}
.key-moments > .key-moments-header .col-left .icon:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 1px;
  height: 32px;
  top: 20px;
  right: 0;
  background-color: #ebebeb;
}
.key-moments > .key-moments-header .col-left .icon .inner {
  position: absolute;
  display: block;
  width: 25px;
  height: 42px;
  top: 50%;
  left: 50%;
  background: url('/images/trophy-icon.png');
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.key-moments > .key-moments-header .col-left .component-title {
  position: relative;
  width: 100%;
  height: 100%;
}
.key-moments > .key-moments-header .col-left .component-title .title {
  position: relative;
  padding: 0 120px;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 28px;
  font-weight: 600;
  vertical-align: top;
}
@media (max-width: 991px) {
  .key-moments > .key-moments-header .col-left .component-title .title {
    padding: 0 15px 0 85px;
    font-size: 18px;
  }
}
.key-moments > .key-moments-header .col-left .component-title .title .inner {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.key-moments > .key-moments-header .col-left .component-title .number {
  position: absolute;
  padding-top: 12px;
  height: 100%;
  top: 50%;
  right: 0;
  font-family: 'ABeckett';
  font-size: 36px;
  font-weight: 700;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .key-moments > .key-moments-header .col-left .component-title .number {
    padding-top: 8px;
  }
}
@media (max-width: 991px) {
  .key-moments > .key-moments-header .col-left .component-title .number {
    padding-top: 13px;
    right: 15px;
    font-size: 26px;
  }
}
.key-moments > .key-moments-header .col-right .social-sharing {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 991px) {
  .key-moments > .key-moments-header .col-right .social-sharing {
    display: none;
  }
}
.key-moments > .key-moments-body {
  padding-top: 70px;
  width: 100%;
  font-size: 0;
}
@media (min-width: 992px) {
  .key-moments > .key-moments-body {
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .key-moments > .key-moments-body {
    padding-top: 60px;
  }
}
.key-moments > .key-moments-body .col-left {
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .key-moments > .key-moments-body .col-left {
    display: block;
    padding-right: 0;
  }
}
.key-moments > .key-moments-body .col-right {
  background-color: #ffffff;
  border-left: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .key-moments > .key-moments-body .col-right {
    position: relative;
    display: block;
    width: 100%;
    border-left: 0;
  }
}
.key-moments > .key-moments-body .col-right .info {
  position: absolute;
  padding: 0 30px 30px 30px;
  width: 100%;
  height: 220px;
  bottom: 0;
  font-size: 18px;
  background-color: #ffffff;
}
.key-moments > .key-moments-body .col-right .info:before {
  content: ' ';
  position: absolute;
  display: block;
  width: 100%;
  height: 70px;
  top: -70px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
@media (max-width: 1760px) {
  .key-moments > .key-moments-body .col-right .info {
    height: 200px;
  }
}
@media (max-width: 1600px) {
  .key-moments > .key-moments-body .col-right .info {
    padding: 0 28px 28px 28px;
  }
}
@media (max-width: 1366px) {
  .key-moments > .key-moments-body .col-right .info {
    padding: 0 25px 25px 25px;
    height: 160px;
  }
}
@media (max-width: 1024px) {
  .key-moments > .key-moments-body .col-right .info {
    padding: 0 22px 22px 22px;
  }
}
@media (max-width: 991px) {
  .key-moments > .key-moments-body .col-right .info {
    position: static;
    padding: 15px 15px 60px 15px;
    height: auto;
  }
}
.key-moments > .key-moments-body .col-right .info .score {
  margin-bottom: 16px;
  font-family: 'Roboto Condensed';
  font-size: 18px;
}
@media (max-width: 1366px) {
  .key-moments > .key-moments-body .col-right .info .score {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .key-moments > .key-moments-body .col-right .info .score {
    display: none;
  }
}
.key-moments > .key-moments-body .col-right .info .name {
  margin-bottom: 20px;
  font-family: 'Roboto';
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1600px) {
  .key-moments > .key-moments-body .col-right .info .name {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1366px) {
  .key-moments > .key-moments-body .col-right .info .name {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .key-moments > .key-moments-body .col-right .info .name {
    font-size: 18px;
  }
}
.key-moments > .key-moments-body .col-right .info .caption-mobile {
  display: none;
}
@media (max-width: 991px) {
  .key-moments > .key-moments-body .col-right .info .caption-mobile {
    display: block;
    margin-bottom: 25px;
  }
}
.key-moments > .key-moments-body .col-right .info .caption-button {
  font-family: 'Roboto Condensed';
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: opacity 80ms ease-in-out;
  -o-transition: opacity 80ms ease-in-out;
  transition: opacity 80ms ease-in-out;
}
@media (max-width: 1440px) {
  .key-moments > .key-moments-body .col-right .info .caption-button {
    font-size: 14px;
  }
}
.key-moments > .key-moments-body .col-right .info .caption-button:hover {
  opacity: 0.75;
}
.key-moments > .key-moments-body .col-right .info .caption-button span:first-of-type {
  color: #00a5ed;
}
.key-moments > .key-moments-body .col-right .info .caption-button span:last-of-type {
  color: #9B9B9B;
}
.key-moments > .key-moments-body .col-right .social-sharing {
  display: none;
  top: 0;
  right: 15px;
}
.key-moments .col-left {
  display: inline-block;
  padding-right: 340px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  .key-moments .col-left {
    padding-right: 320px;
  }
}
@media (max-width: 1600px) {
  .key-moments .col-left {
    padding-right: 300px;
  }
}
@media (max-width: 1200px) {
  .key-moments .col-left {
    padding-right: 280px;
  }
}
@media (max-width: 991px) {
  .key-moments .col-left {
    padding-right: 0;
  }
}
.key-moments .col-right {
  display: inline-block;
  position: absolute;
  width: 340px;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .key-moments .col-right {
    width: 320px;
  }
}
@media (max-width: 1600px) {
  .key-moments .col-right {
    width: 300px;
  }
}
@media (max-width: 1200px) {
  .key-moments .col-right {
    width: 280px;
  }
}
.key-moments .col-right .team-name {
  position: absolute;
  font-size: 160px;
  font-family: 'ABeckett';
  top: 110px;
  right: 200px;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(90deg) translate(100%, -100%);
  -webkit-transform: rotate(90deg) translate(100%, -100%);
  -ms-transform: rotate(90deg) translate(100%, -100%);
  -o-transform: rotate(90deg) translate(100%, -100%);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
}
@media (max-width: 1760px) {
  .key-moments .col-right .team-name {
    font-size: 145px;
  }
}
@media (max-width: 1600px) {
  .key-moments .col-right .team-name {
    right: 180px;
    font-size: 130px;
  }
}
@media (max-width: 1440px) {
  .key-moments .col-right .team-name {
    right: 180px;
    font-size: 120px;
  }
}
@media (max-width: 1366px) {
  .key-moments .col-right .team-name {
    right: 170px;
    font-size: 110px;
  }
}
@media (max-width: 1200px) {
  .key-moments .col-right .team-name {
    right: 155px;
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .key-moments .col-right .team-name {
    right: 140px;
    font-size: 90px;
  }
}
.key-moments .col-right .team-name.team-name-small {
  right: 160px;
  font-size: 90px;
}
@media (max-width: 1760px) {
  .key-moments .col-right .team-name.team-name-small {
    right: 150px;
    font-size: 80px;
  }
}
@media (max-width: 1600px) {
  .key-moments .col-right .team-name.team-name-small {
    right: 140px;
    font-size: 70px;
  }
}
@media (max-width: 1440px) {
  .key-moments .col-right .team-name.team-name-small {
    right: 140px;
    font-size: 70px;
  }
}
@media (max-width: 1366px) {
  .key-moments .col-right .team-name.team-name-small {
    right: 130px;
    font-size: 65px;
  }
}
@media (max-width: 1200px) {
  .key-moments .col-right .team-name.team-name-small {
    right: 120px;
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .key-moments .col-right .team-name {
    position: static;
    margin-top: 20px;
    padding: 0 130px 0 15px;
    top: auto;
    right: auto;
    font-size: 48px !important;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
  }
}
.key-moments .social-sharing {
  position: absolute;
  display: none;
}
.key-moments .social-sharing .twitter,
.key-moments .social-sharing .facebook {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ebdd9c;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 80ms ease-in-out;
  -o-transition: opacity 80ms ease-in-out;
  transition: opacity 80ms ease-in-out;
}
.key-moments .social-sharing .twitter:hover,
.key-moments .social-sharing .facebook:hover {
  opacity: 0.85;
}
.key-moments .social-sharing .twitter:after,
.key-moments .social-sharing .facebook:after {
  content: ' ';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.key-moments .social-sharing .twitter {
  margin-right: 10px;
}
.key-moments .social-sharing .twitter:after {
  background: url('/images/twitter-icon.svg');
}
.key-moments .social-sharing .facebook:after {
  width: 22px;
  height: 22px;
  background: url('/images/facebook-icon.svg');
}
.key-moments .delete-slide {
  position: absolute;
  display: none;
  top: 20px;
  right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #E9344C;
  cursor: pointer;
  -webkit-transition: opacity 80ms ease-in-out;
  -o-transition: opacity 80ms ease-in-out;
  transition: opacity 80ms ease-in-out;
}
.key-moments .delete-slide:hover {
  opacity: 0.75;
}
.edit-mode .key-moments .delete-slide {
  display: block;
}
@media (min-width: 992px) {
  .key-moments .carousel {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .key-moments .carousel .carousel-inner {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .key-moments .carousel .carousel-inner > div {
    height: 100%;
  }
}
.key-moments .carousel-indicators {
  display: none !important;
}
.key-moments .carousel-control {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  color: #ffffff;
  text-align: center;
  background-image: none;
  opacity: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: background-color 80ms ease-in-out;
  -o-transition: background-color 80ms ease-in-out;
  transition: background-color 80ms ease-in-out;
}
.key-moments .carousel-control:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.key-moments .carousel-control.left > span.glyphicon {
  background: url(/images/arrow-icon.svg);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
}
.key-moments .carousel-control.right > span.glyphicon {
  background: url(/images/arrow-icon.svg);
}
.key-moments .carousel-control span.glyphicon {
  position: absolute;
  margin: 0;
  height: 36px;
  width: 36px;
  top: 50%;
  left: 50%;
  font-size: 0;
  opacity: 1;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .key-moments .carousel-comp-slide-asset {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .key-moments .carousel-comp-slide-asset > div {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .key-moments .carousel-comp-slide-asset > div > div {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .key-moments .carousel-comp-slide-asset > div > div .image {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .key-moments .carousel-comp-slide-asset > div > div .image .image-wrapper {
    height: 100% !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
}
@media (max-width: 991px) {
  .key-moments .carousel-comp-slide-asset > div > div .image .image-wrapper {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .key-moments .carousel-comp-slide-asset > div > div .image .image-wrapper > div {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .key-moments .carousel-comp-slide-asset > div > div .image .image-wrapper > div {
    display: block;
    height: auto;
  }
}
@media (min-width: 992px) {
  .key-moments .carousel-comp-slide-asset > div > div .image .image-wrapper > div > div {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .key-moments .carousel-comp-slide-asset > div > div .image .image-wrapper > div > div img {
    position: static;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
}
.key-moments .carousel-comp-slide-asset .video-controls {
  opacity: 1 !important;
  bottom: 30px;
}
.key-moments .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #041930;
}
.key-moments .carousel-comp-slide-asset video {
  margin: 0;
  padding: 0;
}
.key-moments .carousel-comp-slide-content .read-more-container {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 280px;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transition: transform 160ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 160ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 160ms cubic-bezier(0.075, 0.82, 0.165, 1);
  /* Track */
  /* Handle */
}
@media (max-width: 1760px) {
  .key-moments .carousel-comp-slide-content .read-more-container {
    height: 260px;
  }
}
@media (max-width: 1600px) {
  .key-moments .carousel-comp-slide-content .read-more-container {
    padding: 28px;
    height: 240px;
  }
}
@media (max-width: 1366px) {
  .key-moments .carousel-comp-slide-content .read-more-container {
    padding: 25px;
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .key-moments .carousel-comp-slide-content .read-more-container {
    padding: 22px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .key-moments .carousel-comp-slide-content .read-more-container {
    display: none;
  }
}
.key-moments .carousel-comp-slide-content .read-more-container.open {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.key-moments .carousel-comp-slide-content .read-more-container .blue-line {
  margin: 0 auto;
  max-width: 700px;
}
.key-moments .carousel-comp-slide-content .read-more-container .blue-line:after {
  content: ' ';
  display: block;
  margin-bottom: 22px;
  width: 130px;
  height: 3px;
  background-color: #00a5ed;
}
@media (max-width: 1366px) {
  .key-moments .carousel-comp-slide-content .read-more-container .blue-line:after {
    margin-bottom: 18px;
  }
}
.key-moments .carousel-comp-slide-content .read-more-container .close-button {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url(/images/close-icon.svg);
  -webkit-transition: opacity 80ms ease-in-out;
  -o-transition: opacity 80ms ease-in-out;
  transition: opacity 80ms ease-in-out;
}
@media (max-width: 1200px) {
  .key-moments .carousel-comp-slide-content .read-more-container .close-button {
    width: 22px;
    height: 22px;
    top: 16px;
    right: 16px;
  }
}
.key-moments .carousel-comp-slide-content .read-more-container .close-button:hover {
  opacity: 0.75;
}
.key-moments .carousel-comp-slide-content .read-more-container .carousel-comp-slide-name {
  margin: 0 auto;
  max-width: 700px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  color: #000;
  text-align: left;
}
@media (max-width: 1366px) {
  .key-moments .carousel-comp-slide-content .read-more-container .carousel-comp-slide-name {
    font-size: 15px;
  }
}
.key-moments .carousel-comp-slide-content .read-more-container ::-webkit-scrollbar {
  width: 6px;
}
.key-moments .carousel-comp-slide-content .read-more-container ::-webkit-scrollbar-track {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -webkit-border-radius: 10px;
}
.key-moments .carousel-comp-slide-content .read-more-container ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 6px;
  background: #00a5ed;
}
.key-moments .carousel-comp-slide-content .read-more-container ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}
@keyframes move-kit {
  from {
    margin-bottom: -40%;
  }
  to {
    margin-bottom: 0;
  }
}
@keyframes move-kit-inner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes move-kit-inner-content {
  from {
    margin-left: -100%;
    opacity: 0;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}
.kit-component {
  background-color: #f5f5f5;
}
.kit-component .kit-component-item {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.kit-component .kit-component-item .delete-slide {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  color: #E9344C;
  font-weight: bold;
  cursor: pointer;
  display: none;
}
.edit-mode .kit-component .kit-component-item .delete-slide {
  display: block;
}
.kit-component .kit-component-item .image {
  background-color: #ffffff;
  min-height: 200px;
}
.kit-component .kit-component-item:hover .kit-content {
  animation: move-kit 0.3s;
  animation-fill-mode: forwards;
}
.edit-mode .kit-component .kit-component-item:hover .kit-content {
  animation: none;
}
.kit-component .kit-component-item:hover .kit-content .kit-content-inner {
  animation: move-kit-inner 0.1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.edit-mode .kit-component .kit-component-item:hover .kit-content .kit-content-inner {
  animation: none;
}
.kit-component .kit-component-item:hover .kit-content .kit-content-inner .kit-title,
.kit-component .kit-component-item:hover .kit-content .kit-content-inner .kit-subtitle {
  animation: move-kit-inner-content 0.4s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.edit-mode .kit-component .kit-component-item:hover .kit-content .kit-content-inner .kit-title,
.edit-mode .kit-component .kit-component-item:hover .kit-content .kit-content-inner .kit-subtitle {
  animation: none;
}
@media (max-width: 767px) {
  .kit-component .kit-component-item .kit-content,
  .kit-component .kit-component-item .kit-content-inner .kit-title,
  .kit-component .kit-component-item .kit-subtitle {
    animation: none !important;
  }
}
.kit-component .kit-component-item .kit-content {
  padding-top: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background-color: #eaeaea;
  margin: 0 15px;
  margin-bottom: -40%;
}
@media (max-width: 767px) {
  .kit-component .kit-component-item .kit-content {
    position: static;
    overflow: hidden;
    margin: 0;
  }
}
.edit-mode .kit-component .kit-component-item .kit-content {
  margin-bottom: 0;
}
.edit-mode .kit-component .kit-component-item .kit-content {
  display: block !important;
}
.kit-component .kit-component-item .kit-content .kit-content-inner {
  border-left: solid 2px #c31b22;
  margin: 10px;
  opacity: 0;
  padding-left: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kit-component .kit-component-item .kit-content .kit-content-inner {
    opacity: 1;
  }
}
.edit-mode .kit-component .kit-component-item .kit-content .kit-content-inner {
  opacity: 1;
}
.kit-component .kit-component-item .kit-content .kit-content-inner .kit-title {
  font-family: 'ABeckett';
  font-weight: 400;
  font-size: 48px;
  color: #001931;
  line-height: 40px;
  margin-top: 10px;
  margin-left: -100%;
  opacity: 0;
}
@media (max-width: 767px) {
  .kit-component .kit-component-item .kit-content .kit-content-inner .kit-title {
    margin-left: 0;
    opacity: 1;
  }
}
.edit-mode .kit-component .kit-component-item .kit-content .kit-content-inner .kit-title {
  margin-left: 0%;
  opacity: 1;
}
.kit-component .kit-component-item .kit-content .kit-content-inner .kit-title.small-heading {
  font-size: 30px;
  line-height: 25px;
}
.kit-component .kit-component-item .kit-content .kit-content-inner .kit-subtitle {
  font-family: 'champions';
  font-weight: 700;
  font-size: 16px;
  color: #a5acaf;
  margin-left: -100%;
  opacity: 0;
}
@media (max-width: 767px) {
  .kit-component .kit-component-item .kit-content .kit-content-inner .kit-subtitle {
    margin-left: 0;
    opacity: 1;
  }
}
.edit-mode .kit-component .kit-component-item .kit-content .kit-content-inner .kit-subtitle {
  margin-left: 0%;
  opacity: 1;
}
.goal-list-component {
  background: #f5f5f5;
  font-size: 14px;
  padding: 60px 0 60px 26px;
  width: 100%;
}
.goal-list-component .selected {
  outline: 1px solid #E9344C;
  outline-offset: -2px;
}
.goal-list-component .goal-list-component-item {
  clear: both;
  margin: 0 auto;
}
.goal-list-component .goal-list-component-item:first-child .goal-details {
  border-top: 1px solid #ccced7;
}
.goal-list-component .goal-list-component-item .goal-content-inner {
  width: 95%;
}
.goal-list-component .goal-list-component-item .goal-content-inner .goal-number {
  background: #f5f5f5;
  border: solid 2px #009FE3;
  border-radius: 50%;
  color: #009FE3;
  float: left;
  font-size: 14px;
  font-weight: bold;
  margin: 5px 17px 0 0;
  text-align: center;
  line-height: 28px;
  height: 33px;
  width: 33px;
}
.goal-list-component .goal-list-component-item .goal-content-inner .goal-details {
  border-bottom: 1px solid #ccced7;
  float: left;
  line-height: 33px;
  padding: 3px 0 3px 1px;
  position: relative;
  width: 83%;
}
.goal-list-component .goal-list-component-item .goal-content-inner .break-border {
  border-bottom: 2px solid #009FE3;
}
.editor-navigation {
  background-color: white;
}
.editor-navigation .col-xs-12 .page {
  display: inline-block;
  text-align: center;
  padding: 30px 0px;
  margin: 0 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a5acaf;
}
.editor-navigation .col-xs-12 .page.active,
.editor-navigation .col-xs-12 .page:hover {
  color: #041930;
  border-bottom: 5px solid #f8ae00;
}
.editor-navigation .col-xs-12 .page:hover {
  text-decoration: none;
}
.link-modal input {
  margin-top: 0;
  vertical-align: middle;
}
.link-modal label {
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-component,
  .component-table {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 1.2em;
  }
  .table-component table,
  .component-table table {
    min-width: 767px;
    margin-bottom: 0;
  }
}
.login-page {
  padding-bottom: 140px;
}
.login-page .login-row {
  margin-top: 30px;
}
.login-page .login-row .btn {
  margin-top: 0;
}
.login-page .login-row > div:last-of-type {
  padding-top: 5px;
  text-align: right;
}
@media (max-width: 767px) {
  .login-page .login-row > div:last-of-type {
    text-align: center;
  }
}
.login-page .login-row > div:last-of-type span {
  font-size: 14px;
}
body.theme-UCL-2018 {
  /** WELL/QUOTE STYLE **/
}
body.theme-UCL-2018 .programme-nav .nav > li > a:hover,
body.theme-UCL-2018 .programme-nav .nav > li > a:focus {
  color: #FECB00;
}
body.theme-UCL-2018 .programme-nav .navbar-toggle .icon-bar {
  background-color: #FECB00;
}
body.theme-UCL-2018 .programme-nav .back-to-programmes a {
  color: #FECB00;
}
body.theme-UCL-2018 .pre-header .match-name,
body.theme-UCL-2018 .pre-header .match-location {
  color: #FECB00;
}
body.theme-UCL-2018 .border-left {
  border-color: #FECB00;
}
.featured body.theme-UCL-2018 .box .box-inset {
  border-color: #FECB00;
}
body.theme-UCL-2018 .article-page-nav a.page {
  background-color: #FECB00;
  color: #ffffff;
}
body.theme-UCL-2018 .article-nav .button .glyphicon {
  color: #FECB00;
}
body.theme-UCL-2018 .well {
  background-color: #FECB00;
}
body.theme-UCL-2018 .well a,
body.theme-UCL-2018 .well a:active,
body.theme-UCL-2018 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-U17-2018 {
  /** WELL/QUOTE STYLE **/
}
body.theme-U17-2018 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #f39118;
}
@media (max-width: 1014px) {
  body.theme-U17-2018 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-U17-2018 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-U17-2018 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-U17-2018 .programme-nav .nav > li > a:hover,
body.theme-U17-2018 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-U17-2018 .programme-nav .navbar-toggle {
  background-color: #f39118;
  border-left: 1px solid #ffffff;
}
body.theme-U17-2018 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-U17-2018 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-U17-2018 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-U17-2018 .pre-header {
  background-color: #f39118;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-U17-2018 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-U17-2018 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-U17-2018 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-U17-2018 .pre-header .match-name,
body.theme-U17-2018 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-U17-2018 .border-left {
  border-color: #f39118;
}
body.theme-U17-2018 .secondary .box .box-inset,
body.theme-U17-2018 .featured .box .box-inset {
  border-color: #f39118;
}
body.theme-U17-2018 .article-page-nav a.page {
  background-color: #f39118;
  color: #ffffff;
}
body.theme-U17-2018 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #f39118;
}
body.theme-U17-2018 .article-nav .button:active {
  background-color: #cd760b;
}
body.theme-U17-2018 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-U17-2018 .footer-image {
  background-color: #f39118;
}
body.theme-U17-2018 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2018 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-U17-2018 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #f39118;
  background-image: none;
  vertical-align: top;
}
body.theme-U17-2018 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  body.theme-U17-2018 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-U17-2018 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-U17-2018 .programme .page-intro hr {
  border-top-color: #f39118;
}
body.theme-U17-2018 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-U17-2018 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-U17-2018 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-U17-2018 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-U17-2018 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-U17-2018 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-U17-2018 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-U17-2018 .hero-shot {
  position: relative;
}
body.theme-U17-2018 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-U17-2018 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-U17-2018 .hero-shot .overlay-section.top h1,
  body.theme-U17-2018 .hero-shot .overlay-section.middle h1,
  body.theme-U17-2018 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-U17-2018 .hero-shot .overlay-section.top h2,
  body.theme-U17-2018 .hero-shot .overlay-section.middle h2,
  body.theme-U17-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-U17-2018 .hero-shot .overlay-section.top h1,
  body.theme-U17-2018 .hero-shot .overlay-section.middle h1,
  body.theme-U17-2018 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-U17-2018 .hero-shot .overlay-section.top h2,
  body.theme-U17-2018 .hero-shot .overlay-section.middle h2,
  body.theme-U17-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-U17-2018 .hero-shot .overlay-section.top h1,
  body.theme-U17-2018 .hero-shot .overlay-section.middle h1,
  body.theme-U17-2018 .hero-shot .overlay-section.bottom h1,
  body.theme-U17-2018 .hero-shot .overlay-section.top h2,
  body.theme-U17-2018 .hero-shot .overlay-section.middle h2,
  body.theme-U17-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-U17-2018 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2018 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-U17-2018 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #f39118;
  border-bottom: 10px solid #f39118;
}
body.theme-U17-2018 .article-page .quote-paragraph blockquote:before {
  color: #f39118;
}
body.theme-U17-2018 .article-page .bordered-top {
  border-color: #f39118;
}
body.theme-U17-2018 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #f39118;
  text-transform: uppercase;
}
body.theme-U17-2018 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #f39118;
  border: 0;
}
body.theme-U17-2018 .article-page table tr th:first-child,
body.theme-U17-2018 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-U17-2018 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-U17-2018 .article-page table.table-bordered {
  border: 0;
}
body.theme-U17-2018 .article-page .component a {
  color: #f39118;
}
body.theme-U17-2018 .article-page .component a:hover {
  color: #f39118;
  opacity: 0.75;
}
body.theme-U17-2018 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #f39118;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-U17-2018 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-U17-2018 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #f39118;
}
body.theme-U17-2018 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #f39118;
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2018 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #f39118;
}
body.theme-U17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-U17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-U17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #f39118;
}
body.theme-U17-2018 .sponsors h4 {
  font-size: 0;
}
body.theme-U17-2018 .sponsors h4:after {
  content: "UEFA EUROPEAN UNDER-17 CHAMPIONSHIP";
  font-size: 20px;
}
body.theme-U17-2018 .sponsors > div img {
  display: none;
}
body.theme-U17-2018 .sponsors > div:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
  height: 50px;
  background-image: url('/images/sponsors/u17-2018-sponsors.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.theme-U17-2018 .sponsors > div:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}
body.theme-U17-2018 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #f39118;
}
body.theme-U17-2018 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-U17-2018 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-U17-2018 .well {
  background-color: #f39118;
}
body.theme-U17-2018 .well a,
body.theme-U17-2018 .well a:active,
body.theme-U17-2018 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-U17-2019 {
  /** WELL/QUOTE STYLE **/
}
body.theme-U17-2019 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #f39118;
}
@media (max-width: 1014px) {
  body.theme-U17-2019 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-U17-2019 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-U17-2019 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-U17-2019 .programme-nav .nav > li > a:hover,
body.theme-U17-2019 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-U17-2019 .programme-nav .navbar-toggle {
  background-color: #f39118;
  border-left: 1px solid #ffffff;
}
body.theme-U17-2019 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-U17-2019 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-U17-2019 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-U17-2019 .pre-header {
  background-color: #f39118;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-U17-2019 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-U17-2019 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-U17-2019 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-U17-2019 .pre-header .match-name,
body.theme-U17-2019 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-U17-2019 .border-left {
  border-color: #f39118;
}
body.theme-U17-2019 .secondary .box .box-inset,
body.theme-U17-2019 .featured .box .box-inset {
  border-color: #f39118;
}
body.theme-U17-2019 .article-page-nav a.page {
  background-color: #f39118;
  color: #ffffff;
}
body.theme-U17-2019 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #f39118;
}
body.theme-U17-2019 .article-nav .button:active {
  background-color: #cd760b;
}
body.theme-U17-2019 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-U17-2019 .footer-image {
  background-color: #f39118;
}
body.theme-U17-2019 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2019 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-U17-2019 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #f39118;
  background-image: none;
  vertical-align: top;
}
body.theme-U17-2019 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  body.theme-U17-2019 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-U17-2019 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-U17-2019 .programme .page-intro hr {
  border-top-color: #f39118;
}
body.theme-U17-2019 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-U17-2019 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-U17-2019 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-U17-2019 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-U17-2019 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-U17-2019 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-U17-2019 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-U17-2019 .hero-shot {
  position: relative;
}
body.theme-U17-2019 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-U17-2019 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-U17-2019 .hero-shot .overlay-section.top h1,
  body.theme-U17-2019 .hero-shot .overlay-section.middle h1,
  body.theme-U17-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-U17-2019 .hero-shot .overlay-section.top h2,
  body.theme-U17-2019 .hero-shot .overlay-section.middle h2,
  body.theme-U17-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-U17-2019 .hero-shot .overlay-section.top h1,
  body.theme-U17-2019 .hero-shot .overlay-section.middle h1,
  body.theme-U17-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-U17-2019 .hero-shot .overlay-section.top h2,
  body.theme-U17-2019 .hero-shot .overlay-section.middle h2,
  body.theme-U17-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-U17-2019 .hero-shot .overlay-section.top h1,
  body.theme-U17-2019 .hero-shot .overlay-section.middle h1,
  body.theme-U17-2019 .hero-shot .overlay-section.bottom h1,
  body.theme-U17-2019 .hero-shot .overlay-section.top h2,
  body.theme-U17-2019 .hero-shot .overlay-section.middle h2,
  body.theme-U17-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-U17-2019 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2019 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-U17-2019 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #f39118;
  border-bottom: 10px solid #f39118;
}
body.theme-U17-2019 .article-page .quote-paragraph blockquote:before {
  color: #f39118;
}
body.theme-U17-2019 .article-page .bordered-top {
  border-color: #f39118;
}
body.theme-U17-2019 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #f39118;
  text-transform: uppercase;
}
body.theme-U17-2019 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #f39118;
  border: 0;
}
body.theme-U17-2019 .article-page table tr th:first-child,
body.theme-U17-2019 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-U17-2019 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-U17-2019 .article-page table.table-bordered {
  border: 0;
}
body.theme-U17-2019 .article-page .component a {
  color: #f39118;
}
body.theme-U17-2019 .article-page .component a:hover {
  color: #f39118;
  opacity: 0.75;
}
body.theme-U17-2019 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #f39118;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-U17-2019 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-U17-2019 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #f39118;
}
body.theme-U17-2019 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #f39118;
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2019 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #f39118;
}
body.theme-U17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-U17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-U17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #f39118;
}
body.theme-U17-2019 .sponsors h4 {
  font-size: 0;
}
body.theme-U17-2019 .sponsors h4:after {
  content: "UEFA EUROPEAN UNDER-17 CHAMPIONSHIP";
  font-size: 20px;
}
body.theme-U17-2019 .sponsors > div img {
  display: none;
}
body.theme-U17-2019 .sponsors > div:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
  height: 50px;
  background-image: url('/images/sponsors/u17-2019-sponsors.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.theme-U17-2019 .sponsors > div:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}
body.theme-U17-2019 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #f39118;
}
body.theme-U17-2019 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-U17-2019 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-U17-2019 .well {
  background-color: #f39118;
}
body.theme-U17-2019 .well a,
body.theme-U17-2019 .well a:active,
body.theme-U17-2019 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-U19-2018 {
  /** WELL/QUOTE STYLE **/
}
body.theme-U19-2018 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #11a63c;
}
@media (max-width: 1014px) {
  body.theme-U19-2018 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-U19-2018 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-U19-2018 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-U19-2018 .programme-nav .nav > li > a:hover,
body.theme-U19-2018 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-U19-2018 .programme-nav .navbar-toggle {
  background-color: #11a63c;
  border-left: 1px solid #ffffff;
}
body.theme-U19-2018 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-U19-2018 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-U19-2018 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-U19-2018 .pre-header {
  background-color: #11a63c;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-U19-2018 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-U19-2018 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-U19-2018 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-U19-2018 .pre-header .match-name,
body.theme-U19-2018 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-U19-2018 .border-left {
  border-color: #11a63c;
}
body.theme-U19-2018 .secondary .box .box-inset,
body.theme-U19-2018 .featured .box .box-inset {
  border-color: #11a63c;
}
body.theme-U19-2018 .article-page-nav a.page {
  background-color: #11a63c;
  color: #ffffff;
}
body.theme-U19-2018 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #11a63c;
}
body.theme-U19-2018 .article-nav .button:active {
  background-color: #0c782b;
}
body.theme-U19-2018 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-U19-2018 .footer-image {
  background-color: #11a63c;
}
body.theme-U19-2018 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U19-2018 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-U19-2018 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #11a63c;
  background-image: none;
  vertical-align: top;
}
body.theme-U19-2018 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  body.theme-U19-2018 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-U19-2018 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-U19-2018 .programme .page-intro hr {
  border-top-color: #11a63c;
}
body.theme-U19-2018 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-U19-2018 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-U19-2018 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-U19-2018 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-U19-2018 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-U19-2018 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-U19-2018 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-U19-2018 .hero-shot {
  position: relative;
}
body.theme-U19-2018 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-U19-2018 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-U19-2018 .hero-shot .overlay-section.top h1,
  body.theme-U19-2018 .hero-shot .overlay-section.middle h1,
  body.theme-U19-2018 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-U19-2018 .hero-shot .overlay-section.top h2,
  body.theme-U19-2018 .hero-shot .overlay-section.middle h2,
  body.theme-U19-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-U19-2018 .hero-shot .overlay-section.top h1,
  body.theme-U19-2018 .hero-shot .overlay-section.middle h1,
  body.theme-U19-2018 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-U19-2018 .hero-shot .overlay-section.top h2,
  body.theme-U19-2018 .hero-shot .overlay-section.middle h2,
  body.theme-U19-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-U19-2018 .hero-shot .overlay-section.top h1,
  body.theme-U19-2018 .hero-shot .overlay-section.middle h1,
  body.theme-U19-2018 .hero-shot .overlay-section.bottom h1,
  body.theme-U19-2018 .hero-shot .overlay-section.top h2,
  body.theme-U19-2018 .hero-shot .overlay-section.middle h2,
  body.theme-U19-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-U19-2018 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U19-2018 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-U19-2018 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #11a63c;
  border-bottom: 10px solid #11a63c;
}
body.theme-U19-2018 .article-page .quote-paragraph blockquote:before {
  color: #11a63c;
}
body.theme-U19-2018 .article-page .bordered-top {
  border-color: #11a63c;
}
body.theme-U19-2018 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #11a63c;
  text-transform: uppercase;
}
body.theme-U19-2018 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #11a63c;
  border: 0;
}
body.theme-U19-2018 .article-page table tr th:first-child,
body.theme-U19-2018 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-U19-2018 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-U19-2018 .article-page table.table-bordered {
  border: 0;
}
body.theme-U19-2018 .article-page .component a {
  color: #11a63c;
}
body.theme-U19-2018 .article-page .component a:hover {
  color: #11a63c;
  opacity: 0.75;
}
body.theme-U19-2018 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #11a63c;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-U19-2018 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-U19-2018 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #11a63c;
}
body.theme-U19-2018 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #11a63c;
  font-family: 'uefaneo', sans-serif;
}
body.theme-U19-2018 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #11a63c;
}
body.theme-U19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-U19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-U19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-U19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #11a63c;
}
body.theme-U19-2018 .sponsors h4 {
  font-size: 0;
}
body.theme-U19-2018 .sponsors h4:after {
  content: "UEFA EUROPEAN UNDER-19 CHAMPIONSHIP";
  font-size: 20px;
}
body.theme-U19-2018 .sponsors > div img {
  display: none;
}
body.theme-U19-2018 .sponsors > div:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  height: 50px;
  background-image: url('/images/sponsors/u19-2018-sponsors.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  body.theme-U19-2018 .sponsors > div:after {
    max-width: 420px;
    height: 100px;
    background-image: url('/images/sponsors/u19-2018-sponsors-mobile.png');
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}
body.theme-U19-2018 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #11a63c;
}
body.theme-U19-2018 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-U19-2018 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-U19-2018 .well {
  background-color: #11a63c;
}
body.theme-U19-2018 .well a,
body.theme-U19-2018 .well a:active,
body.theme-U19-2018 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-WU17-2018 {
  /** WELL/QUOTE STYLE **/
}
body.theme-WU17-2018 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #72539e;
}
@media (max-width: 1014px) {
  body.theme-WU17-2018 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-WU17-2018 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-WU17-2018 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-WU17-2018 .programme-nav .nav > li > a:hover,
body.theme-WU17-2018 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-WU17-2018 .programme-nav .navbar-toggle {
  background-color: #72539e;
  border-left: 1px solid #ffffff;
}
body.theme-WU17-2018 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-WU17-2018 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-WU17-2018 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-WU17-2018 .pre-header {
  background-color: #72539e;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-WU17-2018 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-WU17-2018 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-WU17-2018 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-WU17-2018 .pre-header .match-name,
body.theme-WU17-2018 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-WU17-2018 .border-left {
  border-color: #72539e;
}
body.theme-WU17-2018 .secondary .box .box-inset,
body.theme-WU17-2018 .featured .box .box-inset {
  border-color: #72539e;
}
body.theme-WU17-2018 .article-page-nav a.page {
  background-color: #72539e;
  color: #ffffff;
}
body.theme-WU17-2018 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #72539e;
}
body.theme-WU17-2018 .article-nav .button:active {
  background-color: #5a417d;
}
body.theme-WU17-2018 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-WU17-2018 .footer-image {
  background-color: #72539e;
}
body.theme-WU17-2018 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2018 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-WU17-2018 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #72539e;
  background-image: none;
  vertical-align: top;
}
body.theme-WU17-2018 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  body.theme-WU17-2018 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-WU17-2018 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-WU17-2018 .programme .page-intro hr {
  border-top-color: #72539e;
}
body.theme-WU17-2018 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-WU17-2018 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-WU17-2018 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-WU17-2018 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-WU17-2018 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-WU17-2018 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-WU17-2018 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-WU17-2018 .hero-shot {
  position: relative;
}
body.theme-WU17-2018 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-WU17-2018 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-WU17-2018 .hero-shot .overlay-section.top h1,
  body.theme-WU17-2018 .hero-shot .overlay-section.middle h1,
  body.theme-WU17-2018 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-WU17-2018 .hero-shot .overlay-section.top h2,
  body.theme-WU17-2018 .hero-shot .overlay-section.middle h2,
  body.theme-WU17-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-WU17-2018 .hero-shot .overlay-section.top h1,
  body.theme-WU17-2018 .hero-shot .overlay-section.middle h1,
  body.theme-WU17-2018 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-WU17-2018 .hero-shot .overlay-section.top h2,
  body.theme-WU17-2018 .hero-shot .overlay-section.middle h2,
  body.theme-WU17-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-WU17-2018 .hero-shot .overlay-section.top h1,
  body.theme-WU17-2018 .hero-shot .overlay-section.middle h1,
  body.theme-WU17-2018 .hero-shot .overlay-section.bottom h1,
  body.theme-WU17-2018 .hero-shot .overlay-section.top h2,
  body.theme-WU17-2018 .hero-shot .overlay-section.middle h2,
  body.theme-WU17-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-WU17-2018 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2018 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-WU17-2018 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #72539e;
  border-bottom: 10px solid #72539e;
}
body.theme-WU17-2018 .article-page .quote-paragraph blockquote:before {
  color: #72539e;
}
body.theme-WU17-2018 .article-page .bordered-top {
  border-color: #72539e;
}
body.theme-WU17-2018 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #72539e;
  text-transform: uppercase;
}
body.theme-WU17-2018 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #72539e;
  border: 0;
}
body.theme-WU17-2018 .article-page table tr th:first-child,
body.theme-WU17-2018 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-WU17-2018 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-WU17-2018 .article-page table.table-bordered {
  border: 0;
}
body.theme-WU17-2018 .article-page .component a {
  color: #72539e;
}
body.theme-WU17-2018 .article-page .component a:hover {
  color: #72539e;
  opacity: 0.75;
}
body.theme-WU17-2018 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #72539e;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-WU17-2018 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-WU17-2018 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #72539e;
}
body.theme-WU17-2018 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #72539e;
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2018 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #72539e;
}
body.theme-WU17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-WU17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-WU17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #72539e;
}
body.theme-WU17-2018 .sponsors h4 {
  font-size: 0;
}
body.theme-WU17-2018 .sponsors h4:after {
  content: "UEFA EUROPEAN WOMEN'S UNDER-17 CHAMPIONSHIP";
  font-size: 20px;
}
body.theme-WU17-2018 .sponsors > div img {
  display: none;
}
body.theme-WU17-2018 .sponsors > div:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
  height: 50px;
  background-image: url('/images/sponsors/wu17-2018-sponsors.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.theme-WU17-2018 .sponsors > div:after {
    max-width: 340px;
    height: 100px;
    background-image: url('/images/sponsors/wu17-2018-sponsors-mobile.png');
  }
}
body.theme-WU17-2018 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #72539e;
}
body.theme-WU17-2018 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-WU17-2018 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-WU17-2018 .well {
  background-color: #72539e;
}
body.theme-WU17-2018 .well a,
body.theme-WU17-2018 .well a:active,
body.theme-WU17-2018 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-WU17-2019 {
  /** WELL/QUOTE STYLE **/
}
body.theme-WU17-2019 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #72539e;
}
@media (max-width: 1014px) {
  body.theme-WU17-2019 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-WU17-2019 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-WU17-2019 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-WU17-2019 .programme-nav .nav > li > a:hover,
body.theme-WU17-2019 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-WU17-2019 .programme-nav .navbar-toggle {
  background-color: #72539e;
  border-left: 1px solid #ffffff;
}
body.theme-WU17-2019 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-WU17-2019 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-WU17-2019 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-WU17-2019 .pre-header {
  background-color: #72539e;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-WU17-2019 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-WU17-2019 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-WU17-2019 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-WU17-2019 .pre-header .match-name,
body.theme-WU17-2019 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-WU17-2019 .border-left {
  border-color: #72539e;
}
body.theme-WU17-2019 .secondary .box .box-inset,
body.theme-WU17-2019 .featured .box .box-inset {
  border-color: #72539e;
}
body.theme-WU17-2019 .article-page-nav a.page {
  background-color: #72539e;
  color: #ffffff;
}
body.theme-WU17-2019 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #72539e;
}
body.theme-WU17-2019 .article-nav .button:active {
  background-color: #5a417d;
}
body.theme-WU17-2019 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-WU17-2019 .footer-image {
  background-color: #72539e;
}
body.theme-WU17-2019 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2019 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-WU17-2019 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #72539e;
  background-image: none;
  vertical-align: top;
}
body.theme-WU17-2019 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  body.theme-WU17-2019 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-WU17-2019 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-WU17-2019 .programme .page-intro hr {
  border-top-color: #72539e;
}
body.theme-WU17-2019 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-WU17-2019 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-WU17-2019 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-WU17-2019 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-WU17-2019 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-WU17-2019 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-WU17-2019 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-WU17-2019 .hero-shot {
  position: relative;
}
body.theme-WU17-2019 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-WU17-2019 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-WU17-2019 .hero-shot .overlay-section.top h1,
  body.theme-WU17-2019 .hero-shot .overlay-section.middle h1,
  body.theme-WU17-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-WU17-2019 .hero-shot .overlay-section.top h2,
  body.theme-WU17-2019 .hero-shot .overlay-section.middle h2,
  body.theme-WU17-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-WU17-2019 .hero-shot .overlay-section.top h1,
  body.theme-WU17-2019 .hero-shot .overlay-section.middle h1,
  body.theme-WU17-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-WU17-2019 .hero-shot .overlay-section.top h2,
  body.theme-WU17-2019 .hero-shot .overlay-section.middle h2,
  body.theme-WU17-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-WU17-2019 .hero-shot .overlay-section.top h1,
  body.theme-WU17-2019 .hero-shot .overlay-section.middle h1,
  body.theme-WU17-2019 .hero-shot .overlay-section.bottom h1,
  body.theme-WU17-2019 .hero-shot .overlay-section.top h2,
  body.theme-WU17-2019 .hero-shot .overlay-section.middle h2,
  body.theme-WU17-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-WU17-2019 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2019 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-WU17-2019 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #72539e;
  border-bottom: 10px solid #72539e;
}
body.theme-WU17-2019 .article-page .quote-paragraph blockquote:before {
  color: #72539e;
}
body.theme-WU17-2019 .article-page .bordered-top {
  border-color: #72539e;
}
body.theme-WU17-2019 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #72539e;
  text-transform: uppercase;
}
body.theme-WU17-2019 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #72539e;
  border: 0;
}
body.theme-WU17-2019 .article-page table tr th:first-child,
body.theme-WU17-2019 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-WU17-2019 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-WU17-2019 .article-page table.table-bordered {
  border: 0;
}
body.theme-WU17-2019 .article-page .component a {
  color: #72539e;
}
body.theme-WU17-2019 .article-page .component a:hover {
  color: #72539e;
  opacity: 0.75;
}
body.theme-WU17-2019 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #72539e;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-WU17-2019 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-WU17-2019 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #72539e;
}
body.theme-WU17-2019 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #72539e;
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2019 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #72539e;
}
body.theme-WU17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-WU17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-WU17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU17-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #72539e;
}
body.theme-WU17-2019 .sponsors h4 {
  font-size: 0;
}
body.theme-WU17-2019 .sponsors h4:after {
  content: "UEFA EUROPEAN WOMEN'S UNDER-17 CHAMPIONSHIP";
  font-size: 20px;
}
body.theme-WU17-2019 .sponsors > div img {
  display: none;
}
body.theme-WU17-2019 .sponsors > div:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
  height: 50px;
  background-image: url('/images/sponsors/wu17-2019-sponsors.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.theme-WU17-2019 .sponsors > div:after {
    max-width: 290px;
    height: 100px;
    background-image: url('/images/sponsors/wu17-2019-sponsors.png');
  }
}
body.theme-WU17-2019 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #72539e;
}
body.theme-WU17-2019 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-WU17-2019 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-WU17-2019 .well {
  background-color: #72539e;
}
body.theme-WU17-2019 .well a,
body.theme-WU17-2019 .well a:active,
body.theme-WU17-2019 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-WU19-2018 {
  /** WELL/QUOTE STYLE **/
}
body.theme-WU19-2018 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #d70077;
}
@media (max-width: 1014px) {
  body.theme-WU19-2018 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-WU19-2018 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-WU19-2018 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-WU19-2018 .programme-nav .nav > li > a:hover,
body.theme-WU19-2018 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-WU19-2018 .programme-nav .navbar-toggle {
  background-color: #d70077;
  border-left: 1px solid #ffffff;
}
body.theme-WU19-2018 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-WU19-2018 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-WU19-2018 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-WU19-2018 .pre-header {
  background-color: #d70077;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-WU19-2018 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-WU19-2018 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-WU19-2018 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-WU19-2018 .pre-header .match-name,
body.theme-WU19-2018 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-WU19-2018 .border-left {
  border-color: #d70077;
}
body.theme-WU19-2018 .secondary .box .box-inset,
body.theme-WU19-2018 .featured .box .box-inset {
  border-color: #d70077;
}
body.theme-WU19-2018 .article-page-nav a.page {
  background-color: #d70077;
  color: #ffffff;
}
body.theme-WU19-2018 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #d70077;
}
body.theme-WU19-2018 .article-nav .button:active {
  background-color: #a4005b;
}
body.theme-WU19-2018 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-WU19-2018 .footer-image {
  background-color: #d70077;
}
body.theme-WU19-2018 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU19-2018 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-WU19-2018 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #d70077;
  background-image: none;
  vertical-align: top;
}
body.theme-WU19-2018 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  body.theme-WU19-2018 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-WU19-2018 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-WU19-2018 .programme .page-intro hr {
  border-top-color: #d70077;
}
body.theme-WU19-2018 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-WU19-2018 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-WU19-2018 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-WU19-2018 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-WU19-2018 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-WU19-2018 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-WU19-2018 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-WU19-2018 .hero-shot {
  position: relative;
}
body.theme-WU19-2018 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-WU19-2018 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-WU19-2018 .hero-shot .overlay-section.top h1,
  body.theme-WU19-2018 .hero-shot .overlay-section.middle h1,
  body.theme-WU19-2018 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-WU19-2018 .hero-shot .overlay-section.top h2,
  body.theme-WU19-2018 .hero-shot .overlay-section.middle h2,
  body.theme-WU19-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-WU19-2018 .hero-shot .overlay-section.top h1,
  body.theme-WU19-2018 .hero-shot .overlay-section.middle h1,
  body.theme-WU19-2018 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-WU19-2018 .hero-shot .overlay-section.top h2,
  body.theme-WU19-2018 .hero-shot .overlay-section.middle h2,
  body.theme-WU19-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-WU19-2018 .hero-shot .overlay-section.top h1,
  body.theme-WU19-2018 .hero-shot .overlay-section.middle h1,
  body.theme-WU19-2018 .hero-shot .overlay-section.bottom h1,
  body.theme-WU19-2018 .hero-shot .overlay-section.top h2,
  body.theme-WU19-2018 .hero-shot .overlay-section.middle h2,
  body.theme-WU19-2018 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-WU19-2018 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU19-2018 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-WU19-2018 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #d70077;
  border-bottom: 10px solid #d70077;
}
body.theme-WU19-2018 .article-page .quote-paragraph blockquote:before {
  color: #d70077;
}
body.theme-WU19-2018 .article-page .bordered-top {
  border-color: #d70077;
}
body.theme-WU19-2018 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #d70077;
  text-transform: uppercase;
}
body.theme-WU19-2018 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #d70077;
  border: 0;
}
body.theme-WU19-2018 .article-page table tr th:first-child,
body.theme-WU19-2018 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-WU19-2018 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-WU19-2018 .article-page table.table-bordered {
  border: 0;
}
body.theme-WU19-2018 .article-page .component a {
  color: #d70077;
}
body.theme-WU19-2018 .article-page .component a:hover {
  color: #d70077;
  opacity: 0.75;
}
body.theme-WU19-2018 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #d70077;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-WU19-2018 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-WU19-2018 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #d70077;
}
body.theme-WU19-2018 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #d70077;
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU19-2018 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #d70077;
}
body.theme-WU19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-WU19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-WU19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-WU19-2018 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #d70077;
}
body.theme-WU19-2018 .sponsors h4 {
  font-size: 0;
}
body.theme-WU19-2018 .sponsors h4:after {
  content: "UEFA EUROPEAN WOMEN'S UNDER-19  CHAMPIONSHIP";
  font-size: 20px;
}
body.theme-WU19-2018 .sponsors > div img {
  display: none;
}
body.theme-WU19-2018 .sponsors > div:after {
  content: ' ';
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
  height: 50px;
  background-image: url('/images/sponsors/wu19-2018-sponsors.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body.theme-WU19-2018 .sponsors > div:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}
body.theme-WU19-2018 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #d70077;
}
body.theme-WU19-2018 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-WU19-2018 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-WU19-2018 .well {
  background-color: #d70077;
}
body.theme-WU19-2018 .well a,
body.theme-WU19-2018 .well a:active,
body.theme-WU19-2018 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-futsal-2019 {
  /** WELL/QUOTE STYLE **/
}
body.theme-futsal-2019 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #203261 !important;
}
@media (max-width: 1014px) {
  body.theme-futsal-2019 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-futsal-2019 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-futsal-2019 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-futsal-2019 .programme-nav .nav > li > a:hover,
body.theme-futsal-2019 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-futsal-2019 .programme-nav .navbar-toggle {
  background-color: #203261;
  border-left: 1px solid #ffffff;
}
body.theme-futsal-2019 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-futsal-2019 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-futsal-2019 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-futsal-2019 .pre-header {
  background-color: #203261;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-futsal-2019 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-futsal-2019 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-futsal-2019 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-futsal-2019 .pre-header .match-name,
body.theme-futsal-2019 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-futsal-2019 .border-left {
  border-color: #203261;
}
body.theme-futsal-2019 .secondary .box .box-inset,
body.theme-futsal-2019 .featured .box .box-inset {
  border-color: #203261;
}
body.theme-futsal-2019 .article-page-nav a.page {
  background-color: #203261;
  color: #ffffff;
}
body.theme-futsal-2019 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #203261;
}
body.theme-futsal-2019 .article-nav .button:active {
  background-color: #131e3b;
}
body.theme-futsal-2019 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-futsal-2019 .article .article-body h3,
body.theme-futsal-2019 .article .article-body h3 a {
  color: #203261;
}
body.theme-futsal-2019 .footer-image {
  background-color: #203261;
  height: auto;
  line-height: normal;
  padding: 100px 0;
}
body.theme-futsal-2019 .footer-image .footer-logo img {
  max-width: 385px;
}
body.theme-futsal-2019 .programme-footer {
  background-color: #15182f;
}
body.theme-futsal-2019 .programme-footer .footer-links ul li a {
  color: white;
}
body.theme-futsal-2019 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-2019 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-futsal-2019 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #203261;
  background-image: none;
  vertical-align: top;
}
body.theme-futsal-2019 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
  color: #15182f;
}
@media (max-width: 991px) {
  body.theme-futsal-2019 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-futsal-2019 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-futsal-2019 .programme .page-intro hr {
  border-top-color: #203261;
}
body.theme-futsal-2019 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-futsal-2019 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-futsal-2019 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-futsal-2019 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-futsal-2019 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-futsal-2019 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-futsal-2019 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-futsal-2019 .hero-shot {
  position: relative;
}
body.theme-futsal-2019 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-futsal-2019 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-futsal-2019 .hero-shot .overlay-section.top h1,
  body.theme-futsal-2019 .hero-shot .overlay-section.middle h1,
  body.theme-futsal-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-futsal-2019 .hero-shot .overlay-section.top h2,
  body.theme-futsal-2019 .hero-shot .overlay-section.middle h2,
  body.theme-futsal-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-futsal-2019 .hero-shot .overlay-section.top h1,
  body.theme-futsal-2019 .hero-shot .overlay-section.middle h1,
  body.theme-futsal-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-futsal-2019 .hero-shot .overlay-section.top h2,
  body.theme-futsal-2019 .hero-shot .overlay-section.middle h2,
  body.theme-futsal-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-futsal-2019 .hero-shot .overlay-section.top h1,
  body.theme-futsal-2019 .hero-shot .overlay-section.middle h1,
  body.theme-futsal-2019 .hero-shot .overlay-section.bottom h1,
  body.theme-futsal-2019 .hero-shot .overlay-section.top h2,
  body.theme-futsal-2019 .hero-shot .overlay-section.middle h2,
  body.theme-futsal-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-futsal-2019 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-2019 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-futsal-2019 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #203261;
  border-bottom: 10px solid #203261;
}
body.theme-futsal-2019 .article-page .quote-paragraph blockquote:before {
  color: #203261;
}
body.theme-futsal-2019 .article-page .bordered-top {
  border-color: #203261;
}
body.theme-futsal-2019 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #203261;
  text-transform: uppercase;
}
body.theme-futsal-2019 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #203261;
  border: 0;
}
body.theme-futsal-2019 .article-page table tr th:first-child,
body.theme-futsal-2019 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-futsal-2019 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-futsal-2019 .article-page table.table-bordered {
  border: 0;
}
body.theme-futsal-2019 .article-page .component a {
  color: #203261;
}
body.theme-futsal-2019 .article-page .component a:hover {
  color: #203261;
  opacity: 0.75;
}
body.theme-futsal-2019 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #203261;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-futsal-2019 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-futsal-2019 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #203261;
}
body.theme-futsal-2019 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #203261;
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-2019 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #203261;
}
body.theme-futsal-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-futsal-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-futsal-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #203261;
}
body.theme-futsal-2019 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #203261;
}
body.theme-futsal-2019 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-futsal-2019 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-futsal-2019 .well {
  background-color: #203261;
}
body.theme-futsal-2019 .well a,
body.theme-futsal-2019 .well a:active,
body.theme-futsal-2019 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-futsal-womens-2019 {
  /** WELL/QUOTE STYLE **/
}
body.theme-futsal-womens-2019 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #55152a !important;
}
@media (max-width: 1014px) {
  body.theme-futsal-womens-2019 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-futsal-womens-2019 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-futsal-womens-2019 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-futsal-womens-2019 .programme-nav .nav > li > a:hover,
body.theme-futsal-womens-2019 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-futsal-womens-2019 .programme-nav .navbar-toggle {
  background-color: #55152a;
  border-left: 1px solid #ffffff;
}
body.theme-futsal-womens-2019 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-futsal-womens-2019 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-futsal-womens-2019 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-futsal-womens-2019 .pre-header {
  background-color: #55152a;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-futsal-womens-2019 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-futsal-womens-2019 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-futsal-womens-2019 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-futsal-womens-2019 .pre-header .match-name,
body.theme-futsal-womens-2019 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-futsal-womens-2019 .border-left {
  border-color: #55152a;
}
body.theme-futsal-womens-2019 .secondary .box .box-inset,
body.theme-futsal-womens-2019 .featured .box .box-inset {
  border-color: #55152a;
}
body.theme-futsal-womens-2019 .article-page-nav a.page {
  background-color: #55152a;
  color: #ffffff;
}
body.theme-futsal-womens-2019 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #55152a;
}
body.theme-futsal-womens-2019 .article-nav .button:active {
  background-color: #2c0b16;
}
body.theme-futsal-womens-2019 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-futsal-womens-2019 .article .article-body h3,
body.theme-futsal-womens-2019 .article .article-body h3 a {
  color: #55152a;
}
body.theme-futsal-womens-2019 .footer-image {
  background-color: #55152a;
  height: auto;
  line-height: normal;
  padding: 100px 0;
}
body.theme-futsal-womens-2019 .footer-image .footer-logo img {
  max-width: 385px;
}
body.theme-futsal-womens-2019 .programme-footer {
  background-color: #a83058;
}
body.theme-futsal-womens-2019 .programme-footer .footer-links ul li a {
  color: white;
}
body.theme-futsal-womens-2019 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-womens-2019 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-futsal-womens-2019 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #55152a;
  background-image: none;
  vertical-align: top;
}
body.theme-futsal-womens-2019 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
  color: #a83058;
}
@media (max-width: 991px) {
  body.theme-futsal-womens-2019 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-futsal-womens-2019 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-futsal-womens-2019 .programme .page-intro hr {
  border-top-color: #55152a;
}
body.theme-futsal-womens-2019 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-futsal-womens-2019 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-futsal-womens-2019 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-futsal-womens-2019 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-futsal-womens-2019 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-futsal-womens-2019 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-futsal-womens-2019 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-futsal-womens-2019 .hero-shot {
  position: relative;
}
body.theme-futsal-womens-2019 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-futsal-womens-2019 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.top h1,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.middle h1,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.top h2,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.middle h2,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.top h1,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.middle h1,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.top h2,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.middle h2,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.top h1,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.middle h1,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.bottom h1,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.top h2,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.middle h2,
  body.theme-futsal-womens-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-futsal-womens-2019 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-womens-2019 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-futsal-womens-2019 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #55152a;
  border-bottom: 10px solid #55152a;
}
body.theme-futsal-womens-2019 .article-page .quote-paragraph blockquote:before {
  color: #55152a;
}
body.theme-futsal-womens-2019 .article-page .bordered-top {
  border-color: #55152a;
}
body.theme-futsal-womens-2019 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #55152a;
  text-transform: uppercase;
}
body.theme-futsal-womens-2019 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #55152a;
  border: 0;
}
body.theme-futsal-womens-2019 .article-page table tr th:first-child,
body.theme-futsal-womens-2019 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-futsal-womens-2019 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-futsal-womens-2019 .article-page table.table-bordered {
  border: 0;
}
body.theme-futsal-womens-2019 .article-page .component a {
  color: #55152a;
}
body.theme-futsal-womens-2019 .article-page .component a:hover {
  color: #55152a;
  opacity: 0.75;
}
body.theme-futsal-womens-2019 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #55152a;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-futsal-womens-2019 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-futsal-womens-2019 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #55152a;
}
body.theme-futsal-womens-2019 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #55152a;
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-womens-2019 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #55152a;
}
body.theme-futsal-womens-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-futsal-womens-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-futsal-womens-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-womens-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-womens-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-futsal-womens-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #55152a;
}
body.theme-futsal-womens-2019 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #55152a;
}
body.theme-futsal-womens-2019 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-futsal-womens-2019 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-futsal-womens-2019 .well {
  background-color: #55152a;
}
body.theme-futsal-womens-2019 .well a,
body.theme-futsal-womens-2019 .well a:active,
body.theme-futsal-womens-2019 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-UWCL-2019 {
  /** WELL/QUOTE STYLE **/
}
body.theme-UWCL-2019 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #6a1f7c !important;
}
@media (max-width: 1014px) {
  body.theme-UWCL-2019 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-UWCL-2019 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-UWCL-2019 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-UWCL-2019 .programme-nav .nav > li > a:hover,
body.theme-UWCL-2019 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-UWCL-2019 .programme-nav .navbar-toggle {
  background-color: #6a1f7c;
  border-left: 1px solid #ffffff;
}
body.theme-UWCL-2019 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-UWCL-2019 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-UWCL-2019 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-UWCL-2019 .pre-header {
  background-color: #6a1f7c;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-UWCL-2019 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-UWCL-2019 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-UWCL-2019 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-UWCL-2019 .pre-header .match-name,
body.theme-UWCL-2019 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-UWCL-2019 .border-left {
  border-color: #6a1f7c;
}
body.theme-UWCL-2019 .secondary .box .box-inset,
body.theme-UWCL-2019 .featured .box .box-inset {
  border-color: #6a1f7c;
}
body.theme-UWCL-2019 .article-page-nav a.page {
  background-color: #6a1f7c;
  color: #ffffff;
}
body.theme-UWCL-2019 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #6a1f7c;
}
body.theme-UWCL-2019 .article-nav .button:active {
  background-color: #471553;
}
body.theme-UWCL-2019 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-UWCL-2019 .article .article-body h3,
body.theme-UWCL-2019 .article .article-body h3 a {
  color: #6a1f7c;
}
body.theme-UWCL-2019 .footer-image {
  background-color: #6a1f7c;
  height: auto;
  line-height: normal;
  padding: 100px 0;
}
body.theme-UWCL-2019 .footer-image .footer-logo img {
  max-width: 385px;
}
body.theme-UWCL-2019 .programme-footer {
  background-color: #a8a9ad;
}
body.theme-UWCL-2019 .programme-footer .footer-links ul li a {
  color: #03202e;
}
body.theme-UWCL-2019 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UWCL-2019 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-UWCL-2019 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #6a1f7c;
  background-image: none;
  vertical-align: top;
}
body.theme-UWCL-2019 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
  color: #a8a9ad;
}
@media (max-width: 991px) {
  body.theme-UWCL-2019 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-UWCL-2019 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-UWCL-2019 .programme .page-intro hr {
  border-top-color: #6a1f7c;
}
body.theme-UWCL-2019 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #6a1f7c;
}
@media (max-width: 768px) {
  body.theme-UWCL-2019 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-UWCL-2019 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-UWCL-2019 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-UWCL-2019 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-UWCL-2019 .programme .box-inset h3 a {
  color: #6a1f7c;
}
body.theme-UWCL-2019 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-UWCL-2019 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-UWCL-2019 .hero-shot {
  position: relative;
}
body.theme-UWCL-2019 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-UWCL-2019 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-UWCL-2019 .hero-shot .overlay-section.top h1,
  body.theme-UWCL-2019 .hero-shot .overlay-section.middle h1,
  body.theme-UWCL-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-UWCL-2019 .hero-shot .overlay-section.top h2,
  body.theme-UWCL-2019 .hero-shot .overlay-section.middle h2,
  body.theme-UWCL-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-UWCL-2019 .hero-shot .overlay-section.top h1,
  body.theme-UWCL-2019 .hero-shot .overlay-section.middle h1,
  body.theme-UWCL-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-UWCL-2019 .hero-shot .overlay-section.top h2,
  body.theme-UWCL-2019 .hero-shot .overlay-section.middle h2,
  body.theme-UWCL-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-UWCL-2019 .hero-shot .overlay-section.top h1,
  body.theme-UWCL-2019 .hero-shot .overlay-section.middle h1,
  body.theme-UWCL-2019 .hero-shot .overlay-section.bottom h1,
  body.theme-UWCL-2019 .hero-shot .overlay-section.top h2,
  body.theme-UWCL-2019 .hero-shot .overlay-section.middle h2,
  body.theme-UWCL-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-UWCL-2019 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UWCL-2019 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-UWCL-2019 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #6a1f7c;
  border-bottom: 10px solid #6a1f7c;
}
body.theme-UWCL-2019 .article-page .quote-paragraph blockquote:before {
  color: #6a1f7c;
}
body.theme-UWCL-2019 .article-page .bordered-top {
  border-color: #6a1f7c;
}
body.theme-UWCL-2019 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #6a1f7c;
  text-transform: uppercase;
}
body.theme-UWCL-2019 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #6a1f7c;
  border: 0;
}
body.theme-UWCL-2019 .article-page table tr th:first-child,
body.theme-UWCL-2019 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-UWCL-2019 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-UWCL-2019 .article-page table.table-bordered {
  border: 0;
}
body.theme-UWCL-2019 .article-page .component a {
  color: #6a1f7c;
}
body.theme-UWCL-2019 .article-page .component a:hover {
  color: #6a1f7c;
  opacity: 0.75;
}
body.theme-UWCL-2019 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #6a1f7c;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-UWCL-2019 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-UWCL-2019 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #6a1f7c;
}
body.theme-UWCL-2019 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #6a1f7c;
  font-family: 'uefaneo', sans-serif;
}
body.theme-UWCL-2019 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #6a1f7c;
}
body.theme-UWCL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-UWCL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-UWCL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UWCL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UWCL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UWCL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #6a1f7c;
}
body.theme-UWCL-2019 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #6a1f7c;
}
body.theme-UWCL-2019 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-UWCL-2019 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-UWCL-2019 .well {
  background-color: #6a1f7c;
}
body.theme-UWCL-2019 .well a,
body.theme-UWCL-2019 .well a:active,
body.theme-UWCL-2019 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-UNL-2019 {
  /** WELL/QUOTE STYLE **/
}
body.theme-UNL-2019 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #0f1428 !important;
}
@media (max-width: 1014px) {
  body.theme-UNL-2019 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-UNL-2019 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-UNL-2019 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-UNL-2019 .programme-nav .nav > li > a:hover,
body.theme-UNL-2019 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-UNL-2019 .programme-nav .navbar-toggle {
  background-color: #0f1428;
  border-left: 1px solid #ffffff;
}
body.theme-UNL-2019 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-UNL-2019 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-UNL-2019 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-UNL-2019 .pre-header {
  background-color: #0f1428;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-UNL-2019 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-UNL-2019 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-UNL-2019 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-UNL-2019 .pre-header .match-name,
body.theme-UNL-2019 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-UNL-2019 .border-left {
  border-color: #0f1428;
}
body.theme-UNL-2019 .secondary .box .box-inset,
body.theme-UNL-2019 .featured .box .box-inset {
  border-color: #46556d;
}
body.theme-UNL-2019 .article-page-nav a.page {
  background-color: #0f1428;
  color: #ffffff;
}
body.theme-UNL-2019 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #0f1428;
}
body.theme-UNL-2019 .article-nav .button:active {
  background-color: #010103;
}
body.theme-UNL-2019 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-UNL-2019 .article .article-body h3,
body.theme-UNL-2019 .article .article-body h3 a {
  color: #0f1428;
}
body.theme-UNL-2019 .footer-image {
  background-color: #0f1428;
  height: auto;
  line-height: normal;
  padding: 100px 0;
}
body.theme-UNL-2019 .footer-image .footer-logo img {
  max-width: 385px;
}
body.theme-UNL-2019 .programme-footer {
  background-color: #46556d;
}
body.theme-UNL-2019 .programme-footer .footer-links ul li a {
  color: white;
}
body.theme-UNL-2019 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UNL-2019 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-UNL-2019 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #0f1428;
  background-image: none;
  vertical-align: top;
}
body.theme-UNL-2019 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
  color: #46556d;
}
@media (max-width: 991px) {
  body.theme-UNL-2019 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-UNL-2019 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-UNL-2019 .programme .page-intro hr {
  border-top-color: #0f1428;
}
body.theme-UNL-2019 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #46556d;
}
@media (max-width: 768px) {
  body.theme-UNL-2019 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-UNL-2019 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-UNL-2019 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-UNL-2019 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-UNL-2019 .programme .box-inset h3 a {
  color: #46556d;
}
body.theme-UNL-2019 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-UNL-2019 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-UNL-2019 .hero-shot {
  position: relative;
}
body.theme-UNL-2019 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-UNL-2019 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-UNL-2019 .hero-shot .overlay-section.top h1,
  body.theme-UNL-2019 .hero-shot .overlay-section.middle h1,
  body.theme-UNL-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-UNL-2019 .hero-shot .overlay-section.top h2,
  body.theme-UNL-2019 .hero-shot .overlay-section.middle h2,
  body.theme-UNL-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-UNL-2019 .hero-shot .overlay-section.top h1,
  body.theme-UNL-2019 .hero-shot .overlay-section.middle h1,
  body.theme-UNL-2019 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-UNL-2019 .hero-shot .overlay-section.top h2,
  body.theme-UNL-2019 .hero-shot .overlay-section.middle h2,
  body.theme-UNL-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-UNL-2019 .hero-shot .overlay-section.top h1,
  body.theme-UNL-2019 .hero-shot .overlay-section.middle h1,
  body.theme-UNL-2019 .hero-shot .overlay-section.bottom h1,
  body.theme-UNL-2019 .hero-shot .overlay-section.top h2,
  body.theme-UNL-2019 .hero-shot .overlay-section.middle h2,
  body.theme-UNL-2019 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-UNL-2019 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UNL-2019 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-UNL-2019 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #0f1428;
  border-bottom: 10px solid #0f1428;
}
body.theme-UNL-2019 .article-page .quote-paragraph blockquote:before {
  color: #0f1428;
}
body.theme-UNL-2019 .article-page .bordered-top {
  border-color: #0f1428;
}
body.theme-UNL-2019 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #0f1428;
  text-transform: uppercase;
}
body.theme-UNL-2019 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #0f1428;
  border: 0;
}
body.theme-UNL-2019 .article-page table tr th:first-child,
body.theme-UNL-2019 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-UNL-2019 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-UNL-2019 .article-page table.table-bordered {
  border: 0;
}
body.theme-UNL-2019 .article-page .component a {
  color: #0f1428;
}
body.theme-UNL-2019 .article-page .component a:hover {
  color: #0f1428;
  opacity: 0.75;
}
body.theme-UNL-2019 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #0f1428;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-UNL-2019 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-UNL-2019 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #0f1428;
}
body.theme-UNL-2019 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #0f1428;
  font-family: 'uefaneo', sans-serif;
}
body.theme-UNL-2019 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #0f1428;
}
body.theme-UNL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-UNL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-UNL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UNL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UNL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UNL-2019 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #0f1428;
}
body.theme-UNL-2019 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #0f1428;
}
body.theme-UNL-2019 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-UNL-2019 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-UNL-2019 .well {
  background-color: #0f1428;
}
body.theme-UNL-2019 .well a,
body.theme-UNL-2019 .well a:active,
body.theme-UNL-2019 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-u19-futsal-euro {
  /** WELL/QUOTE STYLE **/
}
body.theme-u19-futsal-euro #header .navbar a {
  font-size: 18px;
  letter-spacing: -0.01px;
}
body.theme-u19-futsal-euro #header .navbar-brand {
  width: 433px;
}
body.theme-u19-futsal-euro .programme-nav {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  background-color: #00781f !important;
  height: 50px;
}
@media (max-width: 1014px) {
  body.theme-u19-futsal-euro .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-u19-futsal-euro .programme-nav .nav > li > a {
  font-size: 18px;
}
@media (max-width: 1200px) {
  body.theme-u19-futsal-euro .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-u19-futsal-euro .programme-nav .nav > li > a:hover,
body.theme-u19-futsal-euro .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-u19-futsal-euro .programme-nav .navbar-toggle {
  background-color: #00781f;
  border-left: 1px solid #ffffff;
}
body.theme-u19-futsal-euro .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-u19-futsal-euro .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-u19-futsal-euro .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-u19-futsal-euro .pre-header {
  background-color: #00781f;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-u19-futsal-euro .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-u19-futsal-euro .pre-header .kickoff-date,
body.theme-u19-futsal-euro .pre-header .match-name,
body.theme-u19-futsal-euro .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-u19-futsal-euro .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-size: 100px;
  letter-spacing: normal;
  font-weight: bold;
}
@media (max-width: 768px) {
  body.theme-u19-futsal-euro .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-u19-futsal-euro .pre-header .match-name {
  font-size: 22px;
  font-weight: bold;
}
body.theme-u19-futsal-euro .pre-header .match-location {
  font-size: 22px;
  font-weight: normal;
}
body.theme-u19-futsal-euro .border-left {
  border-color: #00781f;
}
body.theme-u19-futsal-euro .secondary .box .box-inset,
body.theme-u19-futsal-euro .featured .box .box-inset {
  border-color: #00781f;
}
body.theme-u19-futsal-euro .article-page-nav a.page {
  background-color: #00781f;
  color: #ffffff;
}
body.theme-u19-futsal-euro .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #006628;
}
body.theme-u19-futsal-euro .article-nav .button:active {
  background-color: #004512;
}
body.theme-u19-futsal-euro .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-u19-futsal-euro .article .article-body h3,
body.theme-u19-futsal-euro .article .article-body h3 a {
  color: #000;
  font-family: ABeckett;
  font-size: 44px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body.theme-u19-futsal-euro .article .article-body.box-body {
  height: 160px;
  overflow-y: hidden;
}
body.theme-u19-futsal-euro .footer-image {
  background-color: #00781f;
  line-height: normal;
  height: auto;
}
body.theme-u19-futsal-euro .footer-image .footer-logo img {
  max-width: 301px;
  padding-top: 94px;
  padding-bottom: 94px;
}
body.theme-u19-futsal-euro .programme-footer {
  background-color: #323232;
}
body.theme-u19-futsal-euro .programme-footer .footer-links ul li a {
  color: white;
}
body.theme-u19-futsal-euro .programme-footer.footer-tm {
  padding: 20px 0;
}
body.theme-u19-futsal-euro .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-u19-futsal-euro .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-u19-futsal-euro .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #4e1a66;
  background-image: none;
  vertical-align: top;
  margin: 0 15px 0 10px;
}
body.theme-u19-futsal-euro .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
  letter-spacing: -1px;
  color: #000;
  padding: 14px;
}
@media (max-width: 991px) {
  body.theme-u19-futsal-euro .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-u19-futsal-euro .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-u19-futsal-euro .programme .page-intro hr {
  border-top-color: #00781f;
}
body.theme-u19-futsal-euro .programme .home-title h1 {
  font-family: 'uefaneo', sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  body.theme-u19-futsal-euro .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-u19-futsal-euro .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-u19-futsal-euro .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
  max-width: 397px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  body.theme-u19-futsal-euro .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-u19-futsal-euro .programme .secondary .box .box-inset h3 {
  font-size: 25px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  body.theme-u19-futsal-euro .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-u19-futsal-euro .hero-shot {
  position: relative;
}
body.theme-u19-futsal-euro .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-u19-futsal-euro .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-u19-futsal-euro .hero-shot .overlay-section.top h1,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.middle h1,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-u19-futsal-euro .hero-shot .overlay-section.top h2,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.middle h2,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-u19-futsal-euro .hero-shot .overlay-section.top h1,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.middle h1,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-u19-futsal-euro .hero-shot .overlay-section.top h2,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.middle h2,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-u19-futsal-euro .hero-shot .overlay-section.top h1,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.middle h1,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.bottom h1,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.top h2,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.middle h2,
  body.theme-u19-futsal-euro .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-u19-futsal-euro .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-u19-futsal-euro .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-u19-futsal-euro .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #00781f;
  border-bottom: 10px solid #00781f;
}
body.theme-u19-futsal-euro .article-page .quote-paragraph blockquote:before {
  color: #00781f;
}
body.theme-u19-futsal-euro .article-page .bordered-top {
  border-color: #00781f;
}
body.theme-u19-futsal-euro .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #00781f;
  text-transform: uppercase;
}
body.theme-u19-futsal-euro .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #00781f;
  border: 0;
}
body.theme-u19-futsal-euro .article-page table tr th:first-child,
body.theme-u19-futsal-euro .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-u19-futsal-euro .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-u19-futsal-euro .article-page table.table-bordered {
  border: 0;
}
body.theme-u19-futsal-euro .article-page .component a {
  color: #00781f;
}
body.theme-u19-futsal-euro .article-page .component a:hover {
  color: #00781f;
  opacity: 0.75;
}
body.theme-u19-futsal-euro .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #00781f;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-u19-futsal-euro .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-u19-futsal-euro .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #00781f;
}
body.theme-u19-futsal-euro .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #00781f;
  font-family: 'uefaneo', sans-serif;
}
body.theme-u19-futsal-euro .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #00781f;
}
body.theme-u19-futsal-euro .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-u19-futsal-euro .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-u19-futsal-euro .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-u19-futsal-euro .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-u19-futsal-euro .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-u19-futsal-euro .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #00781f;
}
body.theme-u19-futsal-euro .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #00781f;
}
body.theme-u19-futsal-euro .footer-back-top .back-to-top img {
  display: none;
}
body.theme-u19-futsal-euro .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-u19-futsal-euro .well {
  background-color: #00781f;
}
body.theme-u19-futsal-euro .well a,
body.theme-u19-futsal-euro .well a:active,
body.theme-u19-futsal-euro .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-UYL-2020 {
  /** WELL/QUOTE STYLE **/
  font-family: 'champions', sans-serif;
}
body.theme-UYL-2020 .programme-nav {
  font-family: 'champions', sans-serif;
  background-color: #2d2de4 !important;
}
@media (max-width: 1014px) {
  body.theme-UYL-2020 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-UYL-2020 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-UYL-2020 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-UYL-2020 .programme-nav .nav > li > a:hover,
body.theme-UYL-2020 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-UYL-2020 .programme-nav .navbar-toggle {
  background-color: #2d2de4;
  border-left: 1px solid #ffffff;
}
body.theme-UYL-2020 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-UYL-2020 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-UYL-2020 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-UYL-2020 .pre-header {
  background-color: #2d2de4;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-UYL-2020 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-UYL-2020 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'champions', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-UYL-2020 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-UYL-2020 .pre-header .match-name,
body.theme-UYL-2020 .pre-header .match-location {
  font-family: 'champions', sans-serif;
  color: #ffffff;
}
body.theme-UYL-2020 .border-left {
  border-color: #2d2de4;
}
body.theme-UYL-2020 .secondary .box .box-inset,
body.theme-UYL-2020 .featured .box .box-inset {
  border-color: #40df5e;
  border-width: 3px;
}
body.theme-UYL-2020 .article-page-nav a.page {
  background-color: #2d2de4;
  color: #ffffff;
}
body.theme-UYL-2020 .article-nav .button {
  font-family: 'champions', sans-serif;
  font-size: 13px;
  background-color: #2d2de4;
}
body.theme-UYL-2020 .article-nav .button:active {
  background-color: #1919c5;
}
body.theme-UYL-2020 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-UYL-2020 .article .article-body h3,
body.theme-UYL-2020 .article .article-body h3 a {
  color: #2d2de4;
}
body.theme-UYL-2020 .footer-image {
  background-color: #2d2de4;
  height: auto;
  line-height: normal;
  padding: 100px 0;
}
body.theme-UYL-2020 .footer-image .footer-logo img {
  max-width: 385px;
}
body.theme-UYL-2020 .programme-footer {
  background-color: #40df5e;
}
body.theme-UYL-2020 .programme-footer .footer-links ul li a {
  color: #03202e;
}
body.theme-UYL-2020 .programme {
  font-family: 'champions', sans-serif;
}
body.theme-UYL-2020 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'champions', sans-serif;
  font-size: 13px;
}
body.theme-UYL-2020 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #2d2de4;
  background-image: none;
  vertical-align: top;
}
body.theme-UYL-2020 .programme .page-intro h1 {
  font-family: 'champions', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
  color: #2d2de4;
}
@media (max-width: 991px) {
  body.theme-UYL-2020 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-UYL-2020 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-UYL-2020 .programme .page-intro hr {
  border-top-color: #2d2de4;
}
body.theme-UYL-2020 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'champions', sans-serif;
  color: #2d2de4;
}
@media (max-width: 768px) {
  body.theme-UYL-2020 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-UYL-2020 .programme .category-title {
  font-family: 'champions', sans-serif;
  font-size: 22px;
}
body.theme-UYL-2020 .programme .box-inset h3 {
  font-family: 'champions', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-UYL-2020 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-UYL-2020 .programme .box-inset h3 a {
  color: #2d2de4;
}
body.theme-UYL-2020 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-UYL-2020 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-UYL-2020 .hero-shot {
  position: relative;
}
body.theme-UYL-2020 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'champions', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-UYL-2020 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'champions', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-UYL-2020 .hero-shot .overlay-section.top h1,
  body.theme-UYL-2020 .hero-shot .overlay-section.middle h1,
  body.theme-UYL-2020 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-UYL-2020 .hero-shot .overlay-section.top h2,
  body.theme-UYL-2020 .hero-shot .overlay-section.middle h2,
  body.theme-UYL-2020 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-UYL-2020 .hero-shot .overlay-section.top h1,
  body.theme-UYL-2020 .hero-shot .overlay-section.middle h1,
  body.theme-UYL-2020 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-UYL-2020 .hero-shot .overlay-section.top h2,
  body.theme-UYL-2020 .hero-shot .overlay-section.middle h2,
  body.theme-UYL-2020 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-UYL-2020 .hero-shot .overlay-section.top h1,
  body.theme-UYL-2020 .hero-shot .overlay-section.middle h1,
  body.theme-UYL-2020 .hero-shot .overlay-section.bottom h1,
  body.theme-UYL-2020 .hero-shot .overlay-section.top h2,
  body.theme-UYL-2020 .hero-shot .overlay-section.middle h2,
  body.theme-UYL-2020 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-UYL-2020 .article-page {
  font-family: 'champions', sans-serif;
}
body.theme-UYL-2020 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'champions', sans-serif;
  font-size: 100px;
}
body.theme-UYL-2020 .article-page .quote-paragraph blockquote {
  font-family: 'champions', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #2d2de4;
  border-bottom: 10px solid #2d2de4;
}
body.theme-UYL-2020 .article-page .quote-paragraph blockquote:before {
  color: #2d2de4;
}
body.theme-UYL-2020 .article-page .bordered-top {
  border-color: #2d2de4;
}
body.theme-UYL-2020 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #2d2de4;
  text-transform: uppercase;
}
body.theme-UYL-2020 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #2d2de4;
  border: 0;
}
body.theme-UYL-2020 .article-page table tr th:first-child,
body.theme-UYL-2020 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-UYL-2020 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-UYL-2020 .article-page table.table-bordered {
  border: 0;
}
body.theme-UYL-2020 .article-page .component a {
  color: #2d2de4;
}
body.theme-UYL-2020 .article-page .component a:hover {
  color: #2d2de4;
  opacity: 0.75;
}
body.theme-UYL-2020 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #2d2de4;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-UYL-2020 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-UYL-2020 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #2d2de4;
}
body.theme-UYL-2020 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #2d2de4;
  font-family: 'champions', sans-serif;
}
body.theme-UYL-2020 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #2d2de4;
}
body.theme-UYL-2020 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-UYL-2020 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-UYL-2020 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'champions', sans-serif;
}
body.theme-UYL-2020 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'champions', sans-serif;
}
body.theme-UYL-2020 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'champions', sans-serif;
}
body.theme-UYL-2020 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #2d2de4;
}
body.theme-UYL-2020 .footer-back-top .back-to-top {
  font-family: 'champions', sans-serif;
  font-size: 14px;
  color: #2d2de4;
}
body.theme-UYL-2020 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-UYL-2020 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-UYL-2020 .well {
  background-color: #2d2de4;
}
body.theme-UYL-2020 .well a,
body.theme-UYL-2020 .well a:active,
body.theme-UYL-2020 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
body.theme-UECL-2022 {
  /** WELL/QUOTE STYLE **/
}
body.theme-UECL-2022 .programme-nav {
  font-family: 'uefaneo', sans-serif;
  background-color: #00be14 !important;
}
@media (max-width: 1014px) {
  body.theme-UECL-2022 .programme-nav {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-UECL-2022 .programme-nav .nav > li > a {
  font-size: 17px;
}
@media (max-width: 1200px) {
  body.theme-UECL-2022 .programme-nav .nav > li > a {
    font-size: 15px;
  }
}
body.theme-UECL-2022 .programme-nav .nav > li > a:hover,
body.theme-UECL-2022 .programme-nav .nav > li > a:focus {
  color: #ffffff;
  opacity: 0.75;
}
body.theme-UECL-2022 .programme-nav .navbar-toggle {
  background-color: #00be14;
  border-left: 1px solid #ffffff;
}
body.theme-UECL-2022 .programme-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
body.theme-UECL-2022 .programme-nav .navbar-collapse.in {
  background-color: #000;
}
body.theme-UECL-2022 .programme-nav .back-to-programmes a {
  color: #ffffff;
}
body.theme-UECL-2022 .pre-header {
  background-color: #00be14;
}
@media (min-width: 768px) and (max-width: 1014px) {
  body.theme-UECL-2022 .pre-header {
    border-bottom: 1px solid #ffffff;
  }
}
body.theme-UECL-2022 .pre-header .kickoff-date {
  margin-bottom: 8px;
  font-family: 'uefaneo', sans-serif;
  font-size: 88px;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  body.theme-UECL-2022 .pre-header .kickoff-date {
    font-size: 58px;
  }
}
body.theme-UECL-2022 .pre-header .match-name,
body.theme-UECL-2022 .pre-header .match-location {
  font-family: 'uefaneo', sans-serif;
  color: #ffffff;
}
body.theme-UECL-2022 .border-left {
  border-color: #00be14;
}
body.theme-UECL-2022 .secondary .box .box-inset,
body.theme-UECL-2022 .featured .box .box-inset {
  border-color: #00be14;
}
body.theme-UECL-2022 .article-page-nav a.page {
  background-color: #00be14;
  color: #ffffff;
}
body.theme-UECL-2022 .article-nav .button {
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
  background-color: #00be14;
}
body.theme-UECL-2022 .article-nav .button:active {
  background-color: #008b0f;
}
body.theme-UECL-2022 .article-nav .button .glyphicon {
  top: 0;
  color: #ffffff;
}
body.theme-UECL-2022 .article .article-body h3,
body.theme-UECL-2022 .article .article-body h3 a {
  color: #00be14;
}
body.theme-UECL-2022 .footer-image {
  background-color: #00be14;
  height: auto;
  line-height: normal;
  padding: 100px 0;
}
body.theme-UECL-2022 .footer-image .footer-logo img {
  max-width: 385px;
}
body.theme-UECL-2022 .programme-footer {
  background-color: #a8a9ad;
}
body.theme-UECL-2022 .programme-footer .footer-links ul li a {
  color: #03202e;
}
body.theme-UECL-2022 .programme {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UECL-2022 .programme .page-intro .breadcrumb {
  margin-bottom: -10px;
  font-family: 'uefaneo', sans-serif;
  font-size: 13px;
}
body.theme-UECL-2022 .programme .page-intro .breadcrumb > li + li:before {
  content: '\e080';
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
  color: #00be14;
  background-image: none;
  vertical-align: top;
}
body.theme-UECL-2022 .programme .page-intro h1 {
  font-family: 'uefaneo', sans-serif;
  font-size: 72px;
  letter-spacing: -1px;
  color: #a8a9ad;
}
@media (max-width: 991px) {
  body.theme-UECL-2022 .programme .page-intro h1 {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  body.theme-UECL-2022 .programme .page-intro h1 {
    font-size: 40px;
  }
}
body.theme-UECL-2022 .programme .page-intro hr {
  border-top-color: #00be14;
}
body.theme-UECL-2022 .programme .home-title h1 {
  font-size: 64px;
  font-family: 'uefaneo', sans-serif;
  color: #00be14;
}
@media (max-width: 768px) {
  body.theme-UECL-2022 .programme .home-title h1 {
    font-size: 40px;
  }
}
body.theme-UECL-2022 .programme .category-title {
  font-family: 'uefaneo', sans-serif;
  font-size: 22px;
}
body.theme-UECL-2022 .programme .box-inset h3 {
  font-family: 'uefaneo', sans-serif;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991px) {
  body.theme-UECL-2022 .programme .box-inset h3 {
    font-size: 38px;
  }
}
body.theme-UECL-2022 .programme .box-inset h3 a {
  color: #00be14;
}
body.theme-UECL-2022 .programme .secondary .box .box-inset h3 {
  font-size: 25px;
}
@media (max-width: 991px) {
  body.theme-UECL-2022 .programme .secondary .box .box-inset h3 {
    font-size: 36px;
  }
}
body.theme-UECL-2022 .hero-shot {
  position: relative;
}
body.theme-UECL-2022 .hero-shot .overlay-section h1 {
  font-size: 120px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
body.theme-UECL-2022 .hero-shot .overlay-section h2 {
  font-size: 100px;
  font-family: 'uefaneo', sans-serif;
  font-weight: bold;
  line-height: 0.8;
}
@media (max-width: 1469px) {
  body.theme-UECL-2022 .hero-shot .overlay-section.top h1,
  body.theme-UECL-2022 .hero-shot .overlay-section.middle h1,
  body.theme-UECL-2022 .hero-shot .overlay-section.bottom h1 {
    font-size: 82px;
  }
  body.theme-UECL-2022 .hero-shot .overlay-section.top h2,
  body.theme-UECL-2022 .hero-shot .overlay-section.middle h2,
  body.theme-UECL-2022 .hero-shot .overlay-section.bottom h2 {
    font-size: 68px;
  }
}
@media (max-width: 991px) {
  body.theme-UECL-2022 .hero-shot .overlay-section.top h1,
  body.theme-UECL-2022 .hero-shot .overlay-section.middle h1,
  body.theme-UECL-2022 .hero-shot .overlay-section.bottom h1 {
    font-size: 60px;
  }
  body.theme-UECL-2022 .hero-shot .overlay-section.top h2,
  body.theme-UECL-2022 .hero-shot .overlay-section.middle h2,
  body.theme-UECL-2022 .hero-shot .overlay-section.bottom h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body.theme-UECL-2022 .hero-shot .overlay-section.top h1,
  body.theme-UECL-2022 .hero-shot .overlay-section.middle h1,
  body.theme-UECL-2022 .hero-shot .overlay-section.bottom h1,
  body.theme-UECL-2022 .hero-shot .overlay-section.top h2,
  body.theme-UECL-2022 .hero-shot .overlay-section.middle h2,
  body.theme-UECL-2022 .hero-shot .overlay-section.bottom h2 {
    font-size: 42px;
  }
}
body.theme-UECL-2022 .article-page {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UECL-2022 .article-page .first-paragraph:first-letter {
  margin-top: 33px;
  font-family: 'uefaneo', sans-serif;
  font-size: 100px;
}
body.theme-UECL-2022 .article-page .quote-paragraph blockquote {
  font-family: 'uefaneo', sans-serif;
  font-weight: 600;
  color: black;
  border-top: 10px solid #00be14;
  border-bottom: 10px solid #00be14;
}
body.theme-UECL-2022 .article-page .quote-paragraph blockquote:before {
  color: #00be14;
}
body.theme-UECL-2022 .article-page .bordered-top {
  border-color: #00be14;
}
body.theme-UECL-2022 .article-page table caption {
  margin-bottom: 15px;
  padding: 4px 15px;
  color: #ffffff;
  background-color: #00be14;
  text-transform: uppercase;
}
body.theme-UECL-2022 .article-page table tr th {
  padding: 0 15px 0 0;
  width: auto;
  font-weight: 400;
  color: #00be14;
  border: 0;
}
body.theme-UECL-2022 .article-page table tr th:first-child,
body.theme-UECL-2022 .article-page table tr th:last-child {
  width: auto;
  background-color: transparent;
}
body.theme-UECL-2022 .article-page table tr td {
  padding: 1px 15px 1px 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.theme-UECL-2022 .article-page table.table-bordered {
  border: 0;
}
body.theme-UECL-2022 .article-page .component a {
  color: #00be14;
}
body.theme-UECL-2022 .article-page .component a:hover {
  color: #00be14;
  opacity: 0.75;
}
body.theme-UECL-2022 .article-page .component-table .highlight {
  padding: 10px 0 2px 0;
  color: #00be14;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
body.theme-UECL-2022 .carousel-comp .carousel-control {
  color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
body.theme-UECL-2022 .carousel-comp .carousel-comp-slide-asset .video-controls .controls-panel {
  background-color: #00be14;
}
body.theme-UECL-2022 .carousel-comp .no-description .carousel-comp-slide-content .carousel-comp-slide-name {
  color: #ffffff;
  background-color: #00be14;
  font-family: 'uefaneo', sans-serif;
}
body.theme-UECL-2022 .carousel-comp .with-description .carousel-comp-slide-content {
  background-color: #00be14;
}
body.theme-UECL-2022 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-name,
body.theme-UECL-2022 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-subname,
body.theme-UECL-2022 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-description {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UECL-2022 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .year {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UECL-2022 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line {
  font-family: 'uefaneo', sans-serif;
}
body.theme-UECL-2022 .carousel-comp .with-description .carousel-comp-slide-content .carousel-comp-slide-score .lines .line .number {
  color: #00be14;
}
body.theme-UECL-2022 .footer-back-top .back-to-top {
  font-family: 'uefaneo', sans-serif;
  font-size: 14px;
  color: #00be14;
}
body.theme-UECL-2022 .footer-back-top .back-to-top img {
  display: none;
}
body.theme-UECL-2022 .footer-back-top .back-to-top:before {
  content: "\e113";
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 12px;
}
body.theme-UECL-2022 .well {
  background-color: #00be14;
}
body.theme-UECL-2022 .well a,
body.theme-UECL-2022 .well a:active,
body.theme-UECL-2022 .well a:visited {
  color: inherit;
  text-decoration: underline;
}
.btn {
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-transition: background-color 70ms ease-in-out;
  -o-transition: background-color 70ms ease-in-out;
  transition: background-color 70ms ease-in-out;
  font-weight: bold;
  border-radius: 2px !important;
  outline: none !important;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
  outline: none !important;
}
.btn-xl {
  padding: 12px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0px;
  outline: none !important;
  text-transform: uppercase;
}
.bg-off-white {
  background-color: #f5f5f5;
}
.bg-off-black {
  background-color: #000;
}
.bg-off-gray {
  background-color: #4a4a4a;
}
.bg-dark-gray {
  background-color: #323232;
}
.bg-dark-off-white {
  background-color: #eaeaea;
}
.spaced {
  padding: 80px 0 170px 0;
}
.spaced .btn {
  margin-top: 10px;
  font-size: 24px;
}
.container-fluid {
  max-width: 1470px;
}
@media (min-width: 768px) {
  .container-indent {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.container-full-width {
  max-width: 1920px;
  margin: 0 auto;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #222222;
}
@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
}
h1 {
  margin-bottom: 30px;
}
hr {
  margin-bottom: 30px;
  border-top: 2px solid #009FE3;
}
.page-intro {
  padding: 20px 0 30px 0;
  min-height: 140px;
}
@media (max-width: 767px) {
  .page-intro {
    padding: 0 0 15px 0;
    min-height: auto;
  }
  .page-intro p {
    margin: 0;
    font-size: 16px;
    color: #3c3c3c;
    padding: 0 15px;
  }
}
.page-intro h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .page-intro h1 {
    font-size: 28px;
  }
}
.page-intro hr {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 180px;
  border-top: 3px solid #009FE3;
}
@media (max-width: 767px) {
  .page-intro hr {
    margin-bottom: 10px;
    margin-top: -5px;
  }
}
.page-intro p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.login-page .page-intro,
.forgot-page .page-intro {
  padding-bottom: 0 ;
}
.login-page .btn,
.forgot-page .btn {
  margin-top: 30px;
  padding: 10px 16px;
  font-size: 25px;
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
  outline: none !important;
  text-transform: uppercase;
}
.login-page .has-error .help-block,
.forgot-page .has-error .help-block {
  font-size: 14px;
}
table.about-table tr th {
  text-transform: uppercase;
  font-size: 12px;
  color: #4a4a4a;
  padding: 4px 8px !important;
}
table.about-table tr td {
  font-size: 16px;
}
table.about-table tr td .link {
  color: #00a5ed;
  font-size: 14px;
}
table.about-table tr td .min-height {
  min-height: 70px;
}
.col-md-8.col-md-offset-2 .panel-default {
  margin-top: 40px;
}
.col-md-8.col-md-offset-2 .panel-default .panel-heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 28px;
  margin-bottom: 14px;
  font-size: 32px;
}
.col-md-8.col-md-offset-2 .panel-default .panel-heading small,
.col-md-8.col-md-offset-2 .panel-default .panel-heading .small {
  font-weight: normal;
  line-height: 1;
  color: #ccced7;
}
.col-md-8.col-md-offset-2 .panel-default .panel-heading small,
.col-md-8.col-md-offset-2 .panel-default .panel-heading .small {
  font-size: 65%;
}
.col-md-8.col-md-offset-2 .panel-default .panel-body {
  margin-top: 20px;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.form-group.required .control-label:after {
  content: " *";
  color: #ff2828;
}
.agree-checkbox.has-error .help-block {
  display: none;
}
select::-ms-expand {
  display: none;
}
.ribbon .navbar-form .btn,
.resource-view .navbar .navbar-form .btn {
  height: 33px;
}
.ribbon .tooltip,
.resource-view .navbar .tooltip {
  display: none !important;
}
.ribbon #resource-view-mode,
.resource-view .navbar #resource-view-mode {
  display: none;
}
.flag-icon-squared {
  border-radius: 50%;
}
.video-controls {
  bottom: 70px;
}
#resource-search-ui {
  font-size: 20px;
}
.editor .editor-option {
  background-color: #ffffff;
}
.editor .editor-option .btn-toolbar .checkbox-input input + label {
  color: #222222;
}
.editor .editor-option .btn-toolbar .checkbox-input input + label:before {
  color: #222222;
}
.editor .editor-option .btn-toolbar label {
  color: #222222;
  font-size: 14px;
}
.editor .editor-option .dropdown {
  display: inline-block;
}
.editor .editor-option .dropdown-menu {
  padding: 5px;
  background-color: #ffffff;
  text-align: left;
}
.mdp-grid-4 {
  margin-left: -7px;
  margin-right: -7px;
}
.mdp-grid-4 > div {
  display: inline-block;
  padding: 0 7px;
  width: 25%;
  vertical-align: top;
}
@media (max-width: 1140px) {
  .mdp-grid-4 > div {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .mdp-grid-4 > div {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .mdp-grid-4 > div {
    width: 100%;
  }
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-2 {
  margin: 1.5rem !important;
}
.m-3 {
  margin: 4rem !important;
}
.m-4 {
  margin: 6rem !important;
}
.m-5 {
  margin: 8rem !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 1.5rem !important;
}
.mt-3 {
  margin-top: 4rem !important;
}
.mt-4 {
  margin-top: 6rem !important;
}
.mt-5 {
  margin-top: 8rem !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mr-2 {
  margin-right: 1.5rem !important;
}
.mr-3 {
  margin-right: 4rem !important;
}
.mr-4 {
  margin-right: 6rem !important;
}
.mr-5 {
  margin-right: 8rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 1.5rem !important;
}
.mb-3 {
  margin-bottom: 4rem !important;
}
.mb-4 {
  margin-bottom: 6rem !important;
}
.mb-5 {
  margin-bottom: 8rem !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.ml-2 {
  margin-left: 1.5rem !important;
}
.ml-3 {
  margin-left: 4rem !important;
}
.ml-4 {
  margin-left: 6rem !important;
}
.ml-5 {
  margin-left: 8rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-2 {
  padding: 1.5rem !important;
}
.p-3 {
  padding: 4rem !important;
}
.p-4 {
  padding: 6rem !important;
}
.p-5 {
  padding: 8rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 1.5rem !important;
}
.pt-3 {
  padding-top: 4rem !important;
}
.pt-4 {
  padding-top: 6rem !important;
}
.pt-5 {
  padding-top: 8rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1rem !important;
}
.pr-2 {
  padding-right: 1.5rem !important;
}
.pr-3 {
  padding-right: 4rem !important;
}
.pr-4 {
  padding-right: 6rem !important;
}
.pr-5 {
  padding-right: 8rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 1.5rem !important;
}
.pb-3 {
  padding-bottom: 4rem !important;
}
.pb-4 {
  padding-bottom: 6rem !important;
}
.pb-5 {
  padding-bottom: 8rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 1rem !important;
}
.pl-2 {
  padding-left: 1.5rem !important;
}
.pl-3 {
  padding-left: 4rem !important;
}
.pl-4 {
  padding-left: 6rem !important;
}
.pl-5 {
  padding-left: 8rem !important;
}
.black {
  color: #000;
}
.white {
  color: #FFFFFF;
}
.azure {
  color: #00a5ed;
}
.green {
  color: #79C41B;
}
.red {
  color: #c31b22;
}
.product-filter {
  text-align: center;
  padding: 10px 0 15px 0;
}
.product-filter-item {
  display: inline-block;
  width: 160px;
  text-align: center;
  color: white;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .product-filter-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.product-filter-item:last-of-type {
  margin-right: 0;
}
.product-filter-item-heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-filter-item .btn-group {
  width: 100%;
}
.product-filter-item .dropdown-toggle {
  padding-right: 30px;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
}
.product-filter-item .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 10px;
  border-top-width: 5px;
  border-left-width: 5px;
  border-right-width: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.product-filter-item .dropdown-menu {
  padding: 7px 0;
  width: 100%;
  min-width: initial;
  font-size: 14px;
  text-align: left;
  background-color: #f5f5f5;
  text-transform: uppercase;
  border-radius: 3px;
}
.product-filter-item .dropdown-menu .divider {
  margin: 7px 0;
}
.product-filter-item .dropdown-menu > li:hover {
  background-color: #eaeaea;
  cursor: pointer;
}
.product-filter-item .dropdown-menu > li:hover a {
  color: black;
}
.product-filter-item .dropdown-menu > li a {
  padding: 6px 14px;
  color: #000;
}
.product-filter-item .dropdown-menu > li a.item-selected {
  font-weight: bold;
}
.product-filter-item .dropdown-menu > li a.item-selected .glyphicon-remove {
  top: -1px;
  margin-right: 7px;
  font-weight: bold;
  color: #c31b22;
}
.product-filter-item .dropdown-menu > li a.item-selected .glyphicon-remove:before {
  content: '×';
}
/*# sourceMappingURL=neutral.css.map */