/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
  touch-action: none; }

/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
  touch-action: none; }

/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/dist/a4c733ec4baef9ad3896d4e34a8a5448.png); }

.ui-widget-header .ui-icon {
  background-image: url(/dist/a4c733ec4baef9ad3896d4e34a8a5448.png); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/dist/971364734f3b603e5d363a2634898b42.png); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/dist/bf27228a7d3957983584fa7698121ea1.png); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/dist/208a290102a4ada58a04de354a1354d7.png); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/dist/0de3b51742ed3ac61435875bccd8973b.png); }

.ui-button .ui-icon {
  background-image: url(/dist/73a1fd052c9d84c0ee0bea3ee85892ed.png); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666; }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

[class*=cal-cell]{float:left;margin-left:0;min-height:1px}.cal-row-fluid{width:100%}.cal-row-fluid:after,.cal-row-fluid:before{display:table;content:"";line-height:0}.cal-row-fluid:after{clear:both}.cal-row-fluid [class*=cal-cell]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:0}.cal-row-fluid .controls-row [class*=cal-cell]+[class*=cal-cell],.cal-row-fluid [class*=cal-cell]:first-child{margin-left:0}.cal-row-fluid .cal-cell7{width:100%}.cal-row-fluid .cal-cell6{width:85.71428571428571%}.cal-row-fluid .cal-cell5{width:71.42857142857142%}.cal-row-fluid .cal-cell4{width:57.14285714285714%}.cal-row-fluid .cal-cell3{width:42.857142857142854%}.cal-row-fluid .cal-cell2{width:28.57142857142857%}.cal-row-fluid .cal-offset7,.cal-row-fluid .cal-offset7:first-child,.cal-week-box .cal-offset7{margin-left:100%}.cal-row-fluid .cal-offset6,.cal-row-fluid .cal-offset6:first-child,.cal-week-box .cal-offset6{margin-left:85.71428571428571%}.cal-row-fluid .cal-offset5,.cal-row-fluid .cal-offset5:first-child,.cal-week-box .cal-offset5{margin-left:71.42857142857142%}.cal-row-fluid .cal-offset4,.cal-row-fluid .cal-offset4:first-child,.cal-week-box .cal-offset4{margin-left:57.14285714285714%}.cal-row-fluid .cal-offset3,.cal-row-fluid .cal-offset3:first-child,.cal-week-box .cal-offset3{margin-left:42.857142857142854%}.cal-row-fluid .cal-offset2,.cal-row-fluid .cal-offset2:first-child,.cal-week-box .cal-offset2{margin-left:28.57142857142857%}.cal-row-fluid .cal-offset1,.cal-row-fluid .cal-offset1:first-child,.cal-week-box .cal-offset1{margin-left:14.285714285714285%}.cal-row-fluid .cal-cell1{width:14.285714285714285%}.cal-row-fluid [class*=cal-cell].hide,[class*=cal-cell].hide{display:none}.cal-row-fluid [class*=cal-cell].pull-right,[class*=cal-cell].pull-right{float:right}.cal-row-head [class*=cal-cell],.cal-row-head [class*=cal-cell]:first-child{min-height:auto;overflow:hidden;text-overflow:ellipsis}.cal-events-num{margin-top:20px}.cal-month-day{position:relative;display:block;width:100%}#cal-week-box{position:absolute;width:70px;left:-71px;top:-1px;padding:8px 5px;cursor:pointer}#cal-day-tick{position:absolute;right:50%;bottom:-21px;padding:0 5px;cursor:pointer;z-index:5;width:26px;margin-right:-17px}.cal-year-box #cal-day-tick{margin-right:-7px}#cal-slide-box{position:relative}#cal-slide-tick{position:absolute;width:16px;margin-left:-7px;height:9px;top:-1px;z-index:1}#cal-slide-tick.tick-month1{left:12.5%}#cal-slide-tick.tick-month2{left:37.5%}#cal-slide-tick.tick-month3{left:62.5%}#cal-slide-tick.tick-month4{left:87.5%}#cal-slide-tick.tick-day1{left:7.14285714285715%}#cal-slide-tick.tick-day2{left:21.42857142857143%}#cal-slide-tick.tick-day3{left:35.71428571428572%}#cal-slide-tick.tick-day4{left:50%}#cal-slide-tick.tick-day5{left:64.2857142857143%}#cal-slide-tick.tick-day6{left:78.57142857142859%}#cal-slide-tick.tick-day7{left:92.85714285714285%}.events-list{position:absolute;bottom:0;left:0;overflow:hidden}#cal-slide-content ul.unstyled{margin-bottom:0}.cal-week-box{position:relative}.cal-week-box [data-event-class]{white-space:nowrap;height:30px;margin:1px;line-height:30px;text-overflow:ellipsis;overflow:hidden;padding-left:10px}.cal-week-box .cal-column{position:absolute;height:100%;z-index:-1}.cal-week-box .arrow-after,.cal-week-box .arrow-before{position:relative}.cal-week-box .arrow-after:after{content:"";position:absolute;top:0;width:0;height:0;right:0;border-top:15px solid #fff;border-left:8px solid;border-bottom:15px solid #FFF}.cal-week-box .arrow-before:before{content:"";position:absolute;top:0;width:0;height:0;left:1px;border-top:15px solid transparent;border-left:8px solid #FFF;border-bottom:15px solid transparent}#cal-day-box{text-wrap:none}#cal-day-box .cal-day-hour-part{height:30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-bottom:thin dashed #e1e1e1}#cal-day-box .cal-day-hour .day-highlight{height:30px}#cal-day-box .cal-hours{font-weight:bolder}#cal-day-box .cal-day-hour:nth-child(odd){background-color:#fafafa}#cal-day-box #cal-day-panel{position:relative;padding-left:60px}#cal-day-box #cal-day-panel-hour{position:absolute;width:100%;margin-left:-60px}#cal-day-box .day-event{position:relative;max-width:200px;overflow:hidden}#cal-day-box .day-highlight{line-height:30px;padding-left:8px;padding-right:8px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #c3c3c3;margin:1px;overflow:hidden;text-overflow:ellipsis}#cal-day-box .day-highlight.dh-event-important{border:1px solid #ad2121}#cal-day-box .day-highlight.dh-event-warning{border:1px solid #e3bc08}#cal-day-box .day-highlight.dh-event-info{border:1px solid #1e90ff}#cal-day-box .day-highlight.dh-event-inverse{border:1px solid #1b1b1b}#cal-day-box .day-highlight.dh-event-success{border:1px solid #006400}#cal-day-box .day-highlight.dh-event-special{background-color:#ffe6ff;border:1px solid purple}.event{display:block;background-color:#c3c3c3;width:12px;height:12px;margin-right:2px;margin-bottom:2px;-webkit-box-shadow:inset 0 0 5px 0 rgba(0,0,0,.4);box-shadow:inset 0 0 5px 0 rgba(0,0,0,.4);border-radius:8px;border:1px solid #fff}.event-block{display:block;background-color:#c3c3c3;width:20px;height:100%}.cal-event-list .event.pull-left{margin-top:3px}.event-important{background-color:#ad2121}.event-info{background-color:#1e90ff}.event-warning{background-color:#e3bc08}.event-inverse{background-color:#1b1b1b}.event-success{background-color:#006400}.event-special{background-color:purple}.day-highlight,.day-highlight:hover{background-color:#ddd}.day-highlight.dh-event-important,.day-highlight.dh-event-important:hover{background-color:#fae3e3}.day-highlight.dh-event-warning,.day-highlight.dh-event-warning:hover{background-color:#fdf1ba}.day-highlight.dh-event-info,.day-highlight.dh-event-info:hover{background-color:#d1e8ff}.day-highlight.dh-event-inverse,.day-highlight.dh-event-inverse:hover{background-color:#c1c1c1}.day-highlight.dh-event-success,.day-highlight.dh-event-success:hover{background-color:#caffca}.day-highlight.dh-event-special,.day-highlight.dh-event-special:hover{background-color:#ffe6ff}.cal-row-head [class*=cal-cell],.cal-row-head [class*=cal-cell]:first-child{font-weight:bolder;text-align:center;border:0 solid;padding:5px 0}.cal-row-head [class*=cal-cell] small{font-weight:400}.cal-row-fluid:hover,.cal-year-box .row-fluid:hover{background-color:#fafafa}.cal-month-day{height:100px}[class*=cal-cell]:hover{background-color:#ededed}.cal-month-box [class*=cal-cell],.cal-year-box [class*=span]{min-height:100px;border-right:1px solid #e1e1e1;position:relative}.cal-year-box [class*=span]{min-height:60px}.cal-month-box .cal-row-fluid [class*=cal-cell]:last-child,.cal-year-box .row-fluid [class*=span]:last-child{border-right:0}.cal-month-box .cal-row-fluid,.cal-year-box .row-fluid{border-bottom:1px solid #e1e1e1;margin-left:0;margin-right:0}.cal-month-box .cal-row-fluid:last-child,.cal-year-box .row-fluid:last-child{border-bottom:0}.cal-month-box,.cal-week-box,.cal-year-box{border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-left:1px solid #e1e1e1;border-radius:2px}span[data-cal-date]{font-size:1.2em;font-weight:400;opacity:.5;cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;margin-top:15px;margin-right:15px}span[data-cal-date]:hover{opacity:1}.cal-day-outmonth span[data-cal-date]{opacity:.1;cursor:default}.cal-day-today{background-color:#e8fde7}.cal-day-today span[data-cal-date]{color:#006400}.cal-month-box .cal-day-today span[data-cal-date]{font-size:1.9em}.cal-day-holiday span[data-cal-date]{color:purple}.cal-day-weekend span[data-cal-date]{color:#8b0000}#cal-week-box{border:1px solid #e1e1e1;border-right:0;border-radius:5px 0 0 5px;background-color:#fafafa;text-align:right}#cal-day-tick{border:1px solid #e1e1e1;border-top:0 solid;border-radius:0 0 5px 5px;background-color:#ededed;text-align:center}#cal-slide-box{border-top:0 solid #8c8c8c}#cal-slide-content{padding:20px;color:#fff;background-image:url(/dist/d35f4a25085e37219faf015fad06baeb.png);-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5)}#cal-slide-tick{background-image:url(/dist/3193899da9ff0f854a9e5cdc92b860b0.png)}#cal-slide-content:hover{background-color:transparent}#cal-slide-content a.event-item{color:#fff;font-weight:400;line-height:22px}.events-list{max-height:47px;padding-left:5px}.cal-column{border-left:1px solid #e1e1e1}a.cal-event-week{text-decoration:none;color:#151515}.badge-important{background-color:#b94a48}

@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 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(/dist/fonts/glyphicons-halflings-regular.eot);
  src: url(/dist/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/dist/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/dist/fonts/glyphicons-halflings-regular.woff) format("woff"), url(/dist/fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/dist/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: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.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: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.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"; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  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 {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.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: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  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; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  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: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 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: #eeeeee;
    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: 34px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    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: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@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: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@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: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.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: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.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;
    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);
    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 > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default: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: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    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 > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success: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 > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info: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 > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning: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 > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger: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;
    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, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  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: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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 input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 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: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-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: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .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: 4px; }
  .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: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      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: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .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: 767px) {
    .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, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .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: #090909; }
    .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: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

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

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  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; }

.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 {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    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: 6px;
  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:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    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: 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: #fff;
    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 #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 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 {
  content: " ";
  display: table; }

.clearfix: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 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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: 1199px) {
  .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: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !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; } }

