/*!
 * Pikaday
 * Copyright © 2012 David Bushell | BSD & MIT license | http://dbushell.com/
 */

 .pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 240px;
  padding: 8px;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
  display: none
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-title {
  position: relative;
  text-align: center
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: 0;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  opacity: .5;
  *position: absolute;
  *top: 0
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2
}

.pika-select {
  display: inline-block;
  *display: inline
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center
}

.pika-button {
  cursor: pointer;
  display: block;
  outline: 0;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5
}

.is-today .pika-button {
  color: #3af;
  font-weight: bold
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #3af;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3
}

.pika-button:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
  border-radius: 3px !important
}


/*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

mark {
  background: #ff0;
  color: #000
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre-wrap
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: "Averta",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input,
select[multiple],
textarea {
  background-image: none
}

a {
  color: #428bca;
  text-decoration: none
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .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 #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block
}

.fileinput .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center
}

.fileinput .thumbnail>img {
  max-height: 100%
}

.fileinput .btn {
  vertical-align: middle
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none
}

.fileinput-inline .fileinput-controls {
  display: inline
}

.fileinput .uneditable-input {
  white-space: normal
}

.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0
}

.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0
}

.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0
}

.form-group.has-warning .fileinput .uneditable-input {
  color: #c09853;
  border-color: #faebcc
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #c09853
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc
}

.form-group.has-error .fileinput .uneditable-input {
  color: #b94a48;
  border-color: #ebccd1
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #b94a48
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1
}

.form-group.has-success .fileinput .uneditable-input {
  color: #468847;
  border-color: #d6e9c6
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #468847
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6
}

p {
  margin: 0 0 10px
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4
}

@media(min-width:768px) {
  .lead {
      font-size: 21px
  }
}

small {
  font-size: 85%
}

cite {
  font-style: normal
}

.text-muted {
  color: #999
}

.text-primary {
  color: #428bca
}

.text-warning {
  color: #c09853
}

.text-danger {
  color: #b94a48
}

.text-success {
  color: #468847
}

.text-info {
  color: #3a87ad
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Averta",Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

h1,
.h1 {
  font-size: 36px
}

h2,
.h2 {
  font-size: 30px
}

h3,
.h3 {
  font-size: 24px
}

h4,
.h4 {
  font-size: 18px
}

h5,
.h5 {
  font-size: 14px
}

h6,
.h6 {
  font-size: 12px
}

h1 small,
.h1 small {
  font-size: 24px
}

h2 small,
.h2 small {
  font-size: 18px
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

dl {
  margin-bottom: 20px
}

dt,
dd {
  line-height: 1.428571429
}

dt {
  font-weight: bold
}

dd {
  margin-left: 0
}

@media(min-width:768px) {
  .dl-horizontal dt {
      float: left;
      width: 160px;
      clear: left;
      text-align: right;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap
  }
  .dl-horizontal dd {
      margin-left: 180px
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
      content: " ";
      display: table
  }
  .dl-horizontal dd:after {
      clear: both
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
      content: " ";
      display: table
  }
  .dl-horizontal dd:after {
      clear: both
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25
}

blockquote p:last-child {
  margin-bottom: 0
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999
}

blockquote small:before {
  content: '\2014 \00A0'
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right
}

blockquote.pull-right small:before {
  content: ''
}

blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container:before,
.container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

.container:before,
.container:after {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.row:before,
.row:after {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.row:before,
.row:after {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  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 {
  float: left
}

.col-xs-1 {
  width: 8.333333333333332%
}

.col-xs-2 {
  width: 16.666666666666664%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.33333333333333%
}

.col-xs-5 {
  width: 41.66666666666667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.333333333333336%
}

.col-xs-8 {
  width: 66.66666666666666%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.33333333333334%
}

.col-xs-11 {
  width: 91.66666666666666%
}

.col-xs-12 {
  width: 100%
}

@media(min-width:768px) {
  .container {
      max-width: 750px
  }
  .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 {
      float: left
  }
  .col-sm-1 {
      width: 8.333333333333332%
  }
  .col-sm-2 {
      width: 16.666666666666664%
  }
  .col-sm-3 {
      width: 25%
  }
  .col-sm-4 {
      width: 33.33333333333333%
  }
  .col-sm-5 {
      width: 41.66666666666667%
  }
  .col-sm-6 {
      width: 50%
  }
  .col-sm-7 {
      width: 58.333333333333336%
  }
  .col-sm-8 {
      width: 66.66666666666666%
  }
  .col-sm-9 {
      width: 75%
  }
  .col-sm-10 {
      width: 83.33333333333334%
  }
  .col-sm-11 {
      width: 91.66666666666666%
  }
  .col-sm-12 {
      width: 100%
  }
  .col-sm-push-1 {
      left: 8.333333333333332%
  }
  .col-sm-push-2 {
      left: 16.666666666666664%
  }
  .col-sm-push-3 {
      left: 25%
  }
  .col-sm-push-4 {
      left: 33.33333333333333%
  }
  .col-sm-push-5 {
      left: 41.66666666666667%
  }
  .col-sm-push-6 {
      left: 50%
  }
  .col-sm-push-7 {
      left: 58.333333333333336%
  }
  .col-sm-push-8 {
      left: 66.66666666666666%
  }
  .col-sm-push-9 {
      left: 75%
  }
  .col-sm-push-10 {
      left: 83.33333333333334%
  }
  .col-sm-push-11 {
      left: 91.66666666666666%
  }
  .col-sm-pull-1 {
      right: 8.333333333333332%
  }
  .col-sm-pull-2 {
      right: 16.666666666666664%
  }
  .col-sm-pull-3 {
      right: 25%
  }
  .col-sm-pull-4 {
      right: 33.33333333333333%
  }
  .col-sm-pull-5 {
      right: 41.66666666666667%
  }
  .col-sm-pull-6 {
      right: 50%
  }
  .col-sm-pull-7 {
      right: 58.333333333333336%
  }
  .col-sm-pull-8 {
      right: 66.66666666666666%
  }
  .col-sm-pull-9 {
      right: 75%
  }
  .col-sm-pull-10 {
      right: 83.33333333333334%
  }
  .col-sm-pull-11 {
      right: 91.66666666666666%
  }
  .col-sm-offset-1 {
      margin-left: 8.333333333333332%
  }
  .col-sm-offset-2 {
      margin-left: 16.666666666666664%
  }
  .col-sm-offset-3 {
      margin-left: 25%
  }
  .col-sm-offset-4 {
      margin-left: 33.33333333333333%
  }
  .col-sm-offset-5 {
      margin-left: 41.66666666666667%
  }
  .col-sm-offset-6 {
      margin-left: 50%
  }
  .col-sm-offset-7 {
      margin-left: 58.333333333333336%
  }
  .col-sm-offset-8 {
      margin-left: 66.66666666666666%
  }
  .col-sm-offset-9 {
      margin-left: 75%
  }
  .col-sm-offset-10 {
      margin-left: 83.33333333333334%
  }
  .col-sm-offset-11 {
      margin-left: 91.66666666666666%
  }
}

@media(min-width:992px) {
  .container {
      max-width: 970px
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
      float: left
  }
  .col-md-1 {
      width: 8.333333333333332%
  }
  .col-md-2 {
      width: 16.666666666666664%
  }
  .col-md-3 {
      width: 25%
  }
  .col-md-4 {
      width: 33.33333333333333%
  }
  .col-md-5 {
      width: 41.66666666666667%
  }
  .col-md-6 {
      width: 50%
  }
  .col-md-7 {
      width: 58.333333333333336%
  }
  .col-md-8 {
      width: 66.66666666666666%
  }
  .col-md-9 {
      width: 75%
  }
  .col-md-10 {
      width: 83.33333333333334%
  }
  .col-md-11 {
      width: 91.66666666666666%
  }
  .col-md-12 {
      width: 100%
  }
  .col-md-push-0 {
      left: auto
  }
  .col-md-push-1 {
      left: 8.333333333333332%
  }
  .col-md-push-2 {
      left: 16.666666666666664%
  }
  .col-md-push-3 {
      left: 25%
  }
  .col-md-push-4 {
      left: 33.33333333333333%
  }
  .col-md-push-5 {
      left: 41.66666666666667%
  }
  .col-md-push-6 {
      left: 50%
  }
  .col-md-push-7 {
      left: 58.333333333333336%
  }
  .col-md-push-8 {
      left: 66.66666666666666%
  }
  .col-md-push-9 {
      left: 75%
  }
  .col-md-push-10 {
      left: 83.33333333333334%
  }
  .col-md-push-11 {
      left: 91.66666666666666%
  }
  .col-md-pull-0 {
      right: auto
  }
  .col-md-pull-1 {
      right: 8.333333333333332%
  }
  .col-md-pull-2 {
      right: 16.666666666666664%
  }
  .col-md-pull-3 {
      right: 25%
  }
  .col-md-pull-4 {
      right: 33.33333333333333%
  }
  .col-md-pull-5 {
      right: 41.66666666666667%
  }
  .col-md-pull-6 {
      right: 50%
  }
  .col-md-pull-7 {
      right: 58.333333333333336%
  }
  .col-md-pull-8 {
      right: 66.66666666666666%
  }
  .col-md-pull-9 {
      right: 75%
  }
  .col-md-pull-10 {
      right: 83.33333333333334%
  }
  .col-md-pull-11 {
      right: 91.66666666666666%
  }
  .col-md-offset-0 {
      margin-left: 0
  }
  .col-md-offset-1 {
      margin-left: 8.333333333333332%
  }
  .col-md-offset-2 {
      margin-left: 16.666666666666664%
  }
  .col-md-offset-3 {
      margin-left: 25%
  }
  .col-md-offset-4 {
      margin-left: 33.33333333333333%
  }
  .col-md-offset-5 {
      margin-left: 41.66666666666667%
  }
  .col-md-offset-6 {
      margin-left: 50%
  }
  .col-md-offset-7 {
      margin-left: 58.333333333333336%
  }
  .col-md-offset-8 {
      margin-left: 66.66666666666666%
  }
  .col-md-offset-9 {
      margin-left: 75%
  }
  .col-md-offset-10 {
      margin-left: 83.33333333333334%
  }
  .col-md-offset-11 {
      margin-left: 91.66666666666666%
  }
}

@media(min-width:1200px) {
  .container {
      max-width: 1170px
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
      float: left
  }
  .col-lg-1 {
      width: 8.333333333333332%
  }
  .col-lg-2 {
      width: 16.666666666666664%
  }
  .col-lg-3 {
      width: 25%
  }
  .col-lg-4 {
      width: 33.33333333333333%
  }
  .col-lg-5 {
      width: 41.66666666666667%
  }
  .col-lg-6 {
      width: 50%
  }
  .col-lg-7 {
      width: 58.333333333333336%
  }
  .col-lg-8 {
      width: 66.66666666666666%
  }
  .col-lg-9 {
      width: 75%
  }
  .col-lg-10 {
      width: 83.33333333333334%
  }
  .col-lg-11 {
      width: 91.66666666666666%
  }
  .col-lg-12 {
      width: 100%
  }
  .col-lg-push-0 {
      left: auto
  }
  .col-lg-push-1 {
      left: 8.333333333333332%
  }
  .col-lg-push-2 {
      left: 16.666666666666664%
  }
  .col-lg-push-3 {
      left: 25%
  }
  .col-lg-push-4 {
      left: 33.33333333333333%
  }
  .col-lg-push-5 {
      left: 41.66666666666667%
  }
  .col-lg-push-6 {
      left: 50%
  }
  .col-lg-push-7 {
      left: 58.333333333333336%
  }
  .col-lg-push-8 {
      left: 66.66666666666666%
  }
  .col-lg-push-9 {
      left: 75%
  }
  .col-lg-push-10 {
      left: 83.33333333333334%
  }
  .col-lg-push-11 {
      left: 91.66666666666666%
  }
  .col-lg-pull-0 {
      right: auto
  }
  .col-lg-pull-1 {
      right: 8.333333333333332%
  }
  .col-lg-pull-2 {
      right: 16.666666666666664%
  }
  .col-lg-pull-3 {
      right: 25%
  }
  .col-lg-pull-4 {
      right: 33.33333333333333%
  }
  .col-lg-pull-5 {
      right: 41.66666666666667%
  }
  .col-lg-pull-6 {
      right: 50%
  }
  .col-lg-pull-7 {
      right: 58.333333333333336%
  }
  .col-lg-pull-8 {
      right: 66.66666666666666%
  }
  .col-lg-pull-9 {
      right: 75%
  }
  .col-lg-pull-10 {
      right: 83.33333333333334%
  }
  .col-lg-pull-11 {
      right: 91.66666666666666%
  }
  .col-lg-offset-0 {
      margin-left: 0
  }
  .col-lg-offset-1 {
      margin-left: 8.333333333333332%
  }
  .col-lg-offset-2 {
      margin-left: 16.666666666666664%
  }
  .col-lg-offset-3 {
      margin-left: 25%
  }
  .col-lg-offset-4 {
      margin-left: 33.33333333333333%
  }
  .col-lg-offset-5 {
      margin-left: 41.66666666666667%
  }
  .col-lg-offset-6 {
      margin-left: 50%
  }
  .col-lg-offset-7 {
      margin-left: 58.333333333333336%
  }
  .col-lg-offset-8 {
      margin-left: 66.66666666666666%
  }
  .col-lg-offset-9 {
      margin-left: 75%
  }
  .col-lg-offset-10 {
      margin-left: 83.33333333333334%
  }
  .col-lg-offset-11 {
      margin-left: 91.66666666666666%
  }
}

table {
  max-width: 100%;
  background-color: transparent
}

th {
  text-align: left
}

.table {
  width: 100%;
  margin-bottom: 20px
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0
}

.table tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-condensed thead>tr>th,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>td {
  padding: 5px
}

.table-bordered {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5
}

table col[class*="col-"] {
  float: none;
  display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
  background-color: #d0e9c6;
  border-color: #c9e2b3
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
  border-color: #eed3d7
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
  background-color: #ebcccc;
  border-color: #e6c1c7
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
  border-color: #fbeed5
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
  background-color: #faf2cc;
  border-color: #f8e5be
}

@media(max-width:768px) {
  .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      overflow-x: scroll;
      border: 1px solid #ddd
  }
  .table-responsive>.table {
      margin-bottom: 0;
      background-color: #fff
  }
  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
      white-space: nowrap
  }
  .table-responsive>.table-bordered {
      border: 0
  }
  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
      border-left: 0
  }
  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
      border-right: 0
  }
  .table-responsive>.table-bordered>thead>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>thead>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
      border-bottom: 0
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type="file"] {
  display: block
}

select[multiple],
select[size] {
  height: auto
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto
}

.form-control:-moz-placeholder {
  color: #999
}

.form-control::-moz-placeholder {
  color: #999
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 15px
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

textarea.input-sm {
  height: auto
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-lg {
  height: 45px;
  line-height: 45px
}

textarea.input-lg {
  height: auto
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853
}

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48
}

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede
}

.has-success .help-block,
.has-success .control-label {
  color: #468847
}

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8
}

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #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
  }
  .form-inline .radio,
  .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
      float: none;
      margin-left: 0
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table
}

.form-horizontal .form-group:after {
  clear: both
}

.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
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #3276b1;
  border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-xs {
  padding: 1px 5px
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%
}

.btn-default .caret {
  border-top-color: #333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff
}

.dropup .btn-default .caret {
  border-bottom-color: #333
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table
}

.btn-toolbar:after {
  clear: both
}

.btn-toolbar .btn-group {
  float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
  margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group>.btn-group {
  float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group-xs>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px
}

.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table
}

.btn-group-vertical>.btn-group:after {
  clear: both
}

.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
  display: none
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}

.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 45px;
  line-height: 45px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  white-space: nowrap
}

.input-group-btn>.btn {
  position: relative
}

.input-group-btn>.btn+.btn {
  margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
  z-index: 2
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav:before,
.nav:after {
  content: " ";
  display: table
}

.nav:after {
  clear: both
}

.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: #eee
}

.nav>li.disabled>a {
  color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #428bca
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  text-align: center
}

@media(min-width:768px) {
  .nav-tabs.nav-justified>li {
      display: table-cell;
      width: 1%
  }
}

.nav-tabs.nav-justified>li>a {
  border-bottom: 1px solid #ddd;
  margin-right: 0
}

.nav-tabs.nav-justified>.active>a {
  border-bottom-color: #fff
}

.nav-pills>li {
  float: left
}

.nav-pills>li>a {
  border-radius: 5px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #428bca
}

.nav-stacked>li {
  float: none
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li {
  float: none
}

.nav-justified>li>a {
  text-align: center
}

@media(min-width:768px) {
  .nav-justified>li {
      display: table-cell;
      width: 1%
  }
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  border-bottom: 1px solid #ddd;
  margin-right: 0
}

.nav-tabs-justified>.active>a {
  border-bottom-color: #fff
}

.tabbable:before,
.tabbable:after {
  content: " ";
  display: table
}

.tabbable:after {
  clear: both
}

.tabbable:before,
.tabbable:after {
  content: " ";
  display: table
}

.tabbable:after {
  clear: both
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
  display: none
}

.tab-content>.active,
.pill-content>.active {
  display: block
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.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.428571429;
  text-decoration: none;
  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>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color: #eee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px
}

.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
}

.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: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: #eee
}

.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: #999;
  background-color: #fff;
  cursor: not-allowed
}

.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 {
  padding-right: 35px
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #356635
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #2d6987
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853
}

.alert-warning hr {
  border-top-color: #f8e5be
}

.alert-warning .alert-link {
  color: #a47e3c
}

.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48
}

.alert-danger hr {
  border-top-color: #e6c1c7
}

.alert-danger .alert-link {
  color: #953b39
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: ""
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #;
  background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover{
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #428bca
}
.dropdown-menu>.active>a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}

@media(min-width:768px) {
  .navbar-right .dropdown-menu {
      right: 0;
      left: auto
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .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;
  text-decoration: none;
  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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover-content {
  padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover .arrow {
  border-width: 11px
}

.popover .arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  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: #999;
  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: #999;
  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: #999;
  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
}

.modal-open {
  overflow: hidden
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px
}

.modal {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0;
  line-height: 1.428571429
}

.modal-body {
  position: relative;
  padding: 20px
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table
}

.modal-footer:after {
  clear: both
}

.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
}

@media screen and (min-width:768px) {
  .modal-dialog {
      left: 50%;
      right: auto;
      width: 600px;
      padding-top: 30px;
      padding-bottom: 30px
  }
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.affix {
  position: fixed
}

@-ms-viewport {
  width: device-width
}

@media screen and (max-width:400px) {
  @-ms-viewport {
      width: 320px
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important
}

.visible-xs {
  display: none !important
}

tr.visible-xs {
  display: none !important
}

th.visible-xs,
td.visible-xs {
  display: none !important
}

@media(max-width:767px) {
  .visible-xs {
      display: block !important
  }
  tr.visible-xs {
      display: table-row !important
  }
  th.visible-xs,
  td.visible-xs {
      display: table-cell !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .visible-xs.visible-sm {
      display: block !important
  }
  tr.visible-xs.visible-sm {
      display: table-row !important
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
      display: table-cell !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .visible-xs.visible-md {
      display: block !important
  }
  tr.visible-xs.visible-md {
      display: table-row !important
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
      display: table-cell !important
  }
}

@media(min-width:1200px) {
  .visible-xs.visible-lg {
      display: block !important
  }
  tr.visible-xs.visible-lg {
      display: table-row !important
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
      display: table-cell !important
  }
}

.visible-sm {
  display: none !important
}

tr.visible-sm {
  display: none !important
}

th.visible-sm,
td.visible-sm {
  display: none !important
}

@media(max-width:767px) {
  .visible-sm.visible-xs {
      display: block !important
  }
  tr.visible-sm.visible-xs {
      display: table-row !important
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
      display: table-cell !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .visible-sm {
      display: block !important
  }
  tr.visible-sm {
      display: table-row !important
  }
  th.visible-sm,
  td.visible-sm {
      display: table-cell !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .visible-sm.visible-md {
      display: block !important
  }
  tr.visible-sm.visible-md {
      display: table-row !important
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
      display: table-cell !important
  }
}

@media(min-width:1200px) {
  .visible-sm.visible-lg {
      display: block !important
  }
  tr.visible-sm.visible-lg {
      display: table-row !important
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
      display: table-cell !important
  }
}

.visible-md {
  display: none !important
}

tr.visible-md {
  display: none !important
}

th.visible-md,
td.visible-md {
  display: none !important
}

@media(max-width:767px) {
  .visible-md.visible-xs {
      display: block !important
  }
  tr.visible-md.visible-xs {
      display: table-row !important
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
      display: table-cell !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .visible-md.visible-sm {
      display: block !important
  }
  tr.visible-md.visible-sm {
      display: table-row !important
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
      display: table-cell !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .visible-md {
      display: block !important
  }
  tr.visible-md {
      display: table-row !important
  }
  th.visible-md,
  td.visible-md {
      display: table-cell !important
  }
}

@media(min-width:1200px) {
  .visible-md.visible-lg {
      display: block !important
  }
  tr.visible-md.visible-lg {
      display: table-row !important
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
      display: table-cell !important
  }
}

.visible-lg {
  display: none !important
}

tr.visible-lg {
  display: none !important
}

th.visible-lg,
td.visible-lg {
  display: none !important
}

@media(max-width:767px) {
  .visible-lg.visible-xs {
      display: block !important
  }
  tr.visible-lg.visible-xs {
      display: table-row !important
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
      display: table-cell !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .visible-lg.visible-sm {
      display: block !important
  }
  tr.visible-lg.visible-sm {
      display: table-row !important
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
      display: table-cell !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .visible-lg.visible-md {
      display: block !important
  }
  tr.visible-lg.visible-md {
      display: table-row !important
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
      display: table-cell !important
  }
}

@media(min-width:1200px) {
  .visible-lg {
      display: block !important
  }
  tr.visible-lg {
      display: table-row !important
  }
  th.visible-lg,
  td.visible-lg {
      display: table-cell !important
  }
}

.hidden-xs {
  display: block !important
}

tr.hidden-xs {
  display: table-row !important
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important
}

@media(max-width:767px) {
  .hidden-xs {
      display: none !important
  }
  tr.hidden-xs {
      display: none !important
  }
  th.hidden-xs,
  td.hidden-xs {
      display: none !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .hidden-xs.hidden-sm {
      display: none !important
  }
  tr.hidden-xs.hidden-sm {
      display: none !important
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
      display: none !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .hidden-xs.hidden-md {
      display: none !important
  }
  tr.hidden-xs.hidden-md {
      display: none !important
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
      display: none !important
  }
}

@media(min-width:1200px) {
  .hidden-xs.hidden-lg {
      display: none !important
  }
  tr.hidden-xs.hidden-lg {
      display: none !important
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
      display: none !important
  }
}

.hidden-sm {
  display: block !important
}

tr.hidden-sm {
  display: table-row !important
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important
}

@media(max-width:767px) {
  .hidden-sm.hidden-xs {
      display: none !important
  }
  tr.hidden-sm.hidden-xs {
      display: none !important
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
      display: none !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .hidden-sm {
      display: none !important
  }
  tr.hidden-sm {
      display: none !important
  }
  th.hidden-sm,
  td.hidden-sm {
      display: none !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .hidden-sm.hidden-md {
      display: none !important
  }
  tr.hidden-sm.hidden-md {
      display: none !important
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
      display: none !important
  }
}

@media(min-width:1200px) {
  .hidden-sm.hidden-lg {
      display: none !important
  }
  tr.hidden-sm.hidden-lg {
      display: none !important
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
      display: none !important
  }
}

.hidden-md {
  display: block !important
}

tr.hidden-md {
  display: table-row !important
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important
}

@media(max-width:767px) {
  .hidden-md.hidden-xs {
      display: none !important
  }
  tr.hidden-md.hidden-xs {
      display: none !important
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
      display: none !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .hidden-md.hidden-sm {
      display: none !important
  }
  tr.hidden-md.hidden-sm {
      display: none !important
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
      display: none !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .hidden-md {
      display: none !important
  }
  tr.hidden-md {
      display: none !important
  }
  th.hidden-md,
  td.hidden-md {
      display: none !important
  }
}

@media(min-width:1200px) {
  .hidden-md.hidden-lg {
      display: none !important
  }
  tr.hidden-md.hidden-lg {
      display: none !important
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
      display: none !important
  }
}

.hidden-lg {
  display: block !important
}

tr.hidden-lg {
  display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important
}

@media(max-width:767px) {
  .hidden-lg.hidden-xs {
      display: none !important
  }
  tr.hidden-lg.hidden-xs {
      display: none !important
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
      display: none !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .hidden-lg.hidden-sm {
      display: none !important
  }
  tr.hidden-lg.hidden-sm {
      display: none !important
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
      display: none !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .hidden-lg.hidden-md {
      display: none !important
  }
  tr.hidden-lg.hidden-md {
      display: none !important
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
      display: none !important
  }
}

@media(min-width:1200px) {
  .hidden-lg {
      display: none !important
  }
  tr.hidden-lg {
      display: none !important
  }
  th.hidden-lg,
  td.hidden-lg {
      display: none !important
  }
}

.visible-print {
  display: none !important
}

tr.visible-print {
  display: none !important
}

th.visible-print,
td.visible-print {
  display: none !important
}

@media print {
  .visible-print {
      display: block !important
  }
  tr.visible-print {
      display: table-row !important
  }
  th.visible-print,
  td.visible-print {
      display: table-cell !important
  }
  .hidden-print {
      display: none !important
  }
  tr.hidden-print {
      display: none !important
  }
  th.hidden-print,
  td.hidden-print {
      display: none !important
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

.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 {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.breadcrumb>.active {
  color: #999
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.helpsite-modal.modal .modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px
}

@-webkit-keyframes passing-through {
  0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px)
  }
  30%,
  70% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px)
  }
}

@-moz-keyframes passing-through {
  0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px)
  }
  30%,
  70% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px)
  }
}

@keyframes passing-through {
  0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px)
  }
  30%,
  70% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px)
  }
}

@-webkit-keyframes slide-in {
  0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px)
  }
  30% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }
}

@-moz-keyframes slide-in {
  0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px)
  }
  30% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }
}

@keyframes slide-in {
  0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px)
  }
  30% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0)
  }
}

@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1)
  }
  10% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1)
  }
  20% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1)
  }
}

@-moz-keyframes pulse {
  0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1)
  }
  10% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1)
  }
  20% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1)
  }
}

@keyframes pulse {
  0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1)
  }
  10% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1)
  }
  20% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1)
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px
}

.dropzone.dz-clickable {
  cursor: pointer
}

.dropzone.dz-clickable * {
  cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer
}

.dropzone.dz-started .dz-message {
  display: none
}

.dropzone.dz-drag-hover {
  border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
  opacity: .5
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px
}

.dropzone .dz-preview:hover {
  z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
  background: white
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: 0
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 .4em;
  border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10
}

.dropzone .dz-preview .dz-image img {
  display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  -moz-transition: opacity .4s ease-in;
  -ms-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: .5em 1.2em;
  color: white
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626
}

@font-face {
  font-family:'Averta';
  src: url($assets-averta-regular-woff) format('woff');
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family:'Averta';
  src: url($assets-averta-semibold-woff) format('woff');
  font-weight: 600;
  font-style: normal
}


@font-face {
  font-family:'Averta';
  src: url($assets-averta-extrabold-woff) format('woff');
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family:'Averta';
  src: url($assets-averta-regular-woff) format('woff');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'helpsite-light-icon';
  src: url('../fonts/helpsite-corporate-font--light.eot');
  src: url('../fonts/helpsite-corporate-font--light.eot%3F') format('embedded-opentype'), url('../fonts/helpsite-corporate-font--light.ttf') format('truetype'), url('../fonts/helpsite-corporate-font--light.woff') format('woff'), url('../fonts/helpsite-corporate-font--light.svg') format('svg')
}

.helpsite-light-icon {
  font-family: 'helpsite-light-icon';
  font-size: 16px;
  speak: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.helpsite-light-icon--video:before {
  content: "\e900"
}

.helpsite-light-icon--music:before {
  content: "\e901"
}

.helpsite-light-icon--plus-circle:before {
  font-family: 'helpsite-bold-icon';
  content: "\e902"
}

.helpsite-light-icon--minus-circle:before {
  content: "\e903"
}

.helpsite-light-icon--close-circle:before {
  content: "\e904"
}

.helpsite-light-icon--check-circle:before {
  content: "\e905"
}

.helpsite-light-icon--chevron-down-circle:before {
  content: "\e906"
}

.helpsite-light-icon--chevron-up-circle:before {
  content: "\e907"
}

.helpsite-light-icon--chevron-left-circle:before {
  content: "\e908"
}

.helpsite-light-icon--chevron-right-circle:before {
  content: "\e909"
}

.helpsite-light-icon--play:before {
  content: "\e90a"
}

.helpsite-light-icon--pause:before {
  content: "\e90b"
}

.helpsite-light-icon--rec:before {
  content: "\e90c"
}

.helpsite-light-icon--import:before {
  content: "\e90d"
}

.helpsite-light-icon--export:before {
  content: "\e90e"
}

.helpsite-light-icon--bell:before {
  content: "\e90f"
}

.helpsite-light-icon--location:before {
  content: "\e910"
}

.helpsite-light-icon--compass:before {
  content: "\e911"
}

.helpsite-light-icon--magnifier:before {
  content: "\e912"
}

.helpsite-light-icon--clock:before {
  content: "\e913"
}

.helpsite-light-icon--duplicate:before {
  content: "\e914"
}

.helpsite-light-icon--edit:before {
  content: "\e915"
}

.helpsite-light-icon--folder:before {
  content: "\e916"
}

.helpsite-light-icon--file:before {
  content: "\e917"
}

.helpsite-light-icon--phone:before {
  content: "\e918"
}

.helpsite-light-icon--mail:before {
  content: "\e919"
}

.helpsite-light-icon--ray:before {
  content: "\e91a"
}

.helpsite-light-icon--print:before {
  content: "\e91b"
}

.helpsite-light-icon--cloud:before {
  content: "\e91c"
}

.helpsite-light-icon--home:before {
  content: "\e91d"
}

.helpsite-light-icon--trash:before {
  content: "\e91e"
}

.helpsite-light-icon--lock-open:before {
  content: "\e91f"
}

.helpsite-light-icon--lock-close:before {
  content: "\e920"
}

.helpsite-light-icon--heart:before {
  content: "\e921"
}

.helpsite-light-icon--tag:before {
  content: "\e922"
}

.helpsite-light-icon--refresh:before {
  content: "\e923"
}

.helpsite-light-icon--return:before {
  content: "\e924"
}

.helpsite-light-icon--crop:before {
  content: "\e925"
}

.helpsite-light-icon--link:before {
  content: "\e926"
}

.helpsite-light-icon--inbox:before {
  content: "\e927"
}

.helpsite-light-icon--inbox-full:before {
  content: "\e928"
}

.helpsite-light-icon--girl:before {
  content: "\e929"
}

.helpsite-light-icon--boy:before {
  content: "\e92a"
}

.helpsite-light-icon--settings:before {
  content: "\e92b"
}

.helpsite-light-icon--alert:before {
  content: "\e92c"
}

.helpsite-light-icon--question:before {
  content: "\e92d"
}

.helpsite-light-icon--small-layout:before {
  content: "\e92e"
}

.helpsite-light-icon--layout:before {
  content: "\e92f"
}

.helpsite-light-icon--mode:before {
  content: "\e930"
}

.helpsite-light-icon--microphone:before {
  content: "\e931"
}

.helpsite-light-icon--graphic:before {
  content: "\e932"
}

.helpsite-light-icon--attachment:before {
  content: "\e933"
}

.helpsite-light-icon--chat:before {
  content: "\e934"
}

.helpsite-light-icon--adjust:before {
  content: "\e935"
}

.helpsite-light-icon--card:before {
  content: "\e936"
}

.helpsite-light-icon--thumb-up:before {
  content: "\e937"
}

.helpsite-light-icon--thumb-down:before {
  content: "\e938"
}

.helpsite-light-icon--bubbles:before {
  content: "\e939"
}

.helpsite-light-icon--star:before {
  content: "\e93a"
}

.helpsite-light-icon--rocket:before {
  content: "\e93b"
}

.helpsite-light-icon--download-circle:before {
  content: "\e93c"
}

.helpsite-light-icon--external:before {
  content: "\e93d"
}

.helpsite-light-icon--doublecheck:before {
  content: "\e93e"
}

.helpsite-light-icon--check:before {
  content: "\e93f"
}

.helpsite-light-icon--close:before {
  content: "\e940"
}

.helpsite-light-icon--chevron-down:before {
  content: "\e941"
}

.helpsite-light-icon--chevron-up:before {
  content: "\e942"
}

.helpsite-light-icon--chevron-right:before {
  content: "\e943"
}

.helpsite-light-icon--chevron-left:before {
  content: "\e944"
}

.helpsite-light-icon--plus:before {
  content: "\e945"
}

.helpsite-light-icon--image:before {
  content: "\e946"
}

.helpsite-interface--helpsite .helpsite-header {
  position: relative !important;
  top: null !important;
  right: null !important;
  bottom: null !important;
  left: null !important;
  background-image: linear-gradient(90deg, rgb(126,66,153) 0%, rgb(126,66,153) 50%, rgb(126,66,153) 100%);
    background-color: rgb(126,66,153);
}

.helpsite-interface--helpsite .helpsite-header__menu-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
   background-color: #1F262D;;
  padding: 0 0 0 40px
}

.helpsite-interface--helpsite .helpsite-header__menu-top__location {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 10px;
  cursor: pointer;
  color: white;
  position: relative;
  right: 10px
}

.helpsite-interface--helpsite .helpsite-header__menu-top__location .location__icon {
  background-image: url("../images/arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 14px;
  width: 14px;
  margin-right: 7px
}

.helpsite-interface--helpsite .helpsite-header__menu-top__location:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175));
  color: white
}

.helpsite-interface--helpsite .helpsite-header__menu-top__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding-right: 160px
}

.helpsite-interface--helpsite .helpsite-header__menu-top__items .items__wrapper {
  margin-right: 25px
}

.helpsite-interface--helpsite .helpsite-header__menu-top__items .items__wrapper__link {
  padding: 12px;
  color: white;
  display: inline-block
}

.helpsite-interface--helpsite .helpsite-header__menu-top__items .items__wrapper__link:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175))
}

.helpsite-interface--helpsite .helpsite-header__menu-top__items .items__american-express {
  background-image: url("../images/american-express.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: null !important;
  left: null !important;
  display: inline-block;
  width: 160px;
  height: 44px
}

.helpsite-interface--helpsite .helpsite-header__menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 0 55px 0 40px
}

.helpsite-interface--helpsite .helpsite-header__menu__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__logo__image {
  background-image: url("../images/ticketmaster_logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 135px;
  height: 24px
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__logo__icon-hambuguer {
  cursor: pointer;
  display: none;
  margin-right: 4px
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__logo__icon-hambuguer .icon-hambuguer__image {
  background-image: url("../images/hamburger.svg");
  background-size: 44%;
  background-repeat: no-repeat;
  background-position: center;
  height: 62px;
  width: 44px
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__logo__icon-hambuguer:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175))
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: null;
  -ms-flex-align: null;
  align-items: null;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding-left: 20px
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__menu__link {
  color: white;
  padding: 29px 8px;
  font-weight: 600;
  display: inline-block
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__menu__link:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175))
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  width: 343px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #dfe4e7
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form .form__input {
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  border-radius: 4px 0 0 4px;
  border: 0;
  height: 44px;
  min-width: 1px
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form .form__button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: null;
  -ms-flex-grow: null;
  flex-grow: null;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  border: 1px solid white;
  padding: 0;
  border-radius: 4px;
  height: 44px;
  width: 44px;
  background-color: white
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form .form__button__icon {
  height: 15px;
  width: 17px
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form .form__button:hover {
  background-color: #0082b9
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form .form__button:hover .form__button__icon .icon__svg {
  fill: white
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form--focus {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6)
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__account {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  color: white;
  padding-left: 25px
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__account__icon {
  background-image: url("../images/user.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: null;
  -ms-flex-grow: null;
  flex-grow: null;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  height: 24px;
  width: 24px;
  margin-right: 8px
}

.helpsite-interface--helpsite .helpsite-header__menu__items .items__account:hover .items__account__text {
  text-decoration: underline
}

.helpsite-interface--helpsite .helpsite-header__responsive {
  position: fixed !important;
  top: 0 !important;
  right: null !important;
  bottom: 0 !important;
  left: 0 !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: null;
  -ms-flex-align: null;
  align-items: null;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  transform: translateX(-750px);
  transition: transform 2s cubic-bezier(0.1, 0.85, 0.25, 1);
  background-color: white;
  width: 385px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  z-index: 9999
}

.helpsite-interface--helpsite .helpsite-header__responsive__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  border-bottom: 1px solid #dfe4e7;
  padding: 15px 25px
}

.helpsite-interface--helpsite .helpsite-header__responsive__header .header__actions {
  background-image: url("../images/arrow-responsive.svg");
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  height: 18px;
  width: 18px;
  cursor: pointer
}

.helpsite-interface--helpsite .helpsite-header__responsive__header .header__title {
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  font-size: 18px;
  text-align: center;
  font-weight: 500
}

.helpsite-interface--helpsite .helpsite-header__responsive__body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: null;
  -ms-flex-align: null;
  align-items: null;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  overflow: auto
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-top {
  padding: 24px
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-top__link {
  padding: 16px;
  color: #353c42;
  font-weight: 900;
  display: block
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-top__link:hover {
  background-color: #f6f7f9;
  text-decoration: underline;
  color: #0075a6
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-top__link+.body__menu-top__link {
  border-top: 1px solid #dfe4e7
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-bottom {
  background-color: #f6f7f9;
  padding: 10px 24px
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-bottom__wrapper .wrapper__link {
  color: #353c42;
  padding: 16px;
  display: block
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-bottom__wrapper .wrapper__link+.wrapper__link {
  border-top: 1px solid #dfe4e7
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-bottom__wrapper .wrapper__link:hover {
  color: #0075a6;
  text-decoration: underline
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-bottom__image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  margin: 10px 0
}

.helpsite-interface--helpsite .helpsite-header__responsive__body .body__menu-bottom__image .image__image {
  background-image: url("../images/exprees-responsive.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 300px
}

.helpsite-interface--helpsite .helpsite-header--show-responsive-menu .helpsite-header__responsive {
  transform: translateX(0);
  transition: transform .4s cubic-bezier(0.1, 0.85, 0.25, 1)
}

@media(max-width:1231px) {
  .helpsite-interface--helpsite .helpsite-header__menu-top {
      padding: 0 0 0 30px
  }
  .helpsite-interface--helpsite .helpsite-header__menu {
      padding: 0 30px
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form {
      width: 250px
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items .items__account__text {
      display: none
  }
}

@media(max-width:1100px) {
  .helpsite-interface--helpsite .helpsite-header__menu-top {
      padding: 0 7px
  }
  .helpsite-interface--helpsite .helpsite-header__menu-top__items {
      display: none
  }
  .helpsite-interface--helpsite .helpsite-header__menu-top__location {
      right: 0
  }
  .helpsite-interface--helpsite .helpsite-header__menu {
      padding: 0 25px 0 7px
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items .items__logo__icon-hambuguer {
      display: block
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items .items__menu {
      display: none
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items .items__account__icon {
      margin: 0
  }
}

@media(max-width:720px) {
  .helpsite-interface--helpsite .helpsite-header__menu {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null;
      position: relative !important;
      top: null !important;
      right: null !important;
      bottom: null !important;
      left: null !important;
      padding: 0
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items {
      width: 100%
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items .items__search {
      width: 100%;
      padding: 8px 16px 16px 16px
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items .items__search__form {
      width: 100%
  }
  .helpsite-interface--helpsite .helpsite-header__menu__items .items__account {
      position: absolute !important;
      top: 16px !important;
      right: 16px !important;
      bottom: null !important;
      left: null !important
  }
  .helpsite-interface--helpsite .helpsite-header__responsive {
      position: fixed !important;
      top: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      left: 0 !important;
      width: 100%;
      transition: transform 1.5s cubic-bezier(0.1, 0.85, 0.25, 1)
  }
}

.helpsite-interface--helpsite .helpsite-footer__title {
  text-transform: none;
  font-weight: 600
}

.helpsite-interface--helpsite .helpsite-footer__menu {
  padding: 32px 40px 0px 40px;
  background-color:  #1F262D;
  color: white
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__logo {
  background-image: url("../images/ticketmaster_logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 179px;
  height: 31px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social {
  padding: 24px 0
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__title {
  font-weight: 500
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  position: relative;
  right: 10px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images__image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  height: 44px;
  width: 44px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images__image .image__icon {
  width: 24px;
  height: 24px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images__image .image__icon--facebook {
  background-image: url("../images/facebook.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images__image .image__icon--twitter {
  background-image: url("../images/twitter.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images__image .image__icon--blog {
  background-image: url("../images/blog.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images__image .image__icon--youtube {
  background-image: url("../images/youtube.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images__image .image__icon--instagram {
  background-image: url("../images/instagram.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__social .social__images__image:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175))
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__apps .apps__title {
  font-weight: 500
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__apps .apps__images {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  position: relative;
  right: 10px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__apps .apps__images__image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  width: 150px;
  height: 58px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__apps .apps__images__image .image__icon {
  width: 130px;
  height: 38px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__apps .apps__images__image .image__icon--apple {
  background-image: url("../images/apple.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__apps .apps__images__image .image__icon--play {
  background-image: url("../images/android.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__apps .apps__images__image:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175))
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__use-cookies .use-cookies__use {
  margin: 7px 0 16px 0;
  font-weight: 600
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__use-cookies .use-cookies__use__link {
  color: #7fcdee;
  text-decoration: underline
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__use-cookies .use-cookies__use__link:hover {
  color: white
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__logos__use-cookies .use-cookies__cookies {
  background-image: url("../images/button-es_un_png_del_cliente.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 217px;
  height: 42px;
  display: inline-block
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  padding-left: 80px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item {
  width: 25%;
  padding: 0 16px 20px 16px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item .item__title {
  padding-bottom: 16px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item .item__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item .item__wrapper__link {
  display: block;
  color: white;
  padding: 5px 8px;
  position: relative;
  right: 7px
}

.helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item .item__wrapper__link:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175));
  text-decoration: underline
}

.helpsite-interface--helpsite .helpsite-footer__menu__network {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  margin: 0 auto;
  border-top: 1px solid rgba(223, 228, 231, 0.5);
  padding-top: 24px
}

.helpsite-interface--helpsite .helpsite-footer__menu__network .network__title {
  padding-right: 32px
}

.helpsite-interface--helpsite .helpsite-footer__menu__network .network__image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 10px
}

.helpsite-interface--helpsite .helpsite-footer__menu__network .network__image__icon {
  height: 16px
}

.helpsite-interface--helpsite .helpsite-footer__menu__network .network__image__icon--nation {
  background-image: url("../images/livenation.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 91px
}

.helpsite-interface--helpsite .helpsite-footer__menu__network .network__image__icon--ticketWeb {
  background-image: url("../images/ticketweb.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px
}

.helpsite-interface--helpsite .helpsite-footer__menu__network .network__image__icon--getmein {
  background-image: url("../images/getmein.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px
}

.helpsite-interface--helpsite .helpsite-footer__menu__network .network__image__icon--universe {
  background-image: url("../images/universe.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 109px
}

.helpsite-interface--helpsite .helpsite-footer__menu__network .network__image:hover {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175))
}

.helpsite-interface--helpsite .helpsite-footer__submenu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 16px 40px;
  background-color: #1F2631;
  color: white;
  font-size: 14px
}

.helpsite-interface--helpsite .helpsite-footer__submenu__menu .menu__link {
  position: relative !important;
  top: null !important;
  right: null !important;
  bottom: null !important;
  left: null !important;
  color: white;
  padding-right: 14px
}

.helpsite-interface--helpsite .helpsite-footer__submenu__menu .menu__link:after {
  position: absolute !important;
  top: 2px !important;
  right: 4px !important;
  bottom: null !important;
  left: null !important;
  content: "";
  background-color: white;
  height: 14px;
  width: 1px;
  display: inline-block
}

.helpsite-interface--helpsite .helpsite-footer__submenu__menu .menu__link:last-child:after {
  display: none
}

.helpsite-interface--helpsite .helpsite-footer__submenu__menu .menu__link:hover {
  text-decoration: underline
}

@media(max-width:900px) {
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item {
      width: 50%
  }
  .helpsite-interface--helpsite .helpsite-footer__submenu {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null
  }
  .helpsite-interface--helpsite .helpsite-footer__submenu__menu {
      padding-bottom: 16px
  }
}

@media(max-width:720px) {
  .helpsite-interface--helpsite .helpsite-footer__menu {
      padding: 32px 16px
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null;
      width: 100%;
      padding-left: 0;
      margin-top: 25px;
      border-top: 1px solid rgba(223, 228, 231, 0.5)
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item {
      padding: 0;
      width: 100%;
      border-top: 1px solid rgba(223, 228, 231, 0.25)
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item .item__title {
      position: relative !important;
      top: null !important;
      right: null !important;
      bottom: null !important;
      left: null !important;
      padding: 16px 5px
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item .item__title:after {
      background-image: url("../images/arrow-down-footer.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute !important;
      top: 16px !important;
      right: 8px !important;
      bottom: null !important;
      left: null !important;
      content: "";
      height: 22px;
      width: 20px;
      transition: transform 300ms
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item .item__title:hover {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.175))
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item .item__wrapper {
      max-height: 0;
      overflow: hidden;
      transition: all .3s ease-in-out;
      padding-left: 5px
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item--active {
      padding-bottom: 16px
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item--active .item__title:after {
      transform: rotate(180deg);
      transition: transform 300ms
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__contents .contents__items__item--active .item__wrapper {
      max-height: 210px
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__network {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: null;
      flex-direction: null;
      -ms-flex-direction: null;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__network .network__title {
      width: 100%;
      padding-bottom: 3px
  }
  .helpsite-interface--helpsite .helpsite-footer__menu__network .network__image {
      position: relative;
      right: 10px
  }
  .helpsite-interface--helpsite .helpsite-footer__submenu {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null;
      padding: 16px
  }
}

@-webkit-keyframes loading {
  0%,
  100% {
      box-shadow: 0 -2.6em 0 0 #009cde, 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.9)
  }
  12.5% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.9), 1.8em -1.8em 0 0 #009cde, 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7)
  }
  25% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.9), 2.5em 0 0 0 #009cde, 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  37.5% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7), 2.5em 0 0 0 rgba(255, 255, 255, 0.9), 1.75em 1.75em 0 0 #009cde, 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  50% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.9), 0 2.5em 0 0 #009cde, -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  62.5% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7), 0 2.5em 0 0 rgba(255, 255, 255, 0.9), -1.8em 1.8em 0 0 #009cde, -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  75% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.9), -2.6em 0 0 0 #009cde, -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  87.5% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7), -2.6em 0 0 0 rgba(255, 255, 255, 0.9), -1.8em -1.8em 0 0 #009cde
  }
}

@keyframes loading {
  0%,
  100% {
      box-shadow: 0 -2.6em 0 0 #009cde, 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.9)
  }
  12.5% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.9), 1.8em -1.8em 0 0 #009cde, 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7)
  }
  25% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.9), 2.5em 0 0 0 #009cde, 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  37.5% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.7), 2.5em 0 0 0 rgba(255, 255, 255, 0.9), 1.75em 1.75em 0 0 #009cde, 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  50% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.9), 0 2.5em 0 0 #009cde, -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.4), -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  62.5% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.7), 0 2.5em 0 0 rgba(255, 255, 255, 0.9), -1.8em 1.8em 0 0 #009cde, -2.6em 0 0 0 rgba(255, 255, 255, 0.4), -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  75% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.9), -2.6em 0 0 0 #009cde, -1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4)
  }
  87.5% {
      box-shadow: 0 -2.6em 0 0 rgba(255, 255, 255, 0.4), 1.8em -1.8em 0 0 rgba(255, 255, 255, 0.4), 2.5em 0 0 0 rgba(255, 255, 255, 0.4), 1.75em 1.75em 0 0 rgba(255, 255, 255, 0.4), 0 2.5em 0 0 rgba(255, 255, 255, 0.4), -1.8em 1.8em 0 0 rgba(255, 255, 255, 0.7), -2.6em 0 0 0 rgba(255, 255, 255, 0.9), -1.8em -1.8em 0 0 #009cde
  }
}

.helpsite-interface--helpsite {
  font-family: "Averta", Arial, sans-serif;
  color: #3e3f43;
  background: #fff;
  font-size: 16px;
  line-height: 21px;
  -webkit-text-size-adjust: 100%;
  font-weight: 400
}

.helpsite-interface--helpsite .sr-only,
.helpsite-interface--helpsite .oculted,
.helpsite-interface--helpsite .hidden {
  display: none !important
}

.helpsite-interface--helpsite .modal-backdrop {
  display: none !important
}

.helpsite-interface--helpsite * {
  box-sizing: border-box
}

.helpsite-interface--helpsite *:focus {
  outline: 0
}

.helpsite-interface--helpsite .body__Answer label {
  display: none
}

.helpsite-interface--helpsite a {
  color: #009cde
}

.helpsite-interface--helpsite a:active,
.helpsite-interface--helpsite a:focus {
  color: #85d0f0;
  outline: 0;
  text-decoration: none
}

.helpsite-interface--helpsite a:hover {
  color: #85d0f0;
  text-decoration: none
}

.helpsite-interface--helpsite img {
  max-width: 100%;
  height: auto !important
}

.helpsite-interface--helpsite ul,
.helpsite-interface--helpsite ol {
  padding-left: 15px
}

.helpsite-interface--helpsite ul li,
.helpsite-interface--helpsite ol li {
  padding: 5px
}

.helpsite-interface--helpsite .collapse {
  display: none
}

.helpsite-interface--helpsite .collapse.in {
  display: block
}

.helpsite-interface--helpsite .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility
}

.helpsite-interface--helpsite .helpsite-input {
  background-color: white;
  border: 1px solid #ccc;
  color: #3e3f43;
  border-radius: 0;
  font-size: 16px;
  padding: 0 16px;
  font-family: "Averta", Arial, sans-serif
}

.helpsite-interface--helpsite .helpsite-input::-ms-clear {
  display: none !important
}

.helpsite-interface--helpsite .helpsite-button {
  background-color: #009cde;
  border: 0;
  color: white;
  border-radius: 0;
  font-size: 14px;
  padding: 5px 30px;
  text-transform: uppercase;
  font-family: "Averta", Arial, sans-serif;
  cursor: pointer
}

.helpsite-interface--helpsite .helpsite-button:hover {
  background-color: #1085b7;
  border: 0;
  color: white;
  cursor: pointer
}

.helpsite-interface--helpsite .helpsite-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  padding: 0 0 40px 0;
  line-height: 30px
}

.helpsite-interface--helpsite .helpsite-title__arrow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 0 0 40px 0
}

.helpsite-interface--helpsite .helpsite-title__arrow__icon {
  background-image: url("../images/return.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 30px;
  margin-right: 24px;
  cursor: pointer
}

.helpsite-interface--helpsite .helpsite-title__arrow .helpsite-title {
  padding: 0
}

.helpsite-interface--helpsite .helpsite-container--fluid {
  width: 100%;
  background-color: #f6f7f9
}

.helpsite-interface--helpsite .helpsite-container {
  max-width: 1096px;
  padding: 0 20px;
  margin: 0 auto
}

.helpsite-interface--helpsite .helpsite__top-categories {
  padding: 72px 25px 25px
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: null;
  -ms-flex-align: null;
  align-items: null;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents {
  width: 20%;
  padding: 10px
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: null;
  -ms-flex-align: null;
  align-items: null;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  background-color: white;
  height: 100%
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 16px;
  color: #3e3f43;
  border-bottom: 1px solid #f6f7f9;
  min-height: 150px
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .categoryImg {
  display: none
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image {
  width: 80px;
  height: 80px
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--live_ticket_delivery_updates {
  background-image: url("../images/transport.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--hamilton {
  background-image: url("../images/music.svg");
  background-size: 57%;
  background-repeat: no-repeat;
  background-position: center 10px
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--confirmation_of_booking {
  background-image: url("../images/note.svg");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--access_information {
  background-image: url("../images/wheelchair.svg");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--collector_tickets {
  background-image: url("../images/id-card.svg");
  background-size: 53%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--cancelled_and_altered_events {
  background-image: url("../images/stop.svg");
  background-size: 77%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--update_delivery_address {
  background-image: url("../images/construction.svg");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center 10px
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--my_account {
  background-image: url("../images/categ-user.svg");
  background-size: 77%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--contact_us {
  background-image: url("../images/web.svg");
  background-size: 76%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon .icon__image--gift_card_information {
  background-image: url("../images/gift-card.svg");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding-top: 16px
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__body {
  padding: 16px 24px;
  color: #69747c;
  text-align: center
}

.helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category:hover {
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.08)
}

.helpsite-interface--helpsite .helpsite__search {
  display: none;
  padding: 72px 0
}

.helpsite-interface--helpsite .helpsite__search__title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding-bottom: 32px
}

.helpsite-interface--helpsite .helpsite__search__title .title__text {
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px
}

.helpsite-interface--helpsite .helpsite__search__title .title__icon {
  background-image: url("../images/info.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  cursor: pointer
}

.helpsite-interface--helpsite .helpsite__search__title .title__icon:hover {
  background-image: url("../images/info-hover.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center
}

.helpsite-interface--helpsite .helpsite__search__form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden
}

.helpsite-interface--helpsite .helpsite__search__form .form__input {
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  border-radius: 4px;
  height: 56px;
  border: 0
}

.helpsite-interface--helpsite .helpsite__search__form .form__button {
  background-image: url("../images/loupe.svg");
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  height: 56px;
  width: 56px;
  padding: 0;
  background-color: white;
  color: #049cdf;
  border: 0
}

.helpsite-interface--helpsite .helpsite__search__form .form__button:hover {
  background-color: white
}

.helpsite-interface--helpsite .helpsite__search__tips {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: auto;
  z-index: 999999;
  padding: 15px
}

.helpsite-interface--helpsite .helpsite__search__tips .tips__contents {
  position: relative !important;
  top: null !important;
  right: null !important;
  bottom: null !important;
  left: null !important;
  background-color: white;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
  padding: 48px 40px;
  width: 60%;
  margin: 50px auto
}

.helpsite-interface--helpsite .helpsite__search__tips .tips__contents__header .header__title {
  padding-top: 0
}

.helpsite-interface--helpsite .helpsite__search__tips .tips__contents__header .header__actions {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: null !important;
  left: null !important;
  color: #69747c;
  cursor: pointer;
  padding: 20px
}

.helpsite-interface--helpsite .helpsite__search__tips .tips__contents__body {
  color: #69747c
}

.helpsite-interface--helpsite .helpsite-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 32px 0
}

.helpsite-interface--helpsite .helpsite-menu__items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: null;
  -ms-flex-align: null;
  align-items: null;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  border-radius: 2px;
  border: 1px solid #dfe4e7;
  background-color: white
}

.helpsite-interface--helpsite .helpsite-menu__items__link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #69747c;
  letter-spacing: .4px;
  background-color: white;
  padding: 12px
}

.helpsite-interface--helpsite .helpsite-menu__items__link:hover,
.helpsite-interface--helpsite .helpsite-menu__items__link:focus {
  color: #85d0f0
}

.helpsite-interface--helpsite .helpsite-menu__items__link--active {
  color: #009cde
}

.helpsite-interface--helpsite .helpsite-menu__items__link+.helpsite-menu__items__link {
  border-left: 1px solid #dfe4e7
}

.helpsite-interface--helpsite .helpsite-menu__items--main-site {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: null;
  -ms-flex-align: null;
  align-items: null;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  margin-left: 64px;
  border-radius: 2px;
  border: 1px solid #dfe4e7;
  min-width: 170px
}

.helpsite-interface--helpsite .helpsite__contents {
  padding: 72px 0 34px 0
}

.helpsite-interface--helpsite .helpsite__results__title .title__wrapper__text {
  color: #ccc
}

.helpsite-interface--helpsite .helpsite__results__no-results {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info,
.helpsite-interface--helpsite .helpsite__results__latest-news {
  background-color: #f6f7f9;
  padding: 24px;
  margin-bottom: 24px
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__title,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__title,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__title,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs {
  padding: 24px 0
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs .helpsite__faq__title,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs .helpsite__faq__title,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs .helpsite__faq__title,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs .helpsite__faq__title {
  background-color: white
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs .helpsite__faq__title .title__link__wrapper,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs .helpsite__faq__title .title__link__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper .wrapper__image,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper .wrapper__image,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs .helpsite__faq__title .title__link__wrapper .wrapper__image,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs .helpsite__faq__title .title__link__wrapper .wrapper__image {
  margin-right: 16px
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper .wrapper__image .link__icon__svg,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper .wrapper__image .link__icon__svg,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs .helpsite__faq__title .title__link__wrapper .wrapper__image .link__icon__svg,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs .helpsite__faq__title .title__link__wrapper .wrapper__image .link__icon__svg {
  fill: #009cde
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper .wrapper__news,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper .wrapper__news,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs .helpsite__faq__title .title__link__wrapper .wrapper__news,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs .helpsite__faq__title .title__link__wrapper .wrapper__news {
  font-weight: 600;
  padding-right: 16px
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs .helpsite__faq__title .title__link:hover .title__link__news,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs .helpsite__faq__title .title__link:hover .title__link__news,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs .helpsite__faq__title .title__link:hover .title__link__news,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs .helpsite__faq__title .title__link:hover .title__link__news {
  color: #009cde
}

.helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__button,
.helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__button,
.helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__button,
.helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__button {
  margin-bottom: 24px;
  display: inline-block
}

.helpsite-interface--helpsite .helpsite__categories__contents {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: null;
  -ms-flex-align: null;
  align-items: null;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite__categories__contents .contents__title {
  padding: 10px;
  width: 33%
}

.helpsite-interface--helpsite .helpsite__categories__contents .contents__title__link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  background-color: #f6f7f9;
  padding: 16px 24px;
  height: 100%
}

.helpsite-interface--helpsite .helpsite__categories__contents .contents__title__link .link__text {
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  text-transform: uppercase;
  color: #69747c;
  text-align: center;
  padding: 0 8px
}

.helpsite-interface--helpsite .helpsite__categories__contents .contents__title__link .link__icon {
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: null;
  -ms-flex-grow: null;
  flex-grow: null;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null
}

.helpsite-interface--helpsite .helpsite__categories__contents .contents__title__link:hover .link__icon__svg {
  fill: #009cde
}

.helpsite-interface--helpsite .helpsite__categories__contents .contents__title:last-child {
  width: 100%
}

.helpsite-interface--helpsite .helpsite__faq {
  margin: 0 0 16px 0
}

.helpsite-interface--helpsite .helpsite__faq__title {
  background-color: #f6f7f9
}

.helpsite-interface--helpsite .helpsite__faq__title .title__link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 16px 24px;
  font-size: 18px;
  cursor: pointer
}

.helpsite-interface--helpsite .helpsite__faq__title .title__link__text {
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-flex-shrink: null;
  -ms-flex-shrink: null;
  flex-shrink: null;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  -ms-flex-positive: 1;
  color: #69747c
}

.helpsite-interface--helpsite .helpsite__faq__title .title__link__icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  order: null;
  -ms-flex-order: null;
  -webkit-flex-grow: null;
  -ms-flex-grow: null;
  flex-grow: null;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: null;
  -ms-flex-basis: null;
  flex-basis: null;
  -webkit-align-self: null;
  -ms-align-self: null;
  align-self: null;
  transition: all .1s ease-out;
  margin-left: 8px
}

.helpsite-interface--helpsite .helpsite__faq__title .title__link:hover .title__link__text {
  color: #009cde
}

.helpsite-interface--helpsite .helpsite__faq__title .title__link:hover .title__link__icon .icon__svg {
  fill: #009cde
}

.helpsite-interface--helpsite .helpsite__faq__body {
  padding: 24px
}

.helpsite-interface--helpsite .helpsite__faq--active {
  border: 1px solid #009cde
}

.helpsite-interface--helpsite .helpsite__faq--active .helpsite__faq__title .title__link__text {
  color: #009cde
}

.helpsite-interface--helpsite .helpsite__faq--active .helpsite__faq__title .title__link__icon {
  transform: rotate(180deg);
  transition: all .1s ease-out
}

.helpsite-interface--helpsite .helpsite__faq--active .helpsite__faq__title .title__link__icon .icon__svg {
  fill: #009cde
}

.helpsite-interface--helpsite .helpsite__rating {
  background-color: #f6f7f9;
  padding: 8px 16px;
  margin: 24px 0 0 0
}

.helpsite-interface--helpsite .helpsite__rating__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null
}

.helpsite-interface--helpsite .helpsite__rating__content .content__buttons__button {
  margin-left: 5px
}

.helpsite-interface--helpsite .helpsite__rating__content .content__buttons__button:hover {
  background-color: white;
  color: #69747c
}

.helpsite-interface--helpsite .helpsite__contact__phrase {
  color: #69747c;
  text-align: center;
  font-size: 18px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  width: 100%;
  padding-top: 62px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper .validation-failed {
  border-color: #ff6347
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 10px;
  width: 50%
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__label {
  font-weight: 600
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__input {
  width: 100%;
  height: 64px;
  margin: 16px 0
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__input--textarea {
  height: 130px;
  padding: 16px;
  resize: none
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__input--select {
  background-image: url("../images/arrow-down.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 98% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 65px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__comment {
  color: #69747c
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__error {
  color: #e04d3e
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__button {
  width: 100%;
  padding: 16px 24px;
  font-size: 18px;
  margin-top: 62px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__title {
  width: 100%
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item .item__subtitle {
  font-size: 18px;
  text-align: center;
  width: 100%;
  padding-bottom: 30px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--big {
  width: 100%
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--instants-open {
  margin-right: 2px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--checkbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  position: relative !important;
  top: null !important;
  right: null !important;
  bottom: null !important;
  left: null !important
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--checkbox .item__input {
  height: 50px;
  width: 50px;
  margin: 0;
  cursor: pointer;
  z-index: 99;
  opacity: 0
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--checkbox .item__input--false {
  position: absolute !important;
  top: 19px !important;
  right: null !important;
  bottom: null !important;
  left: 14px !important;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  z-index: 1
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--checkbox .item__input--false:before {
  position: absolute !important;
  top: 7px !important;
  right: null !important;
  bottom: null !important;
  left: 7px !important;
  height: 15px;
  width: 15px;
  background-color: white;
  content: " ";
  transition: background .25s linear;
  -webkit-transition: background .25s linear
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--checkbox .item__input:checked ~ .item__input--false:before {
  background-color: #009cde;
  transition: background .25s linear;
  -webkit-transition: background .25s linear
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .item__label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: null;
  -ms-justify-content: null;
  -ms-flex-pack: null;
  justify-content: null;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding-bottom: 16px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .item__label:before {
  background-image: url("../images/clip.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 24px;
  margin-right: 16px;
  content: " ";
  display: inline-block
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .dropzone {
  border: 1px solid #ccc;
  min-height: 120px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .dropzone .dz-preview .dz-image {
  border-radius: 0;
  padding: 15px;
  border: 1px solid #009cde;
  background: white
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .dropzone .dz-preview .dz-remove {
  position: absolute !important;
  top: -7px !important;
  right: null !important;
  bottom: null !important;
  left: 86% !important;
  background-image: url("../images/delete.svg");
  background-size: 44%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #e21937;
  text-decoration: none;
  border-radius: 100px;
  font-size: 0;
  background-color: #009cde;
  padding: 0;
  height: 30px;
  margin: 0;
  width: 30px;
  z-index: 99
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .dropzone .dz-preview .dz-progress .dz-upload {
  background: linear-gradient(to bottom, #009cde, #009cde)
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .dropzone .dz-preview .dz-error-mark {
  background-image: url("../images/warning.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 50px
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .dropzone .dz-preview .dz-error-mark svg {
  display: none
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .dropzone .dz-preview .dz-error-message {
  border-radius: 0;
  background: #e04d3e
}

.helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item--attach .dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid #e04d3e
}

.helpsite-interface--helpsite .helpsite__deflection-tools__contents .contents__header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  padding: 24px 16px
}

.helpsite-interface--helpsite .helpsite__deflection-tools__contents .contents__header__title {
  color: #3e3f43;
  font-weight: 500;
  text-transform: uppercase
}

.helpsite-interface--helpsite .helpsite__deflection-tools__contents .contents__header__icon {
  background-image: url("../images/cross.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  cursor: pointer
}

.helpsite-interface--helpsite .helpsite__deflection-tools__contents .contents__body {
  max-height: 500px;
  overflow: auto;
  padding: 0 16px 16px 16px
}

.helpsite-interface--helpsite .helpsite__deflection-tools__contents .contents__body a {
  word-wrap: break-word
}

.helpsite-interface--helpsite .helpsite__deflection-tools__contents .contents__body .helpsite__results__dispatch-info {
  padding: 16px
}

.helpsite-interface--helpsite .helpsite__deflection-tools__contents .contents__body .helpsite__results__dispatch-info .dispatch-info__faqs {
  padding: 0
}

.helpsite-interface--helpsite .helpsite__deflection-tools--instants {
  max-width: 370px
}

.helpsite-interface--helpsite .helpsite__deflection-tools--instants .helpsite__deflection-tools__contents {
  position: relative;
  background: #fff;
  border: 1px solid #ccc
}

.helpsite-interface--helpsite .helpsite__deflection-tools--instants .helpsite__deflection-tools__contents:after,
.helpsite-interface--helpsite .helpsite__deflection-tools--instants .helpsite__deflection-tools__contents:before {
  right: 100%;
  top: 32px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.helpsite-interface--helpsite .helpsite__deflection-tools--instants .helpsite__deflection-tools__contents:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 15px;
  margin-top: -15px
}

.helpsite-interface--helpsite .helpsite__deflection-tools--instants .helpsite__deflection-tools__contents:before {
  border-color: rgba(204, 204, 204, 0);
  border-right-color: #ccc;
  border-width: 16px;
  margin-top: -16px
}

.helpsite-interface--helpsite .helpsite__deflection-tools--last-chance {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%
}

.helpsite-interface--helpsite .helpsite__deflection-tools--last-chance .helpsite__deflection-tools__contents {
  width: 60%;
  background-color: white;
  margin: 50px auto
}

.helpsite-interface--helpsite .helpsite__deflection-tools--last-chance .helpsite__deflection-tools__contents .contents__footer {
  padding: 24px;
  text-align: right
}

.helpsite-interface--helpsite .helpsite__powered {
  display: hidden;
}

.helpsite-interface--helpsite .helpsite__powered__link {
  display: hidden;
}

.helpsite-interface--helpsite .helpsite-loader {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: null;
  flex-direction: null;
  -ms-flex-direction: null;
  -webkit-flex-wrap: null;
  flex-wrap: null;
  -webkit-flex-flow: null;
  -ms-flex-wrap: null;
  flex-flow: null;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: null;
  -ms-align-content: null;
  align-content: null;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 9999
}

.helpsite-interface--helpsite .helpsite-loader__container {
  width: 100px;
  height: 100px
}

.helpsite-interface--helpsite .helpsite-loader__container__icon {
  margin: 0 auto;
  font-size: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-animation: loading 1.1s infinite ease;
  animation: loading 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}

body.helpsite-modal__open {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  overflow: hidden
}

@media(max-width:1190px) {
  .helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents {
      width: 50%
  }
}

@media(max-width:768px) {
  .helpsite-interface--helpsite .helpsite__search {
      padding: 32px 0
  }
  .helpsite-interface--helpsite .helpsite__search__title {
      padding-bottom: 24px
  }
  .helpsite-interface--helpsite .helpsite__search__tips .tips__contents {
      padding: 48px 24px 24px;
      width: 100%;
      margin: 20px auto
  }
  .helpsite-interface--helpsite .helpsite-menu {
      padding: 24px 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null
  }
  .helpsite-interface--helpsite .helpsite-menu__items {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null;
      order: 2;
      -ms-flex-order: 2;
      -webkit-flex-grow: null;
      -ms-flex-grow: null;
      flex-grow: null;
      -webkit-flex-shrink: null;
      -ms-flex-shrink: null;
      flex-shrink: null;
      -webkit-flex-basis: null;
      -ms-flex-basis: null;
      flex-basis: null;
      -webkit-align-self: null;
      -ms-align-self: null;
      align-self: null;
      width: 100%
  }
  .helpsite-interface--helpsite .helpsite-menu__items__link {
      padding: 16px 12px
  }
  .helpsite-interface--helpsite .helpsite-menu__items__link+.helpsite-menu__items__link {
      border-top: 1px solid #dfe4e7;
      border-left: 0
  }
  .helpsite-interface--helpsite .helpsite-menu__items--main-site {
      order: 1;
      -ms-flex-order: 1;
      -webkit-flex-grow: null;
      -ms-flex-grow: null;
      flex-grow: null;
      -webkit-flex-shrink: null;
      -ms-flex-shrink: null;
      flex-shrink: null;
      -webkit-flex-basis: null;
      -ms-flex-basis: null;
      flex-basis: null;
      -webkit-align-self: null;
      -ms-align-self: null;
      align-self: null;
      margin-left: 0;
      width: 100%;
      margin-bottom: 24px
  }
  .helpsite-interface--helpsite .helpsite__categories__contents .contents__title {
      width: 50%
  }
  .helpsite-interface--helpsite .helpsite__rating__content {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null
  }
  .helpsite-interface--helpsite .helpsite__rating__content .content__buttons {
      margin-top: 16px
  }
  .helpsite-interface--helpsite .helpsite__rating__content .content__buttons__button {
      margin-left: 5px
  }
  .helpsite-interface--helpsite .helpsite__contact__form .form__wrapper {
      padding-top: 48px
  }
  .helpsite-interface--helpsite .helpsite__contact__form .form__wrapper__item {
      width: 100%
  }
  .helpsite-interface--helpsite .helpsite__deflection-tools--instants {
      display: none !important
  }
  .helpsite-interface--helpsite .helpsite__deflection-tools--last-chance .helpsite__deflection-tools__contents {
      width: 95%
  }
}

@media(max-width:480px) {
  .helpsite-interface--helpsite .helpsite-title__arrow .helpsite-title {
      max-width: 80%
  }
  .helpsite-interface--helpsite .helpsite__top-categories {
      padding: 48px 0 24px 0
  }
  .helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents {
      width: 100%;
      padding: 0 0 8px 0
  }
  .helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null;
      min-height: auto;
      padding: 0
  }
  .helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__icon {
      order: null;
      -ms-flex-order: null;
      -webkit-flex-grow: null;
      -ms-flex-grow: null;
      flex-grow: null;
      -webkit-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-flex-basis: null;
      -ms-flex-basis: null;
      flex-basis: null;
      -webkit-align-self: null;
      -ms-align-self: null;
      align-self: null;
      border-right: 1px solid #f6f7f9;
      padding: 16px
  }
  .helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__header__title {
      text-align: left;
      padding: 16px
  }
  .helpsite-interface--helpsite .helpsite__top-categories__wrapper .wrapper__contents__category .category__body {
      display: none
  }
  .helpsite-interface--helpsite .helpsite__contents {
      padding-top: 48px
  }
  .helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs .helpsite__faq__title .title__link,
  .helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs .helpsite__faq__title .title__link,
  .helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs .helpsite__faq__title .title__link,
  .helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs .helpsite__faq__title .title__link {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null
  }
  .helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper,
  .helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__faqs .helpsite__faq__title .title__link__wrapper,
  .helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__faqs .helpsite__faq__title .title__link__wrapper,
  .helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__faqs .helpsite__faq__title .title__link__wrapper {
      padding-bottom: 16px
  }
  .helpsite-interface--helpsite .helpsite__results__dispatch-info .dispatch-info__button,
  .helpsite-interface--helpsite .helpsite__results__latest-news .dispatch-info__button,
  .helpsite-interface--helpsite .helpsite__results__dispatch-info .latest-news__button,
  .helpsite-interface--helpsite .helpsite__results__latest-news .latest-news__button {
      width: 100%;
      text-align: center
  }
  .helpsite-interface--helpsite .helpsite__categories__contents {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-flex-wrap: null;
      flex-wrap: null;
      -webkit-flex-flow: null;
      -ms-flex-wrap: null;
      flex-flow: null;
      -webkit-justify-content: null;
      -ms-justify-content: null;
      -ms-flex-pack: null;
      justify-content: null;
      -webkit-align-items: null;
      -ms-flex-align: null;
      align-items: null;
      -webkit-align-content: null;
      -ms-align-content: null;
      align-content: null
  }
  .helpsite-interface--helpsite .helpsite__categories__contents .contents__title {
      padding: 0 0 8px 0;
      width: 100%
  }
  .helpsite-interface--helpsite .helpsite__categories__contents .contents__title__link {
      padding: 24px 8px;
      box-shadow: 35px 0 0 0 #f6f7f9, -35px 0 0 0 #f6f7f9
  }
}

body.helpsite-ie11 .helpsite-interface--helpsite .helpsite__search__title .title__icon {
  margin-left: 10px
}

.pika-single {
  border: 1px solid #ccc;
  font-family: "Averta", Arial, sans-serif;
  color: #3e3f43;
  padding: 0;
  width: 260px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2)
}

.pika-single.is-hidden {
  display: none !important
}

.pika-single .pika-title {
  background-color: #009cde;
  padding: 10px 8px 6px 8px
}

.pika-single .pika-title .pika-label {
  background: 0;
  color: #fff;
  font-family: "Averta", Arial, sans-serif
}

.pika-single .pika-title .pika-label .pika-select {
  font-family: "Averta", Arial, sans-serif
}

.pika-single .pika-table {
  border-collapse: separate;
  border-spacing: 8.75px
}

.pika-single .pika-table th abbr {
  text-align: center;
  color: black;
  border: 0
}

.pika-single .pika-table .pika-button {
  background-color: white;
  color: #3e3f43;
  border-radius: 0;
  width: 25px;
  height: auto;
  text-align: center
}

.pika-single .pika-table .pika-button:hover {
  border-radius: 0 !important;
  background-color: #009cde !important
}

.pika-single .pika-table .is-today .pika-button {
  color: white;
  background-color: #85d0f0
}

.pika-single .pika-table .is-selected .pika-button {
  color: white;
  font-weight: bold;
  background-color: #009cde;
  box-shadow: none
}

.pika-single .pika-table .is-selected.is-past .pika-button {
  color: white;
  font-weight: normal
}

.pika-single .pika-table .is-past .pika-button {
  color: #3e3f43
}


/*# sourceMappingURL=helpsite.css.map */