@font-face {
  font-family: "allicons";
  src: url(/dist/fonts/allicons.eot);
  src: url(/dist/fonts/allicons.eot#iefix) format("embedded-opentype"), url(/dist/fonts/allicons.woff) format("woff"), url(/dist/fonts/allicons.ttf) format("truetype"), url(/dist/fonts/allicons.svg#allicons) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "allicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em; }

.icon-crown:before {
  content: "\E800"; }

.icon-users:before {
  content: "\E801"; }

.icon-female:before {
  content: "\E802"; }

.icon-child:before {
  content: "\E803"; }

.icon-male:before {
  content: "\E804"; }

.icon-heart:before {
  content: "\E805"; }

.icon-heart-empty:before {
  content: "\E806"; }

.icon-eye:before {
  content: "\E807"; }

.icon-globe:before {
  content: "\E808"; }

.icon-sun:before {
  content: "\E809"; }

.icon-cloud:before {
  content: "\E80A"; }

.icon-umbrella:before {
  content: "\E80B"; }

.icon-flash:before {
  content: "\E80C"; }

.icon-gift:before {
  content: "\E80D"; }

.icon-truck:before {
  content: "\E80E"; }

.icon-graduation-cap:before {
  content: "\E80F"; }

.icon-wheelchair:before {
  content: "\E810"; }

.icon-food:before {
  content: "\E811"; }

.icon-ambulance:before {
  content: "\E812"; }

.icon-medkit:before {
  content: "\E813"; }

.icon-tree:before {
  content: "\E814"; }

.icon-paw:before {
  content: "\E815"; }

.icon-heart-1:before {
  content: "\E816"; }

.icon-heart-empty-1:before {
  content: "\E817"; }

.icon-flag:before {
  content: "\E818"; }

.icon-eye-1:before {
  content: "\E819"; }

.icon-skiing:before {
  content: "\E81A"; }

.icon-school:before {
  content: "\E81B"; }

.icon-religious-jewish:before {
  content: "\E81C"; }

.icon-religious-islam:before {
  content: "\E81D"; }

.icon-religious-christian:before {
  content: "\E81E"; }

.icon-tree-2:before {
  content: "\E81F"; }

.icon-tree-1:before {
  content: "\E820"; }

.icon-pitch:before {
  content: "\E821"; }

.icon-town-hall:before {
  content: "\E822"; }

.icon-college:before {
  content: "\E823"; }

.icon-gift-1:before {
  content: "\E824"; }

.icon-book:before {
  content: "\E825"; }

.icon-giraffe:before {
  content: "\E826"; }

.icon-garden:before {
  content: "\E827"; }

.icon-art-gallery:before {
  content: "\E828"; }

.icon-embassy:before {
  content: "\E829"; }

.icon-bicycle:before {
  content: "\E82A"; }

.icon-swimming:before {
  content: "\E82B"; }

.icon-restaurant:before {
  content: "\E82C"; }

.icon-cinema:before {
  content: "\E82D"; }

.icon-music:before {
  content: "\E82E"; }

.icon-leaf:before {
  content: "\E82F"; }

.icon-palette:before {
  content: "\E830"; }

.icon-graduation-cap-1:before {
  content: "\E831"; }

.icon-user-md:before {
  content: "\E832"; }

.icon-stethoscope:before {
  content: "\E833"; }

.icon-money:before {
  content: "\E834"; }

.icon-magnet:before {
  content: "\E835"; }

.icon-beaker:before {
  content: "\E836"; }

.icon-recycle:before {
  content: "\E837"; }

.icon-lifebuoy:before {
  content: "\E838"; }

.icon-book-1:before {
  content: "\E839"; }

.icon-brush:before {
  content: "\E83A"; }

.icon-magnet-1:before {
  content: "\E83B"; }

.icon-mouse:before {
  content: "\E83C"; }

.icon-vector-pencil:before {
  content: "\E83D"; }

.icon-globe-1:before {
  content: "\E83E"; }

.icon-fuel:before {
  content: "\E83F"; }

.icon-ferry:before {
  content: "\E840"; }

.icon-heliport:before {
  content: "\E841"; }

.icon-lemon:before {
  content: "\E800"; }

.icon-blank:before {
  content: "\E801"; }

.icon-youtube-play:before {
  content: "\E802"; }

.icon-pin:before {
  content: "\E803"; }

.icon-glass:before {
  content: "\E804"; }

.icon-search:before {
  content: "\E805"; }

.icon-mail:before {
  content: "\E806"; }

.icon-mail-alt:before {
  content: "\E807"; }

.icon-music:before {
  content: "\E808"; }

.icon-th-large:before {
  content: "\E809"; }

.icon-th-list:before {
  content: "\E80A"; }

.icon-heart:before {
  content: "\E80B"; }

.icon-heart-empty:before {
  content: "\E80C"; }

.icon-star:before {
  content: "\E80D"; }

.icon-user:before {
  content: "\E80E"; }

.icon-users:before {
  content: "\E80F"; }

.icon-star-empty:before {
  content: "\E810"; }

.icon-star-half:before {
  content: "\E811"; }

.icon-video:before {
  content: "\E812"; }

.icon-videocam:before {
  content: "\E813"; }

.icon-picture:before {
  content: "\E814"; }

.icon-camera:before {
  content: "\E815"; }

.icon-camera-alt:before {
  content: "\E816"; }

.icon-help-circled:before {
  content: "\E817"; }

.icon-help:before {
  content: "\E818"; }

.icon-minus-squared-alt:before {
  content: "\E819"; }

.icon-minus-squared:before {
  content: "\E81A"; }

.icon-minus-circled:before {
  content: "\E81B"; }

.icon-minus:before {
  content: "\E81C"; }

.icon-plus-squared-alt:before {
  content: "\E81D"; }

.icon-plus-squared:before {
  content: "\E81E"; }

.icon-plus-circled:before {
  content: "\E81F"; }

.icon-plus:before {
  content: "\E820"; }

.icon-cancel-circled2:before {
  content: "\E821"; }

.icon-cancel-circled:before {
  content: "\E822"; }

.icon-cancel:before {
  content: "\E823"; }

.icon-ok-squared:before {
  content: "\E824"; }

.icon-ok-circled2:before {
  content: "\E825"; }

.icon-ok-circled:before {
  content: "\E826"; }

.icon-ok:before {
  content: "\E827"; }

.icon-star-half-alt:before {
  content: "\E828"; }

.icon-home:before {
  content: "\E829"; }

.icon-th:before {
  content: "\E82A"; }

.icon-male:before {
  content: "\E82B"; }

.icon-info-circled:before {
  content: "\E82C"; }

.icon-info:before {
  content: "\E82D"; }

.icon-link:before {
  content: "\E82E"; }

.icon-unlink:before {
  content: "\E82F"; }

.icon-link-ext:before {
  content: "\E830"; }

.icon-link-ext-alt:before {
  content: "\E831"; }

.icon-attach:before {
  content: "\E832"; }

.icon-lock:before {
  content: "\E833"; }

.icon-lock-open:before {
  content: "\E834"; }

.icon-lock-open-alt:before {
  content: "\E835"; }

.icon-female:before {
  content: "\E836"; }

.icon-eye:before {
  content: "\E837"; }

.icon-eye-off:before {
  content: "\E838"; }

.icon-tag:before {
  content: "\E839"; }

.icon-tags:before {
  content: "\E83A"; }

.icon-bookmark:before {
  content: "\E83B"; }

.icon-bookmark-empty:before {
  content: "\E83C"; }

.icon-flag:before {
  content: "\E83D"; }

.icon-flag-empty:before {
  content: "\E83E"; }

.icon-flag-checkered:before {
  content: "\E83F"; }

.icon-print:before {
  content: "\E840"; }

.icon-retweet:before {
  content: "\E841"; }

.icon-thumbs-up:before {
  content: "\E842"; }

.icon-thumbs-down:before {
  content: "\E843"; }

.icon-thumbs-up-alt:before {
  content: "\E844"; }

.icon-thumbs-down-alt:before {
  content: "\E845"; }

.icon-download:before {
  content: "\E846"; }

.icon-upload:before {
  content: "\E847"; }

.icon-download-cloud:before {
  content: "\E848"; }

.icon-upload-cloud:before {
  content: "\E849"; }

.icon-reply:before {
  content: "\E84A"; }

.icon-reply-all:before {
  content: "\E84B"; }

.icon-forward:before {
  content: "\E84C"; }

.icon-quote-left:before {
  content: "\E84D"; }

.icon-quote-right:before {
  content: "\E84E"; }

.icon-code:before {
  content: "\E84F"; }

.icon-export:before {
  content: "\E850"; }

.icon-export-alt:before {
  content: "\E851"; }

.icon-pencil:before {
  content: "\E852"; }

.icon-pencil-squared:before {
  content: "\E853"; }

.icon-edit:before {
  content: "\E854"; }

.icon-doc-text:before {
  content: "\E855"; }

.icon-docs:before {
  content: "\E856"; }

.icon-logout:before {
  content: "\E857"; }

.icon-login:before {
  content: "\E858"; }

.icon-doc:before {
  content: "\E859"; }

.icon-trash:before {
  content: "\E85A"; }

.icon-compass:before {
  content: "\E85B"; }

.icon-direction:before {
  content: "\E85C"; }

.icon-location:before {
  content: "\E85D"; }

.icon-attention-circled:before {
  content: "\E85E"; }

.icon-attention:before {
  content: "\E85F"; }

.icon-attention-alt:before {
  content: "\E860"; }

.icon-youtube-squared:before {
  content: "\E861"; }

.icon-youtube:before {
  content: "\E862"; }

.icon-android:before {
  content: "\E863"; }

.icon-apple:before {
  content: "\E864"; }

.icon-dropbox:before {
  content: "\E865"; }

.icon-instagramm:before {
  content: "\E866"; }

.icon-linkedin-squared:before {
  content: "\E867"; }

.icon-beaker:before {
  content: "\E868"; }

.icon-linkedin:before {
  content: "\E869"; }

.icon-maxcdn:before {
  content: "\E86A"; }

.icon-pagelines:before {
  content: "\E86B"; }

.icon-pinterest-circled:before {
  content: "\E86C"; }

.icon-pinterest-squared:before {
  content: "\E86D"; }

.icon-renren:before {
  content: "\E86E"; }

.icon-skype:before {
  content: "\E86F"; }

.icon-stackexchange:before {
  content: "\E870"; }

.icon-floppy:before {
  content: "\E871"; }

.icon-ajust:before {
  content: "\E872"; }

.icon-vimeo-squared:before {
  content: "\E873"; }

.icon-twitter:before {
  content: "\E874"; }

.icon-twitter-squared:before {
  content: "\E875"; }

.icon-tumblr-squared:before {
  content: "\E876"; }

.icon-tumblr:before {
  content: "\E877"; }

.icon-folder:before {
  content: "\E878"; }

.icon-folder-open:before {
  content: "\E879"; }

.icon-folder-empty:before {
  content: "\E87A"; }

.icon-gplus:before {
  content: "\E87B"; }

.icon-gplus-squared:before {
  content: "\E87C"; }

.icon-gittip:before {
  content: "\E87D"; }

.icon-rss:before {
  content: "\E87E"; }

.icon-comment-empty:before {
  content: "\E87F"; }

.icon-chat-empty:before {
  content: "\E880"; }

.icon-foursquare:before {
  content: "\E881"; }

.icon-flickr:before {
  content: "\E882"; }

.icon-facebook-squared:before {
  content: "\E883"; }

.icon-facebook:before {
  content: "\E884"; }

.icon-bell:before {
  content: "\E885"; }

.icon-dribbble:before {
  content: "\E886"; }

.icon-bell-alt:before {
  content: "\E887"; }

.icon-cog-alt:before {
  content: "\E888"; }

.icon-wrench:before {
  content: "\E889"; }

.icon-basket:before {
  content: "\E88A"; }

.icon-globe:before {
  content: "\E88B"; }

.icon-sun:before {
  content: "\E88C"; }

.icon-wheelchair:before {
  content: "\E88D"; }

.icon-coffee:before {
  content: "\E88E"; }

.icon-cloud:before {
  content: "\E88F"; }

.icon-beer:before {
  content: "\E890"; }

.icon-user-md:before {
  content: "\E891"; }

.icon-stethoscope:before {
  content: "\E892"; }

.icon-ambulance:before {
  content: "\E893"; }

.icon-medkit:before {
  content: "\E894"; }

.icon-h-sigh:before {
  content: "\E895"; }

.icon-hospital:before {
  content: "\E896"; }

.icon-building:before {
  content: "\E897"; }

.icon-smile:before {
  content: "\E898"; }

.icon-frown:before {
  content: "\E899"; }

.icon-meh:before {
  content: "\E89A"; }

.icon-anchor:before {
  content: "\E89B"; }

.icon-terminal:before {
  content: "\E89C"; }

.icon-eraser:before {
  content: "\E89D"; }

.icon-puzzle:before {
  content: "\E89E"; }

.icon-shield:before {
  content: "\E89F"; }

.icon-extinguisher:before {
  content: "\E8A0"; }

.icon-bullseye:before {
  content: "\E8A1"; }

.icon-adjust-huener:before {
  content: "\E8A2"; }

.icon-sitemap:before {
  content: "\E8A3"; }

.icon-gauge:before {
  content: "\E8A4"; }

.icon-hammer:before {
  content: "\E8A5"; }

.icon-sort-number-down:before {
  content: "\E8A6"; }

.icon-sort-number-up:before {
  content: "\E8A7"; }

.icon-sort-name-down:before {
  content: "\E8A8"; }

.icon-sort-name-up:before {
  content: "\E8A9"; }

.icon-sort-alt-down:before {
  content: "\E8AA"; }

.icon-sort-alt-up:before {
  content: "\E8AB"; }

.icon-sort-up:before {
  content: "\E8AC"; }

.icon-sort-down:before {
  content: "\E8AD"; }

.icon-sort:before {
  content: "\E8AE"; }

.icon-flash:before {
  content: "\E8AF"; }

.icon-moon:before {
  content: "\E8B0"; }

.icon-umbrella:before {
  content: "\E8B1"; }

.icon-flight:before {
  content: "\E8B2"; }

.icon-fighter-jet:before {
  content: "\E8B3"; }

.icon-leaf:before {
  content: "\E8B4"; }

.icon-font:before {
  content: "\E8B5"; }

.icon-bold:before {
  content: "\E8B6"; }

.icon-chart-bar:before {
  content: "\E8B7"; }

.icon-italic:before {
  content: "\E8B8"; }

.icon-credit-card:before {
  content: "\E8B9"; }

.icon-text-height:before {
  content: "\E8BA"; }

.icon-text-width:before {
  content: "\E8BB"; }

.icon-hdd:before {
  content: "\E8BC"; }

.icon-align-left:before {
  content: "\E8BD"; }

.icon-fork:before {
  content: "\E8BE"; }

.icon-align-center:before {
  content: "\E8BF"; }

.icon-align-right:before {
  content: "\E8C0"; }

.icon-certificate:before {
  content: "\E8C1"; }

.icon-tasks:before {
  content: "\E8C2"; }

.icon-filter:before {
  content: "\E8C3"; }

.icon-list:before {
  content: "\E8C4"; }

.icon-indent-left:before {
  content: "\E8C5"; }

.icon-truck:before {
  content: "\E8C6"; }

.icon-indent-right:before {
  content: "\E8C7"; }

.icon-euro:before {
  content: "\E8C8"; }

.icon-pound:before {
  content: "\E8C9"; }

.icon-eject:before {
  content: "\E8CA"; }

.icon-arrows-cw:before {
  content: "\E8CB"; }

.icon-left-circled2:before {
  content: "\E8CC"; }

.icon-angle-double-up:before {
  content: "\E8CD"; }

.icon-list-bullet:before {
  content: "\E8CE"; }

.icon-list-numbered:before {
  content: "\E8CF"; }

.icon-strike:before {
  content: "\E8D0"; }

.icon-underline:before {
  content: "\E8D1"; }

.icon-superscript:before {
  content: "\E8D2"; }

.icon-asterisk:before {
  content: "\E8D3"; }

.icon-subscript:before {
  content: "\E8D4"; }

.icon-keyboard:before {
  content: "\E8D5"; }

.icon-gamepad:before {
  content: "\E8D6"; }

.icon-comment:before {
  content: "\E8D7"; }

.icon-chat:before {
  content: "\E8D8"; }

.icon-off:before {
  content: "\E8D9"; }

.icon-road:before {
  content: "\E8DA"; }

.icon-megaphone:before {
  content: "\E8DB"; }

.icon-ticket:before {
  content: "\E8DC"; }

.icon-magnet:before {
  content: "\E8DD"; }

.icon-rocket:before {
  content: "\E8DE"; }

.icon-folder-open-empty:before {
  content: "\E8DF"; }

.icon-box:before {
  content: "\E8E0"; }

.icon-bug:before {
  content: "\E8E1"; }

.icon-rss-squared:before {
  content: "\E8E2"; }

.icon-phone:before {
  content: "\E8E3"; }

.icon-phone-squared:before {
  content: "\E8E4"; }

.icon-volume-off:before {
  content: "\E8E5"; }

.icon-volume-down:before {
  content: "\E8E6"; }

.icon-volume-up:before {
  content: "\E8E7"; }

.icon-headphones:before {
  content: "\E8E8"; }

.icon-clock:before {
  content: "\E8E9"; }

.icon-lightbulb:before {
  content: "\E8EA"; }

.icon-block:before {
  content: "\E8EB"; }

.icon-resize-full:before {
  content: "\E8EC"; }

.icon-resize-full-alt:before {
  content: "\E8ED"; }

.icon-magic:before {
  content: "\E8EE"; }

.icon-doc-inv:before {
  content: "\E8EF"; }

.icon-doc-text-inv:before {
  content: "\E8F0"; }

.icon-mic:before {
  content: "\E8F1"; }

.icon-mute:before {
  content: "\E8F2"; }

.icon-menu:before {
  content: "\E8F3"; }

.icon-cog:before {
  content: "\E8F4"; }

.icon-tint:before {
  content: "\E8F5"; }

.icon-gift:before {
  content: "\E8F6"; }

.icon-fire:before {
  content: "\E8F7"; }

.icon-calendar:before {
  content: "\E8F8"; }

.icon-calendar-empty:before {
  content: "\E8F9"; }

.icon-resize-small:before {
  content: "\E8FA"; }

.icon-resize-vertical:before {
  content: "\E8FB"; }

.icon-resize-horizontal:before {
  content: "\E8FC"; }

.icon-move:before {
  content: "\E8FD"; }

.icon-zoom-in:before {
  content: "\E8FE"; }

.icon-zoom-out:before {
  content: "\E8FF"; }

.icon-down-circled2:before {
  content: "\E900"; }

.icon-up-circled2:before {
  content: "\E901"; }

.icon-right-circled2:before {
  content: "\E902"; }

.icon-down-dir:before {
  content: "\E903"; }

.icon-up-dir:before {
  content: "\E904"; }

.icon-left-dir:before {
  content: "\E905"; }

.icon-right-dir:before {
  content: "\E906"; }

.icon-down-open:before {
  content: "\E907"; }

.icon-left-open:before {
  content: "\E908"; }

.icon-right-open:before {
  content: "\E909"; }

.icon-up-open:before {
  content: "\E90A"; }

.icon-angle-left:before {
  content: "\E90B"; }

.icon-angle-right:before {
  content: "\E90C"; }

.icon-angle-up:before {
  content: "\E90D"; }

.icon-angle-down:before {
  content: "\E90E"; }

.icon-angle-circled-left:before {
  content: "\E90F"; }

.icon-angle-circled-right:before {
  content: "\E910"; }

.icon-angle-circled-up:before {
  content: "\E911"; }

.icon-angle-circled-down:before {
  content: "\E912"; }

.icon-angle-double-left:before {
  content: "\E913"; }

.icon-angle-double-right:before {
  content: "\E914"; }

.icon-angle-double-down:before {
  content: "\E915"; }

.icon-down:before {
  content: "\E916"; }

.icon-left:before {
  content: "\E917"; }

.icon-right:before {
  content: "\E918"; }

.icon-up:before {
  content: "\E919"; }

.icon-down-big:before {
  content: "\E91A"; }

.icon-left-big:before {
  content: "\E91B"; }

.icon-right-big:before {
  content: "\E91C"; }

.icon-up-big:before {
  content: "\E91D"; }

.icon-right-hand:before {
  content: "\E91E"; }

.icon-left-hand:before {
  content: "\E91F"; }

.icon-up-hand:before {
  content: "\E920"; }

.icon-down-hand:before {
  content: "\E921"; }

.icon-left-circled:before {
  content: "\E922"; }

.icon-right-circled:before {
  content: "\E923"; }

.icon-up-circled:before {
  content: "\E924"; }

.icon-down-circled:before {
  content: "\E925"; }

.icon-cw:before {
  content: "\E926"; }

.icon-ccw:before {
  content: "\E927"; }

.icon-level-up:before {
  content: "\E928"; }

.icon-level-down:before {
  content: "\E929"; }

.icon-shuffle:before {
  content: "\E92A"; }

.icon-exchange:before {
  content: "\E92B"; }

.icon-expand:before {
  content: "\E92C"; }

.icon-collapse:before {
  content: "\E92D"; }

.icon-expand-right:before {
  content: "\E92E"; }

.icon-collapse-left:before {
  content: "\E92F"; }

.icon-play:before {
  content: "\E930"; }

.icon-play-circled:before {
  content: "\E931"; }

.icon-play-circled2:before {
  content: "\E932"; }

.icon-stop:before {
  content: "\E933"; }

.icon-pause:before {
  content: "\E934"; }

.icon-to-end:before {
  content: "\E935"; }

.icon-to-end-alt:before {
  content: "\E936"; }

.icon-to-start:before {
  content: "\E937"; }

.icon-to-start-alt:before {
  content: "\E938"; }

.icon-fast-fw:before {
  content: "\E939"; }

.icon-fast-bw:before {
  content: "\E93A"; }

.icon-trello:before {
  content: "\E93B"; }

.icon-signal:before {
  content: "\E93C"; }

.icon-award:before {
  content: "\E93D"; }

.icon-desktop:before {
  content: "\E93E"; }

.icon-laptop:before {
  content: "\E93F"; }

.icon-tablet:before {
  content: "\E940"; }

.icon-mobile:before {
  content: "\E941"; }

.icon-inbox:before {
  content: "\E942"; }

.icon-child:before {
  content: "\E943"; }

.icon-file-pdf:before {
  content: "\E944"; }

.icon-file-word:before {
  content: "\E945"; }

.icon-file-excel:before {
  content: "\E946"; }

.icon-file-powerpoint:before {
  content: "\E947"; }

.icon-file-image:before {
  content: "\E948"; }

.icon-file-archive:before {
  content: "\E949"; }

.icon-file-audio:before {
  content: "\E94A"; }

.icon-file-video:before {
  content: "\E94B"; }

.icon-file-code:before {
  content: "\E94C"; }

.icon-paper-plane:before {
  content: "\E94D"; }

.icon-paper-plane-empty:before {
  content: "\E94E"; }

.icon-space-shuttle:before {
  content: "\E94F"; }

.icon-header:before {
  content: "\E950"; }

.icon-paragraph:before {
  content: "\E951"; }

.icon-paste:before {
  content: "\E952"; }

.icon-align-justify:before {
  content: "\E953"; }

.icon-taxi:before {
  content: "\E954"; }

.icon-money:before {
  content: "\E955"; }

.icon-dollar:before {
  content: "\E956"; }

.icon-rupee:before {
  content: "\E957"; }

.icon-yen:before {
  content: "\E958"; }

.icon-rouble:before {
  content: "\E959"; }

.icon-try:before {
  content: "\E95A"; }

.icon-won:before {
  content: "\E95B"; }

.icon-bitcoin:before {
  content: "\E95C"; }

.icon-table:before {
  content: "\E95D"; }

.icon-columns:before {
  content: "\E95E"; }

.icon-briefcase:before {
  content: "\E95F"; }

.icon-suitcase:before {
  content: "\E960"; }

.icon-ellipsis:before {
  content: "\E961"; }

.icon-ellipsis-vert:before {
  content: "\E962"; }

.icon-key:before {
  content: "\E963"; }

.icon-bank:before {
  content: "\E964"; }

.icon-list-alt:before {
  content: "\E965"; }

.icon-qrcode:before {
  content: "\E966"; }

.icon-barcode:before {
  content: "\E967"; }

.icon-book:before {
  content: "\E968"; }

.icon-building-filled:before {
  content: "\E969"; }

.icon-tree:before {
  content: "\E96A"; }

.icon-check:before {
  content: "\E96B"; }

.icon-check-empty:before {
  content: "\E96C"; }

.icon-circle:before {
  content: "\E96D"; }

.icon-circle-empty:before {
  content: "\E96E"; }

.icon-dot-circled:before {
  content: "\E96F"; }

.icon-database:before {
  content: "\E970"; }

.icon-lifebuoy:before {
  content: "\E971"; }

.icon-rebel:before {
  content: "\E972"; }

.icon-empire:before {
  content: "\E973"; }

.icon-bomb:before {
  content: "\E974"; }

.icon-recycle:before {
  content: "\E975"; }

.icon-cubes:before {
  content: "\E976"; }

.icon-cube:before {
  content: "\E977"; }

.icon-spoon:before {
  content: "\E978"; }

.icon-paw:before {
  content: "\E979"; }

.icon-graduation-cap:before {
  content: "\E97A"; }

.icon-language:before {
  content: "\E97B"; }

.icon-adn:before {
  content: "\E97C"; }

.icon-behance:before {
  content: "\E97D"; }

.icon-behance-squared:before {
  content: "\E97E"; }

.icon-bitbucket:before {
  content: "\E97F"; }

.icon-bitbucket-squared:before {
  content: "\E980"; }

.icon-codeopen:before {
  content: "\E981"; }

.icon-css3:before {
  content: "\E982"; }

.icon-delicious:before {
  content: "\E983"; }

.icon-deviantart:before {
  content: "\E984"; }

.icon-digg:before {
  content: "\E985"; }

.icon-git-squared:before {
  content: "\E986"; }

.icon-git:before {
  content: "\E987"; }

.icon-github:before {
  content: "\E988"; }

.icon-github-squared:before {
  content: "\E989"; }

.icon-github-circled:before {
  content: "\E98A"; }

.icon-google:before {
  content: "\E98B"; }

.icon-pied-piper-squared:before {
  content: "\E98C"; }

.icon-pied-piper-alt:before {
  content: "\E98D"; }

.icon-qq:before {
  content: "\E98E"; }

.icon-reddit:before {
  content: "\E98F"; }

.icon-vine:before {
  content: "\E990"; }

.icon-fire-station:before {
  content: "\E991"; }

.icon-reddit-squared:before {
  content: "\E992"; }

.icon-wechat:before {
  content: "\E993"; }

.icon-weibo:before {
  content: "\E994"; }

.icon-windows:before {
  content: "\E995"; }

.icon-slack:before {
  content: "\E996"; }

.icon-soundclowd:before {
  content: "\E997"; }

.icon-music-3:before {
  content: "\E998"; }

.icon-search-5:before {
  content: "\E999"; }

.icon-mail-5:before {
  content: "\E99A"; }

.icon-stackoverflow:before {
  content: "\E99B"; }

.icon-steam:before {
  content: "\E99C"; }

.icon-yahoo:before {
  content: "\E99D"; }

.icon-stumbleupon:before {
  content: "\E99E"; }

.icon-steam-squared:before {
  content: "\E99F"; }

.icon-heart-5:before {
  content: "\E9A0"; }

.icon-stumbleupon-circled:before {
  content: "\E9A1"; }

.icon-openid:before {
  content: "\E9A2"; }

.icon-hacker-news:before {
  content: "\E9A3"; }

.icon-html5:before {
  content: "\E9A4"; }

.icon-joomla:before {
  content: "\E9A5"; }

.icon-jsfiddle:before {
  content: "\E9A6"; }

.icon-circle-notch:before {
  content: "\E9A7"; }

.icon-crop:before {
  content: "\E9A8"; }

.icon-scissors:before {
  content: "\E9A9"; }

.icon-circle-thin:before {
  content: "\E9AA"; }

.icon-share:before {
  content: "\E9AB"; }

.icon-history:before {
  content: "\E9AC"; }

.icon-target:before {
  content: "\E9AD"; }

.icon-sliders:before {
  content: "\E9AE"; }

.icon-fax:before {
  content: "\E9AF"; }

.icon-mail-squared:before {
  content: "\E9B0"; }

.icon-note:before {
  content: "\E9B1"; }

.icon-note-beamed:before {
  content: "\E9B2"; }

.icon-music-1:before {
  content: "\E9B3"; }

.icon-search-1:before {
  content: "\E9B4"; }

.icon-flashlight:before {
  content: "\E9B5"; }

.icon-mail-1:before {
  content: "\E9B6"; }

.icon-heart-1:before {
  content: "\E9B7"; }

.icon-heart-empty-1:before {
  content: "\E9B8"; }

.icon-star-1:before {
  content: "\E9B9"; }

.icon-star-empty-1:before {
  content: "\E9BA"; }

.icon-user-1:before {
  content: "\E9BB"; }

.icon-users-1:before {
  content: "\E9BC"; }

.icon-user-add:before {
  content: "\E9BD"; }

.icon-video-1:before {
  content: "\E9BE"; }

.icon-picture-1:before {
  content: "\E9BF"; }

.icon-camera-1:before {
  content: "\E9C0"; }

.icon-layout:before {
  content: "\E9C1"; }

.icon-menu-1:before {
  content: "\E9C2"; }

.icon-check-1:before {
  content: "\E9C3"; }

.icon-cancel-1:before {
  content: "\E9C4"; }

.icon-cancel-circled-1:before {
  content: "\E9C5"; }

.icon-cancel-squared:before {
  content: "\E9C6"; }

.icon-plus-1:before {
  content: "\E9C7"; }

.icon-plus-circled-1:before {
  content: "\E9C8"; }

.icon-plus-squared-1:before {
  content: "\E9C9"; }

.icon-minus-1:before {
  content: "\E9CA"; }

.icon-minus-circled-1:before {
  content: "\E9CB"; }

.icon-minus-squared-1:before {
  content: "\E9CC"; }

.icon-help-1:before {
  content: "\E9CD"; }

.icon-help-circled-1:before {
  content: "\E9CE"; }

.icon-info-1:before {
  content: "\E9CF"; }

.icon-info-circled-1:before {
  content: "\E9D0"; }

.icon-back:before {
  content: "\E9D1"; }

.icon-home-1:before {
  content: "\E9D2"; }

.icon-link-1:before {
  content: "\E9D3"; }

.icon-attach-1:before {
  content: "\E9D4"; }

.icon-lock-1:before {
  content: "\E9D5"; }

.icon-lock-open-1:before {
  content: "\E9D6"; }

.icon-eye-1:before {
  content: "\E9D7"; }

.icon-tag-1:before {
  content: "\E9D8"; }

.icon-bookmark-1:before {
  content: "\E9D9"; }

.icon-bookmarks:before {
  content: "\E9DA"; }

.icon-flag-1:before {
  content: "\E9DB"; }

.icon-thumbs-up-1:before {
  content: "\E9DC"; }

.icon-thumbs-down-1:before {
  content: "\E9DD"; }

.icon-download-1:before {
  content: "\E9DE"; }

.icon-upload-1:before {
  content: "\E9DF"; }

.icon-upload-cloud-1:before {
  content: "\E9E0"; }

.icon-reply-1:before {
  content: "\E9E1"; }

.icon-reply-all-1:before {
  content: "\E9E2"; }

.icon-forward-1:before {
  content: "\E9E3"; }

.icon-quote:before {
  content: "\E9E4"; }

.icon-code-1:before {
  content: "\E9E5"; }

.icon-export-1:before {
  content: "\E9E6"; }

.icon-pencil-1:before {
  content: "\E9E7"; }

.icon-feather:before {
  content: "\E9E8"; }

.icon-print-1:before {
  content: "\E9E9"; }

.icon-retweet-1:before {
  content: "\E9EA"; }

.icon-keyboard-1:before {
  content: "\E9EB"; }

.icon-comment-1:before {
  content: "\E9EC"; }

.icon-chat-1:before {
  content: "\E9ED"; }

.icon-bell-1:before {
  content: "\E9EE"; }

.icon-attention-1:before {
  content: "\E9EF"; }

.icon-alert:before {
  content: "\E9F0"; }

.icon-vcard:before {
  content: "\E9F1"; }

.icon-address:before {
  content: "\E9F2"; }

.icon-location-1:before {
  content: "\E9F3"; }

.icon-map:before {
  content: "\E9F4"; }

.icon-direction-1:before {
  content: "\E9F5"; }

.icon-compass-1:before {
  content: "\E9F6"; }

.icon-cup:before {
  content: "\E9F7"; }

.icon-trash-1:before {
  content: "\E9F8"; }

.icon-doc-1:before {
  content: "\E9F9"; }

.icon-docs-1:before {
  content: "\E9FA"; }

.icon-doc-landscape:before {
  content: "\E9FB"; }

.icon-doc-text-1:before {
  content: "\E9FC"; }

.icon-doc-text-inv-1:before {
  content: "\E9FD"; }

.icon-newspaper:before {
  content: "\E9FE"; }

.icon-book-open:before {
  content: "\E9FF"; }

.icon-book-1:before {
  content: "\EA00"; }

.icon-folder-1:before {
  content: "\EA01"; }

.icon-archive:before {
  content: "\EA02"; }

.icon-box-1:before {
  content: "\EA03"; }

.icon-rss-1:before {
  content: "\EA04"; }

.icon-phone-1:before {
  content: "\EA05"; }

.icon-cog-1:before {
  content: "\EA06"; }

.icon-tools:before {
  content: "\EA07"; }

.icon-share-1:before {
  content: "\EA08"; }

.icon-shareable:before {
  content: "\EA09"; }

.icon-basket-1:before {
  content: "\EA0A"; }

.icon-bag:before {
  content: "\EA0B"; }

.icon-calendar-1:before {
  content: "\EA0C"; }

.icon-login-1:before {
  content: "\EA0D"; }

.icon-logout-1:before {
  content: "\EA0E"; }

.icon-mic-1:before {
  content: "\EA0F"; }

.icon-mute-1:before {
  content: "\EA10"; }

.icon-sound:before {
  content: "\EA11"; }

.icon-volume:before {
  content: "\EA12"; }

.icon-clock-1:before {
  content: "\EA13"; }

.icon-hourglass:before {
  content: "\EA14"; }

.icon-lamp:before {
  content: "\EA15"; }

.icon-light-down:before {
  content: "\EA16"; }

.icon-light-up:before {
  content: "\EA17"; }

.icon-adjust:before {
  content: "\EA18"; }

.icon-block-1:before {
  content: "\EA19"; }

.icon-resize-full-1:before {
  content: "\EA1A"; }

.icon-resize-small-1:before {
  content: "\EA1B"; }

.icon-popup:before {
  content: "\EA1C"; }

.icon-publish:before {
  content: "\EA1D"; }

.icon-window:before {
  content: "\EA1E"; }

.icon-arrow-combo:before {
  content: "\EA1F"; }

.icon-down-circled-1:before {
  content: "\EA20"; }

.icon-left-circled-1:before {
  content: "\EA21"; }

.icon-right-circled-1:before {
  content: "\EA22"; }

.icon-up-circled-1:before {
  content: "\EA23"; }

.icon-down-open-1:before {
  content: "\EA24"; }

.icon-left-open-1:before {
  content: "\EA25"; }

.icon-right-open-1:before {
  content: "\EA26"; }

.icon-up-open-1:before {
  content: "\EA27"; }

.icon-down-open-mini:before {
  content: "\EA28"; }

.icon-left-open-mini:before {
  content: "\EA29"; }

.icon-right-open-mini:before {
  content: "\EA2A"; }

.icon-up-open-mini:before {
  content: "\EA2B"; }

.icon-down-open-big:before {
  content: "\EA2C"; }

.icon-left-open-big:before {
  content: "\EA2D"; }

.icon-right-open-big:before {
  content: "\EA2E"; }

.icon-up-open-big:before {
  content: "\EA2F"; }

.icon-down-1:before {
  content: "\EA30"; }

.icon-left-1:before {
  content: "\EA31"; }

.icon-right-1:before {
  content: "\EA32"; }

.icon-up-1:before {
  content: "\EA33"; }

.icon-down-dir-1:before {
  content: "\EA34"; }

.icon-left-dir-1:before {
  content: "\EA35"; }

.icon-right-dir-1:before {
  content: "\EA36"; }

.icon-up-dir-1:before {
  content: "\EA37"; }

.icon-down-bold:before {
  content: "\EA38"; }

.icon-left-bold:before {
  content: "\EA39"; }

.icon-right-bold:before {
  content: "\EA3A"; }

.icon-up-bold:before {
  content: "\EA3B"; }

.icon-down-thin:before {
  content: "\EA3C"; }

.icon-left-thin:before {
  content: "\EA3D"; }

.icon-right-thin:before {
  content: "\EA3E"; }

.icon-up-thin:before {
  content: "\EA3F"; }

.icon-ccw-1:before {
  content: "\EA40"; }

.icon-cw-1:before {
  content: "\EA41"; }

.icon-arrows-ccw:before {
  content: "\EA42"; }

.icon-level-down-1:before {
  content: "\EA43"; }

.icon-level-up-1:before {
  content: "\EA44"; }

.icon-shuffle-1:before {
  content: "\EA45"; }

.icon-loop:before {
  content: "\EA46"; }

.icon-switch:before {
  content: "\EA47"; }

.icon-play-1:before {
  content: "\EA48"; }

.icon-stop-1:before {
  content: "\EA49"; }

.icon-pause-1:before {
  content: "\EA4A"; }

.icon-record:before {
  content: "\EA4B"; }

.icon-to-end-1:before {
  content: "\EA4C"; }

.icon-to-start-1:before {
  content: "\EA4D"; }

.icon-fast-forward:before {
  content: "\EA4E"; }

.icon-fast-backward:before {
  content: "\EA4F"; }

.icon-progress-0:before {
  content: "\EA50"; }

.icon-progress-1:before {
  content: "\EA51"; }

.icon-progress-2:before {
  content: "\EA52"; }

.icon-progress-3:before {
  content: "\EA53"; }

.icon-target-1:before {
  content: "\EA54"; }

.icon-palette:before {
  content: "\EA55"; }

.icon-list-1:before {
  content: "\EA56"; }

.icon-list-add:before {
  content: "\EA57"; }

.icon-signal-1:before {
  content: "\EA58"; }

.icon-trophy:before {
  content: "\EA59"; }

.icon-battery:before {
  content: "\EA5A"; }

.icon-back-in-time:before {
  content: "\EA5B"; }

.icon-monitor:before {
  content: "\EA5C"; }

.icon-mobile-1:before {
  content: "\EA5D"; }

.icon-network:before {
  content: "\EA5E"; }

.icon-cd:before {
  content: "\EA5F"; }

.icon-inbox-1:before {
  content: "\EA60"; }

.icon-install:before {
  content: "\EA61"; }

.icon-globe-1:before {
  content: "\EA62"; }

.icon-cloud-1:before {
  content: "\EA63"; }

.icon-cloud-thunder:before {
  content: "\EA64"; }

.icon-flash-1:before {
  content: "\EA65"; }

.icon-moon-1:before {
  content: "\EA66"; }

.icon-flight-1:before {
  content: "\EA67"; }

.icon-paper-plane-1:before {
  content: "\EA68"; }

.icon-leaf-1:before {
  content: "\EA69"; }

.icon-lifebuoy-1:before {
  content: "\EA6A"; }

.icon-mouse:before {
  content: "\EA6B"; }

.icon-briefcase-1:before {
  content: "\EA6C"; }

.icon-suitcase-1:before {
  content: "\EA6D"; }

.icon-dot:before {
  content: "\EA6E"; }

.icon-dot-2:before {
  content: "\EA6F"; }

.icon-dot-3:before {
  content: "\EA70"; }

.icon-brush:before {
  content: "\EA71"; }

.icon-magnet-1:before {
  content: "\EA72"; }

.icon-infinity:before {
  content: "\EA73"; }

.icon-erase:before {
  content: "\EA74"; }

.icon-chart-pie:before {
  content: "\EA75"; }

.icon-chart-line:before {
  content: "\EA76"; }

.icon-chart-bar-1:before {
  content: "\EA77"; }

.icon-tape:before {
  content: "\EA78"; }

.icon-graduation-cap-1:before {
  content: "\EA79"; }

.icon-language-1:before {
  content: "\EA7A"; }

.icon-ticket-1:before {
  content: "\EA7B"; }

.icon-water:before {
  content: "\EA7C"; }

.icon-droplet:before {
  content: "\EA7D"; }

.icon-air:before {
  content: "\EA7E"; }

.icon-credit-card-1:before {
  content: "\EA7F"; }

.icon-floppy-1:before {
  content: "\EA80"; }

.icon-clipboard:before {
  content: "\EA81"; }

.icon-megaphone-1:before {
  content: "\EA82"; }

.icon-database-1:before {
  content: "\EA83"; }

.icon-drive:before {
  content: "\EA84"; }

.icon-bucket:before {
  content: "\EA85"; }

.icon-thermometer:before {
  content: "\EA86"; }

.icon-key-1:before {
  content: "\EA87"; }

.icon-flow-cascade:before {
  content: "\EA88"; }

.icon-flow-branch:before {
  content: "\EA89"; }

.icon-flow-tree:before {
  content: "\EA8A"; }

.icon-flow-parallel:before {
  content: "\EA8B"; }

.icon-rocket-1:before {
  content: "\EA8C"; }

.icon-gauge-1:before {
  content: "\EA8D"; }

.icon-traffic-cone:before {
  content: "\EA8E"; }

.icon-cc:before {
  content: "\EA8F"; }

.icon-cc-by:before {
  content: "\EA90"; }

.icon-cc-nc:before {
  content: "\EA91"; }

.icon-cc-nc-eu:before {
  content: "\EA92"; }

.icon-cc-nc-jp:before {
  content: "\EA93"; }

.icon-cc-sa:before {
  content: "\EA94"; }

.icon-cc-nd:before {
  content: "\EA95"; }

.icon-cc-pd:before {
  content: "\EA96"; }

.icon-cc-zero:before {
  content: "\EA97"; }

.icon-cc-share:before {
  content: "\EA98"; }

.icon-cc-remix:before {
  content: "\EA99"; }

.icon-github-1:before {
  content: "\EA9A"; }

.icon-github-circled-1:before {
  content: "\EA9B"; }

.icon-flickr-1:before {
  content: "\EA9C"; }

.icon-flickr-circled:before {
  content: "\EA9D"; }

.icon-vimeo-circled:before {
  content: "\EA9E"; }

.icon-twitter-1:before {
  content: "\EA9F"; }

.icon-twitter-circled:before {
  content: "\EAA0"; }

.icon-facebook-1:before {
  content: "\EAA1"; }

.icon-facebook-circled:before {
  content: "\EAA2"; }

.icon-facebook-squared-1:before {
  content: "\EAA3"; }

.icon-gplus-1:before {
  content: "\EAA4"; }

.icon-gplus-circled:before {
  content: "\EAA5"; }

.icon-pinterest:before {
  content: "\EAA6"; }

.icon-pinterest-circled-1:before {
  content: "\EAA7"; }

.icon-tumblr-1:before {
  content: "\EAA8"; }

.icon-tumblr-circled:before {
  content: "\EAA9"; }

.icon-linkedin-1:before {
  content: "\EAAA"; }

.icon-linkedin-circled:before {
  content: "\EAAB"; }

.icon-dribbble-1:before {
  content: "\EAAC"; }

.icon-dribbble-circled:before {
  content: "\EAAD"; }

.icon-stumbleupon-1:before {
  content: "\EAAE"; }

.icon-stumbleupon-circled-1:before {
  content: "\EAAF"; }

.icon-lastfm:before {
  content: "\EAB0"; }

.icon-rdio:before {
  content: "\EAB1"; }

.icon-rdio-circled:before {
  content: "\EAB2"; }

.icon-spotify:before {
  content: "\EAB3"; }

.icon-spotify-circled:before {
  content: "\EAB4"; }

.icon-qq-1:before {
  content: "\EAB5"; }

.icon-instagram:before {
  content: "\EAB6"; }

.icon-dropbox-1:before {
  content: "\EAB7"; }

.icon-evernote:before {
  content: "\EAB8"; }

.icon-flattr:before {
  content: "\EAB9"; }

.icon-skype-1:before {
  content: "\EABA"; }

.icon-skype-circled:before {
  content: "\EABB"; }

.icon-renren-1:before {
  content: "\EABC"; }

.icon-sina-weibo:before {
  content: "\EABD"; }

.icon-paypal:before {
  content: "\EABE"; }

.icon-picasa:before {
  content: "\EABF"; }

.icon-soundcloud:before {
  content: "\EAC0"; }

.icon-mixi:before {
  content: "\EAC1"; }

.icon-behance-1:before {
  content: "\EAC2"; }

.icon-google-circles:before {
  content: "\EAC3"; }

.icon-smashing:before {
  content: "\EAC4"; }

.icon-sweden:before {
  content: "\EAC5"; }

.icon-db-shape:before {
  content: "\EAC6"; }

.icon-logo-db:before {
  content: "\EAC7"; }

.icon-chart-area:before {
  content: "\EAC8"; }

.icon-flow-line:before {
  content: "\EAC9"; }

.icon-vimeo:before {
  content: "\EACA"; }

.icon-lastfm-circled:before {
  content: "\EACB"; }

.icon-vkontakte-1:before {
  content: "\EACC"; }

.icon-search-2:before {
  content: "\EACD"; }

.icon-mail-2:before {
  content: "\EACE"; }

.icon-heart-2:before {
  content: "\EACF"; }

.icon-star-2:before {
  content: "\EAD0"; }

.icon-user-2:before {
  content: "\EAD1"; }

.icon-user-woman:before {
  content: "\EAD2"; }

.icon-user-pair:before {
  content: "\EAD3"; }

.icon-video-alt:before {
  content: "\EAD4"; }

.icon-videocam-1:before {
  content: "\EAD5"; }

.icon-videocam-alt:before {
  content: "\EAD6"; }

.icon-camera-2:before {
  content: "\EAD7"; }

.icon-th-1:before {
  content: "\EAD8"; }

.icon-th-list-1:before {
  content: "\EAD9"; }

.icon-ok-1:before {
  content: "\EADA"; }

.icon-cancel-2:before {
  content: "\EADB"; }

.icon-cancel-circle:before {
  content: "\EADC"; }

.icon-plus-2:before {
  content: "\EADD"; }

.icon-home-2:before {
  content: "\EADE"; }

.icon-lock-2:before {
  content: "\EADF"; }

.icon-lock-open-2:before {
  content: "\EAE0"; }

.icon-eye-2:before {
  content: "\EAE1"; }

.icon-tag-2:before {
  content: "\EAE2"; }

.icon-thumbs-up-2:before {
  content: "\EAE3"; }

.icon-thumbs-down-2:before {
  content: "\EAE4"; }

.icon-download-2:before {
  content: "\EAE5"; }

.icon-export-2:before {
  content: "\EAE6"; }

.icon-pencil-2:before {
  content: "\EAE7"; }

.icon-pencil-alt:before {
  content: "\EAE8"; }

.icon-edit-1:before {
  content: "\EAE9"; }

.icon-chat-2:before {
  content: "\EAEA"; }

.icon-print-2:before {
  content: "\EAEB"; }

.icon-bell-2:before {
  content: "\EAEC"; }

.icon-attention-2:before {
  content: "\EAED"; }

.icon-info-2:before {
  content: "\EAEE"; }

.icon-question:before {
  content: "\EAEF"; }

.icon-location-2:before {
  content: "\EAF0"; }

.icon-trash-2:before {
  content: "\EAF1"; }

.icon-doc-2:before {
  content: "\EAF2"; }

.icon-article:before {
  content: "\EAF3"; }

.icon-article-alt:before {
  content: "\EAF4"; }

.icon-rss-2:before {
  content: "\EAF5"; }

.icon-wrench-1:before {
  content: "\EAF6"; }

.icon-basket-2:before {
  content: "\EAF7"; }

.icon-basket-alt:before {
  content: "\EAF8"; }

.icon-calendar-2:before {
  content: "\EAF9"; }

.icon-calendar-alt:before {
  content: "\EAFA"; }

.icon-volume-off-1:before {
  content: "\EAFB"; }

.icon-volume-down-1:before {
  content: "\EAFC"; }

.icon-volume-up-1:before {
  content: "\EAFD"; }

.icon-bullhorn:before {
  content: "\EAFE"; }

.icon-clock-2:before {
  content: "\EAFF"; }

.icon-clock-alt:before {
  content: "\EB00"; }

.icon-stop-2:before {
  content: "\EB01"; }

.icon-resize-full-2:before {
  content: "\EB02"; }

.icon-resize-small-2:before {
  content: "\EB03"; }

.icon-zoom-in-1:before {
  content: "\EB04"; }

.icon-zoom-out-1:before {
  content: "\EB05"; }

.icon-popup-1:before {
  content: "\EB06"; }

.icon-down-dir-2:before {
  content: "\EB07"; }

.icon-left-dir-2:before {
  content: "\EB08"; }

.icon-right-dir-2:before {
  content: "\EB09"; }

.icon-up-dir-2:before {
  content: "\EB0A"; }

.icon-down-2:before {
  content: "\EB0B"; }

.icon-up-2:before {
  content: "\EB0C"; }

.icon-cw-2:before {
  content: "\EB0D"; }

.icon-signal-2:before {
  content: "\EB0E"; }

.icon-award-1:before {
  content: "\EB0F"; }

.icon-mobile-2:before {
  content: "\EB10"; }

.icon-mobile-alt:before {
  content: "\EB11"; }

.icon-tablet-1:before {
  content: "\EB12"; }

.icon-ipod:before {
  content: "\EB13"; }

.icon-cd-1:before {
  content: "\EB14"; }

.icon-grid:before {
  content: "\EB15"; }

.icon-book-2:before {
  content: "\EB16"; }

.icon-easel:before {
  content: "\EB17"; }

.icon-globe-2:before {
  content: "\EB18"; }

.icon-chart:before {
  content: "\EB19"; }

.icon-chart-bar-2:before {
  content: "\EB1A"; }

.icon-chart-pie-1:before {
  content: "\EB1B"; }

.icon-dollar-1:before {
  content: "\EB1C"; }

.icon-at:before {
  content: "\EB1D"; }

.icon-colon:before {
  content: "\EB1E"; }

.icon-semicolon:before {
  content: "\EB1F"; }

.icon-squares:before {
  content: "\EB20"; }

.icon-sun-2:before {
  content: "\EB21"; }

.icon-sun-inv-1:before {
  content: "\EB22"; }

.icon-cloud-6:before {
  content: "\EB23"; }

.icon-rain:before {
  content: "\EB24"; }

.icon-flash-3:before {
  content: "\EB25"; }

.icon-moon-2:before {
  content: "\EB26"; }

.icon-moon-inv:before {
  content: "\EB27"; }

.icon-search-3:before {
  content: "\EB28"; }

.icon-mail-3:before {
  content: "\EB29"; }

.icon-heart-3:before {
  content: "\EB2A"; }

.icon-heart-broken:before {
  content: "\EB2B"; }

.icon-star-3:before {
  content: "\EB2C"; }

.icon-star-empty-2:before {
  content: "\EB2D"; }

.icon-star-half-1:before {
  content: "\EB2E"; }

.icon-star-half_empty:before {
  content: "\EB2F"; }

.icon-user-3:before {
  content: "\EB30"; }

.icon-user-male:before {
  content: "\EB31"; }

.icon-user-female:before {
  content: "\EB32"; }

.icon-users-2:before {
  content: "\EB33"; }

.icon-movie:before {
  content: "\EB34"; }

.icon-videocam-2:before {
  content: "\EB35"; }

.icon-isight:before {
  content: "\EB36"; }

.icon-camera-3:before {
  content: "\EB37"; }

.icon-menu-2:before {
  content: "\EB38"; }

.icon-th-thumb:before {
  content: "\EB39"; }

.icon-th-thumb-empty:before {
  content: "\EB3A"; }

.icon-th-list-2:before {
  content: "\EB3B"; }

.icon-ok-2:before {
  content: "\EB3C"; }

.icon-ok-circled-1:before {
  content: "\EB3D"; }

.icon-cancel-3:before {
  content: "\EB3E"; }

.icon-cancel-circled-2:before {
  content: "\EB3F"; }

.icon-plus-3:before {
  content: "\EB40"; }

.icon-help-circled-2:before {
  content: "\EB41"; }

.icon-help-circled-alt:before {
  content: "\EB42"; }

.icon-info-circled-2:before {
  content: "\EB43"; }

.icon-info-circled-alt:before {
  content: "\EB44"; }

.icon-home-3:before {
  content: "\EB45"; }

.icon-link-2:before {
  content: "\EB46"; }

.icon-attach-2:before {
  content: "\EB47"; }

.icon-lock-3:before {
  content: "\EB48"; }

.icon-lock-alt:before {
  content: "\EB49"; }

.icon-lock-open-3:before {
  content: "\EB4A"; }

.icon-lock-open-alt-1:before {
  content: "\EB4B"; }

.icon-eye-3:before {
  content: "\EB4C"; }

.icon-download-3:before {
  content: "\EB4D"; }

.icon-upload-2:before {
  content: "\EB4E"; }

.icon-download-cloud-1:before {
  content: "\EB4F"; }

.icon-upload-cloud-2:before {
  content: "\EB50"; }

.icon-reply-2:before {
  content: "\EB51"; }

.icon-pencil-3:before {
  content: "\EB52"; }

.icon-export-3:before {
  content: "\EB53"; }

.icon-print-3:before {
  content: "\EB54"; }

.icon-retweet-2:before {
  content: "\EB55"; }

.icon-comment-2:before {
  content: "\EB56"; }

.icon-chat-3:before {
  content: "\EB57"; }

.icon-bell-3:before {
  content: "\EB58"; }

.icon-attention-3:before {
  content: "\EB59"; }

.icon-attention-alt-1:before {
  content: "\EB5A"; }

.icon-location-3:before {
  content: "\EB5B"; }

.icon-trash-3:before {
  content: "\EB5C"; }

.icon-doc-3:before {
  content: "\EB5D"; }

.icon-newspaper-1:before {
  content: "\EB5E"; }

.icon-folder-2:before {
  content: "\EB5F"; }

.icon-folder-open-1:before {
  content: "\EB60"; }

.icon-folder-empty-1:before {
  content: "\EB61"; }

.icon-folder-open-empty-1:before {
  content: "\EB62"; }

.icon-cog-2:before {
  content: "\EB63"; }

.icon-calendar-3:before {
  content: "\EB64"; }

.icon-login-2:before {
  content: "\EB65"; }

.icon-logout-2:before {
  content: "\EB66"; }

.icon-mic-2:before {
  content: "\EB67"; }

.icon-mic-off:before {
  content: "\EB68"; }

.icon-clock-3:before {
  content: "\EB69"; }

.icon-stopwatch:before {
  content: "\EB6A"; }

.icon-hourglass-1:before {
  content: "\EB6B"; }

.icon-zoom-in-2:before {
  content: "\EB6C"; }

.icon-zoom-out-2:before {
  content: "\EB6D"; }

.icon-down-open-2:before {
  content: "\EB6E"; }

.icon-left-open-2:before {
  content: "\EB6F"; }

.icon-right-open-2:before {
  content: "\EB70"; }

.icon-up-open-2:before {
  content: "\EB71"; }

.icon-down-3:before {
  content: "\EB72"; }

.icon-left-2:before {
  content: "\EB73"; }

.icon-right-2:before {
  content: "\EB74"; }

.icon-up-3:before {
  content: "\EB75"; }

.icon-down-bold-1:before {
  content: "\EB76"; }

.icon-left-bold-1:before {
  content: "\EB77"; }

.icon-right-bold-1:before {
  content: "\EB78"; }

.icon-up-bold-1:before {
  content: "\EB79"; }

.icon-down-fat:before {
  content: "\EB7A"; }

.icon-left-fat:before {
  content: "\EB7B"; }

.icon-right-fat:before {
  content: "\EB7C"; }

.icon-up-fat:before {
  content: "\EB7D"; }

.icon-ccw-2:before {
  content: "\EB7E"; }

.icon-shuffle-2:before {
  content: "\EB7F"; }

.icon-play-2:before {
  content: "\EB80"; }

.icon-pause-2:before {
  content: "\EB81"; }

.icon-stop-3:before {
  content: "\EB82"; }

.icon-to-end-2:before {
  content: "\EB83"; }

.icon-to-start-2:before {
  content: "\EB84"; }

.icon-fast-forward-1:before {
  content: "\EB85"; }

.icon-fast-backward-1:before {
  content: "\EB86"; }

.icon-trophy-1:before {
  content: "\EB87"; }

.icon-monitor-1:before {
  content: "\EB88"; }

.icon-tablet-2:before {
  content: "\EB89"; }

.icon-mobile-3:before {
  content: "\EB8A"; }

.icon-data-science:before {
  content: "\EB8B"; }

.icon-data-science-inv:before {
  content: "\EB8C"; }

.icon-inbox-2:before {
  content: "\EB8D"; }

.icon-globe-3:before {
  content: "\EB8E"; }

.icon-globe-inv:before {
  content: "\EB8F"; }

.icon-flash-2:before {
  content: "\EB90"; }

.icon-cloud-2:before {
  content: "\EB91"; }

.icon-coverflow:before {
  content: "\EB92"; }

.icon-coverflow-empty:before {
  content: "\EB93"; }

.icon-math:before {
  content: "\EB94"; }

.icon-math-circled:before {
  content: "\EB95"; }

.icon-math-circled-empty:before {
  content: "\EB96"; }

.icon-paper-plane-2:before {
  content: "\EB97"; }

.icon-paper-plane-alt:before {
  content: "\EB98"; }

.icon-paper-plane-alt2:before {
  content: "\EB99"; }

.icon-fontsize:before {
  content: "\EB9A"; }

.icon-color-adjust:before {
  content: "\EB9B"; }

.icon-fire-1:before {
  content: "\EB9C"; }

.icon-chart-bar-3:before {
  content: "\EB9D"; }

.icon-hdd-1:before {
  content: "\EB9E"; }

.icon-connected-object:before {
  content: "\EB9F"; }

.icon-ruler:before {
  content: "\EBA0"; }

.icon-vector-pencil:before {
  content: "\EBA1"; }

.icon-at-1:before {
  content: "\EBA2"; }

.icon-hash:before {
  content: "\EBA3"; }

.icon-king:before {
  content: "\EBA4"; }

.icon-joystick:before {
  content: "\EBA5"; }

.icon-adjust-huener2:before {
  content: "\EBA6"; }

.icon-adjust-huener1:before {
  content: "\EBA7"; }

.icon-anchor-1:before {
  content: "\EBA8"; }

.icon-spread:before {
  content: "\EBA9"; }

.icon-glass-1:before {
  content: "\EBAA"; }

.icon-music-2:before {
  content: "\EBAB"; }

.icon-search-4:before {
  content: "\EBAC"; }

.icon-search-circled:before {
  content: "\EBAD"; }

.icon-mail-4:before {
  content: "\EBAE"; }

.icon-mail-circled:before {
  content: "\EBAF"; }

.icon-heart-4:before {
  content: "\EBB0"; }

.icon-heart-circled:before {
  content: "\EBB1"; }

.icon-heart-empty-2:before {
  content: "\EBB2"; }

.icon-star-4:before {
  content: "\EBB3"; }

.icon-star-circled:before {
  content: "\EBB4"; }

.icon-star-empty-3:before {
  content: "\EBB5"; }

.icon-user-4:before {
  content: "\EBB6"; }

.icon-group:before {
  content: "\EBB7"; }

.icon-group-circled:before {
  content: "\EBB8"; }

.icon-torso:before {
  content: "\EBB9"; }

.icon-video-2:before {
  content: "\EBBA"; }

.icon-video-circled:before {
  content: "\EBBB"; }

.icon-video-alt-1:before {
  content: "\EBBC"; }

.icon-videocam-3:before {
  content: "\EBBD"; }

.icon-video-chat:before {
  content: "\EBBE"; }

.icon-picture-2:before {
  content: "\EBBF"; }

.icon-camera-4:before {
  content: "\EBC0"; }

.icon-photo:before {
  content: "\EBC1"; }

.icon-photo-circled:before {
  content: "\EBC2"; }

.icon-th-large-1:before {
  content: "\EBC3"; }

.icon-th-2:before {
  content: "\EBC4"; }

.icon-th-list-3:before {
  content: "\EBC5"; }

.icon-view-mode:before {
  content: "\EBC6"; }

.icon-ok-3:before {
  content: "\EBC7"; }

.icon-ok-circled-2:before {
  content: "\EBC8"; }

.icon-ok-circled2-1:before {
  content: "\EBC9"; }

.icon-cancel-4:before {
  content: "\EBCA"; }

.icon-cancel-circled-3:before {
  content: "\EBCB"; }

.icon-cancel-circled2-1:before {
  content: "\EBCC"; }

.icon-plus-4:before {
  content: "\EBCD"; }

.icon-plus-circled-2:before {
  content: "\EBCE"; }

.icon-minus-2:before {
  content: "\EBCF"; }

.icon-minus-circled-2:before {
  content: "\EBD0"; }

.icon-help-2:before {
  content: "\EBD1"; }

.icon-help-circled-3:before {
  content: "\EBD2"; }

.icon-info-circled-3:before {
  content: "\EBD3"; }

.icon-home-4:before {
  content: "\EBD4"; }

.icon-home-circled:before {
  content: "\EBD5"; }

.icon-website:before {
  content: "\EBD6"; }

.icon-website-circled:before {
  content: "\EBD7"; }

.icon-attach-3:before {
  content: "\EBD8"; }

.icon-attach-circled:before {
  content: "\EBD9"; }

.icon-lock-4:before {
  content: "\EBDA"; }

.icon-lock-circled:before {
  content: "\EBDB"; }

.icon-lock-open-4:before {
  content: "\EBDC"; }

.icon-lock-open-alt-2:before {
  content: "\EBDD"; }

.icon-eye-4:before {
  content: "\EBDE"; }

.icon-eye-off-1:before {
  content: "\EBDF"; }

.icon-tag-3:before {
  content: "\EBE0"; }

.icon-tags-1:before {
  content: "\EBE1"; }

.icon-bookmark-2:before {
  content: "\EBE2"; }

.icon-bookmark-empty-1:before {
  content: "\EBE3"; }

.icon-flag-2:before {
  content: "\EBE4"; }

.icon-flag-circled:before {
  content: "\EBE5"; }

.icon-thumbs-up-3:before {
  content: "\EBE6"; }

.icon-thumbs-down-3:before {
  content: "\EBE7"; }

.icon-download-4:before {
  content: "\EBE8"; }

.icon-download-alt:before {
  content: "\EBE9"; }

.icon-upload-3:before {
  content: "\EBEA"; }

.icon-share-2:before {
  content: "\EBEB"; }

.icon-quote-1:before {
  content: "\EBEC"; }

.icon-quote-circled:before {
  content: "\EBED"; }

.icon-export-4:before {
  content: "\EBEE"; }

.icon-pencil-4:before {
  content: "\EBEF"; }

.icon-pencil-circled:before {
  content: "\EBF0"; }

.icon-edit-2:before {
  content: "\EBF1"; }

.icon-edit-circled:before {
  content: "\EBF2"; }

.icon-edit-alt:before {
  content: "\EBF3"; }

.icon-print-4:before {
  content: "\EBF4"; }

.icon-retweet-3:before {
  content: "\EBF5"; }

.icon-comment-3:before {
  content: "\EBF6"; }

.icon-comment-alt:before {
  content: "\EBF7"; }

.icon-bell-4:before {
  content: "\EBF8"; }

.icon-warning:before {
  content: "\EBF9"; }

.icon-exclamation:before {
  content: "\EBFA"; }

.icon-error:before {
  content: "\EBFB"; }

.icon-error-alt:before {
  content: "\EBFC"; }

.icon-location-4:before {
  content: "\EBFD"; }

.icon-location-circled:before {
  content: "\EBFE"; }

.icon-compass-2:before {
  content: "\EBFF"; }

.icon-compass-circled:before {
  content: "\EC00"; }

.icon-trash-4:before {
  content: "\EC01"; }

.icon-trash-circled:before {
  content: "\EC02"; }

.icon-doc-4:before {
  content: "\EC03"; }

.icon-doc-circled:before {
  content: "\EC04"; }

.icon-doc-new:before {
  content: "\EC05"; }

.icon-doc-new-circled:before {
  content: "\EC06"; }

.icon-folder-3:before {
  content: "\EC07"; }

.icon-folder-circled:before {
  content: "\EC08"; }

.icon-folder-close:before {
  content: "\EC09"; }

.icon-folder-open-2:before {
  content: "\EC0A"; }

.icon-rss-3:before {
  content: "\EC0B"; }

.icon-phone-2:before {
  content: "\EC0C"; }

.icon-phone-circled:before {
  content: "\EC0D"; }

.icon-cog-3:before {
  content: "\EC0E"; }

.icon-cog-circled:before {
  content: "\EC0F"; }

.icon-cogs:before {
  content: "\EC10"; }

.icon-wrench-2:before {
  content: "\EC11"; }

.icon-wrench-circled:before {
  content: "\EC12"; }

.icon-basket-3:before {
  content: "\EC13"; }

.icon-basket-circled:before {
  content: "\EC14"; }

.icon-calendar-4:before {
  content: "\EC15"; }

.icon-calendar-circled:before {
  content: "\EC16"; }

.icon-mic-3:before {
  content: "\EC17"; }

.icon-mic-circled:before {
  content: "\EC18"; }

.icon-volume-off-2:before {
  content: "\EC19"; }

.icon-volume-down-2:before {
  content: "\EC1A"; }

.icon-volume-1:before {
  content: "\EC1B"; }

.icon-volume-up-2:before {
  content: "\EC1C"; }

.icon-headphones-1:before {
  content: "\EC1D"; }

.icon-clock-4:before {
  content: "\EC1E"; }

.icon-clock-circled:before {
  content: "\EC1F"; }

.icon-lightbulb-1:before {
  content: "\EC20"; }

.icon-lightbulb-alt:before {
  content: "\EC21"; }

.icon-block-2:before {
  content: "\EC22"; }

.icon-resize-full-3:before {
  content: "\EC23"; }

.icon-resize-full-alt-1:before {
  content: "\EC24"; }

.icon-resize-small-3:before {
  content: "\EC25"; }

.icon-resize-vertical-1:before {
  content: "\EC26"; }

.icon-resize-horizontal-1:before {
  content: "\EC27"; }

.icon-move-1:before {
  content: "\EC28"; }

.icon-zoom-in-3:before {
  content: "\EC29"; }

.icon-zoom-out-3:before {
  content: "\EC2A"; }

.icon-down-open-3:before {
  content: "\EC2B"; }

.icon-left-open-3:before {
  content: "\EC2C"; }

.icon-right-open-3:before {
  content: "\EC2D"; }

.icon-up-open-3:before {
  content: "\EC2E"; }

.icon-down-4:before {
  content: "\EC2F"; }

.icon-left-3:before {
  content: "\EC30"; }

.icon-right-3:before {
  content: "\EC31"; }

.icon-up-4:before {
  content: "\EC32"; }

.icon-down-circled-2:before {
  content: "\EC33"; }

.icon-left-circled-2:before {
  content: "\EC34"; }

.icon-right-circled-2:before {
  content: "\EC35"; }

.icon-up-circled-2:before {
  content: "\EC36"; }

.icon-down-hand-1:before {
  content: "\EC37"; }

.icon-left-hand-1:before {
  content: "\EC38"; }

.icon-right-hand-1:before {
  content: "\EC39"; }

.icon-up-hand-1:before {
  content: "\EC3A"; }

.icon-cw-3:before {
  content: "\EC3B"; }

.icon-cw-circled:before {
  content: "\EC3C"; }

.icon-arrows-cw-1:before {
  content: "\EC3D"; }

.icon-shuffle-3:before {
  content: "\EC3E"; }

.icon-play-3:before {
  content: "\EC3F"; }

.icon-play-circled-1:before {
  content: "\EC40"; }

.icon-play-circled2-1:before {
  content: "\EC41"; }

.icon-stop-4:before {
  content: "\EC42"; }

.icon-stop-circled:before {
  content: "\EC43"; }

.icon-pause-3:before {
  content: "\EC44"; }

.icon-pause-circled:before {
  content: "\EC45"; }

.icon-record-1:before {
  content: "\EC46"; }

.icon-eject-1:before {
  content: "\EC47"; }

.icon-backward:before {
  content: "\EC48"; }

.icon-backward-circled:before {
  content: "\EC49"; }

.icon-fast-backward-2:before {
  content: "\EC4A"; }

.icon-fast-forward-2:before {
  content: "\EC4B"; }

.icon-forward-2:before {
  content: "\EC4C"; }

.icon-forward-circled:before {
  content: "\EC4D"; }

.icon-step-backward:before {
  content: "\EC4E"; }

.icon-step-forward:before {
  content: "\EC4F"; }

.icon-target-2:before {
  content: "\EC50"; }

.icon-signal-3:before {
  content: "\EC51"; }

.icon-desktop-1:before {
  content: "\EC52"; }

.icon-desktop-circled:before {
  content: "\EC53"; }

.icon-laptop-1:before {
  content: "\EC54"; }

.icon-laptop-circled:before {
  content: "\EC55"; }

.icon-network-1:before {
  content: "\EC56"; }

.icon-inbox-3:before {
  content: "\EC57"; }

.icon-inbox-circled:before {
  content: "\EC58"; }

.icon-inbox-alt:before {
  content: "\EC59"; }

.icon-globe-4:before {
  content: "\EC5A"; }

.icon-globe-alt:before {
  content: "\EC5B"; }

.icon-cloud-3:before {
  content: "\EC5C"; }

.icon-cloud-circled:before {
  content: "\EC5D"; }

.icon-flight-2:before {
  content: "\EC5E"; }

.icon-leaf-2:before {
  content: "\EC5F"; }

.icon-font-1:before {
  content: "\EC60"; }

.icon-fontsize-1:before {
  content: "\EC61"; }

.icon-bold-1:before {
  content: "\EC62"; }

.icon-italic-1:before {
  content: "\EC63"; }

.icon-text-height-1:before {
  content: "\EC64"; }

.icon-text-width-1:before {
  content: "\EC65"; }

.icon-align-left-1:before {
  content: "\EC66"; }

.icon-align-center-1:before {
  content: "\EC67"; }

.icon-align-right-1:before {
  content: "\EC68"; }

.icon-align-justify-1:before {
  content: "\EC69"; }

.icon-list-2:before {
  content: "\EC6A"; }

.icon-indent-left-1:before {
  content: "\EC6B"; }

.icon-indent-right-1:before {
  content: "\EC6C"; }

.icon-briefcase-2:before {
  content: "\EC6D"; }

.icon-off-1:before {
  content: "\EC6E"; }

.icon-road-1:before {
  content: "\EC6F"; }

.icon-qrcode-1:before {
  content: "\EC70"; }

.icon-barcode-1:before {
  content: "\EC71"; }

.icon-braille:before {
  content: "\EC72"; }

.icon-book-3:before {
  content: "\EC73"; }

.icon-adjust-1:before {
  content: "\EC74"; }

.icon-tint-1:before {
  content: "\EC75"; }

.icon-check-2:before {
  content: "\EC76"; }

.icon-check-empty-1:before {
  content: "\EC77"; }

.icon-asterisk-1:before {
  content: "\EC78"; }

.icon-gift-1:before {
  content: "\EC79"; }

.icon-fire-2:before {
  content: "\EC7A"; }

.icon-magnet-2:before {
  content: "\EC7B"; }

.icon-chart-1:before {
  content: "\EC7C"; }

.icon-chart-circled:before {
  content: "\EC7D"; }

.icon-credit-card-2:before {
  content: "\EC7E"; }

.icon-megaphone-2:before {
  content: "\EC7F"; }

.icon-clipboard-1:before {
  content: "\EC80"; }

.icon-hdd-2:before {
  content: "\EC81"; }

.icon-key-2:before {
  content: "\EC82"; }

.icon-certificate-1:before {
  content: "\EC83"; }

.icon-tasks-1:before {
  content: "\EC84"; }

.icon-filter-1:before {
  content: "\EC85"; }

.icon-star-5:before {
  content: "\EC86"; }

.icon-user-5:before {
  content: "\EC87"; }

.icon-videocam-4:before {
  content: "\EC88"; }

.icon-camera-5:before {
  content: "\EC89"; }

.icon-photo-1:before {
  content: "\EC8A"; }

.icon-note-1:before {
  content: "\EC8B"; }

.icon-cog-4:before {
  content: "\EC8C"; }

.icon-params:before {
  content: "\EC8D"; }

.icon-calendar-5:before {
  content: "\EC8E"; }

.icon-sound-1:before {
  content: "\EC8F"; }

.icon-clock-5:before {
  content: "\EC90"; }

.icon-lightbulb-2:before {
  content: "\EC91"; }

.icon-tv:before {
  content: "\EC92"; }

.icon-desktop-2:before {
  content: "\EC93"; }

.icon-beaker-1:before {
  content: "\EC94"; }

.icon-truck-1:before {
  content: "\EC95"; }

.icon-money-2:before {
  content: "\EC96"; }

.icon-food:before {
  content: "\EC97"; }

.icon-shop:before {
  content: "\EC98"; }

.icon-diamond:before {
  content: "\EC99"; }

.icon-t-shirt:before {
  content: "\EC9A"; }

.icon-wallet:before {
  content: "\EC9B"; }

.icon-attach-4:before {
  content: "\EC9C"; }

.icon-lock-5:before {
  content: "\EC9D"; }

.icon-eye-5:before {
  content: "\EC9E"; }

.icon-tag-4:before {
  content: "\EC9F"; }

.icon-thumbs-up-4:before {
  content: "\ECA0"; }

.icon-pencil-5:before {
  content: "\ECA1"; }

.icon-comment-4:before {
  content: "\ECA2"; }

.icon-location-5:before {
  content: "\ECA3"; }

.icon-cup-1:before {
  content: "\ECA4"; }

.icon-trash-5:before {
  content: "\ECA5"; }

.icon-doc-5:before {
  content: "\ECA6"; }

.icon-mobile-4:before {
  content: "\ECA7"; }

.icon-cd-2:before {
  content: "\ECA8"; }

.icon-inbox-4:before {
  content: "\ECA9"; }

.icon-globe-5:before {
  content: "\ECAA"; }

.icon-cloud-4:before {
  content: "\ECAB"; }

.icon-paper-plane-3:before {
  content: "\ECAC"; }

.icon-fire-3:before {
  content: "\ECAD"; }

.icon-graduation-cap-2:before {
  content: "\ECAE"; }

.icon-megaphone-3:before {
  content: "\ECAF"; }

.icon-database-2:before {
  content: "\ECB0"; }

.icon-key-3:before {
  content: "\ECB1"; }

.icon-tree-1:before {
  content: "\ECB2"; }

.icon-tree-2:before {
  content: "\ECB3"; }

.icon-warehouse:before {
  content: "\ECB4"; }

.icon-aboveground-rail:before {
  content: "\ECB5"; }

.icon-airfield:before {
  content: "\ECB6"; }

.icon-airport:before {
  content: "\ECB7"; }

.icon-art-gallery:before {
  content: "\ECB8"; }

.icon-baseball:before {
  content: "\ECBA"; }

.icon-basketball:before {
  content: "\ECBB"; }

.icon-beer-1:before {
  content: "\ECBC"; }

.icon-belowground-rail:before {
  content: "\ECBD"; }

.icon-bicycle:before {
  content: "\ECBE"; }

.icon-bus:before {
  content: "\ECBF"; }

.icon-cafe:before {
  content: "\ECC0"; }

.icon-campsite:before {
  content: "\ECC1"; }

.icon-cemetery:before {
  content: "\ECC2"; }

.icon-cinema:before {
  content: "\ECC3"; }

.icon-college:before {
  content: "\ECC4"; }

.icon-commerical-building:before {
  content: "\ECC5"; }

.icon-credit-card-3:before {
  content: "\ECC6"; }

.icon-cricket:before {
  content: "\ECC7"; }

.icon-embassy:before {
  content: "\ECC8"; }

.icon-industrial-building:before {
  content: "\ECC9"; }

.icon-hospital-1:before {
  content: "\ECCA"; }

.icon-grocery-store:before {
  content: "\ECCB"; }

.icon-golf:before {
  content: "\ECCC"; }

.icon-garden:before {
  content: "\ECCD"; }

.icon-ferry:before {
  content: "\ECCE"; }

.icon-fast-food:before {
  content: "\ECCF"; }

.icon-giraffe:before {
  content: "\ECD0"; }

.icon-fuel:before {
  content: "\ECD1"; }

.icon-sun-1:before {
  content: "\ECD2"; }

.icon-sun-inv:before {
  content: "\ECD3"; }

.icon-ok-circle:before {
  content: "\ECD4"; }

.icon-ok-4:before {
  content: "\ECD5"; }

.icon-cancel-5:before {
  content: "\ECD6"; }

.icon-cancel-circle-1:before {
  content: "\ECD7"; }

.icon-plus-5:before {
  content: "\ECD8"; }

.icon-plus-circle:before {
  content: "\ECD9"; }

.icon-minus-3:before {
  content: "\ECDA"; }

.icon-minus-circle:before {
  content: "\ECDB"; }

.icon-cloud-inv:before {
  content: "\ECDC"; }

.icon-cloud-5:before {
  content: "\ECDD"; }

.icon-fog-cloud:before {
  content: "\ECDE"; }

.icon-fog:before {
  content: "\ECDF"; }

.icon-umbrella-1:before {
  content: "\ECE0"; }

.icon-chart-bar-4:before {
  content: "\ECE1"; }

.icon-chart-pie-2:before {
  content: "\ECE2"; }

.icon-chart-pie-alt:before {
  content: "\ECE3"; }

.icon-aperture:before {
  content: "\ECE4"; }

.icon-aperture-alt:before {
  content: "\ECE5"; }

@media (min-width: 768px) {
  header nav.navbar-collapse {
    width: 100% !important; }
    header nav.navbar-collapse .nav > li {
      position: static; }
    header nav.navbar-collapse .navbar-nav {
      display: flex;
      width: 100%; }
    header nav.navbar-collapse .navbar-nav > li {
      flex-grow: 1; }
    header nav.navbar-collapse .navbar-nav > li.dropdown > a {
      padding: 15px 21px 15px 5px; }
    header nav.navbar-collapse .navbar-nav > li.dropdown > a:after {
      /*
            content: "\E114";
            font-family: "Glyphicons Halflings";
*/
      display: inline-block;
      margin-left: 2px;
      position: absolute;
      color: currentColor;
      bottom: 15px;
      font-weight: lighter;
      font-style: normal;
      font-size: 16px;
      content: "\E90E";
      font-family: "allicons";
      right: 0; }
    header nav.navbar-collapse .dropdown-menu.subNav > ul > li > a,
    header nav.navbar-collapse .subSubNav {
      width: 100%; }
      header nav.navbar-collapse .dropdown-menu.subNav > ul > li > a > a,
      header nav.navbar-collapse .subSubNav > a {
        border-bottom: 1px solid currentcolor;
        max-width: calc(100% - 15px);
        font-weight: bold; }
    header nav.navbar-collapse .dropdown-menu.subNav > ul > li > a {
      border-bottom: 1px solid currentcolor;
      max-width: calc(100% - 15px);
      float: none !important;
      font-weight: bold;
      padding: 5px 0; }
    header nav.navbar-collapse .dropdown-menu.subNav > ul {
      /*
            display: flex;
            flex-wrap: wrap;
*/
      -moz-column-count: 3;
           column-count: 3; }
    header nav.navbar-collapse .dropdown-menu.subNav > ul > li {
      display: inline-block;
      flex-direction: column;
      margin: 0;
      float: left; }
      header nav.navbar-collapse .dropdown-menu.subNav > ul > linth-child(n+4) {
        float: none !important; }
      header nav.navbar-collapse .dropdown-menu.subNav > ul > li.subSubNav {
        -moz-column-break-inside: avoid;
             break-inside: avoid; }
        header nav.navbar-collapse .dropdown-menu.subNav > ul > li.subSubNav > ul > li:last-child {
          margin-bottom: 0; }
          header nav.navbar-collapse .dropdown-menu.subNav > ul > li.subSubNav > ul > li:last-child a {
            padding-bottom: 15px; }
    header nav.navbar-collapse .dropdown-menu.subNav:before {
      transform: translateX(-100vw);
      width: 200vw;
      display: block;
      content: ' 1';
      width: 200vw;
      height: calc(100% + 10px);
      position: absolute;
      left: 50vw;
      background: #f9f9f9;
      top: 0;
      box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2); }
    header nav.navbar-collapse .dropdown-menu.subNav ul li ul {
      width: 100%; }
    header nav.navbar-collapse .dropdown-menu.subNav ul li:hover ul {
      width: 100%; }
    header nav.navbar-collapse .navbar-nav .dropdown-menu.subNav ul li ul {
      padding-left: 0; }
    header nav.navbar-collapse .subSubNav ul li a {
      text-transform: none; }
    header nav.navbar-collapse .dropdown-menu.subNav {
      left: 0; }
    header nav.navbar-collapse .dropdown-menu.subNav ul a + ul {
      display: block;
      position: static;
      left: auto;
      background: transparent; }
    header nav.navbar-collapse .nav > li {
      padding-bottom: 0; }
    header nav.navbar-collapse .navbar-nav > li > .dropdown-menu {
      margin-top: 0; }
    header nav.navbar-collapse .navbar-nav .open .dropdown-menu, header nav.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
      background: transparent;
      width: 100%; }
    header nav.navbar-collapse .dropdown-menu.subNav > ul > li:hover > a {
      background: transparent;
      text-decoration: none;
      float: none; }
    header nav.navbar-collapse .dropdown-menu.subNav ul a + ul {
      margin-top: 0; }
    header nav.navbar-collapse .navbar-nav .dropdown-menu.subNav ul li:hover ul a {
      padding: 0; }
    header nav.navbar-collapse .navbar-nav .dropdown-menu.subNav ul li:hover ul {
      l: 20px; }
    header nav.navbar-collapse .dropdown-menu.subNav > ul {
      padding-right: 0 !important; }
    header nav.navbar-collapse .charities .dropdown-menu.subNav ul a + ul, header nav.navbar-collapse .charities .dropdown-menu.subNav > ul > li:hover > a,
    header nav.navbar-collapse .public .dropdown-menu.subNav ul a + ul, header nav.navbar-collapse .public .dropdown-menu.subNav > ul > li:hover > a {
      background: transparent; } }

@media (min-width: 1200px) {
  header nav.navbar-collapse .navbar-nav > li.dropdown > a:after {
    right: 12px; } }

body {
  font-size: 1em; }

/* Events Content */
.feature-box {
  background-color: #f2f2f2;
  min-height: 180px;
  margin-bottom: 10px; }
  .feature-box .feat-img {
    padding: 10px;
    max-height: 250px; }
  .feature-box .bottom-pan-content {
    padding: 20px 30px; }
    .feature-box .bottom-pan-content span {
      display: block;
      font-size: 11px;
      color: #003da2;
      text-transform: uppercase; }
    .feature-box .bottom-pan-content a {
      display: block;
      background-color: #003da2;
      color: #fff;
      text-transform: uppercase;
      width: 180px;
      max-width: 100%;
      margin: 10px 0;
      padding: 10px 0;
      transition: all 0.5s ease;
      text-align: center; }

.btn-group {
  width: 100%; }

#calendar {
  padding-bottom: 10px !important; }
  #calendar .cal-month-day a {
    padding: 0; }
  #calendar #cal-slide-content ul {
    background: none;
    color: #000; }
  #calendar #cal-slide-content a {
    padding: 0px;
    display: initial; }
  #calendar #cal-slide-content a:hover {
    background: none;
    text-decoration: underline; }
  #calendar #cal-slide-content a.event-item {
    color: black; }
  #calendar .cal-month-day {
    height: 50px; }
  #calendar .cal-month-box [class*="cal-cell"],
  #calendar .cal-year-box [class*="span"] {
    min-height: 50px;
    border-right: 0px solid #e1e1e1; }
  #calendar .cal-month-box .cal-row-fluid,
  #calendar .cal-year-box .row-fluid {
    border-bottom: 0px solid #e1e1e1;
    margin-left: 0;
    margin-right: 0; }
  #calendar .cal-month-box,
  #calendar .cal-week-box,
  #calendar .cal-year-box {
    border: 0px solid #e1e1e1;
    border-radius: 2px;
    padding-bottom: 10px; }
  #calendar .cal-month-day span {
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    float: none !important;
    text-align: center;
    display: block; }
    @media (max-width: 767px) {
      #calendar .cal-month-day span {
        font-size: 14px;
        padding: 5px;
        width: 30px;
        height: 30px;
        top: 10px; } }
    @media (min-width: 768px) {
      #calendar .cal-month-day span {
        font-size: 17px;
        padding: 10px;
        width: 40px;
        height: 40px;
        top: 5px; } }
  #calendar .cal-month-day.cal-day-inmonth span {
    opacity: 1;
    color: #6f6e6e; }
  #calendar .cal-month-day.cal-day-today {
    background-color: transparent; }
    #calendar .cal-month-day.cal-day-today span {
      color: #ffffff;
      background-color: #d4913b; }
  #calendar #cal-slide-content {
    box-shadow: none;
    margin: 10px 0;
    background-image: none; }
  #calendar .event-important {
    background-color: #296e49; }
  @media (max-width: 767px) {
    #calendar .events-list {
      position: absolute;
      top: 7px;
      left: 50%;
      transform: translateX(-50%);
      padding-left: 0; }
      #calendar .events-list:before {
        content: "";
        display: block;
        top: 1px;
        left: 1px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #468a53;
        opacity: 0.35; }
      #calendar .events-list a {
        display: none; } }
  #calendar .events-list .event {
    border: 0 none;
    border-radius: 50%;
    width: 5px;
    height: 5px; }
  #calendar .cal-row-head .cal-cell1 {
    padding: 5px 0 0;
    margin: 0 0 -5px; }
  #calendar #cal-day-tick {
    right: 0;
    bottom: 0;
    padding: 5px;
    z-index: 5;
    text-align: center;
    margin-right: 0;
    top: 0;
    background-color: #666;
    color: #fff;
    border-radius: 0;
    border: 0px; }
    @media (max-width: 767px) {
      #calendar #cal-day-tick {
        width: 20px;
        height: 20px;
        display: block !important; }
        #calendar #cal-day-tick i {
          top: -2px;
          left: -1px; } }
    @media (min-width: 768px) {
      #calendar #cal-day-tick {
        width: 30px;
        height: 30px; } }

/* Homepage Sections */
.homepage-sections {
  border-top: 1px solid #eeeeee;
  margin-top: 1.5rem;
  min-height: 300px;
  padding: 0 1rem 2.5rem 1rem; }
  .homepage-sections h2 {
    font-size: 3.5rem !important;
    margin-bottom: 3.5rem;
    text-align: center; }

.homepage-section {
  font-family: "franklin-gothic-urw-comp", sans-serif; }
  .homepage-section.content-show {
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .homepage-section__directLink:focus, .homepage-section__directLink:hover {
    text-decoration: none; }
  .homepage-section__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    position: relative; }
  .homepage-section__inner {
    padding: 1rem 3.5rem;
    transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease; }
    .homepage-section__inner:hover {
      box-shadow: 0px 0px 10px 0px #5d265a;
      cursor: pointer;
      transform: scale(1.025); }
    @media (min-width: 1200px) {
      .content-show .homepage-section__inner {
        width: 25%; } }
  .homepage-section__image {
    width: 100%; }
    .homepage-section__image__wrap {
      margin: 0 auto;
      max-width: 50%;
      text-align: center; }
  .homepage-section__title {
    color: #5d265a;
    font-size: 3rem;
    text-align: center; }
  .homepage-section__content {
    background: #fff;
    height: 100%;
    left: 0;
    padding: 1rem;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (min-width: 1200px) {
      .homepage-section__content {
        left: initial;
        right: 0;
        max-width: 70%; } }
    .content-hide .homepage-section__content {
      -webkit-animation: fadeout 0.05s linear;
              animation: fadeout 0.05s linear;
      display: none;
      opacity: 0;
      z-index: -1; }
    .content-show .homepage-section__content {
      -webkit-animation: fadein 0.2s linear;
              animation: fadein 0.2s linear;
      display: block;
      opacity: 1;
      z-index: 100; }
      @media (min-width: 1200px) {
        .content-show .homepage-section__content {
          left: initial;
          right: 0;
          max-width: 70%; } }
    .homepage-section__content ul {
      list-style: none;
      margin-top: 1rem; }
      .homepage-section__content ul li {
        font-family: "franklin-gothic-urw-comp", sans-serif;
        font-size: 2rem; }
        .homepage-section__content ul li::before {
          color: #000;
          content: "\2022";
          display: inline-block;
          font-weight: bold;
          margin-left: -1em;
          width: 1em; }
  .homepage-section__close {
    color: #5d265a;
    float: right;
    font-size: 2rem; }
    .homepage-section__close svg {
      vertical-align: middle; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    width: 0%;
    z-index: -1; }
  100% {
    opacity: 1;
    width: 100%;
    z-index: 100; } }

@keyframes fadein {
  0% {
    opacity: 0;
    z-index: -1; }
  100% {
    opacity: 1;
    z-index: 100; } }

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    z-index: 100; }
  100% {
    opacity: 0;
    z-index: -1; } }

@keyframes fadeout {
  0% {
    opacity: 1;
    width: 100%;
    z-index: 100; }
  100% {
    opacity: 0;
    width: 0%;
    z-index: -1; } }

.ui-datepicker {
  width: 18em; }

select option[disabled='disabled'] {
  color: #525151;
  font-weight: bold; }

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

.guidancequestions .contourIndicator, .umbraco-forms-guidancequestions .contourIndicator {
  color: #b90000; }

.guidancequestions .umbraco-forms-field, .umbraco-forms-guidancequestions .umbraco-forms-field {
  font-size: 16px; }

.checkbox.mandatory div {
  text-align: center; }
  .checkbox.mandatory div input {
    position: relative; }

/* CHARTS */
span.multiselect-native-select {
  position: relative; }

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700; }

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-container > li > a {
  background-color: #fff !important;
  color: #003b5c;
  padding: 10px 15px; }

.multiselect-container > li.active > a {
  background-color: #003b5c !important;
  color: #fff !important; }

multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px; }

.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0; }

.chartPage #tableHolder .scottishCharities th {
  color: #ff69b4;
  border-bottom: 3px solid #ff69b4 !important; }

.chartPage #tableHolder .allCharities th {
  color: #29afd0;
  border-bottom: 3px solid #29afd0 !important; }

.chartPage #tableHolder .crossBorder th {
  color: #6ebeb1;
  border-bottom: 3px solid #6ebeb1 !important; }

.chartPage #tableHolder table tbody tr th,
.chartPage #tableHolder table tbody tr td {
  border: 2px solid #fff !important; }

.chartPage #tableHolder table tbody tr th {
  font-family: "open-sans", helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle; }

.chartPage #tableHolder table tbody tr td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

.chartPage #tableHolder table tbody tr td:first-child {
  font-weight: normal; }

.chartPage #chartWrap {
  background: #fff; }

.chartPage #myChart {
  max-width: 100%;
  padding: 15px; }

.chartPage .charts .multiselect-native-select {
  margin: 0 0 15px; }

.chartPage .charts ul {
  padding: 0;
  margin: 0;
  background-color: #bde7e2;
  border: 0;
  border-radius: 0; }
  .chartPage .charts ul li {
    list-style-type: none; }
    .chartPage .charts ul li p.chartHeader,
    .chartPage .charts ul li p.filterHeader {
      color: #003b5c;
      padding: 10px 15px;
      transition: 0.5s all ease;
      font-weight: bold;
      position: relative; }
      .chartPage .charts ul li p.chartHeader:hover,
      .chartPage .charts ul li p.filterHeader:hover {
        cursor: pointer; }
      .chartPage .charts ul li p.chartHeader.active,
      .chartPage .charts ul li p.filterHeader.active {
        background-color: #003b5c;
        color: #fff; }
        .chartPage .charts ul li p.chartHeader.active span.toggle,
        .chartPage .charts ul li p.filterHeader.active span.toggle {
          background-color: #bde7e2; }
          .chartPage .charts ul li p.chartHeader.active span.toggle svg,
          .chartPage .charts ul li p.filterHeader.active span.toggle svg {
            color: #003b5c;
            /* IE 9 */
            /* Chrome, Safari, Opera */
            transform: rotate(180deg); }
      .chartPage .charts ul li p.chartHeader span.toggle,
      .chartPage .charts ul li p.filterHeader span.toggle {
        background-color: #003b5c;
        position: absolute;
        top: 0;
        padding: 10px 15px;
        right: 0;
        transition: 0.5s all ease;
        border-left: 1px solid #003b5c; }
        .chartPage .charts ul li p.chartHeader span.toggle svg,
        .chartPage .charts ul li p.filterHeader span.toggle svg {
          font-size: 16px;
          color: #fff;
          transition: 0.5s all ease; }
    .chartPage .charts ul li p {
      margin: 0; }
    .chartPage .charts ul li.active a {
      color: #fff;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 15px;
      transition: 0.5s all ease;
      text-decoration: none;
      background-color: #003b5c; }
      .chartPage .charts ul li.active a:hover {
        background-color: #003b5c; }
    .chartPage .charts ul li a {
      color: #003b5c;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 15px;
      transition: 0.5s all ease;
      text-decoration: none; }
      .chartPage .charts ul li a:hover {
        background-color: #003b5c;
        color: #fff; }
    .chartPage .charts ul li ul:not(.multiselect-container) {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: 0.5s all ease; }
      .chartPage .charts ul li ul:not(.multiselect-container).open {
        max-height: 99999px;
        opacity: 1; }
    .chartPage .charts ul li .filterWrap {
      padding: 15px; }
      .chartPage .charts ul li .filterWrap label {
        color: #fff; }
      .chartPage .charts ul li .filterWrap select {
        border: 0px;
        padding: 10px 15px; }
      .chartPage .charts ul li .filterWrap > div {
        margin: 20px 0 0; }
    .chartPage .charts ul li .sub-menu label {
      color: #003b5c; }
    .chartPage .charts ul li .sub-menu .checkbox-filter + .btn-group {
      width: 100%; }
      .chartPage .charts ul li .sub-menu .checkbox-filter + .btn-group button {
        width: 100%;
        color: #003b5c;
        background-color: #fff;
        border-color: #fff;
        font-weight: bold;
        border-radius: 0;
        text-align: left;
        padding: 10px 15px;
        text-overflow: ellipsis;
        overflow: hidden; }
      .chartPage .charts ul li .sub-menu .checkbox-filter + .btn-group .multiselect-container {
        width: 100%;
        background-color: #fff !important;
        position: relative;
        min-width: 100%;
        max-width: 100%; }
        .chartPage .charts ul li .sub-menu .checkbox-filter + .btn-group .multiselect-container li a {
          cursor: pointer;
          padding: 10px 30px;
          white-space: normal; }
          .chartPage .charts ul li .sub-menu .checkbox-filter + .btn-group .multiselect-container li a:hover {
            background-color: #003b5c !important; }
            .chartPage .charts ul li .sub-menu .checkbox-filter + .btn-group .multiselect-container li a:hover label {
              color: #fff !important; }
          .chartPage .charts ul li .sub-menu .checkbox-filter + .btn-group .multiselect-container li a label {
            cursor: pointer;
            color: #60751a; }
        .chartPage .charts ul li .sub-menu .checkbox-filter + .btn-group .multiselect-container.active a {
          color: #fff !important;
          background-color: #003b5c !important; }
  .chartPage .charts ul.two li > div {
    padding: 15px; }

.charity-data-container .charityType__wrapper {
  position: relative; }
  .charity-data-container .charityType__wrapper > select {
    background: #bde7e2;
    border: 0 none;
    border-radius: 0;
    color: #003b5c;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 10px 15px;
    font-family: "open-sans", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px; }

.charity-data-container .charityType__toggle {
  background-color: #003b5c;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0;
  padding: 10px 15px;
  right: 0;
  transition: 0.5s all ease;
  border-left: 1px solid #003b5c;
  pointer-events: none;
  height: 100%; }

.charity-data-container .active-filters:before {
  content: "Current filters:";
  color: #003b5c;
  display: block;
  font-weight: bold; }

.charity-data-container .filter-item {
  padding: 0 3px;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  display: block; }

.charity-data-container .filter-item--active {
  padding: 3px;
  pointer-events: auto;
  opacity: 1;
  width: auto;
  height: auto;
  pointer-events: auto; }
  .charity-data-container .filter-item--active .filtered-by {
    cursor: pointer; }

.charity-data-container .filter-cat {
  padding: 3px 5px;
  font-weight: bold; }
  .charity-data-container .filter-cat:after {
    content: ":"; }

.charity-data-container .filtered-by {
  background: #bde7e2;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 10px;
  margin-bottom: 3px;
  padding: 1px 5px 1px 1px; }
  .charity-data-container .filtered-by:before {
    content: "x";
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #bde7e2;
    background: #fff;
    color: #003b5c;
    width: 19px;
    height: 19px;
    margin-right: 2px;
    text-align: center; }

.charity-data-container .filter-list--Constitutional-Form,
.charity-data-container .filter-list--Charity-Status {
  pointer-events: none;
  cursor: auto; }
  .charity-data-container .filter-list--Constitutional-Form .filtered-by,
  .charity-data-container .filter-list--Charity-Status .filtered-by {
    pointer-events: none;
    cursor: auto;
    padding-left: 5px; }
    .charity-data-container .filter-list--Constitutional-Form .filtered-by:before,
    .charity-data-container .filter-list--Charity-Status .filtered-by:before {
      display: none; }

.btn-clear-filters {
  background: #bde7e2;
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  border-radius: 10px;
  margin-bottom: 3px;
  padding: 1px 5px 1px 1px; }
  .btn-clear-filters:before {
    content: "x";
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #bde7e2;
    background: #fff;
    color: #003b5c;
    width: 19px;
    height: 19px;
    margin-right: 2px;
    text-align: center; }
  .btn-clear-filters:hover {
    cursor: pointer;
    background-color: #003b5c;
    color: #fff;
    text-decoration: none; }

.chartButtonContWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .chartButtonContWrap .nextChartButtonCont,
  .chartButtonContWrap .prevChartButtonCont {
    max-width: 50%; }
    .chartButtonContWrap .nextChartButtonCont .nextChartBtn,
    .chartButtonContWrap .nextChartButtonCont .prevChartBtn,
    .chartButtonContWrap .prevChartButtonCont .nextChartBtn,
    .chartButtonContWrap .prevChartButtonCont .prevChartBtn {
      margin-right: 10px;
      background-color: #bde7e2;
      color: #003b5c;
      padding: 10px 15px;
      transition: 0.5s all ease;
      font-weight: bold;
      position: relative;
      float: right; }
      .chartButtonContWrap .nextChartButtonCont .nextChartBtn:hover,
      .chartButtonContWrap .nextChartButtonCont .prevChartBtn:hover,
      .chartButtonContWrap .prevChartButtonCont .nextChartBtn:hover,
      .chartButtonContWrap .prevChartButtonCont .prevChartBtn:hover {
        cursor: pointer;
        background-color: #003b5c;
        color: #fff; }
  .chartButtonContWrap .nextChartButtonCont {
    margin-left: auto; }
  .chartButtonContWrap .prevChartButtonCont {
    margin-right: auto; }

@media (min-width: 992px) {
  .annual-review .col-md-6 {
    max-width: 49.9%;
    flex: 0 0 50%; } }

.annual-review .row-eq-height {
  display: -webkit-flexbox;
  display: flex;
  flex-wrap: wrap; }

.annual-review header {
  background: none;
  height: auto;
  padding: 0; }
  .annual-review header .navbar-default .navbar-brand img {
    width: 145px;
    max-width: 100%;
    height: auto;
    transition: 0.5s; }
  .annual-review header .navbar-default .navbar-nav li a {
    font-size: 20px;
    color: #fff; }
  .annual-review header .navbar-static-top {
    position: absolute;
    width: 100%; }
  .annual-review header .navbar-header {
    display: block;
    position: initial; }
  .annual-review header .navbar-default {
    background: none;
    border: none; }
    .annual-review header .navbar-default .icon-bar::before {
      content: ""; }
  .annual-review header .nav > li {
    padding-top: 20px; }
    .annual-review header .nav > li:hover a {
      background: rgba(255, 255, 255, 0.4); }

.annual-review .cover {
  min-height: 100vh;
  background-repeat: none;
  background-position: center center;
  background-size: cover; }

.annual-review .intro-content {
  color: white;
  position: absolute;
  bottom: 10%;
  font-family: franklin-gothic-urw-comp, sans-serif; }
  .annual-review .intro-content h1 {
    font-weight: bold;
    font-size: 62px; }
  .annual-review .intro-content p {
    font-size: 22px;
    color: white; }
  .annual-review .intro-content a {
    color: #fdfd96; }
    .annual-review .intro-content a:hover {
      color: #e9e98d;
      text-decoration: none; }

.annual-review .text-column {
  padding-top: 70px;
  padding-bottom: 70px; }

@media (min-width: 1200px) {
  .annual-review .intro-content h1 {
    font-size: 82px; }
  .annual-review .full-width-section {
    padding-top: 140px;
    padding-bottom: 140px; }
  .annual-review .intro-content {
    width: 50%; }
  .annual-review .text-column {
    padding: 140px; }
  .annual-review .left-margin {
    margin-left: 115px; } }

@media (min-width: 1300px) {
  .annual-review .intro-content {
    width: 40%; } }

@media (min-width: 1500px) {
  .annual-review .intro-content {
    width: 30%; } }

.annual-review .image-column {
  background-repeat: none;
  background-position: center center;
  background-size: cover;
  min-height: 500px; }

.annual-review .full-width-section {
  padding-top: 70px;
  padding-bottom: 70px; }

.annual-review .full-width-img {
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

@media screen and (max-width: 992px) {
  .annual-review .image-column {
    width: 100%; } }

.annual-review .row-fixed-background {
  min-height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.annual-review footer {
  background: #5c265a 0% 0% no-repeat padding-box;
  color: white;
  text-transform: uppercase;
  font-family: franklin-gothic-urw-comp, sans-serif;
  font-size: 20px; }
  .annual-review footer .container {
    border: none;
    margin-top: 0;
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .annual-review footer a {
    color: white;
    font-family: franklin-gothic-urw-comp, sans-serif;
    text-transform: uppercase;
    font-size: 20px; }
    .annual-review footer a:hover {
      text-decoration: none;
      color: lightgray; }
  @media (min-width: 768px) {
    .annual-review footer .link {
      text-align: right; } }

.annual-review .timeline h2 {
  padding-left: 0;
  padding-bottom: 15px;
  font-weight: bold; }

.annual-review .timeline .col-xs-3 {
  text-align: right; }
  .annual-review .timeline .col-xs-3::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -4px;
    top: 5px;
    width: 7.5px;
    height: 7.5px;
    border-radius: 7.5px;
    background-color: #5c265a; }

.annual-review .timeline .content {
  border-left: 1px solid #5c265a;
  min-height: 100px; }

.annual-review .timeline .month {
  font-size: 26px;
  font-weight: bold; }

.annual-review .highlight-Purple h1,
.annual-review .highlight-Purple h2,
.annual-review .highlight-Purple h3,
.annual-review .highlight-Purple .year,
.annual-review .highlight-Purple .month {
  font-family: franklin-gothic-urw-comp, sans-serif;
  color: #5c265a; }

.annual-review .highlight-Purple .swiper-pagination-bullet-active {
  background: #5c265a; }

.annual-review .highlight-Light-Green h1,
.annual-review .highlight-Light-Green h2,
.annual-review .highlight-Light-Green h3,
.annual-review .highlight-Light-Green .year,
.annual-review .highlight-Light-Green .month {
  font-family: franklin-gothic-urw-comp, sans-serif;
  color: #c7d856; }

.annual-review .highlight-Light-Green .swiper-pagination-bullet-active {
  background: #c7d856; }

.annual-review .highlight-Magenta h1,
.annual-review .highlight-Magenta h2,
.annual-review .highlight-Magenta h3,
.annual-review .highlight-Magenta .year,
.annual-review .highlight-Magenta .month {
  font-family: franklin-gothic-urw-comp, sans-serif;
  color: #ec008b; }

.annual-review .highlight-Magenta .swiper-pagination-bullet-active {
  background: #ec008b; }

.annual-review .highlight-Orange h1,
.annual-review .highlight-Orange h2,
.annual-review .highlight-Orange h3,
.annual-review .highlight-Orange .year,
.annual-review .highlight-Orange .month {
  font-family: franklin-gothic-urw-comp, sans-serif;
  color: #eca344; }

.annual-review .highlight-Orange .swiper-pagination-bullet-active {
  background: #eca344; }

.annual-review .highlight-Dark-Green h1,
.annual-review .highlight-Dark-Green h2,
.annual-review .highlight-Dark-Green h3,
.annual-review .highlight-Dark-Green .year,
.annual-review .highlight-Dark-Green .month {
  font-family: franklin-gothic-urw-comp, sans-serif;
  color: #78c4b8; }

.annual-review .highlight-Dark-Green .swiper-pagination-bullet-active {
  background: #78c4b8; }

.annual-review #scrollButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  background: none;
  border: none;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1); }

.annual-review #scrollButton:hover img {
  opacity: 0.8; }

.annual-review #jumpToButton {
  color: white;
  text-decoration: none;
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  background: #5c265a;
  padding: 10px 15px;
  border-color: #222222;
  z-index: 9999; }
  .annual-review #jumpToButton:hover {
    background: #41143f;
    border-color: #8a8a8a; }

.annual-review .hiddenJumpTo {
  display: none;
  position: fixed;
  top: 70px;
  right: 30px;
  background: rgba(0, 0, 0, 0.75);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .annual-review .hiddenJumpTo ul {
    list-style-type: none;
    padding: 0; }
    .annual-review .hiddenJumpTo ul li {
      padding: 15px; }
      .annual-review .hiddenJumpTo ul li:hover {
        background: rgba(255, 255, 255, 0.4); }
  .annual-review .hiddenJumpTo a {
    font-size: 20px;
    color: #fff;
    font-family: franklin-gothic-urw-comp, sans-serif;
    padding: 15px 13px;
    text-decoration: none; }

.annual-review .dark-green-background-table {
  background: #78c4b8;
  color: white;
  border: none;
  font-size: 18px; }
  .annual-review .dark-green-background-table tr:nth-child(1),
  .annual-review .dark-green-background-table tr:nth-child(5) {
    font-weight: bold; }
    .annual-review .dark-green-background-table tr:nth-child(1) td,
    .annual-review .dark-green-background-table tr:nth-child(5) td {
      padding-top: 20px;
      padding-bottom: 20px; }
  .annual-review .dark-green-background-table tr td {
    border: none; }
  .annual-review .dark-green-background-table tr td:nth-child(2),
  .annual-review .dark-green-background-table tr td:nth-child(3) {
    text-align: right; }

.annual-review .orange-table {
  border: none; }
  .annual-review .orange-table ul {
    list-style: none;
    margin: 0; }
    .annual-review .orange-table ul li {
      text-indent: -10px; }
      .annual-review .orange-table ul li:before {
        content: "-";
        text-indent: -10px;
        color: #eca344;
        font-size: 22px;
        padding-right: 10px; }
  .annual-review .orange-table tr {
    border-bottom: 1px solid black; }
    .annual-review .orange-table tr td {
      border: none; }
    .annual-review .orange-table tr td:nth-child(1) {
      color: #eca344;
      font-size: 22px;
      font-family: franklin-gothic-urw-comp, sans-serif; }
  .annual-review .orange-table tr:nth-child(3) {
    border-bottom: none; }

.annual-review .dark-green-table tr td {
  border: none; }

.annual-review .dark-green-table tr td:nth-child(2) {
  border-bottom: 1px solid black; }

.annual-review .dark-green-table tr td:nth-child(1) {
  color: #78c4b8;
  font-size: 22px;
  font-family: franklin-gothic-urw-comp, sans-serif; }

.annual-review .dark-green-table tr:nth-child(3) td {
  border-bottom: none; }

.annual-review .orange-bullets {
  padding-left: 12px;
  list-style: none;
  margin: 0; }
  .annual-review .orange-bullets li {
    padding: 15px 0;
    text-indent: -10px;
    border-bottom: 1px solid black; }
    .annual-review .orange-bullets li:before {
      content: "-";
      text-indent: -10px;
      color: #eca344;
      font-size: 32px;
      padding-right: 10px; }
    .annual-review .orange-bullets li:last-child {
      border-bottom: none; }

.annual-review .swiper-container {
  max-width: 90vw; }
  .annual-review .swiper-container .img-responsive {
    margin-left: auto;
    margin-right: auto; }
  .annual-review .swiper-container .swiper-pagination-bullets {
    bottom: 0; }
  .annual-review .swiper-container .inner-swipe-cont {
    padding: 0 40px; }
  .annual-review .swiper-container .swiper-button-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2378c4b8'%2F%3E%3C%2Fsvg%3E") !important; }
  .annual-review .swiper-container .swiper-button-next {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2378c4b8'%2F%3E%3C%2Fsvg%3E") !important; }

/*
 *
 * OSCR styles
 *
 *************/
/* over-ride allicons classes where mixed with glyphicons */
[class^="glyphicon-"]:before,
[class*=" glyphicon-"]:before {
  font-family: "Glyphicons Halflings"; }

/* PREVENT TYPEKIT FOUT */
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading p,
.wf-loading a {
  visibility: hidden; }

.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active p,
.wf-active a {
  visibility: visible; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  $font-face {
    font-family: 'infographics';
    src: url('../fonts/infographics.svg?53059885#infographics') format('svg');
  }
}
*/
.wf-loading ul,
.wf-loading h1,
.wf-loading .banner_text,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading .banner p,
.wf-loading .result_title,
.wf-loading .topic {
  /* styles to use before Typekit is loaded */
  opacity: 0; }

.wf-active ul,
.wf-active h1,
.wf-active .banner_text,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active .banner p,
.wf-active .result_title,
.wf-active .topic {
  /* styles to use after Typekit is loaded */
  opacity: 1; }

.hideIcons [class*=" icon-"],
.hideIcons header nav ul li a:after,
body.home.hideIcons .banner .topic .story:before,
.hideIcons .SpeakIt:before,
.hideIcons a.button:before {
  opacity: 0 !important; }

.hideIcons header nav ul li a:after {
  display: none; }

.hideIcons header nav ul li.home a {
  text-indent: 8px; }

.hideIcons .searchCharities input[type="submit"] {
  font-family: "franklin-gothic-urw-comp", sans-serif; }

body.hideIcons .faq_header a:after {
  font-family: "arial", sans-serif;
  content: ">"; }

.coverlink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  z-index: 100; }

.forCharities.introBox > h2,
.charities .introBox h2 > span,
.home .introBox h2 > span,
.home .introBox h2 a,
.forCharities.introBox a,
.forCharities.introBox span a {
  color: #5d265a; }

body {
  font-size: 1.4em; }

body li,
body a {
  transition: all 0.33s ease; }

body .forCharities a,
body .forPublic a {
  transition: none; }

body p,
body p span,
body li {
  color: #3a3a3a; }

body p span > a {
  color: #003b5c; }

body p a > span {
  color: inherit !important; }

p {
  color: #556e78; }

.col-sm-8 li {
  line-height: 1.75; }

.col-sm-8 a {
  font-weight: 800; }

abbr[title],
abbr[data-original-title] {
  border-bottom: 0 none; }

/* Reset some Bootstrap nav styles */
.navbar-collapse.collapse {
  background: #444444;
  padding: 0;
  z-index: 9999; }

.charities .navbar-collapse.collapse {
  background: #491246; }

body.home .navbar-collapse.collapse,
body.public .navbar-collapse.collapse {
  background: rgba(0, 0, 0, 0.5); }

.navbar-nav .open .dropdown-menu,
.navbar-nav .dropdown:hover .dropdown-menu {
  background: #f9f9f9;
  border-color: #eee;
  border: 0 none;
  box-shadow: -15px 15px 15px -15px rgba(0, 0, 0, 0.075);
  display: block; }

.nav > li {
  position: relative;
  padding-bottom: 20px; }

.subNav ul {
  width: 100%; }

.navbar-nav {
  margin: 0; }
  .navbar-nav .dropdown-menu.subNav ul li:hover ul {
    padding-right: 10px; }
    .navbar-nav .dropdown-menu.subNav ul li:hover ul a {
      padding: 1px 2px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .navbar-nav {
      display: flex;
      align-items: stretch;
      flex-direction: row; }
      .navbar-nav > li {
        display: flex;
        justify-items: stretch;
        padding-bottom: 0; }
        .navbar-nav > li > a {
          display: block; }
        .navbar-nav > li.home > a {
          height: auto; }
          .navbar-nav > li.home > a:after {
            display: block;
            float: left;
            padding: 0; }
        .navbar-nav > li .dropdown-menu {
          margin-top: 0 !important; }
        .navbar-nav > li .dropdown-menu.subNav ul li:hover ul {
          width: 95%; } }

.navbar-collapse {
  box-shadow: none;
  border-top: 0 none;
  max-height: 1000px; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff;
  border-color: transparent; }

/* .navbar-collapse.collapse.in{
	 min-height: 300px;
 }*/
.row {
  position: relative; }

html body a.button,
.printbutton, .chartbutton,
html body span.button > a,
.gsearchbutton > a {
  -moz-user-select: none;
  background: #003b5c;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  /*   border-radius: 4px;*/
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 12px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden; }

.gsearchbutton > a {
  padding-left: 40px;
  padding-bottom: 15px;
  padding-top: 14px; }

@media (max-width: 990px) {
  .printbutton, .chartbutton {
    width: 100%;
    float: none;
    margin-bottom: 20px; } }

.guidance-buttons .button.half {
  max-width: 49%; }
  .guidance-buttons .button.half.prev {
    float: left;
    margin-left: 0px; }
  .guidance-buttons .button.half.next {
    float: right;
    margin-right: 0px; }

@media (min-width: 480px) {
  .guidance-buttons .button.half,
  .guidance-buttons .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half {
    margin-right: 1%;
    overflow: hidden;
    width: 49%;
    float: left;
    margin-bottom: 10px; }
  .guidance-buttons .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half {
    margin-left: 0.1%;
    margin-right: 0;
    float: right; } }

@media (min-width: 1200px) {
  .guidance-buttons .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half {
    margin-left: 0.5%;
    margin-right: 0; }
  .guidance-buttons .button.half,
  .guidance-buttons .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half,
  .guidance-buttons .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half + .button.half {
    margin-right: 1%;
    margin-left: 0; } }

a.button[title="Login"],
a.button[title="Register"],
.printbutton, .chartbutton {
  padding-left: 35px; }

a.button[title="Login"]:before {
  font-family: "allicons";
  content: "\E833";
  position: absolute;
  left: 10px;
  font-size: 24px;
  top: 4px; }

a.button[title="Register"]:before {
  font-family: "allicons";
  content: "\E9E8";
  position: absolute;
  left: 10px;
  font-size: 24px;
  top: 4px; }

.printbutton,
.chartbutton,
.gsearchbutton {
  margin-top: 20px;
  margin-right: 0;
  float: right; }

.printbutton input[type="button"], .chartbutton input[type="button"] {
  background: transparent;
  border: 0 none;
  color: #fff; }

.printbutton:hover input[type="button"], .chartbutton:hover input[type="button"] {
  color: #003b5c; }

.printbutton:before {
  font-family: "allicons";
  content: "\E840";
  position: absolute;
  left: 10px;
  font-size: 24px;
  top: 4px; }

.chartbutton:before {
  font-family: "allicons";
  content: "\ECE2";
  position: absolute;
  left: 10px;
  font-size: 24px;
  top: 4px; }

.gsearchbutton > a:before {
  font-family: "allicons";
  content: "\E805";
  position: absolute;
  left: 10px;
  font-size: 24px;
  top: 4px; }

html body a.button:hover,
.printbutton:hover,
.chartbutton:hover,
span.button > a:hover,
.gsearchbutton > a:hover {
  color: #003b5c;
  background: #fff;
  border-color: #003b5c;
  text-decoration: none; }

.charities a.button,
.charities .printbutton,
.charities .chartbutton,
.charities span.button > a,
.charities .gsearchbutton > a {
  background: #003b5c; }

.charities a.button:focus,
.charities span.button > a:focus,
.charities .gsearchbutton > a {
  color: #fff; }

body.charities a.button:hover,
body.charities .printbutton:hover,
body.charities .chartbutton:hover,
body.charities span.button > a:hover,
body.charities .gsearchbutton > a:hover {
  color: #003b5c;
  background: #fff;
  border-color: #003b5c; }

body.charities .printbutton:hover input[type="button"],
body.charities .chartbutton:hover input[type="button"] {
  color: #003b5c; }

.CHARITY a.button,
.CHARITY .printbutton,
.CHARITY .chartbutton,
.CHARITY span.button > a,
.CHARITY .gsearchbutton > a {
  background: #5d265a; }

.CHARITY a.button:focus,
.CHARITY span.button > a:focus,
.CHARITY .gsearchbutton > a {
  color: #fff; }

body .CHARITY a.button:hover,
body .CHARITY .printbutton:hover,
body .CHARITY .chartbutton:hover,
body .CHARITY span.button > a:hover,
body .CHARITY .gsearchbutton > a:hover {
  color: #5d265a;
  background: #fff;
  border-color: #5d265a; }

body .CHARITY .printbutton:hover input[type="button"],
body .CHARITY .chartbutton:hover input[type="button"] {
  color: #5d265a; }

.public a.button,
.public .printbutton,
.public .chartbutton,
.public span.button > a,
.public .gsearchbutton > a {
  background: #003b5c; }

body.public a.button:hover,
body.public .printbutton:hover,
body.public .chartbutton:hover,
body.public span.button > a:hover {
  color: #003b5c;
  background: #fff;
  border-color: #003b5c; }

body.public .printbutton:hover input[type="button"],
body.public .chartbutton:hover input[type="button"] {
  color: #003b5c; }

.PUBLIC a.button,
.PUBLIC .printbutton,
.PUBLIC .chartbutton,
.PUBLIC span.button > a,
.PUBLIC .gsearchbutton > a {
  background: #72beb2; }

body .PUBLIC a.button:hover,
body .PUBLIC .printbutton:hover,
body .PUBLIC .chartbutton:hover,
body .PUBLIC span.button > a:hover,
body .PUBLIC .gsearchbutton > a:hover {
  color: #72beb2;
  background: #fff;
  border-color: #72beb2; }

body .PUBLIC .printbutton:hover input[type="button"],
body .PUBLIC .chartbutton:hover input[type="button"] {
  color: #72beb2; }

.SEARCH a.button,
.SEARCH .printbutton,
.SEARCH .chartbutton,
.SEARCH span.button > a,
.SEARCH .gsearchbutton > a {
  background: #5d265a; }

body .SEARCH a.button:hover,
body .SEARCH .printbutton:hover,
body .SEARCH .chartbutton:hover,
body .SEARCH span.button > a:hover,
body .SEARCH .gsearchbutton > a:hover {
  color: #5d265a;
  background: #fff;
  border-color: #5d265a; }

body .SEARCH .printbutton:hover input[type="button"],
body .SEARCH .chartbutton:hover input[type="button"] {
  color: #5d265a; }

body,
p,
li,
p span {
  font-family: "open-sans", helvetica, arial, sans-serif; }

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
.banner p,
.banner_text p,
h1 a,
h2 a,
h3,
h4 a,
h5 a,
h6 a,
.result-title {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400; }

h1 span {
  display: block;
  font-family: "prenton-condensed", sans-serif;
  font-size: 20px;
  text-transform: uppercase; }

a:hover {
  color: #3a3a3a; }

.searchtabs > ul {
  margin: 0 0 -1px;
  padding: 0; }

.searchtabs > ul > li {
  background: #003b5c;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  display: table-cell;
  list-style: outside none none;
  margin: 0;
  padding: 10px;
  vertical-align: top;
  width: 32%; }

.searchtabs > ul > li.active a:before {
  content: "\25B8   ";
  position: absolute;
  left: -5px; }

.searchtabs > ul > li a {
  outline: none;
  transition: 0.2s all ease;
  cursor: pointer;
  cursor: hand; }

.searchtabs > ul > li.active a {
  padding-left: 5px;
  position: relative; }

@media (max-width: 480px) {
  .searchtabs > ul > li {
    border-bottom: 1px dotted #fff;
    border-right: 0 none;
    display: block;
    width: 100%; } }

.searchtabs ul > li:last-child {
  border-right: 0 none; }

.searchtabs ul > li a {
  color: #fff;
  display: block;
  text-decoration: none; }

.searchtabs ul > li.active {
  background: #fff;
  border: 1px solid #003b5c;
  border-bottom: 1px solid #fff; }

.searchtabs ul > .ajax-page a {
  color: #003b5c; }

.searchtabs ul > li.active a {
  color: #003b5c; }

.search-resultsresults {
  clear: left; }

.search-result {
  border-bottom: 1px solid #f2f2f2;
  margin: 1em 0;
  padding: 1em 0; }

.search_noresults {
  clear: both; }

.search > div {
  position: relative; }

.SEARCH .searchtabs > ul > li {
  background: #5d265a; }

.SEARCH .searchtabs ul > li a:hover, .SEARCH .searchtabs ul > li a:focus {
  color: #fff; }

.SEARCH .searchtabs ul > li.active {
  background: #fff;
  border: 1px solid #5d265a;
  border-bottom: 1px solid #fff; }

.SEARCH .searchtabs ul > li.active a {
  color: #5d265a; }

.loadingGif {
  left: 160px;
  position: absolute;
  top: -44px;
  max-width: 50%;
  display: none !important; }

.loadingGif > img {
  float: left;
  margin-right: 10px; }

.loadingGif > p {
  float: left;
  padding-top: 6px;
  vertical-align: middle; }

.result-title {
  font-size: 25px; }

/*
  *
  *  Tooltips
  *
  ***************/
.title,
td,
a {
  perspective: 500px;
  transform: translate3d(0, 0, 100);
  z-index: 1;
  position: relative; }

.title:hover,
td:hover,
.title.tap,
td.tap,
.information:hover,
.information.tap {
  z-index: 100; }

.information .tooltipitem {
  left: 0px; }

.tooltipitem {
  background: #fff;
  border: 1px solid darkgray;
  border-radius: 3px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-weight: 400;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  width: 240px;
  z-index: 500;
  transform-origin: top;
  transform: scale(0.85);
  pointer-events: none;
  transition: 0.25s all; }

.tooltipitem > span {
  display: inline-block; }

.tooltipitem > .data {
  width: 60%;
  float: left; }

.title:hover .tooltipitem,
td:hover .tooltipitem,
.title.tap .tooltipitem,
td.tap .tooltipitem,
.information:hover .tooltipitem,
.information.tap .tooltipitem {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg) scale(1); }

.heading:hover .tooltipitem,
.heading.tap .tooltipitem {
  visibility: visible;
  opacity: 1;
  font-size: 21px;
  right: 430px; }

/*
  *
  *
  * Form elements 
  *
  *
  ******************/
/* Search table active,asc,desc */
.CharityResultList thead > tr:first-child th > a.active {
  /*font-weight: 700;*/ }

.CharityResultList thead > tr:first-child th > a,
.CharityResultList thead > tr:first-child th > a:hover,
.CharityResultList thead > tr:first-child th > a:active {
  text-decoration: none; }

.CharityResultList thead > tr:first-child th a:after {
  content: "\E8AE";
  font-family: "allicons";
  font-weight: normal;
  left: 5px;
  top: -3px;
  position: relative;
  font-size: 12px; }

.CharityResultList thead > tr:first-child th > a.asc:after {
  content: "\E8AC";
  top: 3px; }

.CharityResultList thead > tr:first-child th > a.desc:after {
  content: "\E8AD"; }

.char_status > p {
  float: left;
  width: 31% !important; }

.char_status > p + p + p {
  width: 22%; }

.char_status > p > label {
  display: inline-block;
  width: 83%; }

.char_status input {
  float: left; }

.contactMessage {
  background: #ebebeb;
  padding: 15px;
  display: block; }

.terms_conditions {
  background: #ebebeb;
  padding: 15px; }

.terms_conditions > span > h2 {
  margin-top: 0; }

.form-control {
  border-radius: 0; }

.charityNewsletterSignup p label {
  width: 100%; }

.charityNewsletterSignup p label ~ label {
  display: inline-block;
  width: 45.5%; }

.charityNewsletterSignup br {
  display: none; }

.charityComplaintForm input[type="checkbox"],
.onlineform input[type="checkbox"] {
  float: left; }

.charityNewsletterSignup input[type="checkbox"] {
  float: none; }

.charityComplaintForm input[type="submit"],
.onlineform input[type="submit"] {
  min-width: 80px; }

.charityContactForm select.ddlfaq {
  margin-top: 10px; }

.charityContactForm .faqdisplay {
  background: #f2f2f2;
  padding: 10px;
  margin-top: 1.2em; }

.charityContactForm .help-check input[type="checkbox"] {
  cursor: pointer;
  float: right;
  margin: 10px; }

.charityContactForm .help-check label {
  cursor: pointer;
  width: 85%; }

label.required,
label:last-child {
  padding-right: 5px;
  width: 91%; }

label.required ~ input[type="checkbox"] {
  position: absolute; }

label.required > abbr.required {
  display: inline-block; }

.searchCharities input {
  height: 42px; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px; }

input[type="search"] {
  border: 1px solid;
  border-radius: 0;
  padding: 13px 25px;
  position: relative;
  margin: 10px -5px 10px 0;
  z-index: 10;
  width: 80%;
  vertical-align: middle; }

.searchCharities input[type="search"] {
  padding-top: 0;
  padding-bottom: 0; }

.ie8 input[type="search"] {
  width: 70%; }

input[type="submit"],
button[type="submit"],
.inputBtn {
  color: #fff;
  border: 0;
  border-radius: 0;
  background: #3a3a3a;
  box-shadow: 0 0 0 1px #3a3a3a inset;
  font-size: 20px;
  padding: 3px 25px;
  width: 20%;
  min-width: 85px;
  margin: 10px 0;
  position: relative;
  vertical-align: middle; }

input[type="submit"]:hover,
button[type="submit"]:hover,
.inputBtn:hover {
  color: #3a3a3a;
  background: #fff; }

.multiline-text {
  resize: none; }

.charityRegDownload ul,
.onlineform ul {
  list-style: none;
  padding-left: 0; }

.resultsPerPage {
  float: right;
  margin-top: 10px; }

.resultsPerPage > select {
  margin-left: 5px;
  max-width: 80px;
  min-width: 80px; }

.textarea.form-control {
  min-height: 155px; }

.searchCharities input[type="submit"] {
  font-family: "allicons";
  border-radius: 0; }

.result-count {
  display: inline-block;
  font-weight: 800;
  padding: 10px 0; }

.result-count:after {
  content: "\E8AD";
  font-family: "allicons";
  font-weight: normal;
  left: 5px;
  top: -3px;
  position: relative; }

body a,
body a:hover,
body a:focus,
body nav.navbar-collapse a:hover,
body nav.navbar-collapse a:focus {
  color: #003b5c; }

/* body.charities a, 
 body.charities a:hover, 
 body.charities a:focus,
 body.charities nav.navbar-collapse a:hover, 
 body.charities nav.navbar-collapse a:focus{
	color: $charities-primary;
 }*/
.nav > li:hover > a {
  background: #eeeeee;
  color: #003b5c;
  text-decoration: none; }

body .nav > li.charities:hover > a,
body.charities a,
body.charities a:hover,
body.charities a:focus,
body .guidance a > span,
body nav.navbar-collapse .charities a:hover,
body nav.navbar-collapse .charities a:focus,
.charities .SpeakIt:before {
  color: #003b5c; }

body .CHARITY a,
body .CHARITY a:hover,
body .CHARITY a:focus,
.CHARITY .SpeakIt:before {
  color: #5d265a; }

section p a,
section li a {
  text-decoration: underline; }

nav li a {
  text-decoration: none; }

/* body.home a, 
 body.home a:hover, 
 body.home a:focus,
 body.home nav.navbar-collapse a:hover, 
 body.home nav.navbar-collapse a:focus,
 body.public a, 
 body.public a:hover, 
 body.public a:focus,
 body.public nav.navbar-collapse a:hover, 
 body.public nav.navbar-collapse a:focus{ 
 	color: $public-primary;
 }*/
body .nav > li.public:hover > a,
body.public a,
body.public a:hover,
body.public a:focus,
body nav.navbar-collapse .public a:hover,
body nav.navbar-collapse .public a:focus,
.public .SpeakIt:before {
  color: #003b5c; }

body .nav > li.SEARCH:hover > a,
body .SEARCH a,
body .SEARCH a:hover,
body .SEARCH a:focus,
body nav.navbar-collapse .SEARCH a:hover,
body nav.navbar-collapse .SEARCH a:focus,
.SEARCH .SpeakIt:before {
  color: #5d265a; }

.post-info span {
  font-weight: 900; }

.post-info span + span {
  margin-left: 15px; }

body.charities .post-info span {
  color: #003b5c; }

body .CHARITY .post-info span {
  color: #5d265a; }

body.public .post-info span {
  color: #003b5c; }

body .SEARCH .post-info span {
  color: #5d265a; }

nav.navbar-collapse a {
  color: #fff; }

/*body.home a:hover,
 body.public a:hover,  
 body.public a:focus,
 body.home nav.navbar-collapse a:hover,
 body.home nav.navbar-collapse a:focus,
 body.public nav.navbar-collapse a:hover, 
 body.public nav.navbar-collapse a:focus{
	color: $public-primary;
 }*/
html,
body {
  max-width: 100vw;
  overflow-x: hidden; }

body.internal header .bg {
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: url("<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\"><filter id=\"blur\"><feGaussianBlur stdDeviation=\"8\"></feGaussianBlur></filter></svg>"#blur);
  filter: blur(8px); }

body.public.internal header .bg {
  background: url(/dist/237ba637f98ae55e4e7ae767cad1db43.png) no-repeat;
  /*
  @media (min-width:992px){
      background-size: cover;
  }
*/ }

header .logo {
  background: url(/dist/0e06f594a0fbe0c64f8904fb3ee9d808.png) no-repeat;
  background-size: contain;
  display: block;
  width: 145px;
  height: 75px;
  text-indent: -999px;
  overflow: hidden;
  margin-left: 15px;
  margin-bottom: 1em; }

.navbar-header {
  display: none;
  position: absolute;
  right: 0;
  top: 0; }

header nav.navbar-collapse {
  box-shadow: none !important; }

header nav li a {
  color: #fff;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase; }

.dropdown.open > a,
.dropdown.open > a:focus,
a:focus {
  color: #444444; }

.dropdown h3 {
  display: none; }

.charities.dropdown.open > a {
  color: #003b5c; }

.CHARITY.dropdown.open > a {
  color: #5d265a; }

/*   body.home .dropdown.open > a,
    body.public .dropdown.open > a{
	    color: $public-primary
    }
  */
.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  background: #f8f8f8;
  box-shadow: none;
  /*max-height: 0;
  	*/
  position: absolute;
  width: 100%;
  left: auto;
  width: auto;
  max-width: 100vw;
  margin-top: -25px; }
  @media (min-width: 992px) {
    .navbar-nav > li > .dropdown-menu {
      min-width: 15vw; } }

/*	header nav li:hover .subNav {
  		max-height: 300px;
  	}*/
header nav li .subNav ul {
  padding: 10px 20px 0px 10px;
  position: relative; }

.dropdown-menu.subNav ul a + ul {
  display: none;
  background: #bde7e2;
  font-size: 0.4em;
  left: 100%;
  left: calc(100% - 10px);
  top: 0;
  float: left;
  position: absolute; }
  @media (min-width: 768px) {
    .dropdown-menu.subNav ul a + ul {
      margin-top: -10px;
      top: auto; } }

.dropdown-menu.subNav ul a + ul a {
  display: block; }
  .dropdown-menu.subNav ul a + ul a:hover {
    background: #fff; }

/*body.home .dropdown-menu.subNav ul a + ul, body.public .dropdown-menu.subNav ul a + ul {
	  	background: $public-pale;
  	}
  	*/
body.home section.banner {
  margin-bottom: 15px; }

body.home .banner .topic {
  margin-bottom: 15px; }
  body.home .banner .topic a {
    color: #003b5c; }

body.home .banner .topic h2 {
  color: #003b5c;
  font-weight: 400;
  text-align: right;
  font-size: 32px; }
  body.home .banner .topic h2 a {
    color: #003b5c; }
    @media (max-width: 767px) {
      body.home .banner .topic h2 a {
        float: left; } }

body.home .banner .topic .story {
  background: #fff;
  border-bottom: 0 none;
  margin: 12px 0 0 0;
  padding-bottom: 0;
  width: 100%;
  position: relative; }

.searchCharities {
  margin-bottom: 15px; }

@media (min-width: 990px) {
  body.home .banner .topic .story > div {
    max-height: 56px; } }

body.home .banner .topic .story .col-sm-8 {
  padding-right: 0;
  /*   width: 100%;*/
  text-align: right;
  border-bottom: 1px solid transparent;
  transition: 0.3s all ease; }

body.home .banner .topic .story a.coverlink:hover ~ .col-sm-8,
body.home .banner .topic .story a.coverlink:focus ~ .col-sm-8 {
  border-bottom: 1px solid #003b5c;
  position: relative; }

body.home .banner .topic .story .title {
  font-family: "franklin-gothic-urw-comp";
  font-size: 19px;
  padding-right: 0;
  width: 100%;
  text-align: left;
  font-weight: 400; }

body.home .banner .topic .story .date {
  font-size: 12px;
  bottom: 3px;
  right: 0;
  position: absolute; }

body.home .banner .topic .story:before,
body.home .banner .topic .story:after {
  color: #003b5c; }

body.home .banner .topic .story:before {
  content: "\E991";
  display: none;
  font-family: "allicons";
  font-size: 220%;
  font-style: normal;
  font-variant: normal;
  font-weight: lighter;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 100px;
  margin-top: 5px;
  text-align: right;
  text-decoration: inherit;
  text-transform: none;
  /*width: 78%;*/ }

body.home .banner .topic .story:after {
  content: "HOT TOPIC";
  display: none;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 200%;
  float: left;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100px; }

.news-title,
.news-more-info {
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 200%; }

.news-more-info {
  font-size: 150%; }

.news-date {
  display: block;
  font-weight: bold; }

body .public .dropdown-menu.subNav ul a + ul {
  background: #bde7e2; }

.dropdown-menu.subNav > ul > li > a {
  display: inline-block;
  width: 105%;
  width: calc(100% + 10px) !important; }

.dropdown-menu.subNav > ul > li:hover > a {
  background: #bde7e2;
  float: left;
  text-align: center; }
  @media (min-width: 768px) {
    .dropdown-menu.subNav > ul > li:hover > a {
      text-align: left; } }

/*body.home .dropdown-menu.subNav > ul > li:hover > a, body.public .dropdown-menu.subNav > ul > li:hover > a{ 
  		background: $public-pale;
  	}*/
body .public .dropdown-menu.subNav > ul > li:hover > a {
  background: #bde7e2; }

.dropdown-menu.subNav input[type="search"] {
  width: 70%; }

.dropdown-menu.subNav input[type="submit"] {
  /*top:6px;*/ }

/*	body.public header .dropdown-menu.subNav ul a+ul,
  	body.public header .dropdown-menu.subNav > ul > li:hover > a{
	  	background: $public-pale;
	 }*/
/* .charities header .dropdown-menu.subNav ul a+ul,
	 .charities header .dropdown-menu.subNav > ul > li:hover > a{
	 	background: $charities-pale;
	 }
	 */
header .charities .dropdown-menu.subNav ul a + ul,
header .charities .dropdown-menu.subNav > ul > li:hover > a {
  background: #bde7e2; }

/*
body .charities .dropdown-menu.subNav > ul > li:hover > a {
    box-shadow: 10px 0 0 0 $charities-pale;
}
*/
.dropdown-menu.subNav ul li:hover ul {
  display: block;
  width: 120%;
  box-shadow: 0 0 0 5px #f8f8f8, 15px 15px 15px -15px rgba(0, 0, 0, 0.075); }

header nav li .subNav a {
  color: #003b5c; }
  @media (min-width: 1200px) {
    header nav li .subNav a {
      font-size: 21px; } }

header nav li .subNav li {
  margin-bottom: 10px;
  width: 100%; }

/*	.charities header nav li .subNav a{
	  	color: $charities-primary;
  	}*/
header nav li.charities .subNav a {
  color: #003b5c; }

/*  	body.home header nav li .subNav a,
  	body.public header nav li .subNav a{
	  	color: $public-primary;
  	}*/
body header nav li.public .subNav a {
  color: #003b5c; }

header nav .subNav ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  padding-right: 10px; }

/* Left nav 
	 *
	 *************/
#menu-side-navigation,
.menu-latest-news {
  list-style: none outside;
  text-transform: uppercase;
  margin-top: 4em;
  padding-left: 0; }

#menu-side-navigation a,
.menu-latest-news a {
  display: block;
  padding: 5px;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-size: 18px; }

#menu-side-navigation a:hover,
.menu-latest-news a:hover {
  background: #003b5c;
  color: #fff;
  text-decoration: none; }

body .SEARCH #menu-side-navigation a:hover {
  background: #5d265a; }

body .SEARCH #menu-side-navigation .active a:hover {
  background: #ad22a6; }

body.public #menu-side-navigation a:hover {
  background: #003b5c; }

body.public #menu-side-navigation .active a:hover {
  background: #006ca9; }

body.charities #menu-side-navigation a:hover {
  background: #003b5c; }

body.charities #menu-side-navigation .active a:hover {
  background: #006ca9; }

body .CHARITY #menu-side-navigation a:hover {
  background: #5d265a; }

body .CHARITY #menu-side-navigation .active a:hover {
  background: #ad22a6; }

#menu-side-navigation > li.active > a,
.menu-latest-news > li.active > a {
  border-bottom: 1px solid; }

#menu-side-navigation .current > a,
#menu-side-navigation .active > a,
.menu-latest-news .current > a,
.menu-latest-news .active > a,
.menu-latest-news .current > span {
  background: #003b5c;
  color: #fff; }

#menu-side-navigation .active .current > a,
#menu-side-navigation .active a:hover,
.menu-latest-news .active .current > a,
.menu-latest-news .active a:hover {
  background: #006ca9; }

.charities #menu-side-navigation .current > a,
.charities #menu-side-navigation .active > a {
  background: #003b5c;
  color: #fff; }

.charities #menu-side-navigation .active .current > a {
  background: #006ca9; }

.CHARITY #menu-side-navigation .current > a,
.CHARITY #menu-side-navigation .active > a {
  background: #5d265a;
  color: #fff; }

.CHARITY #menu-side-navigation .active .current > a {
  background: #ad22a6; }

.public #menu-side-navigation .current > a,
.public #menu-side-navigation .active > a {
  background: #003b5c;
  color: #fff; }

.public #menu-side-navigation .active .current > a {
  background: #006ca9; }

.PUBLIC #menu-side-navigation .current > a,
.PUBLIC #menu-side-navigation .active > a {
  background: #72beb2;
  color: #fff; }

.PUBLIC #menu-side-navigation .active .current > a {
  background: #006ca9; }

.SEARCH #menu-side-navigation .current > a,
.public #menu-side-navigation .active > a {
  background: #5d265a;
  color: #fff; }

.SEARCH #menu-side-navigation .active .current > a {
  background: #ad22a6; }

#menu-side-navigation > li.active li.current,
.menu-latest-news > li.active li.current {
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid white;
  border-top: 1px solid white; }

#menu-side-navigation > li.active li.current:hover,
.menu-latest-news > li.active li.current:hover {
  border-color: #003b5c; }

body .SEARCH #menu-side-navigation > li.active li.current:hover {
  border-color: #5d265a; }

body.public #menu-side-navigation > li.active li.current:hover {
  border-color: #003b5c; }

body.charities #menu-side-navigation > li.active li.current:hover {
  border-color: #003b5c; }

#menu-side-navigation ul,
.menu-latest-news ul {
  background: #bde7e2;
  list-style: none outside;
  padding-left: 0; }

#menu-side-navigation ul a,
.menu-latest-news ul a {
  font-size: 16px;
  padding-left: 10px; }

body.public #menu-side-navigation ul {
  background: #bde7e2; }

body.charities #menu-side-navigation ul {
  background: #bde7e2; }

body .CHARITY #menu-side-navigation ul {
  background: #f1ddf0; }

.menu-latest-news {
  background: #bde7e2;
  margin-top: 4.7em; }

.menu-latest-news li.current > span {
  display: block;
  padding: 5px;
  font-family: franklin-gothic-urw-comp, sans-serif;
  font-weight: 400;
  font-size: 18px; }

.menu-latest-news a {
  text-decoration: none; }

/*
     *
     *  Search SCR
     *
     ***************/
.block {
  overflow: hidden;
  margin-bottom: 15px; }

.faq-wrap.block {
  background: #f2f2f2;
  padding: 0 10px 0 10px; }

.faq-wrap.block.open {
  padding: 10px; }

@media (min-width: 767px) {
  .block p {
    float: left;
    margin-right: 2%;
    width: 31%; }
  .block:first-child p + p + p {
    width: 33%;
    margin-right: 0;
    float: right; }
  .block + .block p,
  .faq-wrap.block p {
    float: left;
    margin-right: 2%;
    width: 48%; }
  .block + .block p + p {
    float: left;
    margin-right: 0;
    width: 50%; }
  .faq-wrap.block {
    padding: 0 0 0 10px; }
  .faq-wrap.block.open {
    padding: 10px 0 10px 10px; } }

/* Extra Form bits
     *
     *******************/
.footable-row-detail-name {
  font-weight: 900;
  border-bottom: 1px solid;
  padding-top: 5px; }

table.radio,
.radio tbody {
  display: block; }

table.radio td,
table.radio tr {
  display: block;
  float: left;
  min-width: 25%; }

table.radio label {
  display: inline-block;
  padding: 14px 0; }

abbr.required,
.required > span {
  color: #b90000; }

.ValidationSummary {
  display: none; }

.summaryValidation {
  color: #b90000;
  font-weight: 700; }

.summaryValidation ul {
  display: none; }

.search input[type="text"],
.charityList input[type="text"],
.charityNewsletterSignup input[type="text"],
.charityNewsletterSignup input[type="email"],
.PublicationSearch input[type="text"] {
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%; }

.charityList #search-results table th {
  border-top: 1px solid #003b5c; }
  .charityList #search-results table th:nth-child(4) a {
    display: block;
    min-width: 90px; }

.charityList th.asc a.ajax-sort:after {
  content: "\E113";
  font-family: "Glyphicons Halflings";
  font-size: 0.5em;
  display: inline-block;
  margin-left: 5px; }

.charityList th.desc a.ajax-sort:after {
  content: "\E114";
  font-family: "Glyphicons Halflings";
  font-size: 0.5em;
  display: inline-block;
  margin-left: 5px; }

select {
  max-width: 100%;
  min-width: 100%; }

.charityList .paging_controls > div {
  display: inline-block; }
  .charityList .paging_controls > div ul {
    list-style-type: none; }
    .charityList .paging_controls > div ul li {
      display: inline-block;
      line-height: 1; }
      .charityList .paging_controls > div ul li a {
        font-size: 16px;
        overflow: hidden;
        padding: 7px 2px;
        text-decoration: none;
        width: 37px; }
        .charityList .paging_controls > div ul li a:before {
          font-size: 18px;
          text-indent: 6px; }
      .charityList .paging_controls > div ul li.PagedList-skipToFirst a:before {
        content: "\EA4D";
        font-family: "allicons";
        display: block;
        position: absolute;
        text-align: center;
        text-indent: 9px; }
      .charityList .paging_controls > div ul li.PagedList-skipToPrevious a:before {
        content: "\EA4F";
        font-family: "allicons";
        display: block;
        position: absolute;
        text-align: center; }
      .charityList .paging_controls > div ul li.PagedList-skipToNext a:before {
        content: "\EA4E";
        font-family: "allicons";
        display: block;
        position: absolute;
        text-align: center; }
      .charityList .paging_controls > div ul li.PagedList-skipToLast a:before {
        content: "\EA4C";
        font-family: "allicons";
        display: block;
        position: absolute;
        text-align: center;
        text-indent: 9px; }

.charityList .paging_controls span.page_number {
  display: inline-block;
  position: relative;
  top: -10px;
  font-weight: 800;
  padding: 10px;
  background: #f2f2f2; }

.paging_controls {
  padding: 10px 0;
  text-align: center; }

.paging_controls span {
  display: inline-block;
  padding: 0 1px;
  margin-top: 15px; }

.paging_controls span a {
  font-size: 13px;
  padding: 7px 2px;
  width: 37px; }

.paging_controls br {
  display: none; }

.paging_controls a {
  border: 1px solid transparent;
  /*  	 	border-radius: 50%;*/
  cursor: pointer;
  /*color: #fff !important;
  	 	background: $brand-primary;
  	 	*/
  padding: 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  font-size: 14px; }

/*	 .icon-to-end-1:before { content: '\ea4c'; }
.icon-to-start-1:before { content: '\ea4d'; } 
.icon-fast-forward:before { content: '\ea4e'; }
.icon-fast-backward:before { content: '\ea4f'; }*/
.paging_controls > a:before {
  font-size: 18px; }

.paging_controls > a:first-child:before {
  content: "\EA4D";
  font-family: "allicons";
  display: block;
  text-indent: 6px;
  position: absolute;
  text-align: center; }

.paging_controls span ~ a + a:before {
  content: "\EA4C";
  font-family: "allicons";
  display: block;
  text-indent: 6px;
  position: absolute;
  text-align: center; }

.paging_controls > a {
  text-indent: -999px;
  overflow: hidden; }

.paging_controls > a + a:before {
  content: "\EA4F";
  font-family: "allicons";
  display: block;
  text-indent: 3px;
  position: absolute;
  text-align: center; }

.paging_controls span ~ a:before {
  content: "\EA4E";
  font-family: "allicons";
  display: block;
  text-indent: 3px;
  position: absolute;
  text-align: center; }

.paging_controls span.page_number {
  display: inline-block;
  position: relative;
  top: -10px;
  font-weight: 800;
  padding: 10px;
  background: #f2f2f2; }

.paging_controls > a:first-child {
  text-indent: -99px; }

.public .paging_controls a {
  /*border-color: $public-primary;*/
  text-decoration: none;
  /*background-color:$public-primary; 
  	*/ }

.charities .paging_controls a {
  /*	border-color: $charities-primary;
  	 	background-color:$charities-primary;
  	 */ }

.paging_controls a.active,
.paging_controls li.active a {
  background-color: #003b5c;
  border: 1px solid #003b5c;
  color: #fff;
  font-weight: 800; }

.public .paging_controls a.active,
.public .paging_controls li.active a {
  background-color: #003b5c;
  border-color: #003b5c; }

.charities .paging_controls a.active,
.charities .paging_controls li.active a {
  background-color: #003b5c;
  border-color: #003b5c; }

.paging_controls a:hover {
  background-color: #fff;
  /* $brand-pale;*/
  border: 1px solid;
  color: #003b5c;
  text-decoration: none; }

.public .paging_controls a:hover {
  /* background-color: $public-pale;
	  	*/
  border-color: #003b5c;
  color: #003b5c; }

.charities .paging_controls a:hover {
  background-color: #fff;
  color: #003b5c;
  border-color: #003b5c; }

/* STAFF MEMBERS
     *
     *****************/
.member {
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 3em;
  overflow: auto;
  padding: 15px 0; }

.member h2 {
  margin-bottom: 10px;
  margin-top: 5px; }

.member .jobTitle {
  color: #787878;
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 10px; }

.member .image-holder {
  margin-top: 10px;
  margin-bottom: 10px; }

/* FAQ
     *
     *************/
.faq_container {
  margin-top: 30px; }

.faq_container .faq_container {
  margin-top: 3px;
  margin-left: 1%;
  width: 98%; }

body .faq_header,
body .faq_noheader {
  cursor: pointer;
  margin-top: 4px;
  position: relative; }

body .faq_noheader {
  margin-bottom: 6px; }

body .faq_header a:after {
  font-family: "allicons";
  content: "\E907";
  position: absolute;
  right: 10px;
  top: 5px; }

body .faq_header a,
body .faq_noheader a {
  background: #003b5c;
  color: #fff;
  display: block;
  padding: 10px 30px 10px 10px;
  margin-bottom: 1px;
  font-size: 18px; }

.faq_header a {
  transition: .05s all linear;
  transition-delay: .001s; }

.faq_header a.chrome-fix {
  color: #fefefe !important; }

@media (min-width: 480px) {
  body .faq_header a::before {
    content: "click to expand";
    font-size: 11px;
    margin-right: 35px;
    display: inline-block;
    text-transform: uppercase;
    float: right; }
  body .faq_container .faq_container .faq_header a::before {
    bottom: 6px; }
  body .faq_header a,
  body .faq_noheader a {
    padding: 10px 5px 10px 10px; } }

@media screen {
  .faq-wrap {
    max-height: 0;
    overflow: hidden;
    transition: 0.75s all ease, 0.4s padding linear; } }

.faq-wrap.open {
  height: auto !important;
  max-height: 10000px; }

body .faq_container .faq_container .faq_header a,
body .faq_container .faq_container .faq_noheader a {
  padding: 5px;
  margin-bottom: 1px;
  font-size: 14px; }

body .faq_header.active a,
body .faq_header a:hover,
body .faq_header.active a,
body .faq_noheader a:hover {
  color: #fff;
  text-decoration: none; }

body.charities .faq_header a,
body.charities .faq_noheader a {
  background: #003b5c;
  color: #fff;
  text-decoration: none; }

body .CHARITY .faq_header a,
body .CHARITY .faq_noheader a {
  background: #5d265a;
  color: #fff;
  text-decoration: none; }

body.public .faq_header a,
body.public .faq_noheader a {
  background: #003b5c;
  color: #fff;
  text-decoration: none; }

body .SEARCH .faq_header a,
body .SEARCH .faq_noheader a {
  background: #5d265a;
  color: #fff;
  text-decoration: none; }

.faq_item p {
  padding: 10px; }

.faq_content {
  margin-bottom: 5px; }
  .faq_content .button {
    clear: both;
    float: right;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 10px; }
  .faq_content p {
    margin-top: 5px; }

header {
  padding-top: 50px; }

header .container {
  height: 100%;
  position: relative; }

body header .container h1,
body header .container .banner_text {
  color: #fff;
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  line-height: 1.15;
  padding-left: 0;
  padding-top: 15px;
  position: relative;
  bottom: 15px;
  font-size: 48px; }

body.internal header .container h1,
body header .container .banner_text {
  font-size: 42px;
  margin-bottom: 7px;
  /* bottom: 22px;*/ }

.banner_text p {
  color: #fff; }

h1 i {
  color: #003b5c;
  padding-left: 5px; }

.news-landing-page .breadcrumb {
  margin-bottom: 5px; }

header {
  height: 630px;
  background-position: center top;
  color: #fff;
  position: relative; }

header .bgWrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0; }

header .bg {
  background-position: center top;
  position: absolute;
  width: 101%;
  height: 115%;
  left: 0;
  top: 0; }

header .cycle-pager {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 999; }
  @media (max-width: 1199px) {
    header .cycle-pager {
      display: none; } }

header .cycle-pager span {
  background: #ebebeb;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 10px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -99px;
  z-index: 99999; }

@media (max-width: 480px) {
  header .cycle-pager {
    display: none; } }

@media (min-width: 990px) {
  header .cycle-pager span {
    height: 8px;
    width: 8px;
    margin: 7px; } }

header .cycle-pager span.cycle-pager-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8); }

html body.internal h2 {
  color: #646464;
  font-size: 24px;
  font-weight: 400; }

html body.internal h3 {
  color: #646464;
  font-size: 21px;
  font-weight: 400; }

body header {
  background: #003b5c; }

body.charities header {
  background: #003b5c; }

body .CHARITY header {
  background: #5d265a; }

body .PUBLIC header {
  background: #72beb2; }

body .SEARCH header {
  background: #eaa24d; }

body header .bg,
body header .bg.home {
  background: #60c5b8 url(/dist/237ba637f98ae55e4e7ae767cad1db43.png) no-repeat;
  background-position: center top;
  color: #fff;
  /*
    @media (min-width:992px){
      background-size: cover;
    }
*/ }

body header .bg.banner2 {
  background: #64245c url(/dist/d8e1689ec2c27e3f608b24260b5d2859.png) no-repeat;
  color: #fff; }

body header .bg.compass {
  background: #eca344 url(/dist/bd090f79ceba68dcdd85f0dcdeef87f0.png) no-repeat;
  background-position: center top;
  color: #fff; }

body header .bg.sunflower {
  background: #78c4b8;
  color: #fff; }

body.charities header .bg {
  background: #60c5b8 url(/dist/237ba637f98ae55e4e7ae767cad1db43.png) no-repeat;
  color: #fff;
  /* @media (min-width:992px){
      background-size: cover;
  } */ }

body .CHARITY header .bg {
  background: #5d265a url(/dist/d8e1689ec2c27e3f608b24260b5d2859.png) no-repeat;
  color: #fff;
  /* @media (min-width:992px){
      background-size: cover;
  } */ }

body .SEARCH header .bg {
  background: #eaa24d url(/dist/bd090f79ceba68dcdd85f0dcdeef87f0.png) no-repeat;
  background-position: center top;
  color: #fff;
  /* @media (min-width:992px){
      background-size: cover;
  } */ }

/* body.home header, */
body.public header {
  background: #60c5b8; }

/* body.home header .bg, */
body.public header .bg {
  background: #60c5b8 url(/dist/237ba637f98ae55e4e7ae767cad1db43.png) no-repeat;
  background-position: center 30%;
  /* @media (min-width:992px){
          background-size: cover;
      } */ }

body h2 {
  font-size: 36px; }

body.charities h2,
body.charities h1 {
  color: #003b5c; }

body.home h2,
body.public h2,
body.public h1 {
  color: #003b5c; }

body div.forCharities h2 {
  color: #003b5c; }

body div.forPublic h2,
body div.forPublic h2 > span,
body div.forPublic h2 a,
body div.forPublic a,
body div.forPublic span a {
  color: #72beb2; }

.forCharities a[title="Charities"],
.forPublic a[title="Public"] {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* -webkit-transition:all .25s ease;
  		transition: all .25s ease; */
  perspective: 500px; }

.forCharities a[title="Charities"]:hover,
.forPublic a[title="Public"]:hover {
  /* content: ""; */
  display: block;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(255,255,255,.1); */ }

.forCharities a[title="Charities"] img,
.forPublic a[title="Public"] img {
  -webkit-transition: all 0.25s ease;
  -webkit-transform: scale(1) translateZ(1px);
  transition: all 0.25s ease; }

.forCharities a[title="Charities"]:hover img,
.forPublic a[title="Public"]:hover img {
  transform: scale(1.05); }

.forPublic a[title="Public"] {
  background: #003b5c; }

.forCharities a[title="Charities"] {
  background: #a35c9e; }

/* .forPublic a[title="Public"]:hover{
	   box-shadow: 0 0 25px -7px $public-primary;
   }
   .forCharities a[title="Charities"]:hover{
	   box-shadow: 0 0 25px -7px $charities-primary;
   } */
header nav ul li a:after {
  font-family: "allicons";
  font-style: normal;
  font-weight: lighter;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: 0.8; */
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.navbar-nav > li > a {
  padding: 15px 13px; }

header nav ul li.home a:after {
  content: "\E829";
  display: block;
  position: relative;
  text-indent: 0;
  top: -19px;
  margin: 0 auto; }

header nav ul li.home a {
  background: transparent !important;
  color: #fff !important;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  text-indent: -999px;
  height: 47px;
  width: 34px; }
  header nav ul li.home a:after {
    margin-left: 0; }
  @media (max-width: 768px) {
    header nav ul li.home a:after {
      width: 100%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    header nav ul li.home a {
      padding: 32px 0 0 0; } }

header nav ul li.about a:after {
  width: auto; }

/* header nav ul li.contact > a:after {
    content: '\eb29';
    font-size: 100%;
    line-height: 1.2em;
} */
.ie header nav ul li.contact > a:after {
  line-height: 1em; }

header nav ul li.contact > a {
  padding-top: 16px;
  padding-bottom: 14px; }

/* Nav icons */
/* header nav ul li.charities > a:after {
    content: '\e89f';
}

header nav ul li.public > a:after {
    content: '\ebb7';
}

header nav ul li.hot.topics > a:after {
    content: '\e991';
}
header nav ul li.news > a:after {
    content: '\eb5e';
} */
/* header nav ul li.search > a:after {
    content: '\e805';
}

header nav ul li.about > a:after {
    content: '\e9cf'; 
} */
header nav.navbar-collapse {
  width: 100%; }

.navbar-toggle .icon-bar {
  background-color: #fff; }

.breadcrumb {
  background: transparent;
  font-size: 13px;
  padding-left: 0; }

.breadcrumb li,
.breadcrumb li a {
  color: #7c7c7c;
  text-transform: uppercase;
  position: relative; }

.breadcrumb a:after {
  font-family: "allicons";
  content: "\E906";
  position: absolute;
  top: -1px;
  right: -9px;
  font-size: 12px;
  opacity: 0.8;
  text-decoration: none !important;
  border: 0 none !important; }

.breadcrumb > li + li:before {
  content: " "; }

/* * BANNER/SWITCHER SECTION */
.banner h2 {
  font-weight: 700; }

.banner p {
  clear: both;
  font-size: 20px; }

.franklin {
  font-family: "franklin-gothic-urw-comp", sans-serif !important; }

body.home .banner .franklin {
  font-size: 20px;
  margin-top: 25px; }

#sectionSwitcher {
  border-top: 1px solid;
  list-style: none;
  padding-left: 0; }

#sectionSwitcher li {
  display: inline;
  float: left;
  margin-right: 1em; }

#sectionSwitcher li a {
  border-top: 3px solid transparent;
  color: #3a3a3a;
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 20px;
  padding: 0 5px;
  text-decoration: none !important;
  text-transform: uppercase;
  opacity: 0.6; }

#sectionSwitcher li a.active {
  border-top-color: #3a3a3a;
  opacity: 1; }

#sectionSwitcher li a:hover,
.charities #sectionSwitcher li.charities a,
.public #sectionSwitcher li.public a {
  border-top-color: #3a3a3a;
  opacity: 1; }

.charities #sectionSwitcher li.charities a {
  border-top-color: #003b5c; }

#sectionSwitcher li.charities a {
  color: #003b5c; }

.public #sectionSwitcher li.public a {
  border-top-color: #003b5c; }

#sectionSwitcher li.public a {
  color: #003b5c; }

#sectionSwitcher li.charities a:hover {
  border-top-color: #003b5c; }

#sectionSwitcher li.public a:hover {
  border-top-color: #003b5c; }

.introBox a {
  color: #003b5c; }

.introBox a + a {
  color: #00d0ff; }

.introBox a + a + a {
  color: #ffa000; }

.introBox a + a + a + a {
  color: #003b5c; }

/* *
      * Main section
      *
      ******** */
.col-sm-8 p a,
.col-sm-8 li a {
  font-weight: 800;
  text-decoration: underline; }

.search-results .result-title > a {
  font-weight: 400; }

.main,
.subMain {
  margin-bottom: 3em; }

.main .row img,
.container .row img {
  max-width: 100%; }

.upper {
  text-transform: uppercase; }

body .main h2 {
  color: #3a3a3a;
  font-size: 28px; }

body .introBox h2 {
  color: #0f4450; }

.introBox h2 span {
  color: #003b5c; }

.subMain,
footer .container {
  border-top: 1px solid #cecece; }

.subMain h2 {
  text-transform: uppercase; }

.subMain p {
  color: #818181; }

.subMain p em {
  font-size: 18px; }

.subMain img {
  width: 100%; }

body .supportBox h2,
body .supportBox h2 a,
body .supportBox h2 a:hover,
body .supportBox h3,
body .supportBox h3 a,
body .supportBox h3 a:hover {
  /* color: rgb(117,189,179); */
  text-decoration: none; }

body.internal .subMain .row .Box {
  min-height: 0;
  margin-bottom: 20px;
  float: left; }

body.internal .subMain .row .Box h2 {
  margin-top: 0;
  padding-bottom: 10px; }

body.internal .main {
  border-top: 1px solid #cecece; }

body .Box > div {
  margin-left: 0;
  padding-left: 0; }

body .publicationsBox h2,
body .publicationsBox h2 a,
body .publicationsBox h2 a:hover,
.publicationsBox h3,
.publicationsBox h3 a,
.publicationsBox h3 a:hover {
  /* color: rgb(234,162,77); */
  text-decoration: none; }

body .manageBox h2,
body .manageBox h2 a,
body .manageBox h2 a:hover,
.manageBox h3,
.manageBox h3 a,
.manageBox h3 a:hover {
  /* color: $charities-primary; */
  text-decoration: none; }

body .onlineBox h2,
body .onlineBox h2 a,
body .onlineBox h2 a:hover,
.onlineBox h3,
.onlineBox h3 a,
.onlineBox h3 a:hover {
  /* color: rgb(198,214,95); */
  text-decoration: none; }

body .onlineBox a {
  color: #003b5c;
  /* rgb(198,214,95); */ }

body .onlineBox h3,
.twitter-feed h3 {
  position: relative; }

body .onlineBox h3 a,
.twitter-feed h3 a {
  display: block; }

body .onlineBox h3 a:after,
.twitter-feed h3 a:after {
  content: "\E874";
  font-family: "allicons";
  position: absolute;
  right: 5px;
  font-weight: 400;
  font-size: 22px;
  top: -4px; }

.twitter-feed h3 a:after {
  top: 0; }

.subMain .row + .row > div h2 {
  border-bottom: 1px solid;
  /* padding-bottom: 1em; */
  min-height: 70px;
  margin-top: 10px; }

.subMain .row + .row > div p {
  overflow: hidden; }

.subMain .row {
  margin-bottom: 1.75em; }

.subMain .row + .row > div h3 {
  font-size: 14px;
  font-family: "open-sans", helvetica, arial, sans-serif;
  font-weight: 700; }

.main > .row > [class^="col-sm-"] > *:first-child {
  margin-top: 20px; }

.captionedImg {
  float: right; }

.caption {
  font-size: 12px;
  padding: 10px; }

body.charities .caption {
  background: #bde7e2;
  background: rgba(93, 38, 90, 0.25); }

body.public .caption {
  background: #64ffff;
  background: rgba(114, 190, 178, 0.25); }

/* *
	  *  Contact
	  *
	  **************** */
iframe {
  max-width: 100%; }

/* *
      * Charity Details
      *
      **************** */
.charitydetailrow {
  border-top: 1px solid #f0f0f0;
  display: block;
  margin-bottom: 5px;
  /* overflow-x: hidden; */
  overflow: visible;
  padding-top: 5px;
  position: relative; }
  .charitydetailrow a {
    word-break: break-all; }

.REGISTER-DETAILS h1 {
  padding: 0 10px; }

.charityTitles {
  font-weight: 800; }

.charityTitles span {
  display: block; }

.charityTitles .subtitle {
  /* -webkit-box-shadow: 0 45px 0 0 #f7f7f7 inset;
    box-shadow: 0 45px 0 0 #f7f7f7 inset; */
  background: #f7f7f7;
  font-size: 1.3em;
  padding: 10px;
  float: left;
  width: 100%; }
  .charityTitles .subtitle .red_underscore {
    border-bottom: #f03232 3px solid;
    float: left;
    width: 100%; }
    .charityTitles .subtitle .red_underscore .charity-title {
      float: left; }
      @media (min-width: 991px) {
        .charityTitles .subtitle .red_underscore .charity-title {
          max-width: 65%; } }
    .charityTitles .subtitle .red_underscore .doc-overdue {
      float: right;
      color: red; }

.charityTitles .subtext {
  background: #f7f7f7;
  font-weight: 400;
  padding-left: 10px;
  padding-bottom: 10px; }

.charity-notes {
  border: 2px solid red;
  display: block;
  margin: 10px auto 10px;
  padding: 5px;
  text-align: center;
  width: 50%; }

.details,
.operations,
.object,
.constitutions,
.trustees,
.history,
.directions,
.reorganisation,
.inquiryreports,
.notices {
  background: rgba(0, 0, 0, 0.03);
  margin: 15px 0;
  padding: 10px; }

.history {
  overflow-x: auto; }
  .history table td {
    vertical-align: middle; }
    .history table td a {
      word-break: break-word; }
    .history table td:last-child {
      width: 15%; }
    .history table td.greyed {
      background-color: #ccc; }

.indefault {
  background: rgba(255, 29, 29, 0.3);
  margin: 15px 0;
  padding: 10px; }

.details .heading,
.operations .heading,
.object .heading,
.constitutions .heading,
.trustees .heading,
.history .heading,
.directions .heading,
.reorganisation .heading,
.inquiryreports .heading,
.notices .heading,
.indefault .heading {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 25px; }

#constitutionsMain .heading,
#trusteesMain .heading {
  display: block; }
  #constitutionsMain .heading.collapsed::after,
  #trusteesMain .heading.collapsed::after {
    transform: none; }
  #constitutionsMain .heading::after,
  #trusteesMain .heading::after {
    font-family: "allicons";
    content: "\E907";
    position: absolute;
    right: 10px;
    transform: rotate(180deg);
    transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease; }
  #constitutionsMain .heading::before,
  #trusteesMain .heading::before {
    content: "click to expand";
    font-size: 11px;
    margin-right: 35px;
    display: inline-block;
    text-transform: uppercase;
    float: right;
    padding-top: 12px;
    padding-right: 10px; }
  #constitutionsMain .heading:hover,
  #trusteesMain .heading:hover {
    cursor: pointer; }

.title {
  display: inline-block;
  font-weight: 800;
  padding-right: 5px;
  vertical-align: middle;
  width: 40%; }

.text {
  display: inline-block;
  max-width: 50%;
  vertical-align: middle; }

.object .text {
  max-width: none; }

.col-sm-8 > img[src*="ChartImg"] {
  display: inline-block;
  width: 49%; }

.extractprintsummary > img[src*="ChartImg"],
.extractprintsummary > img.pie-chart {
  display: inline-block;
  width: 49%; }

span.img-contain {
  display: block;
  text-align: center;
  margin: 8px auto 0 auto;
  vertical-align: middle; }
  @media (min-width: 991px) {
    span.img-contain {
      width: 70%; } }
  span.img-contain .text {
    margin-top: 10px;
    max-width: 100%;
    display: block; }
  span.img-contain img {
    display: block;
    /* max-width: 175px !important; */ }

.imagePackLink {
  background: url(/dist/d2e7dbefaf7cea1a6bbf92573c90e16e.png) no-repeat;
  display: block;
  height: 50px;
  background-size: contain;
  background-position: center; }

/* *
      * Hot Topics 
      *
      ******* */
.topic .story {
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
  margin-bottom: 1em;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 1em; }

body.home .topic .story .image-holder {
  position: relative; }
  @media (max-width: 767px) {
    body.home .topic .story .image-holder {
      max-height: 75px;
      overflow: hidden; } }
  @media (min-width: 768px) {
    body.home .topic .story .image-holder {
      top: 50%;
      transform: translateY(-50%); } }

.leftColContent {
  background: #f2f2f2;
  padding: 1px 10px 10px 10px;
  margin-top: 1.2em; }

.leftColContent .searchCharities {
  /* border-top: 1px solid; */
  /* margin-top: 10px; */
  padding-top: 15px; }

.leftColContent .searchCharities .title {
  font-weight: bold;
  margin-bottom: 0; }

.leftColContent .searchCharities input[type="search"] {
  width: calc(100% - 85px); }

.leftColContent p {
  font-size: 14px;
  /* 18px; */ }

.leftColContent p:before,
.leftColContent p a:before {
  font-family: "allicons";
  font-weight: normal;
  padding-right: 5px; }

.leftColContent .phonenumber:before {
  content: "\E8E3"; }

.leftColContent .emailaddress a:before {
  content: "\EB29"; }

.topicDate {
  font-style: italic; }

.topicImage {
  margin: 15px 0;
  max-width: 100%;
  height: auto; }

/* *
	  *  INFOGRAPHICS
	  *
	  *************** */
/* JIGSAW */
.jigsawGraphic {
  width: 100%;
  height: 400px;
  position: relative; }

.jigsawGraphic .jigsawCentre {
  background: url(/dist/8fec0a697aa3609970d3d25b32d6b4e4.png) no-repeat 40% center;
  background-size: contain;
  width: 33%;
  margin: 0 auto;
  left: -45px;
  height: 400px;
  position: relative;
  z-index: 10; }

.jigsawGraphic > div {
  background-color: #fff;
  position: absolute;
  width: 27%;
  z-index: 1; }

.jigsawGraphic > div:before {
  z-index: -1; }

.jigsawGraphic [class*="Title"] {
  background: #fff;
  font-weight: 900;
  font-size: 14px;
  z-index: 11;
  display: inline-block;
  padding-right: 5px; }

.jigsawGraphic [class*="Text"] {
  font-size: 11px; }

.jigsawGraphic [class*="top"] {
  top: 50px; }

.jigsawGraphic [class*="Right"] {
  right: 0; }

.jigsawGraphic [class*="bottom"] {
  bottom: 0; }

.jigsawGraphic .topLeft {
  color: #33afcd;
  top: 165px; }

.jigsawGraphic .topLeft:before {
  content: "";
  display: block;
  border-top: 2px dashed;
  border-left: 2px dashed;
  border-radius: 15px 15px 0 0;
  width: 135%;
  height: 40px;
  position: absolute;
  top: -45px;
  left: 20%; }

.jigsawGraphic .topRight {
  color: #404040; }

.jigsawGraphic .topRight:before {
  content: "";
  display: block;
  border-top: 2px dashed;
  border-left: 2px dashed;
  border-radius: 15px 15px 0 0;
  width: 85%;
  height: 150px;
  position: absolute;
  top: -18px;
  right: 90%; }

.jigsawGraphic .bottomLeft {
  color: #28a584;
  width: 34%; }

.jigsawGraphic .bottomLeft:before {
  content: "";
  display: block;
  border-bottom: 2px dashed;
  border-right: 2px dashed;
  border-radius: 0 0 15px 0px;
  width: 69%;
  height: 90px;
  position: absolute;
  top: -80px;
  left: 24%; }

.jigsawGraphic .bottomRight {
  color: #b6d344;
  bottom: 95px; }

.jigsawGraphic .bottomRight:before {
  content: "";
  display: block;
  border-top: 2px dashed;
  border-left: 2px dashed;
  border-radius: 15px 0 0 0px;
  width: 40%;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 102%; }

.jigsawGraphic .bottomRight:after {
  content: "";
  display: block;
  border-bottom: 2px dashed;
  border-right: 2px dashed;
  border-radius: 0 0 15px 0px;
  width: 50%;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 141%; }

@media (max-width: 480px) {
  .jigsawGraphic {
    height: auto; }
  .jigsawGraphic > div {
    width: 100% !important;
    position: static;
    padding-bottom: 1em;
    left: 0; }
  .jigsawGraphic .jigsawCentre {
    background-size: auto;
    width: 100%;
    height: 200px;
    left: 0; }
  .jigsawGraphic > div:before,
  .jigsawGraphic > div:after {
    display: none !important; } }

/* Scotland Map */
.scotlandCharitiesInfoGraphic {
  overflow: hidden; }

.scotlandCharitiesInfoGraphic > .map {
  background: url(/dist/89f76c01fdf1bcf8742555e784439eb2.png) no-repeat left center;
  display: inline-block;
  height: 600px;
  /* max-width: 100%; */
  width: 415px;
  float: left; }

.scotlandCharitiesInfoGraphic > .localCharities {
  margin-top: 100px; }

.scotcharitiesblock,
.localcharitiesblock {
  background: #003b5c;
  border-bottom: 1px solid white;
  height: 35%;
  position: relative;
  z-index: -2; }

.localcharitiesblock {
  background-color: #003b5c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid #fff;
  box-shadow: 0px 17px 11px -15px;
  z-index: -1; }

.localCharities,
.scotlandCharities {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  min-width: 170px; }

.localCharities:before,
.scotlandCharities:before {
  background: #003b5c;
  content: "";
  display: inline-block;
  height: 25px;
  position: relative;
  top: 4px;
  width: 25px; }

.localcharitiesblock,
.localCharities:before {
  background-color: #003b5c; }

@media (max-width: 480px) {
  .scotlandCharitiesInfoGraphic > .map {
    background-size: 100%;
    width: 320px;
    height: 477px; } }

/* *
      * FOOTER
      *
      *********** */
footer .container {
  padding-top: 1em;
  padding-bottom: 3em;
  margin-top: 3em; }

footer ul {
  list-style: none;
  padding-left: 0 !important; }

footer .container ul {
  min-height: 120px; }

footer ul.contacts li,
footer ul li span,
footer ul li a,
footer .addr p,
.charities footer ul.contacts li,
.charities footer ul li span,
.charities footer ul li a,
.charities footer .addr p,
.public footer ul.contacts li,
.public footer ul li span,
.public footer ul li a,
.public footer .addr p {
  color: #414141;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 16px; }

footer ul.contacts li span {
  display: inline-block;
  font-weight: 700;
  width: 33%; }

footer ul.footerNav {
  padding-right: 0;
  text-align: right;
  text-transform: uppercase; }

footer ul.footerNav li {
  display: inline-block;
  width: 24.25%; }

footer ul.footerNav li a {
  float: left;
  padding: 0; }

.htt {
  text-align: right;
  display: block;
  position: absolute;
  right: 0;
  bottom: -21px;
  width: 450px; }

.htt img {
  max-width: 32% !important;
  padding: 0 20px; }

.SpeakIt:before {
  color: #003b5c;
  content: "\E8DB";
  font-family: "allicons";
  padding-right: 4px;
  font-size: 14px; }

.SpeakIt {
  background: white;
  bottom: 0;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  padding: 4px 20px 4px 4px;
  position: fixed;
  right: 0;
  z-index: 99999; }

/* *
	 * Infographic test
	 *
	 *
	 *********** */
.infog {
  background: #003b5c;
  padding: 30px 0px;
  margin-bottom: 30px; }

.charities .infog {
  background: #003b5c; }

.public .infog {
  background: #003b5c; }

.infog > h2 {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
  border-bottom: 2px dotted;
  color: #fff !important;
  margin-top: -30px;
  margin-bottom: 25px;
  padding: 10px; }

.infog > ul {
  padding: 30px 0 30px 53px;
  transform: scale(1.1); }

.infog li {
  box-shadow: 0 0 0 -1px white;
  cursor: pointer;
  display: inline-block;
  list-style: none outside none;
  margin: auto 0px;
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.infog li:hover {
  transform: scale(1.25);
  z-index: 999; }

.infog li + li:hover {
  transform: scale(1.5);
  z-index: 999; }

.infog li.health:hover {
  transform: scale(2.5);
  z-index: 999; }

.infog li > span {
  border-radius: 50%;
  display: block;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

.infog li span:before {
  display: block;
  font-family: "infographics";
  line-height: 1.5; }

.environment {
  background: none repeat scroll 0 0 green;
  box-shadow: 0px 0px 0px 2px green, 0px 0px 0px 2px green inset;
  border-radius: 50%;
  color: white;
  font-size: 35px;
  height: 140px;
  text-align: center;
  width: 140px; }

.environment > span {
  border-radius: 50%;
  display: block;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

.environment > span:before {
  content: "\E814";
  font-size: 70px; }

.education {
  background: none repeat scroll 0 0 dodgerblue;
  box-shadow: 0px 0px 0px 2px dodgerblue, 0px 0px 0px 2px dodgerblue inset;
  border-radius: 50%;
  color: white;
  height: 94px;
  text-align: center;
  width: 94px;
  font-size: 21px; }

.education > span:before {
  content: "\E80F";
  font-size: 42px; }

.animal-welfare {
  background: none repeat scroll 0 0 darkred;
  box-shadow: 0px 0px 0px 2px darkred, 0px 0px 0px 2px darkred inset;
  border-radius: 50%;
  color: white;
  height: 108px;
  text-align: center;
  width: 108px;
  font-size: 21px; }

.animal-welfare > span:before {
  content: "\E815";
  font-size: 54px; }

.health {
  background: none repeat scroll 0 0 orange;
  box-shadow: 0px 0px 0px 2px orange, 0px 0px 0px 2px darkred inset;
  border-radius: 50%;
  color: white;
  height: 52px;
  text-align: center;
  width: 52px;
  font-size: 13px; }

.health > span:before {
  content: "\E813";
  font-size: 26px; }

.science {
  background: none repeat scroll 0 0 olive;
  box-shadow: 0px 0px 0px 2px olive, 0px 0px 0px 2px darkred inset;
  border-radius: 50%;
  color: white;
  height: 92px;
  text-align: center;
  width: 92px;
  font-size: 23px; }

.science > span:before {
  content: "\E836";
  /* \e836 \eb8b */
  font-size: 46px; }

.infog span.details:before {
  display: none; }

.infog span.details {
  color: white !important;
  display: block;
  font-size: 11px;
  line-height: normal;
  margin: 50% 0;
  padding: 23px;
  vertical-align: middle; }

.infog li:hover > span {
  margin-top: -100%; }

.infog li:hover > span + span {
  margin-top: 0; }

.infog span.details p,
.infog span.details a {
  color: #fff; }

.infog span.details a {
  text-decoration: underline; }

span.num {
  background: none repeat scroll 0 0 white;
  color: black;
  display: block;
  height: 80px;
  line-height: normal;
  margin: -10px auto;
  position: relative;
  width: 100%; }

.environment span.num {
  color: green; }

/* Jiggle it up a little */
.infog li:nth-child(2n) {
  top: -15px; }

.infog li.animal-welfare {
  top: 15px; }

/* INCOME EXPEND INFOG */
.infog.money ul {
  text-align: center;
  padding: 0; }

.infog.money li,
.infog.money li > span {
  border-radius: 0;
  box-shadow: none;
  margin: auto 2%; }

/* .infog.money li>span:after{
	content: "\00A3";
} */
.infog.money li > span:before {
  content: "\E834";
  color: seagreen; }

.infog.money .income > span:before {
  font-size: 170px; }

.infog.money .expend > span:before {
  font-size: 70px; }

.infog.money .difference > span:before {
  font-size: 100px; }

.money .details {
  float: left;
  position: absolute;
  top: 68%;
  height: 100px;
  opacity: 0; }

.infog.money li:hover .details {
  opacity: 1; }

.infog.money li:hover > span {
  margin-top: 0; }

.money span.num {
  background: seagreen;
  border-radius: 50%;
  color: white;
  height: 80px;
  left: 28%;
  position: absolute;
  text-align: center;
  top: 38%;
  width: 45%;
  font-size: 30px;
  line-height: 75px;
  font-family: georgia; }

.money li + li span.num {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  top: 43%; }

.money li + li + li span.num {
  font-size: 24px;
  height: 49px;
  line-height: 43px;
  top: 40%; }

table {
  margin: 10px 0; }

body table th.mailcycle {
  border-bottom-color: transparent; }

table th {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 24px;
  font-weight: 400; }

table td,
table th {
  border: 1px solid #003b5c;
  padding: 10px;
  vertical-align: top; }

.charities table td,
.charities table th {
  border-color: #003b5c; }

.public table td,
.public table th {
  border-color: #003b5c; }

.ontime {
  background-color: rgba(100, 200, 100, 0.5); }

.overdue {
  background-color: rgba(255, 200, 30, 0.5); }

.late {
  background-color: rgba(220, 40, 40, 0.5); }

/* *
   * Media Queries
   *
   *
   ********* */
@media (max-width: 1200px) {
  .paging_controls span + span {
    display: inline-block; } }

@media (max-width: 991px) {
  .paging_controls span {
    /* display: none; */ }
  .paging_controls span > span ~ span ~ span ~ span ~ span ~ span ~ span ~ span ~ span {
    display: none; }
  .subMain .row + .row > div {
    min-height: 655px; }
  .subMain .row + .row .onlineBox {
    min-height: 0; }
  .charityNewsletterSignup p label ~ label {
    width: auto; }
  .charityNewsletterSignup p br {
    display: block; }
  body.home .banner .topic,
  body.home .banner .topic .story {
    padding-bottom: 1em; }
  body.home .banner .topic .story:before {
    text-align: left; }
  body.home .banner .topic .story:after {
    left: 40px;
    text-align: left; } }

@media (max-width: 991px) and (max-width: 767px) {
  body.home .banner .topic .story .col-sm-8 {
    padding-left: 0; } }

@media (max-width: 991px) {
  body.home .banner .topic .story .title {
    text-align: left; }
  body.home .banner .topic .story .date {
    float: left; }
  html body a.button {
    margin-bottom: 10px; }
  .footable-toggle {
    display: block;
    height: 15px;
    width: 15px;
    cursor: pointer; }
  .footable-toggle:before {
    color: black;
    content: "+";
    display: block;
    font-size: 22px;
    font-weight: 900;
    height: 10px;
    line-height: 0.33;
    position: absolute;
    width: 10px; }
  .footable-detail-show .footable-toggle:before {
    content: "-"; }
  .htt {
    right: 380px;
    bottom: -30px;
    width: 400px; } }

@media (max-width: 767px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    position: static; }
  body header,
  body.charities header,
  body.home header,
  body.public header {
    background-size: cover;
    height: 430px;
    height: auto;
    padding-bottom: 20px; }
  .dropdownTitle {
    display: none; }
  header nav li a {
    text-align: right; }
  header nav.navbar-collapse {
    right: 0%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    position: relative;
    top: -100px;
    width: 50%;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    header nav.navbar-collapse .navbar-nav {
      display: block;
      position: relative;
      left: 0;
      right: 0;
      width: 100%;
      min-width: 290px; }
  header .navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 0; }
  header .dropdown-menu.subNav ul a + ul {
    display: none !important;
    position: relative;
    left: 0;
    width: 100% !important; }
  header li a.subSub-toggle {
    display: block;
    padding: 5px 10px 10px; }
  header .dropdown-menu.subNav .subSubNav.open > ul {
    display: block !important; }
  /* header nav > ul > li > a {
        border-radius: 2em 2em 0 0;
    } */
  header nav ul li.home a {
    width: auto; }
  footer ul.contacts li span {
    width: 48%;
    text-align: right;
    padding-right: 1em; }
  footer .addr {
    margin: 2em 0;
    text-align: center; }
  footer ul.footerNav {
    text-align: center;
    margin: 2em 0; }
  footer ul.footerNav li a {
    padding: 0 0.2em; }
  .htt {
    position: relative;
    width: 450px;
    height: auto;
    margin: 0 auto;
    right: 0;
    bottom: 0; }
  .captionedImg {
    width: 50%; }
  nav.navbar-collapse .nav li {
    overflow: hidden; } }

@media (max-width: 700px) {
  input[type="submit"] {
    /* top:2px; */ } }

@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100%; }
  .captionedImg {
    width: 100%; }
  .captionedImg > img {
    min-width: 100%; }
  .post-info span {
    display: block; }
  .post-info span + span {
    margin-left: 0; } }

@media (max-width: 767px) {
  .title,
  td,
  a {
    position: static;
    perspective: none; }
  .tooltipitem {
    position: fixed;
    left: 10%;
    top: 50%;
    width: 78%; }
  input[type="submit"],
  button[type="submit"] {
    min-width: 50px; }
  a.button[title="Login"],
  a.button[title="Register"] {
    width: 100%; }
  a.button[title="Register"] {
    white-space: normal; }
  footer ul.footerNav li {
    width: 49%; }
  footer ul.footerNav li a {
    text-align: center;
    float: none; }
  input[type="submit"],
  button[type="submit"] {
    min-width: 80px; }
  header nav.navbar-collapse {
    position: relative;
    width: 100%;
    top: 5px; }
  header.navOpen {
    height: 630px; }
  header nav li a {
    text-align: center; }
  .navbar-header {
    display: block; }
  .navbar-nav > li > .dropdown-menu {
    width: 100%; } }

@media (max-width: 611px) {
  input[type="submit"],
  button[type="submit"] {
    height: 60px;
    padding: 15px;
    width: 100%;
    text-align: center; }
  input[type="search"] {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 992px) {
  header nav ul li.home a:after {
    display: inline;
    position: static;
    padding-right: 6px;
    margin: 0.2em; }
  body.public header .bg {
    background-position: 35% bottom; }
  body.public header .bg {
    background-position: 60% 40%; }
  header {
    height: 450px;
    padding-top: 30px; }
  footer ul.footerNav li a {
    font-size: 14px; }
  input[type="search"] {
    width: 75%; }
  .ie8 input[type="search"] {
    width: 65%; }
  input[type="submit"] {
    padding: 3px 15px; } }

.subMain .row + .row > div h2 {
  font-size: 24px; }

/* MIN-WIDTH */
@media (min-width: 768px) {
  .collapse:not(.toggle) {
    display: block; }
  .navbar-collapse.collapse,
  .navbar-collapse.collapse {
    background: transparent !important; }
  header {
    height: auto; }
  header nav.navbar-collapse {
    position: absolute;
    bottom: 0; }
  header {
    height: 240px; }
  body.home header {
    height: 240px; }
  body.internal header {
    height: 240px; }
  body header .container h1,
  body header .container .banner_text {
    position: absolute;
    font-family: "franklin-gothic-urw-comp", sans-serif; }
  header nav.navbar-collapse {
    width: auto; }
  .subNav ul {
    width: auto; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .subNav ul {
      width: 100%; } }

@media (min-width: 768px) {
    .subNav ul > li:last-child {
      float: left;
      width: 100%; }
  .dropdown h3,
  .dropdownTitle {
    background: none repeat scroll 0 0 #f0f0f0;
    display: none;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    top: -5px; }
  footer ul.contacts li span {
    display: block; } }

.reglogo-download > .row {
  border-bottom: 1px solid rgba(158, 193, 42, 0.33);
  padding-bottom: 15px;
  margin-bottom: 15px; }

.reglogo-download > .row:last-child {
  border-bottom: 0 none; }

body.charities .reglogo-download > .row {
  border-bottom-color: rgba(93, 38, 90, 0.33); }

body.public .reglogo-download > .row {
  border-bottom-color: rgba(114, 190, 178, 0.33); }

@media (min-width: 992px) {
  .terms {
    max-width: 290px;
    margin: 0 auto;
    margin: -20px 20px 10px auto; }
  .reglogo-download .row div > p {
    padding-top: 15px; }
  .guidelines .downloadbutton a {
    margin-top: 90px; }
  /* .logopack {
		border-left: 1px solid #5D265A; 
	} */
  .downloadbutton {
    padding: 0; }
  input[type="submit"] {
    /* top:1px; */ }
  footer ul.contacts li span {
    display: inline-block; }
  footer ul.footerNav li {
    display: inline-block;
    width: 24.5%; }
  body.home .banner h1,
  body.home .banner .topic {
    /* width: 50%;
        float: left; */ } }

@media (min-width: 1024px) {
  footer ul.footerNav li {
    width: auto;
    padding-left: 5px; } }

@media (min-width: 1200px) {
  .downloadbutton {
    padding: 0px 20px; }
  input[type="submit"] {
    /* top:2px; */ }
  header nav li a {
    font-size: 21px; }
  footer ul.footerNav li {
    padding-left: 0; }
  footer ul.footerNav li a {
    padding: 0 0 0 1.25em; }
  footer ul.contacts li,
  footer ul li span,
  footer ul li a,
  footer .addr {
    font-size: 16px; } }

.imageLeft {
  float: left;
  margin: 0 15px 10px 0; }

.imageRight {
  float: right;
  margin: 0 0 10px 15px; }

.hiddenElement {
  display: none; }

/* Blog */
.blog .date {
  font-size: 12px;
  font-style: italic; }

.blog .story {
  box-shadow: 0 16px 0 -15px rgba(200, 200, 200, 0.5);
  padding-bottom: 20px; }

.blog .story img {
  padding-top: 20px;
  display: block;
  margin: auto;
  max-height: 150px; }

.blog > .story:last-child {
  box-shadow: none; }

/* Guidance */
.newApplicants {
  display: block;
  position: relative;
  /* width: 75%; */ }

.newApplicants:before {
  color: #eda344;
  content: "\E9F0";
  font-family: "allicons";
  display: block;
  padding: 5px 5px 0;
  font-size: 30px;
  position: relative; }

.newApplicants:hover:after,
.newApplicants:focus:after {
  background: #eda344;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  content: "important information for new applicants";
  font-size: 12px;
  margin: 12px 8px;
  position: absolute;
  min-width: 90px;
  top: 0;
  left: 30px;
  min-width: 25%; }

.guidancepurple {
  color: #a319ff; }

.guidanceteal {
  color: #00b8e6; }

@media print {
  video,
  audio,
  object,
  embed {
    display: none; }
  nav,
  footer .footerNav,
  footer .SpeakIt,
  .htt,
  header,
  div.topic,
  .no-print {
    display: none !important; }
  footer .contacts {
    width: 45%; }
  footer .addr {
    width: 55%; }
  footer ul.contacts li span {
    width: 50px;
    display: inline-block; }
  footer .addr br {
    display: none; }
  .faq_content.faq-wrap {
    max-height: 5000px; }
  .container > .row > div.col-sm-8 {
    width: 100%; }
  .charities table td,
  .charities table th {
    border-color: grey; }
  a:after {
    content: " (" attr(href) ")";
    font-size: 80%; }
  a[href^="/"]:after,
  p a[href^="#"]:after {
    display: none; }
  a[href^="javascript"] {
    display: none; }
  .footable-toggle {
    display: none; }
  body.printSummaryOnly .container > .row > div.col-sm-8 > div {
    display: none; }
  body.printSummaryOnly .container > .row > div.col-sm-8 > div.extractprintsummary {
    display: block; } }

/* Image Boxes */
.imagetext-centre {
  color: #fff;
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 22px;
  font-style: italic;
  left: 120px;
  position: absolute;
  top: 0px;
  width: 60%; }

.imagetext-left {
  color: #fff;
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 22px;
  font-style: italic;
  left: 50px;
  position: absolute;
  top: 0px;
  width: 60%; }

.imagetext-right {
  color: #fff;
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 22px;
  font-style: italic;
  left: 200px;
  position: absolute;
  top: 0px;
  width: 60%; }

.imagebox a {
  position: absolute; }

.imagebox .image a {
  position: relative; }

/* Charity Purposes */
.faq_header.charpurposes,
.faq_noheader.charpurposes {
  width: 100%; }

.charpurposebox {
  float: left;
  list-style: inside none none;
  padding-left: 0; }

.charpurposebox li {
  background-repeat: no-repeat;
  background-position: 0px center;
  padding-left: 0; }

.charpurposebox input {
  display: inline-table;
  float: left;
  color: #000;
  cursor: pointer;
  text-indent: 20px;
  white-space: nowrap; }

.ie8 .charpurposebox input,
.ie9 .charpurposebox input {
  display: block;
  margin-top: 5px; }

.faq_header.charpurposes,
.faq_noheader.charpurposes {
  display: inline-block;
  margin-right: 10px; }

/* tabbed search */
.searchpanel {
  border-bottom: 1px solid #003b5c;
  border-left: 1px solid #003b5c;
  border-right: 1px solid #003b5c;
  display: none;
  padding: 10px; }

.SEARCH .searchpanel {
  border-bottom: 1px solid #5d265a;
  border-left: 1px solid #5d265a;
  border-right: 1px solid #5d265a;
  display: none;
  padding: 10px; }

.visible {
  display: block !important; }

.legal-duty-tag::before {
  content: " ";
  background-image: url(/dist/e841d932bbd89e1d27bb0e07aa76a18d.png);
  background-size: 100% 100%;
  width: 145px;
  height: 110px;
  display: block;
  font-size: 30px;
  position: relative;
  float: right;
  margin: -5px 0 0; }

.good-practice-tag::before {
  content: " ";
  background-image: url(/dist/9b20be8effffb122c5668f1c8c480cbb.png);
  background-size: 100% 100%;
  width: 145px;
  height: 110px;
  display: block;
  font-size: 30px;
  position: relative;
  float: right;
  margin: -5px 0 0; }

.legal-practice-combined-tag::before,
.good-practice-tag.legal-duty-tag::before {
  content: " ";
  background-image: url(/dist/5f74fd25cf7ea78db487e2c160706063.png);
  background-size: 100% 100%;
  width: 290px;
  height: 110px;
  display: block;
  font-size: 30px;
  position: relative;
  float: right;
  margin: -5px 0 0; }

area:focus {
  outline: none; }

/* Tooltip Fix */
.subheading {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 25px;
  font-weight: normal; }

.guidelines a {
  display: block;
  padding: 20px; }

.guidelines a img {
  padding: 12px 20px;
  display: block;
  margin: 0px auto; }

.downloadbutton .glyphicon {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 24px; }

.terms {
  max-width: 290px;
  margin: 0 auto;
  /* margin: -20px 20px 10px auto; */ }

.downloadbutton a {
  -moz-user-select: none;
  background: #003b5c;
  display: block !important;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin: 10px auto;
  padding: 12px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden; }

.terms label {
  display: initial; }

.terms input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 5px; }

.logopack .imgwrap {
  padding: 20px 0px;
  margin: 10px 0px; }

.logopack img {
  display: block;
  margin: 0px auto; }

.downloadbutton a:hover {
  background-color: #fff;
  color: #003b5c !important;
  border: 1px solid #003b5c; }

.TandCError {
  float: left;
  margin: 5px 0 10px; }

.publishdates {
  padding-bottom: 10px; }

.publishdates > div {
  background: #003b5c;
  color: white;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 7px; }

.CHARITY .publishdates > div {
  background: #5d265a; }

.PUBLIC .publishdates > div {
  background: #72beb2; }

/* ************************* */
/* - Good Governance - */
/* *************************
/************************** */
/* Mobile */
.goodgovernance,
.goodgovernance ul li,
.goodgovernance ul li a {
  color: #003b5c;
  font-weight: 400;
  text-decoration: none; }

body.public .goodgovernance,
body.public .goodgovernance ul li,
body.public .goodgovernance ul li a {
  color: #003b5c; }

body.charities .goodgovernance,
body.charities .goodgovernance ul li,
body.charities .goodgovernance ul li a {
  color: #003b5c; }

.goodgovernance .title {
  display: block;
  float: none;
  width: 100%; }

.goodgovernance .sub {
  display: block;
  float: none; }

.goodgovernance ul.list {
  padding-left: 15px; }

@media (max-width: 989px) {
  .goodgovernance ul.list li {
    margin-top: 0 !important;
    margin-left: 0 !important; } }

/* Larger screens */
@media (min-width: 990px) {
  .js .goodgovernance,
  .js .goodgovernance ul li,
  .js .goodgovernance ul li a {
    color: white; }
  .js .goodgovernance {
    position: relative;
    width: 100%;
    height: 625px;
    margin-bottom: 100px; }
  .js .goodgovernance .list-wrapper {
    height: 260px;
    left: 50%;
    margin-left: -110px;
    margin-top: -140px;
    position: absolute;
    top: 50%;
    width: 220px; }
  .js .goodgovernance .center-block {
    background: #003b5c;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 200px;
    height: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    z-index: 1; }
  .js .goodgovernance .title {
    padding-top: 40%;
    padding-right: 0; }
  .js .goodgovernance .sub {
    padding-right: 0; }
  .js .goodgovernance ul {
    list-style: none;
    padding-left: 0;
    width: 100%;
    height: 100%;
    position: relative; }
  .js .goodgovernance ul li,
  .js body.public .goodgovernance ul li,
  .js body.charities .goodgovernance ul li {
    background: #003b5c;
    color: #fff;
    float: left;
    position: absolute;
    width: 200px;
    height: 34px;
    margin-top: -17px;
    margin-left: -100px;
    text-align: center; }
    .js .goodgovernance ul li > span:first-child,
    .js body.public .goodgovernance ul li > span:first-child,
    .js body.charities .goodgovernance ul li > span:first-child {
      display: block;
      padding: 5px;
      background-color: inherit; }
  .js .goodgovernance ul li a,
  .js body.public .goodgovernance ul li a,
  .js body.charities .goodgovernance ul li a {
    color: #fff; }
  .js body.public .goodgovernance .center-block,
  .js body.public .goodgovernance ul li {
    background: #003b5c; }
  .js body.charities .goodgovernance .center-block,
  .js body.charities .goodgovernance ul li {
    background: #003b5c; }
  .js .goodgovernance .title {
    display: block;
    float: none; }
  .js .goodgovernance .sub {
    display: block;
    float: none; }
  .js .goodgovernance ul.list {
    padding-left: 15px; }
  .js .goodgovernance ul.list li {
    position: absolute;
    left: 0;
    top: 0; }
  .js .list > li > span.line {
    border-bottom: 1px solid #003b5c;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    transform-origin: 0 0 0;
    width: 300px;
    z-index: -1; }
  .js .goodgovernance ul.list li:nth-child(3n-2) {
    background-color: #006ca9; }
  .js body.public .goodgovernance ul.list li:nth-child(3n-2) {
    background-color: #006ca9; }
  .js body.charities .goodgovernance ul.list li:nth-child(3n-2) {
    background-color: #006ca9; }
  .js .goodgovernance ul.list li:nth-child(3n-1) {
    background-color: #008ddc; }
  .js body.public .goodgovernance ul.list li:nth-child(3n-1) {
    background-color: #008ddc; }
  .js body.charities .goodgovernance ul.list li:nth-child(3n-1) {
    background-color: #008ddc; }
  .js .goodgovernance ul.list li:nth-child(3n) {
    background-color: #003b5c; }
  .js body.public .goodgovernance ul.list li:nth-child(3n) {
    background-color: #003b5c; }
  .js body.charities .goodgovernance ul.list li:nth-child(3n) {
    background-color: #003b5c; }
  .js .goodgovernance ul.list li:nth-child(3n-2) {
    transform: translateY(20px); }
  .js body.public .list > li > span.line {
    border-bottom-color: #003b5c; }
  .js body.charities .list > li > span.line {
    border-bottom-color: #003b5c; }
  /* .js .goodgovernance ul.list li:nth-child(2){
		left: 40%;
	}
	.js .goodgovernance .list > li:nth-child(2):after{
		transform: rotate(90deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(3){
		left: 66%;
	}
	.js .goodgovernance .list > li:nth-child(3):after{
		transform: rotate(135deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(4){
		left: 75%;
		top: 25%;
	}
	.js .goodgovernance .list > li:nth-child(4):after{
		transform: rotate(155deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(5){
		left: 80%;
		top: 50%;
	}
	.js .goodgovernance .list > li:nth-child(5):after{
		transform: rotate(180deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(6){
		left: 80%;
		top: 75%;
	}
	.js .goodgovernance .list > li:nth-child(6):after{
		transform: rotate(205deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(7){
		left: 80%;
		top: 95%;
	}
	.js .goodgovernance .list > li:nth-child(7):after{
		transform: rotate(225deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(8){
		left: 45%;
		top: 95%;
	}
	.js .goodgovernance .list > li:nth-child(8):after{
		transform: rotate(270deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(9){
		left: 0%;
		top: 95%;
	}
	.js .goodgovernance .list > li:nth-child(9):after{
		transform: rotate(315deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(10){
		left: 0%;
		top: 95%;
	}
	.js .goodgovernance .list > li:nth-child(10):after{
		transform: rotate(315deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(11){
		left: 0%;
		top: 60%;
	}
	.js .goodgovernance .list > li:nth-child(11):after{
		transform: rotate(340deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(12){
		left: 0%;
		top: 30%;
	}
	.js .goodgovernance .list > li:nth-child(12):after{
		transform: rotate(380deg);
	}
	
	.js .goodgovernance ul.list li:nth-child(13){
		left: 0%;
		top: 30%;
	}
	.js .goodgovernance .list > li:nth-child(13):after{
		transform: rotate(380deg);
	} */
  body.ie8.ie .goodgovernance .center-block {
    background: transparent url(/dist/c09ce0290badd40c5bc98cfeb4e1126f.png) no-repeat; }
  .ie8 .list > li > span.line {
    display: none; }
  .js .ie8 .goodgovernance .list-wrapper {
    height: 270px;
    margin-left: -125px;
    margin-top: -135px;
    width: 250px; } }

@media (min-width: 1200px) {
  .js .goodgovernance {
    position: relative;
    width: 100%;
    height: 725px; }
  .js .goodgovernance .list-wrapper {
    height: 300px;
    margin-left: -150px;
    margin-top: -150px;
    width: 300px; } }

/* ************************* */
/* *
/* - Good Governance - */
/* -  Circled & Five - */
/* - Pointed Version - */
/* *
/* - Goo
/* - Good Go
/* ************************* */
@media (min-width: 990px) {
  .js .five-pointed .goodgovernance .title {
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%); }
  .js .five-pointed .goodgovernance .list-wrapper {
    width: 200px;
    height: 200px;
    margin-left: 3px;
    margin-top: -50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .js .five-pointed .goodgovernance .list {
    margin-left: -5%;
    width: 110%;
    margin-top: 15px; }
  .js .five-pointed .goodgovernance .list li {
    height: 145px;
    width: 145px;
    background: transparent !important;
    margin-left: 0;
    transform: translateX(-50%) !important; }
    .js .five-pointed .goodgovernance .list li > span {
      height: 100%; }
      .js .five-pointed .goodgovernance .list li > span.line {
        height: auto;
        width: 180px; }
      .js .five-pointed .goodgovernance .list li > span > a {
        background-color: #5e9cd3;
        display: block;
        padding: 5px;
        position: relative;
        transform: translateY(-50%);
        top: 50%;
        transition: 0.3s all ease; }
        .js .five-pointed .goodgovernance .list li > span > a > span {
          background: transparent;
          position: absolute;
          width: 100%;
          top: 50%;
          left: 0;
          transform: translateY(-50%); } }

@media (min-width: 990px) {
  .js .five-pointed .goodgovernance ul.list > li > span > a {
    background-color: #006ca9; }
  .js .five-pointed .goodgovernance ul.list > li:nth-child(3n-2) > span > a {
    background-color: #006ca9; }
  .js body.public .five-pointed .goodgovernance ul.list li:nth-child(3n-2) > span > a {
    background-color: #006ca9; }
  .js body.charities .five-pointed .goodgovernance ul.list li:nth-child(3n-2) > span > a {
    background-color: #006ca9; }
  .js .five-pointed .goodgovernance ul.list li:nth-child(3n-1) > span > a {
    background-color: #008ddc; }
  .js body.public .five-pointed .goodgovernance ul.list li:nth-child(3n-1) > span > a {
    background-color: #008ddc; }
  .js body.charities .five-pointed .goodgovernance ul.list li:nth-child(3n-1) > span > a {
    background-color: #008ddc; }
  .js.five-pointed .goodgovernance ul.list li:nth-child(3n) > span > a {
    background-color: #003b5c; }
  .js body.public .five-pointed .goodgovernance ul.list li:nth-child(3n) > span > a {
    background-color: #003b5c; }
  .js body.charities .five-pointed .goodgovernance ul.list li:nth-child(3n) > span > a {
    background-color: #003b5c; } }

@media (max-width: 989px) {
  .js .circular .goodgovernance,
  .js .circular .goodgovernance ul li,
  .js .circular .goodgovernance ul li a {
    color: #5e9cd3; } }

@media (min-width: 990px) {
  .js .circular .center-block {
    background-color: #5e9cd3; }
  .js .circular .goodgovernance .title {
    padding-top: 0;
    top: 50%;
    transform: translateY(-50%); }
  .js .circular .goodgovernance .list-wrapper {
    width: 200px;
    height: 200px;
    margin-left: 3px;
    margin-top: -50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .js .circular .goodgovernance .list li {
    height: 145px;
    width: 145px;
    background: transparent !important;
    margin-left: 0;
    transform: translateX(-50%) !important; }
    .js .circular .goodgovernance .list li > span {
      height: 100%; }
      .js .circular .goodgovernance .list li > span.line {
        border-color: #5e9cd3;
        height: auto;
        width: 180px; }
      .js .circular .goodgovernance .list li > span > a {
        background-color: #5e9cd3;
        border-radius: 50%;
        display: block;
        height: 100%;
        position: relative;
        transition: 0.3s all ease; }
        .js .circular .goodgovernance .list li > span > a:hover {
          transform: scale(1.2); }
        .js .circular .goodgovernance .list li > span > a > span {
          background: transparent;
          position: absolute;
          width: 100%;
          top: 50%;
          left: 0;
          transform: translateY(-50%); } }

.tenner {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  line-height: 1.15;
  padding-left: 0;
  padding: 10px;
  padding-right: 0;
  color: #fff !important; }
  @media (max-width: 991px) {
    .tenner {
      display: block;
      clear: both; } }

@media (max-width: 991px) {
  .tenner {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 20px;
    top: 60px; } }

@media (max-width: 767px) {
  .tenner {
    top: auto;
    bottom: 5px;
    right: 10px;
    display: block;
    float: left; } }

@media (min-width: 992px) {
  .tenner {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 32px;
    padding: 10px 0; } }

header .social {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  float: left;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 18px; }
  @media (max-width: 991px) {
    header .social {
      clear: both; } }
  header .social ul {
    display: inline;
    list-style: none;
    padding-left: 0; }
    header .social ul li {
      display: inline-block;
      padding: 2px 7px; }
      header .social ul li a {
        color: #fff; }
    header .social ul .blog a {
      font-family: "franklin-gothic-urw-comp", sans-serif; }

body.home header .social,
body header .social {
  position: absolute;
  bottom: 85px;
  right: 0;
  margin-left: auto; }
  @media (min-width: 991px) and (max-width: 1199px) {
    body.home header .social,
    body header .social {
      right: 0;
      position: absolute;
      top: 0;
      left: auto; } }

@media (min-width: 992px) {
  header .social {
    float: right;
    margin-right: 15px;
    margin-top: -10px; }
  body.internal header .social {
    margin-left: auto;
    position: absolute;
    margin-top: -20px;
    margin-right: 0;
    right: 15px; } }

/* @media (min-width:1200px){
    	header .social{
        	margin-left: 505px;
        }
       
	} */
@media (max-width: 991px) {
  body header .social {
    float: right;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center; } }

@media (max-width: 991px) {
  header .social {
    position: relative;
    bottom: 10px;
    left: 15px;
    right: auto;
    font-size: 20px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  body.home header .social {
    bottom: auto;
    right: 0;
    position: absolute;
    top: 0;
    left: auto !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .internal header .social,
  .internal header .tenner {
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    bottom: auto; }
  .internal header .tenner {
    top: 40px; } }

.topic-grid .topic {
  margin-top: 15px; }

.topic-grid .topic .story {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 991px) {
  .topic-grid .topic .story > div:first-child {
    height: 155px;
    overflow: hidden;
    margin-bottom: 5px; } }

@media (min-width: 1200px) {
  .topic-grid .topic .story > div:first-child {
    height: 185px; } }

.topic-grid .topic .story > div + div {
  margin-bottom: 25px; }

.topic-grid .topic .story > div,
.topic-grid .topic .story > div p {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 18px; }

.topic-grid .topic .story > div p.sum {
  font-family: "open-sans", helvetica, arial, sans-serif;
  font-size: 12px; }

.topic-grid .topic .story > div > a {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 15px;
  position: absolute;
  bottom: 10px;
  right: 0; }

.topic-grid .topic .story > div .date {
  color: #a6a6a6;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding-left: 15px; }

.topic-grid .topic .story .image-holder {
  border-top: 3px solid #003b5c;
  position: relative; }

body.home header .container .banner_text {
  /* display: none; */ }

body.home header .banner_text.home-heading {
  display: block; }

body.home .banner h2 {
  font-size: 28px;
  font-weight: normal; }

body.home .banner p {
  font-family: "open-sans", helvetica, arial, sans-serif;
  font-size: 14px; }

#tableHolder table td,
#tableHolder table th {
  border: 1px solid #5d265a !important; }

.hover-panel {
  overflow: hidden;
  position: relative;
  margin: 15px 0; }
  .hover-panel .hover-panel_wrapper {
    border-top: 3px solid #003b5c;
    position: relative;
    background: #003b5c; }
    @media (min-width: 1025px) {
      .hover-panel .hover-panel_wrapper {
        padding-bottom: 75px; } }
  .hover-panel .hover-img_wrapper {
    overflow: hidden;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .hover-panel .hover-img_wrapper {
        height: 155px; } }
    .hover-panel .hover-img_wrapper img {
      max-width: 100%;
      height: auto; }
      @media (min-width: 768px) {
        .hover-panel .hover-img_wrapper img {
          min-width: 100%;
          min-height: 100%;
          height: 100%;
          width: auto;
          max-width: none; } }
  .hover-panel .hover-info {
    background-color: rgba(93, 38, 90, 0.66);
    padding: 15px;
    transition: 0.3s all ease;
    width: 100%;
    height: 100%;
    position: relative; }
    @media (min-width: 1025px) {
      .hover-panel .hover-info {
        margin-top: -75px; } }
    .hover-panel .hover-info h2 {
      color: #fff;
      font-size: 21px;
      margin-top: 0; }
      @media (min-width: 1025px) {
        .hover-panel .hover-info h2 {
          height: 50px; } }
    .hover-panel .hover-info p {
      color: #fff;
      margin-bottom: 15px; }
    .hover-panel .hover-info .btn {
      background: #fff;
      border: 1px solid #003b5c;
      border-radius: 0;
      text-align: center;
      padding: 10px 15px;
      text-decoration: none;
      transition: 0.3s all ease;
      width: 100%; }
      @media (min-width: 1025px) {
        .hover-panel .hover-info .btn {
          position: absolute;
          bottom: 15px;
          width: calc(100% - 30px); } }
      .hover-panel .hover-info .btn:hover, .hover-panel .hover-info .btn:focus {
        background: #003b5c;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none; }
    @media (min-width: 1025px) {
      .hover-panel .hover-info {
        position: absolute;
        overflow: hidden;
        top: 100%; } }
  @media (min-width: 1025px) {
    .hover-panel:hover .hover-info, .hover-panel:focus .hover-info {
      margin-top: 0;
      top: 0; } }

.hover-panel.hover-search .hover-panel_wrapper {
  background: transparent;
  color: #003b5c;
  padding-bottom: 0;
  /* @media (min-width:990px){
            min-height: 233px;
        } */ }

.hover-panel.hover-search .hover-info {
  background: transparent;
  position: relative;
  top: 0;
  margin-top: 0;
  padding: 15px 0; }
  .hover-panel.hover-search .hover-info h2,
  .hover-panel.hover-search .hover-info p {
    color: #003b5c;
    height: auto; }

.hover-panel.hover-search input[type="search"] {
  width: calc(100% - 105px); }

.hover-panel.hover-search input[type="submit"] {
  width: 105px;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.hover-panel.forms-and-templates {
  width: 100%; }
  .hover-panel.forms-and-templates .hover-panel_wrapper {
    padding-bottom: 110px; }
  .hover-panel.forms-and-templates .hover-img_wrapper {
    display: none; }
  .hover-panel.forms-and-templates .hover-info {
    margin-top: 0;
    top: 0;
    position: absolute; }

div.guidance.next-back {
  display: none; }

.accessibilityToggles {
  /* .toggle--dyslexia-friendly{
		font-family: 'Verdana','Trebuchet MS',sans-serif;
	} */ }
  @media (max-width: 767px) {
    .accessibilityToggles {
      text-align: center;
      padding: 15px 15px 45px; } }
  .accessibilityToggles a {
    background-color: #5d265a;
    display: inline-block;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    margin-right: 30px;
    font-size: 17px;
    padding: 15px; }
    .accessibilityToggles a:hover, .accessibilityToggles a:focus {
      color: #fff; }
    .accessibilityToggles a > span {
      background-color: #5d265a;
      border: 1px solid #fff;
      box-shadow: 0 0 0 1px;
      display: block;
      float: left;
      margin-right: 5px;
      width: 30px;
      height: 15px;
      transition: 0.3s all ease;
      position: relative;
      top: 3px; }
      .accessibilityToggles a > span:after {
        content: "";
        display: block;
        width: 11px;
        height: 11px;
        background-color: #fff;
        position: absolute;
        left: 1px;
        top: 1px;
        transition: 0.3s all ease; }
    .accessibilityToggles a.on > span:after {
      left: 16px; }

body.dyslexia-friendly {
  font-size: 16px; }
  body.dyslexia-friendly * {
    font-family: "Verdana", "Trebuchet MS", sans-serif !important; }
  body.dyslexia-friendly #menu-primary-navigation > li > a {
    padding-left: 10px;
    padding-right: 10px; }
  body.dyslexia-friendly #menu-primary-navigation li a {
    font-size: 14px; }

body.high-contrast *:not(.coverlink) {
  background-color: #000 !important;
  color: yellow !important; }

body.high-contrast header > .container,
body.high-contrast header > .container > .row {
  background: transparent !important; }

body.high-contrast header .logo,
body.high-contrast header nav.navbar-collapse {
  box-shadow: 0 0 0 15px black !important; }

body.high-contrast header .tenner,
body.high-contrast header .social {
  padding: 15px; }

body.high-contrast .dropdown-menu.subNav ul li:hover ul {
  box-shadow: none; }

body.high-contrast header nav li .subNav ul {
  box-shadow: 0 0 0 1px inset !important; }

body.high-contrast button[type="submit"],
body.high-contrast input[type="submit"] {
  box-shadow: 0 0 0 1px yellow inset; }

body.high-contrast .accessibilityToggles a > span:after {
  background-color: dodgerblue; }

body.high-contrast .accessibilityToggles a.on > span:after {
  background-color: #00dc00 !important; }

body.high-contrast .htt img {
  background-color: #fff !important;
  box-shadow: 0 0 0 10px #fff; }

body.high-contrast ::-moz-placeholder {
  /* Firefox 19+ */
  color: yellow; }

body.high-contrast :-ms-input-placeholder {
  /* IE 10+ */
  color: yellow; }

body.high-contrast ::placeholder {
  color: yellow; }

.chartbutton {
  margin-right: 10px; }

.exportChartRow {
  display: block;
  margin-bottom: 15px;
  color: #003b5c;
  font-weight: 600;
  cursor: pointer; }

