.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
/*---FlexBox---
  @flex: flex, flex-inline
  --------------------------*/
/*---Flexbox Direction---
  @type: row, column
  Direction: normal, reverse
  --------------------------*/
/*---Flexbox Wrap---
  @wrap: wrap, nowrap, wrap-reverse
  --------------------------*/
/*---Flexbox Justify Content---
  @justify-content: start, end, center, space-between, space-around

  *FIXME* - Creates duplicate CSS
  --------------------------*/
/*---Flexbox Align Items---
  @align-items: center, baseline, stretch, start, end
  --------------------------*/
/*---Flexbox Align Content---
  @align-items: start, end, center, space-between, space-around

  *FIXME* - Creates duplicate CSS
  --------------------------*/
.font-awesome {
  font-family: fontawesome;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #232323;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0099db;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00648f;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.component-tile > img,
.component-tile a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 7px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
body {
  background-color: #ffffff;
  background-position: top center;
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/bg/bg-ephemera-white-grey-10.png');
  background-size: 600px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
small,
.small {
  font-size: 86%;
}
mark,
.mark {
  background-color: #fce8b1;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #757575;
}
.text-primary {
  color: #542e91;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3e226a;
}
.text-success {
  color: #7aa632;
}
a.text-success:hover,
a.text-success:focus {
  color: #5d7f26;
}
.text-info {
  color: #46c0da;
}
a.text-info:hover,
a.text-info:focus {
  color: #28a9c5;
}
.text-warning {
  color: #eea236;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #df8a13;
}
.text-danger {
  color: #c22722;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #971e1b;
}
.bg-primary {
  color: #fff;
  background-color: #542e91;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3e226a;
}
.bg-success {
  background-color: #d5edae;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #bfe484;
}
.bg-info {
  background-color: #abecfa;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #7be1f7;
}
.bg-warning {
  background-color: #fce8b1;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fada80;
}
.bg-danger {
  background-color: #ffb0b0;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #ff7d7d;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 1.6;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 15px;
  border-left: 5px solid #232323;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #542e91;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #232323;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 19px;
  }
}
.display-1 {
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  .display-1 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 76px;
  }
}
.display-2 {
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .display-2 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .display-2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 67px;
  }
}
.display-3 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .display-3 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .display-3 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 57px;
  }
}
.display-4 {
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .display-4 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 50px;
  }
}
.display-1 small,
.display-2 small,
.display-3 small,
.display-4 small,
.display-1 .small,
.display-2 .small,
.display-3 .small,
.display-4 .small {
  font-size: 60%;
  font-weight: inherit;
}
.tiny {
  font-size: 12px;
  line-height: 1.25;
}
.large {
  font-size: 19px;
  line-height: 1.3333333;
}
p.large {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .tiny-xs {
    font-size: 12px;
    line-height: 1.25;
  }
  .small-xs {
    font-size: 13px;
    line-height: 1.5;
  }
  .large-xs {
    font-size: 19px;
    line-height: 1.3333333;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tiny-sm {
    font-size: 12px;
    line-height: 1.25;
  }
  .small-sm {
    font-size: 13px;
    line-height: 1.5;
  }
  .large-sm {
    font-size: 19px;
    line-height: 1.3333333;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tiny-md {
    font-size: 12px;
    line-height: 1.25;
  }
  .small-md {
    font-size: 13px;
    line-height: 1.5;
  }
  .large-md {
    font-size: 19px;
    line-height: 1.3333333;
  }
}
@media (min-width: 1200px) {
  .tiny-lg {
    font-size: 12px;
    line-height: 1.25;
  }
  .small-lg {
    font-size: 13px;
    line-height: 1.5;
  }
  .large-lg {
    font-size: 19px;
    line-height: 1.3333333;
  }
}
.text-default {
  color: #232323;
}
.text-inverse {
  color: rgba(255, 255, 255, 0.86);
}
.text-faded {
  color: rgba(117, 117, 117, 0.6);
}
.text-secondary {
  color: #fedc08;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d2b501;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@font-face {
  font-family: 'HolidayExtrasSans-Light';
  src: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/HolidayExtrasSans-Light.eot');
  /* IE9 Compatible Modes */
  src: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/HolidayExtrasSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/HolidayExtrasSans-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/HolidayExtrasSans-Light.woff') format('woff'), /* Pretty Modern Browsers */ url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/HolidayExtrasSans-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/HolidayExtrasSans-Light.svg#HolidayExtrasSans-Light') format('svg');
  /* Legacy iOS */
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small {
  font-weight: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child {
  margin-top: 0.25em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child {
  margin-bottom: 0;
}
h5,
h6,
.h5,
.h6 {
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: inherit;
}
h5 small,
h6 small,
.h5 small,
.h6 small,
h5 .small,
h6 .small,
.h5 .small,
.h6 .small {
  font-weight: inherit;
}
h5,
.h5 {
  font-weight: 700;
}
h6,
.h6 {
  text-transform: uppercase;
  color: #e6e6e6;
}
.lead {
  font-size: 18px;
}
p + .lead {
  margin-top: 10px;
}
.sub-heading {
  color: #757575;
}
p.small {
  line-height: 1.6;
}
small,
.small {
  font-size: 13px;
}
blockquote {
  padding: 12px 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
  border: none;
}
blockquote p:before,
blockquote p:after {
  font-size: 1.5em;
  line-height: 0;
}
blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}
.blockquote-reverse {
  padding: 12px 0;
  border: none;
}
.blockquote-brand {
  padding: 24px;
  border: none;
  border-width: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 7px;
  position: relative;
  display: block;
}
.blockquote-brand:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 30px;
  bottom: -30px;
  border-width: 15px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.4) transparent transparent;
}
.blockquote-brand p {
  font-style: italic;
}
.blockquote-brand small {
  color: inherit;
}
.blockquote-brand small:before {
  content: '';
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
q:before {
  content: open-quote;
  font-size: 1.5em;
  line-height: 1em;
}
q:after {
  content: close-quote;
  font-size: 1.5em;
  line-height: 1em;
}
dt {
  font-weight: normal;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #757575;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.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.6;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.075);
}
.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 rgba(0, 0, 0, 0.075);
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.075);
}
.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 rgba(0, 0, 0, 0.075);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}
.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: rgba(0, 0, 0, 0.08);
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: rgba(0, 0, 0, 0.08);
}
.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: #d5edae;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #cae899;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #abecfa;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #93e7f9;
}
.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: #fce8b1;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fbe198;
}
.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: #ffb0b0;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ff9797;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.075);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #757575;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.6;
  color: #757575;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f0f0f0;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 46px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 68px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 39px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.input-lg {
  height: 68px;
  padding: 20px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 7px;
}
select.input-lg {
  height: 68px;
  line-height: 68px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 68px;
  padding: 20px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 7px;
}
.form-group-lg select.form-control {
  height: 68px;
  line-height: 68px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 68px;
  min-height: 43px;
  padding: 21px 30px;
  font-size: 19px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 57.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 68px;
  height: 68px;
  line-height: 68px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #7aa632;
}
.has-success .form-control {
  border-color: #7aa632;
  -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: #5d7f26;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #abd36c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #abd36c;
}
.has-success .input-group-addon {
  color: #7aa632;
  border-color: #7aa632;
  background-color: #d5edae;
}
.has-success .form-control-feedback {
  color: #7aa632;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #eea236;
}
.has-warning .form-control {
  border-color: #eea236;
  -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: #df8a13;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6ce95;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6ce95;
}
.has-warning .input-group-addon {
  color: #eea236;
  border-color: #eea236;
  background-color: #fce8b1;
}
.has-warning .form-control-feedback {
  color: #eea236;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #c22722;
}
.has-error .form-control {
  border-color: #c22722;
  -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: #971e1b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e46a66;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e46a66;
}
.has-error .input-group-addon {
  color: #c22722;
  border-color: #c22722;
  background-color: #ffb0b0;
}
.has-error .form-control-feedback {
  color: #c22722;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #636363;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 35px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 21px;
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}
.form-control-feedback.fa {
  line-height: 46px;
}
.input-lg + .form-control-feedback.fa,
.input-group-lg + .form-control-feedback.fa,
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 68px;
}
.input-sm + .form-control-feedback.fa,
.input-group-sm + .form-control-feedback.fa,
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 31px;
}
.has-feedback select.form-control + .form-control-feedback {
  right: 25px;
}
.help-block:empty {
  margin-top: 0;
  margin-bottom: 0;
  visibility: hidden;
}
.help-block {
  color: #757575;
}
.has-success .help-block {
  color: #7aa632;
}
.has-warning .help-block {
  color: #eea236;
}
.has-error .help-block {
  color: #c22722;
}
@media (min-width: 768px) {
  .form-horizontal .form-group .help-block:first-child {
    padding-top: 11px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .help-block:first-child {
    padding-top: 21px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .help-block:first-child {
    padding-top: 6px;
  }
}
legend {
  font-size: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #542e91;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #542e91;
  background-color: #ffffff;
  border-color: #542e91;
}
.btn-default:focus,
.btn-default.focus {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #1c0f30;
}
.btn-default:hover {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #391f63;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #391f63;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #542e91;
  background-color: #d4d4d4;
  border-color: #1c0f30;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #542e91;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #542e91;
}
.btn-primary {
  color: #ffffff;
  background-color: #542e91;
  border-color: #542e91;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #1c0f30;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #2e194f;
  border-color: #1c0f30;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #542e91;
  border-color: #542e91;
}
.btn-primary .badge {
  color: #542e91;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #88ba38;
  border-color: #7aa632;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #6b932c;
  border-color: #324415;
}
.btn-success:hover {
  color: #fff;
  background-color: #6b932c;
  border-color: #577724;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #6b932c;
  border-color: #577724;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #577724;
  border-color: #324415;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #88ba38;
  border-color: #7aa632;
}
.btn-success .badge {
  color: #88ba38;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc7de;
  border-color: #46c0da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b9d5;
  border-color: #1b7385;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b9d5;
  border-color: #26a2bc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b9d5;
  border-color: #26a2bc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #26a2bc;
  border-color: #1b7385;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc7de;
  border-color: #46c0da;
}
.btn-info .badge {
  color: #5bc7de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d82b26;
  border-color: #c22722;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ad221e;
  border-color: #56110f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ad221e;
  border-color: #8e1c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ad221e;
  border-color: #8e1c19;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #8e1c19;
  border-color: #56110f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d82b26;
  border-color: #c22722;
}
.btn-danger .badge {
  color: #d82b26;
  background-color: #fff;
}
.btn-link {
  color: #0099db;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00648f;
  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: #e6e6e6;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 7px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-secondary {
  color: #232323;
  background-color: #fedc08;
  border-color: #fedc08;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #232323;
  background-color: #d2b501;
  border-color: #867401;
}
.btn-secondary:hover {
  color: #232323;
  background-color: #d2b501;
  border-color: #c8ac01;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #232323;
  background-color: #d2b501;
  border-color: #c8ac01;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #232323;
  background-color: #af9701;
  border-color: #867401;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #fedc08;
  border-color: #fedc08;
}
.btn-secondary .badge {
  color: #fedc08;
  background-color: #232323;
}
.btn.btn-loading {
  position: relative;
}
.btn.btn-loading > .fa {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1em;
  line-height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
}
.btn.btn-loading.loading {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn.btn-loading.loading.disabled,
.btn.btn-loading.loading[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}
.btn.btn-loading.loading span.btn-text {
  visibility: hidden;
}
.btn.btn-loading.loading > .fa {
  display: block;
}
.btn.btn-loading.done {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.btn.btn-loading.done > .fa,
.btn.btn-loading.done span.btn-text {
  display: none;
}
.btn.btn-loading.done span.btn-status {
  display: inline;
}
.btn.btn-loading > .fa,
.btn.btn-loading span.btn-status {
  display: none;
}
.btn .fa-lg.fa-angle-right,
.btn .fa-lg.fa-angle-left {
  vertical-align: -5%;
}
.btn.active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.btn.active:after {
  content: '\2714';
  margin-left: 5px;
  color: #7aa632;
}
.btn.btn-success:after,
.btn.btn-warning:after,
.btn.btn-danger:after,
.btn.btn-info:after {
  color: inherit;
}
.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus {
  color: #232323;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  color: #e6e6e6;
}
.btn-social {
  text-indent: -999em;
  font-size: 0;
  color: transparent;
  padding: 10px;
  border-radius: 50%;
}
.btn-social i {
  width: 1.5em;
  line-height: 1.5em;
  height: 1.5em;
  font-size: 15px;
}
.btn-social.btn-social-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-social.btn-social-facebook:focus,
.btn-social.btn-social-facebook.focus {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #17233c;
}
.btn-social.btn-social-facebook:hover {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-social.btn-social-facebook:active,
.btn-social.btn-social-facebook.active,
.open > .dropdown-toggle.btn-social.btn-social-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-social.btn-social-facebook:active:hover,
.btn-social.btn-social-facebook.active:hover,
.open > .dropdown-toggle.btn-social.btn-social-facebook:hover,
.btn-social.btn-social-facebook:active:focus,
.btn-social.btn-social-facebook.active:focus,
.open > .dropdown-toggle.btn-social.btn-social-facebook:focus,
.btn-social.btn-social-facebook:active.focus,
.btn-social.btn-social-facebook.active.focus,
.open > .dropdown-toggle.btn-social.btn-social-facebook.focus {
  color: #ffffff;
  background-color: #23345a;
  border-color: #17233c;
}
.btn-social.btn-social-facebook:active,
.btn-social.btn-social-facebook.active,
.open > .dropdown-toggle.btn-social.btn-social-facebook {
  background-image: none;
}
.btn-social.btn-social-facebook.disabled:hover,
.btn-social.btn-social-facebook[disabled]:hover,
fieldset[disabled] .btn-social.btn-social-facebook:hover,
.btn-social.btn-social-facebook.disabled:focus,
.btn-social.btn-social-facebook[disabled]:focus,
fieldset[disabled] .btn-social.btn-social-facebook:focus,
.btn-social.btn-social-facebook.disabled.focus,
.btn-social.btn-social-facebook[disabled].focus,
fieldset[disabled] .btn-social.btn-social-facebook.focus {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-social.btn-social-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-social.btn-social-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-social.btn-social-twitter:focus,
.btn-social.btn-social-twitter.focus {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #126db2;
}
.btn-social.btn-social-twitter:hover {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #1d91e8;
}
.btn-social.btn-social-twitter:active,
.btn-social.btn-social-twitter.active,
.open > .dropdown-toggle.btn-social.btn-social-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #1d91e8;
}
.btn-social.btn-social-twitter:active:hover,
.btn-social.btn-social-twitter.active:hover,
.open > .dropdown-toggle.btn-social.btn-social-twitter:hover,
.btn-social.btn-social-twitter:active:focus,
.btn-social.btn-social-twitter.active:focus,
.open > .dropdown-toggle.btn-social.btn-social-twitter:focus,
.btn-social.btn-social-twitter:active.focus,
.btn-social.btn-social-twitter.active.focus,
.open > .dropdown-toggle.btn-social.btn-social-twitter.focus {
  color: #ffffff;
  background-color: #1583d7;
  border-color: #126db2;
}
.btn-social.btn-social-twitter:active,
.btn-social.btn-social-twitter.active,
.open > .dropdown-toggle.btn-social.btn-social-twitter {
  background-image: none;
}
.btn-social.btn-social-twitter.disabled:hover,
.btn-social.btn-social-twitter[disabled]:hover,
fieldset[disabled] .btn-social.btn-social-twitter:hover,
.btn-social.btn-social-twitter.disabled:focus,
.btn-social.btn-social-twitter[disabled]:focus,
fieldset[disabled] .btn-social.btn-social-twitter:focus,
.btn-social.btn-social-twitter.disabled.focus,
.btn-social.btn-social-twitter[disabled].focus,
fieldset[disabled] .btn-social.btn-social-twitter.focus {
  background-color: #55acee;
  border-color: #55acee;
}
.btn-social.btn-social-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-social.btn-social-linkedin {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}
.btn-social.btn-social-linkedin:focus,
.btn-social.btn-social-linkedin.focus {
  color: #ffffff;
  background-color: #005582;
  border-color: #002336;
}
.btn-social.btn-social-linkedin:hover {
  color: #ffffff;
  background-color: #005582;
  border-color: #004f78;
}
.btn-social.btn-social-linkedin:active,
.btn-social.btn-social-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-social-linkedin {
  color: #ffffff;
  background-color: #005582;
  border-color: #004f78;
}
.btn-social.btn-social-linkedin:active:hover,
.btn-social.btn-social-linkedin.active:hover,
.open > .dropdown-toggle.btn-social.btn-social-linkedin:hover,
.btn-social.btn-social-linkedin:active:focus,
.btn-social.btn-social-linkedin.active:focus,
.open > .dropdown-toggle.btn-social.btn-social-linkedin:focus,
.btn-social.btn-social-linkedin:active.focus,
.btn-social.btn-social-linkedin.active.focus,
.open > .dropdown-toggle.btn-social.btn-social-linkedin.focus {
  color: #ffffff;
  background-color: #003e5e;
  border-color: #002336;
}
.btn-social.btn-social-linkedin:active,
.btn-social.btn-social-linkedin.active,
.open > .dropdown-toggle.btn-social.btn-social-linkedin {
  background-image: none;
}
.btn-social.btn-social-linkedin.disabled:hover,
.btn-social.btn-social-linkedin[disabled]:hover,
fieldset[disabled] .btn-social.btn-social-linkedin:hover,
.btn-social.btn-social-linkedin.disabled:focus,
.btn-social.btn-social-linkedin[disabled]:focus,
fieldset[disabled] .btn-social.btn-social-linkedin:focus,
.btn-social.btn-social-linkedin.disabled.focus,
.btn-social.btn-social-linkedin[disabled].focus,
fieldset[disabled] .btn-social.btn-social-linkedin.focus {
  background-color: #0077b5;
  border-color: #0077b5;
}
.btn-social.btn-social-linkedin .badge {
  color: #0077b5;
  background-color: #ffffff;
}
.btn-social.btn-social-skype {
  color: #ffffff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-social.btn-social-skype:focus,
.btn-social.btn-social-skype.focus {
  color: #ffffff;
  background-color: #008abd;
  border-color: #005271;
}
.btn-social.btn-social-skype:hover {
  color: #ffffff;
  background-color: #008abd;
  border-color: #0082b3;
}
.btn-social.btn-social-skype:active,
.btn-social.btn-social-skype.active,
.open > .dropdown-toggle.btn-social.btn-social-skype {
  color: #ffffff;
  background-color: #008abd;
  border-color: #0082b3;
}
.btn-social.btn-social-skype:active:hover,
.btn-social.btn-social-skype.active:hover,
.open > .dropdown-toggle.btn-social.btn-social-skype:hover,
.btn-social.btn-social-skype:active:focus,
.btn-social.btn-social-skype.active:focus,
.open > .dropdown-toggle.btn-social.btn-social-skype:focus,
.btn-social.btn-social-skype:active.focus,
.btn-social.btn-social-skype.active.focus,
.open > .dropdown-toggle.btn-social.btn-social-skype.focus {
  color: #ffffff;
  background-color: #007099;
  border-color: #005271;
}
.btn-social.btn-social-skype:active,
.btn-social.btn-social-skype.active,
.open > .dropdown-toggle.btn-social.btn-social-skype {
  background-image: none;
}
.btn-social.btn-social-skype.disabled:hover,
.btn-social.btn-social-skype[disabled]:hover,
fieldset[disabled] .btn-social.btn-social-skype:hover,
.btn-social.btn-social-skype.disabled:focus,
.btn-social.btn-social-skype[disabled]:focus,
fieldset[disabled] .btn-social.btn-social-skype:focus,
.btn-social.btn-social-skype.disabled.focus,
.btn-social.btn-social-skype[disabled].focus,
fieldset[disabled] .btn-social.btn-social-skype.focus {
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-social.btn-social-skype .badge {
  color: #00aff0;
  background-color: #ffffff;
}
.btn-social.btn-social-google-plus {
  color: #ffffff;
  background-color: #dd4330;
  border-color: #dd4330;
}
.btn-social.btn-social-google-plus:focus,
.btn-social.btn-social-google-plus.focus {
  color: #ffffff;
  background-color: #bb301f;
  border-color: #7a1f14;
}
.btn-social.btn-social-google-plus:hover {
  color: #ffffff;
  background-color: #bb301f;
  border-color: #b22e1d;
}
.btn-social.btn-social-google-plus:active,
.btn-social.btn-social-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-social-google-plus {
  color: #ffffff;
  background-color: #bb301f;
  border-color: #b22e1d;
}
.btn-social.btn-social-google-plus:active:hover,
.btn-social.btn-social-google-plus.active:hover,
.open > .dropdown-toggle.btn-social.btn-social-google-plus:hover,
.btn-social.btn-social-google-plus:active:focus,
.btn-social.btn-social-google-plus.active:focus,
.open > .dropdown-toggle.btn-social.btn-social-google-plus:focus,
.btn-social.btn-social-google-plus:active.focus,
.btn-social.btn-social-google-plus.active.focus,
.open > .dropdown-toggle.btn-social.btn-social-google-plus.focus {
  color: #ffffff;
  background-color: #9d281a;
  border-color: #7a1f14;
}
.btn-social.btn-social-google-plus:active,
.btn-social.btn-social-google-plus.active,
.open > .dropdown-toggle.btn-social.btn-social-google-plus {
  background-image: none;
}
.btn-social.btn-social-google-plus.disabled:hover,
.btn-social.btn-social-google-plus[disabled]:hover,
fieldset[disabled] .btn-social.btn-social-google-plus:hover,
.btn-social.btn-social-google-plus.disabled:focus,
.btn-social.btn-social-google-plus[disabled]:focus,
fieldset[disabled] .btn-social.btn-social-google-plus:focus,
.btn-social.btn-social-google-plus.disabled.focus,
.btn-social.btn-social-google-plus[disabled].focus,
fieldset[disabled] .btn-social.btn-social-google-plus.focus {
  background-color: #dd4330;
  border-color: #dd4330;
}
.btn-social.btn-social-google-plus .badge {
  color: #dd4330;
  background-color: #ffffff;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #757575;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #686868;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #542e91;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e6e6e6;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #9c9c9c;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.dropdown-menu .dropdown-content {
  padding: 15px;
}
.dropdown-menu .dropdown-content .dropdown-header {
  padding-left: 0;
  padding-right: 0;
}
.collapse-icon {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  margin-right: .25em;
}
* + .collapse-icon {
  margin-left: .25em;
  margin-right: 0;
}
.i-plus {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  line-height: .65em;
  vertical-align: -10%;
}
.i-plus.collapse-icon {
  -webkit-transform-origin: 53% 60%;
  -moz-transform-origin: 53% 60%;
  -ms-transform-origin: 53% 60%;
  transform-origin: 53% 60%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.collapsed .collapse-icon.fa-angle-down {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.collapsed .collapse-icon.fa-angle-up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.collapsed .collapse-icon.fa-angle-up.collapse-icon-below {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapsed .collapse-icon.i-plus {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.collapse-heading.collapsed:not(:hover):not(:focus) {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.collapse-heading.collapsed,
.collapse-heading:hover,
.collapse-heading:focus {
  text-decoration: none;
}
.collapse-heading.collapsed .collapse-icon,
.collapse-heading:hover .collapse-icon,
.collapse-heading:focus .collapse-icon {
  color: inherit;
}
.collapsed .collapsed-text,
.expanded-text {
  display: inline;
}
.collapsed .expanded-text,
.collapsed-text {
  display: none;
}
dl.dropdown-menu > dd {
  padding: 0 25px 5px;
}
@media (min-width: 768px) {
  dl.dropdown-menu > dd {
    padding: 0 20px 5px;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 68px;
  padding: 20px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 7px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 68px;
  line-height: 68px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #757575;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 20px 30px;
  font-size: 19px;
  border-radius: 7px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.nav > li.disabled > a {
  color: #e6e6e6;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e6e6e6;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f5f5f5;
  border-color: #0099db;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #9c9c9c;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #542e91;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-tabs > li > a {
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: #ffffff;
}
.nav-pills > li > a {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-pills > li.active > a {
  border: 1px solid #542e91;
}
.navbar {
  position: relative;
  min-height: 58px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 17px 15px;
  font-size: 19px;
  line-height: 24px;
  height: 58px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  margin-top: 14px;
  margin-bottom: 13px;
}
.navbar-btn.btn-xs {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #542e91;
  border-color: #542e91;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  background-color: #6135a8;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #6135a8;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #542e91;
  background-color: #fedc08;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: rgba(255, 255, 255, 0.54);
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #6135a8;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #542e91;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fedc08;
  color: #542e91;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #6135a8;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #542e91;
    background-color: #fedc08;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: rgba(255, 255, 255, 0.54);
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: rgba(255, 255, 255, 0.54);
}
.navbar-inverse {
  background-color: #264c7a;
  border-color: #264c7a;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: #2d5b91;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #2d5b91;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #264c7a;
  background-color: #fedc08;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: rgba(255, 255, 255, 0.54);
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #2d5b91;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #1e3b5f;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fedc08;
  color: #264c7a;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #264c7a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #264c7a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #2d5b91;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #264c7a;
    background-color: #fedc08;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: rgba(255, 255, 255, 0.54);
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: rgba(255, 255, 255, 0.54);
}
.navbar-brand-image {
  background-size: contain;
  width: 170px;
  height: 58px;
  text-indent: -5000em;
  background-repeat: no-repeat;
}
.navbar-static-top {
  margin-bottom: 0;
}
.navbar-static-top + .navbar-static-top {
  z-index: 999;
}
@-webkit-keyframes navbar-affix-slide-in {
  from {
    -webkit-transform: translate(0, -58px);
    -ms-transform: translate(0, -58px);
    -o-transform: translate(0, -58px);
    transform: translate(0, -58px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes navbar-affix-slide-in {
  from {
    -webkit-transform: translate(0, -58px);
    -ms-transform: translate(0, -58px);
    -o-transform: translate(0, -58px);
    transform: translate(0, -58px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes navbar-affix-slide-in {
  from {
    -webkit-transform: translate(0, -58px);
    -ms-transform: translate(0, -58px);
    -o-transform: translate(0, -58px);
    transform: translate(0, -58px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes navbar-affix-slide-in {
  from {
    -webkit-transform: translate(0, -58px);
    -ms-transform: translate(0, -58px);
    -o-transform: translate(0, -58px);
    transform: translate(0, -58px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes navbar-affix-slide-in {
  from {
    -webkit-transform: translate(0, -58px);
    -ms-transform: translate(0, -58px);
    -o-transform: translate(0, -58px);
    transform: translate(0, -58px);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.navbar-static-top.affix {
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: navbar-affix-slide-in 200ms ease-out 1;
  -o-animation: navbar-affix-slide-in 200ms ease-out 1;
  animation: navbar-affix-slide-in 200ms ease-out 1;
}
.navbar.affix {
  z-index: 1030;
}
.affix-spacer {
  display: none;
}
.navbar.affix + .affix-spacer {
  min-height: 58px;
  margin-bottom: 0;
  display: block;
}
.navbar-default + .affix-spacer {
  background-color: #542e91;
}
.navbar-inverse + .affix-spacer {
  background-color: #264c7a;
}
.navbar-toggle {
  padding: 8px 20px;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
  margin-top: 12px;
  margin-bottom: 11px;
}
.navbar-toggle .icon-bar {
  width: 25px;
  height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-nav > li > a .badge {
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  margin-left: 0.3em;
  margin-top: -1em;
}
.navbar-brand-image {
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/logos/HolidayExtras-logo-horizontal-transparent@2x.png');
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/logos/HolidayExtras-logo-horizontal-transparent.svg');
}
.navbar-brand {
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/logos/HolidayExtras-logo-horizontal-transparent@2x.png');
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/logos/HolidayExtras-logo-horizontal-transparent.svg');
  background-size: contain;
  width: 170px;
  height: 58px;
  text-indent: -5000em;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 1000;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-static-top .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: ease-in 0.15s;
  font-size: 15px;
}
.navbar-nav {
  max-width: none;
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-nav a {
  text-decoration: none;
}
.navbar-toggle {
  padding-right: 10px;
  padding-left: 10px;
}
.navbar-text {
  color: #ffffff;
}
dl.dropdown-menu dd,
dl.dropdown-menu dt {
  color: #ffffff;
}
dl.dropdown-menu .dropdown-header {
  color: #9c9c9c;
}
dl.dropdown-menu a {
  color: #ffffff;
}
dl.dropdown-menu a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .navbar {
    min-height: 80px;
  }
  .navbar-brand {
    margin: 0;
    left: 0;
    background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/logos/HolidayExtras-logo-stacked-transparent@2x.png');
    background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/logos/HolidayExtras-logo-stacked-transparent.svg');
    width: 123px;
    height: 80px;
  }
  .navbar-static-top .navbar-nav > li > a {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  margin-top: 17px;
  margin-bottom: 17px;
  .navbar-static-top .container {
    position: relative;
  }
  .navbar-nav {
    max-width: 100%;
    margin: 0;
  }
  .navbar-left {
    margin-left: 108px;
  }
  .navbar-nav.ppcmsg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 22%;
  }
  .navbar-nav.ppcmsg.shorter {
    max-width: 6%;
  }
  .navbar-form {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .navbar-btn {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .navbar-btn.btn-sm {
    margin-top: 25px;
    margin-bottom: 24px;
  }
  .navbar-btn.btn-xs {
    margin-top: 39px;
    margin-bottom: 38px;
  }
  .navbar-text {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .navbar-strapline {
    margin-top: 28px;
    margin-bottom: 28px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-size: 17.25px;
    line-height: 24px;
  }
  dl.dropdown-menu > dd,
  dl.dropdown-menu > dt {
    color: #ffffff;
  }
  dl.dropdown-menu > dd > a,
  dl.dropdown-menu > dt > a {
    color: #0099db;
  }
  dl.dropdown-menu > dd > a:hover,
  dl.dropdown-menu > dt > a:hover {
    color: #00648f;
  }
}
@media only screen and (min-width: 992px) {
  .navbar {
    min-height: 94px;
  }
  .navbar-brand {
    width: 144px;
    height: 94px;
  }
  .navbar-static-top .navbar-nav > li > a {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 17px;
  }
  .navbar-left {
    margin-left: 129px;
  }
  .navbar-nav.ppcmsg {
    max-width: 30%;
  }
  .navbar-nav.ppcmsg.shorter {
    max-width: 23%;
  }
  .navbar-strapline {
    font-size: 19.55px;
  }
  .navbar-form {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .navbar-btn {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .navbar-btn.btn-sm {
    margin-top: 32px;
    margin-bottom: 31px;
  }
  .navbar-btn.btn-xs {
    margin-top: 46px;
    margin-bottom: 45px;
  }
  .navbar-text {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .navbar-strapline {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar {
    min-height: 109px;
  }
  .navbar-brand {
    width: 167px;
    height: 109px;
  }
  .navbar-static-top .navbar-nav > li > a {
    padding-top: 42px;
    padding-bottom: 42px;
    font-size: 19px;
  }
  .navbar-left {
    margin-left: 152px;
  }
  .navbar-nav.ppcmsg {
    max-width: 40%;
  }
  .navbar-nav.ppcmsg.shorter {
    max-width: 30%;
  }
  .navbar-strapline {
    font-size: 21.85px;
  }
  .navbar-form {
    margin-top: 32px;
    margin-bottom: 31px;
  }
  .navbar-btn {
    margin-top: 32px;
    margin-bottom: 31px;
  }
  .navbar-btn.btn-sm {
    margin-top: 39px;
    margin-bottom: 39px;
  }
  .navbar-btn.btn-xs {
    margin-top: 53px;
    margin-bottom: 52px;
  }
  .navbar-text {
    margin-top: 43px;
    margin-bottom: 42px;
  }
  .navbar-strapline {
    margin-top: 43px;
    margin-bottom: 43px;
  }
}
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: rgba(117, 117, 117, 0.3);
}
.breadcrumb > .active {
  color: #757575;
}
nav .breadcrumb {
  margin-bottom: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 20px;
  line-height: 1.6;
  text-decoration: none;
  color: #0099db;
  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: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #00648f;
  background-color: #f0f0f0;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #542e91;
  border-color: #542e91;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e6e6e6;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 30px;
  font-size: 19px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.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: #f0f0f0;
}
.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: #e6e6e6;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e6e6e6;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cdcdcd;
}
.label-primary {
  background-color: #542e91;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3e226a;
}
.label-success {
  background-color: #88ba38;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #6b932c;
}
.label-info {
  background-color: #5bc7de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b9d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d82b26;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ad221e;
}
.label .text-muted {
  color: #ffffff;
}
.label .text-faded {
  color: rgba(255, 255, 255, 0.6);
}
.label-default {
  color: #232323;
}
.label-default .text-muted {
  color: #757575;
}
.label-default .text-faded {
  color: rgba(117, 117, 117, 0.6);
}
.label.label-fixed-ratio {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5em;
  font-size: inherit;
  border-radius: 7px;
}
.label.label-fixed-ratio:empty {
  display: none;
}
.label.label-circle {
  border-radius: 50%;
}
.label {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 6px;
  font-weight: normal;
  border-radius: 2px;
  margin-right: 8px;
}
.label.label-fixed-ratio {
  margin-right: 0;
}
.label.label-default:after,
.label.label-default:before {
  border-color: #e6e6e6;
}
.label.label-primary:after,
.label.label-primary:before {
  border-color: #542e91;
}
.label.label-success:after,
.label.label-success:before {
  border-color: #88ba38;
}
.label.label-info:after,
.label.label-info:before {
  border-color: #5bc7de;
}
.label.label-warning:after,
.label.label-warning:before {
  border-color: #f0ad4e;
}
.label.label-danger:after,
.label.label-danger:before {
  border-color: #d82b26;
}
.carousel {
  position: relative;
}
.carousel > .label {
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: -5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.2);
}
.carousel > .label:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 17px;
  right: 0;
  z-index: -1;
  margin-right: 0;
  border-width: 5px;
  border-style: solid;
  border-color: #e6e6e6;
  border-right-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-right-color: transparent;
  border-bottom-color: transparent;
  /* Fix weird aliasing issue as best as I can */
  -webkit-transform: scale(0.9999);
  -moz-transform: scale(0.9999);
  -ms-transform: scale(0.9999);
  -o-transform: scale(0.9999);
  transform: scale(0.9999);
}
.carousel > .label:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  margin-left: -8px;
  border-width: 9px 5px;
  border-style: solid;
  border-left-color: rgba(255, 255, 255, 0);
  border-left-color: transparent;
  /* Fix weird aliasing issue as best as I can */
  -webkit-transform: scale(0.9999);
  -moz-transform: scale(0.9999);
  -ms-transform: scale(0.9999);
  -o-transform: scale(0.9999);
  transform: scale(0.9999);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.2);
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #542e91;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
small .badge,
.small .badge,
.badge.small,
.btn-sm .badge {
  padding: 2px 5px;
  font-size: 12px;
}
.badge-primary {
  background-color: #542e91;
}
.badge-success {
  background-color: #88ba38;
}
.badge-info {
  background-color: #5bc7de;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-danger {
  background-color: #d82b26;
}
.jumbotron {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  color: rgba(255, 255, 255, 0.86);
  background-color: #e6e6e6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #cdcdcd;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 7px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 120px;
    padding-right: 120px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 45px;
  }
}
.jumbotron {
  margin-bottom: 0;
}
.jumbotron a.btn-link,
.jumbotron a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #0099db;
}
.jumbotron a.btn-link:hover,
.jumbotron a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.jumbotron a.btn-link:focus,
.jumbotron a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #00648f;
  outline-color: #00648f;
  outline-color: #0099db;
}
.jumbotron .text-muted {
  #e6e6e6: #757575;
  color: #757575;
}
.container-fluid .jumbotron,
.container .jumbotron {
  margin-bottom: 60px;
}
.jumbotron.jumbotron-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.jumbotron.jumbotron-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.jumbotron.jumbotron-overlay,
.jumbotron.jumbotron-overlay > * {
  position: relative;
}
.jumbotron.jumbotron-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.jumbotron.jumbotron-with-form {
  padding-bottom: 0;
}
.jumbotron.jumbotron-with-form label {
  font-weight: normal;
}
.jumbotron.jumbotron-with-form form {
  margin-bottom: 0;
}
.jumbotron.jumbotron-with-form .jumbotron-form-container {
  padding-top: 15px;
  padding-bottom: 10px;
  background: rgba(9, 32, 65, 0.75);
  color: rgba(255, 255, 255, 0.54);
}
.jumbotron.jumbotron-with-form .jumbotron-form-container .row {
  margin-left: -5px;
  margin-right: -5px;
}
.jumbotron.jumbotron-with-form .jumbotron-form-container .form-group {
  padding: 0 5px;
}
.jumbotron.jumbotron-with-form .jumbotron-form-container .form-group .btn[type="submit"] {
  margin-top: 29px;
}
.jumbotron.jumbotron-with-form .nav-tabs,
.jumbotron.jumbotron-with-form form {
  margin: 0 auto;
  max-width: 400px;
}
.jumbotron.jumbotron-with-form .nav-tabs {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  border-bottom-width: 0;
}
.jumbotron.jumbotron-with-form .nav-tabs > li {
  margin-bottom: 0;
}
.jumbotron.jumbotron-with-form .nav-tabs > li a.btn-link,
.jumbotron.jumbotron-with-form .nav-tabs > li a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #ffffff;
}
.jumbotron.jumbotron-with-form .nav-tabs > li a.btn-link:hover,
.jumbotron.jumbotron-with-form .nav-tabs > li a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.jumbotron.jumbotron-with-form .nav-tabs > li a.btn-link:focus,
.jumbotron.jumbotron-with-form .nav-tabs > li a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #ffffff;
  outline-color: #ffffff;
}
.jumbotron.jumbotron-with-form .nav-tabs > li > a {
  background-color: rgba(255, 255, 255, 0.2);
}
.jumbotron.jumbotron-with-form .nav-tabs > li > a:hover,
.jumbotron.jumbotron-with-form .nav-tabs > li > a:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
.jumbotron.jumbotron-with-form .nav-tabs > li:last-child > a {
  margin-right: 0;
}
.jumbotron.jumbotron-with-form .nav-tabs > li.active a.btn-link,
.jumbotron.jumbotron-with-form .nav-tabs > li.active a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #ffffff;
}
.jumbotron.jumbotron-with-form .nav-tabs > li.active a.btn-link:hover,
.jumbotron.jumbotron-with-form .nav-tabs > li.active a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.jumbotron.jumbotron-with-form .nav-tabs > li.active a.btn-link:focus,
.jumbotron.jumbotron-with-form .nav-tabs > li.active a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #ffffff;
  outline-color: #ffffff;
}
.jumbotron.jumbotron-with-form .nav-tabs > li.active > a,
.jumbotron.jumbotron-with-form .nav-tabs > li.active > a:focus,
.jumbotron.jumbotron-with-form .nav-tabs > li.active > a:hover {
  background-color: rgba(9, 32, 65, 0.75);
}
@media screen and (min-width: 768px) {
  .jumbotron.jumbotron-with-form .nav-tabs,
  .jumbotron.jumbotron-with-form form {
    max-width: none;
  }
  .jumbotron.jumbotron-with-form .nav-tabs {
    margin-top: 96px;
  }
}
.jumbotron.jumbotron-cover {
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
}
.jumbotron.jumbotron-cover .bg-default,
.jumbotron.jumbotron-cover .bg-brand,
.jumbotron.jumbotron-cover .bg-normal,
.jumbotron.jumbotron-cover .btn,
.jumbotron.jumbotron-cover .text-muted,
.jumbotron.jumbotron-cover .nav,
.jumbotron.jumbotron-cover .jumbotron-form-container {
  text-shadow: none;
}
.jumbotron.jumbotron-overlay:before {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(9, 32, 65, 0.2) 0%, rgba(9, 32, 65, 0.85) 100%);
  background-image: -o-linear-gradient(top, rgba(9, 32, 65, 0.2) 0%, rgba(9, 32, 65, 0.85) 100%);
  background-image: linear-gradient(to bottom, rgba(9, 32, 65, 0.2) 0%, rgba(9, 32, 65, 0.85) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33092041', endColorstr='#d9092041', GradientType=0);
}
.jumbotron h1,
.jumbotron .h1,
.jumbotron h2,
.jumbotron .h2,
.jumbotron h3,
.jumbotron .h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  .jumbotron.panel-heading,
  .jumbotron.panel-body,
  .jumbotron.panel-footer {
    padding: 240px;
  }
}
@media (min-width: 1200px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 57px;
  }
}
.jumbotron.jumbotron-with-form .form-control:not(:focus) {
  border-color: transparent;
  box-shadow: none;
}
.jumbotron.jumbotron-with-form .nav-tabs > li > a {
  margin-right: 1px;
  border-width: 0;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0099db;
}
.thumbnail .caption {
  padding: 9px;
  color: #232323;
}
.thumb-container {
  overflow: hidden;
  position: relative;
  background-color: rgba(117, 117, 117, 0.6);
  border-radius: 3px;
}
.thumbnail .thumb-container {
  border-radius: 2px;
}
.thumb-container {
  display: block;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.thumb-container,
.thumb-container > .thumb {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-container > .thumb {
  -webkit-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.thumb-container:hover,
.thumb-container:focus {
  background-color: #232323;
}
.thumb-container:hover > .thumb,
.thumb-container:focus > .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: opacity 0.2s ease-out, transform 0.5s ease-out;
  -o-transition: opacity 0.2s ease-out, transform 0.5s ease-out;
  transition: opacity 0.2s ease-out, transform 0.5s ease-out;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: normal;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #d5edae;
  border-color: #b6d97f;
  color: #43660c;
}
.alert-success hr {
  border-top-color: #abd36b;
}
.alert-success .alert-link {
  color: #253807;
}
.alert-info {
  background-color: #abecfa;
  border-color: #71dff7;
  color: #0e5a76;
}
.alert-info hr {
  border-top-color: #59daf6;
}
.alert-info .alert-link {
  color: #093748;
}
.alert-warning {
  background-color: #fce8b1;
  border-color: #f9d267;
  color: #6b3f0c;
}
.alert-warning hr {
  border-top-color: #f8cb4e;
}
.alert-warning .alert-link {
  color: #3d2407;
}
.alert-danger {
  background-color: #ffb0b0;
  border-color: #ff7d7d;
  color: #8d1412;
}
.alert-danger hr {
  border-top-color: #ff6363;
}
.alert-danger .alert-link {
  color: #600e0c;
}
.alert .alert-icon {
  float: left;
  line-height: inherit;
  margin-right: 10px;
}
.alert .alert-icon.fa-lg {
  line-height: 1.2em;
}
.alert .alert-body {
  overflow: hidden;
  overflow-wrap: break-word;
}
.alert .alert-link {
  text-decoration: underline;
}
.alert-dismissable,
.alert-dismissible {
  position: relative;
  padding-right: 45px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: 0;
  right: -30px;
  margin-top: -6px;
}
.alert.alert-block {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.alert.alert-block.alert-dismissible,
.alert.alert-block .alert-dismissible {
  padding-right: 30px;
}
.alert.alert-block.alert-dismissible .close,
.alert.alert-block .alert-dismissible .close {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
}
.alert .alert-link {
  text-decoration: underline;
}
.alert-info {
  background: #cceaff;
  border-color: #b3dfff;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #542e91;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #88ba38;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc7de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d82b26;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.media-left > i.fa:first-child:last-child,
.media-right > i.fa:first-child:last-child {
  line-height: inherit;
}
@media (min-width: 768px) {
  .media-xs,
  .media-xs > .media-body {
    overflow: auto;
  }
  .media-xs > .media-body {
    width: auto;
  }
  .media-xs > .media-left,
  .media-xs > .media-right,
  .media-xs > .media-body {
    display: block;
  }
  .media-xs > .media-left {
    padding-right: 0;
  }
  .media-xs > .media-right {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .media-sm,
  .media-sm > .media-body {
    overflow: auto;
  }
  .media-sm > .media-body {
    width: auto;
  }
  .media-sm > .media-left,
  .media-sm > .media-right,
  .media-sm > .media-body {
    display: block;
  }
  .media-sm > .media-left {
    padding-right: 0;
  }
  .media-sm > .media-right {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .media-md,
  .media-md > .media-body {
    overflow: auto;
  }
  .media-md > .media-body {
    width: auto;
  }
  .media-md > .media-left,
  .media-md > .media-right,
  .media-md > .media-body {
    display: block;
  }
  .media-md > .media-left {
    padding-right: 0;
  }
  .media-md > .media-right {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .media-lg,
  .media-lg > .media-body {
    overflow: auto;
  }
  .media-lg > .media-body {
    width: auto;
  }
  .media-lg > .media-left,
  .media-lg > .media-right,
  .media-lg > .media-body {
    display: block;
  }
  .media-lg > .media-left {
    padding-right: 0;
  }
  .media-lg > .media-right {
    padding-left: 0;
  }
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #542e91;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #542e91;
  background-color: rgba(0, 0, 0, 0.06);
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: rgba(0, 0, 0, 0.06);
  color: #757575;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #757575;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #232323;
  background-color: #dbcef0;
  border-color: rgba(0, 0, 0, 0.1);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #232323;
}
.list-group-item-success {
  color: #7aa632;
  background-color: #d5edae;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #7aa632;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #7aa632;
  background-color: #cae899;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #7aa632;
  border-color: #7aa632;
}
.list-group-item-info {
  color: #46c0da;
  background-color: #abecfa;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #46c0da;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #46c0da;
  background-color: #93e7f9;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #46c0da;
  border-color: #46c0da;
}
.list-group-item-warning {
  color: #eea236;
  background-color: #fce8b1;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #eea236;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #eea236;
  background-color: #fbe198;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #eea236;
  border-color: #eea236;
}
.list-group-item-danger {
  color: #c22722;
  background-color: #ffb0b0;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #c22722;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #c22722;
  background-color: #ff9797;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #c22722;
  border-color: #c22722;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.list-group-item.list-group-item-with-icon {
  padding-left: 2em;
}
.list-group-item.list-group-item-with-icon a {
  margin-left: -1em;
}
.list-group-item {
  padding: 10px 20px;
}
.list-group-item,
.list-group-item a,
.list-group-item a:hover,
.list-group-item a:focus {
  text-decoration: none;
}
.list-group-item:before {
  content: none;
  position: absolute;
  display: block;
  top: -1px;
  right: 1px;
  bottom: -1px;
  left: -1px;
  border-style: solid;
  border-width: 1px;
  width: 2em;
}
.list-group-item:first-of-type:before {
  border-top-left-radius: 3px;
}
.list-group-item:last-of-type:before {
  border-bottom-left-radius: 3px;
}
.list-group-item.active {
  background-color: #dbcef0;
}
.list-group-lg .list-group-item,
.list-group-item-lg {
  padding: 1em;
}
@media (min-width: 768px) {
  .list-group-lg .list-group-item,
  .list-group-item-lg {
    padding: 1.5em;
  }
}
.list-group-item-success {
  color: #7aa632;
  background-color: inherit;
  padding-left: 2.5em;
}
.list-group-item-success:before {
  content: '';
  background-color: #d5edae;
  border-color: #b6d97f;
}
.list-group-lg .list-group-item-success,
.list-group-item-lg.list-group-item-success {
  padding-left: 3em;
}
@media (min-width: 768px) {
  .list-group-lg .list-group-item-success,
  .list-group-item-lg.list-group-item-success {
    padding-left: 3.5em;
  }
}
.list-group-item-info {
  color: #46c0da;
  background-color: inherit;
  padding-left: 2.5em;
}
.list-group-item-info:before {
  content: '';
  background-color: #abecfa;
  border-color: #71dff7;
}
.list-group-lg .list-group-item-info,
.list-group-item-lg.list-group-item-info {
  padding-left: 3em;
}
@media (min-width: 768px) {
  .list-group-lg .list-group-item-info,
  .list-group-item-lg.list-group-item-info {
    padding-left: 3.5em;
  }
}
.list-group-item-warning {
  color: #eea236;
  background-color: inherit;
  padding-left: 2.5em;
}
.list-group-item-warning:before {
  content: '';
  background-color: #fce8b1;
  border-color: #f9d267;
}
.list-group-lg .list-group-item-warning,
.list-group-item-lg.list-group-item-warning {
  padding-left: 3em;
}
@media (min-width: 768px) {
  .list-group-lg .list-group-item-warning,
  .list-group-item-lg.list-group-item-warning {
    padding-left: 3.5em;
  }
}
.list-group-item-danger {
  color: #c22722;
  background-color: inherit;
  padding-left: 2.5em;
}
.list-group-item-danger:before {
  content: '';
  background-color: #ffb0b0;
  border-color: #ff7d7d;
}
.list-group-lg .list-group-item-danger,
.list-group-item-lg.list-group-item-danger {
  padding-left: 3em;
}
@media (min-width: 768px) {
  .list-group-lg .list-group-item-danger,
  .list-group-item-lg.list-group-item-danger {
    padding-left: 3.5em;
  }
}
.list-group-item-icon {
  font-size: 1em;
  margin: -0.5em 0.75em 0 0;
  display: inline-block;
  top: 50%;
}
.list-group-item-success .list-group-item-icon,
.list-group-item-info .list-group-item-icon,
.list-group-item-warning .list-group-item-icon,
.list-group-item-danger .list-group-item-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -0.5em 0 0 0.5em;
}
.list-group-item.disabled:before,
.list-group-item.disabled .list-group-item-icon:before {
  display: none;
}
.panel {
  margin-bottom: 24px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 20px;
}
.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 20px;
  padding-right: 20px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #232323;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-default > .panel-heading {
  color: inherit;
}
.panel-default > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.panel-default > .panel-body:first-child {
  border-top-color: transparent;
}
.panel-primary {
  border-color: #542e91;
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #232323;
  background-color: transparent;
  border-color: #542e91;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #542e91;
}
.panel-primary > .panel-heading .badge {
  color: transparent;
  background-color: #232323;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #542e91;
}
.panel-primary > .panel-heading {
  color: inherit;
}
.panel-primary > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.panel-primary > .panel-body:first-child {
  border-top-color: #542e91;
}
.panel-success {
  border-color: #88ba38;
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #232323;
  background-color: transparent;
  border-color: #88ba38;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #88ba38;
}
.panel-success > .panel-heading .badge {
  color: transparent;
  background-color: #232323;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #88ba38;
}
.panel-success > .panel-heading {
  color: inherit;
}
.panel-success > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.panel-success > .panel-body:first-child {
  border-top-color: #88ba38;
}
.panel-info {
  border-color: #5bc7de;
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #232323;
  background-color: transparent;
  border-color: #5bc7de;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5bc7de;
}
.panel-info > .panel-heading .badge {
  color: transparent;
  background-color: #232323;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5bc7de;
}
.panel-info > .panel-heading {
  color: inherit;
}
.panel-info > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.panel-info > .panel-body:first-child {
  border-top-color: #5bc7de;
}
.panel-warning {
  border-color: #f0ad4e;
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #232323;
  background-color: transparent;
  border-color: #f0ad4e;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f0ad4e;
}
.panel-warning > .panel-heading .badge {
  color: transparent;
  background-color: #232323;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f0ad4e;
}
.panel-warning > .panel-heading {
  color: inherit;
}
.panel-warning > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.panel-warning > .panel-body:first-child {
  border-top-color: #f0ad4e;
}
.panel-danger {
  border-color: #d82b26;
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #232323;
  background-color: transparent;
  border-color: #d82b26;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d82b26;
}
.panel-danger > .panel-heading .badge {
  color: transparent;
  background-color: #232323;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d82b26;
}
.panel-danger > .panel-heading {
  color: inherit;
}
.panel-danger > .panel-body {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.panel-danger > .panel-body:first-child {
  border-top-color: #d82b26;
}
.panel {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel:not(.panel-default) {
  border-top: 0;
}
.panel h1:first-child,
.panel h2:first-child,
.panel h1:first-of-type,
.panel h2:first-of-type {
  margin-top: 0;
}
.panel p:last-child {
  margin-bottom: 0;
}
.panel-heading {
  border-bottom: 0;
  border-top: 4px solid;
}
.panel-body {
  border-bottom: 0;
  border-top: 1px solid;
}
.panel-body:first-child {
  border-top-width: 4px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-footer {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.panel-default .panel-heading {
  border-top: 0;
}
.panel-default .panel-body:first-child {
  border-top: 0;
}
.panel-title {
  font-size: 19px;
}
.panel > img:first-child {
  border-radius: 2px 2px 0 0;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 1px;
}
.list-group + .panel-body,
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel-group {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-group .panel {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-group .panel + .panel {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 7px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.well {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}
* + .well {
  margin-top: 20px;
}
.well-lg {
  padding: 30px;
}
.well-sm {
  padding: 10px;
}
.close {
  float: right;
  font-size: 22.5px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.close {
  font-size: 30px;
  width: 1em;
  opacity: 0.3;
  filter: alpha(opacity=30);
  text-align: center;
}
.close > span {
  vertical-align: 17%;
}
button.close {
  overflow: hidden;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.modal-header .close {
  margin-top: -6px;
}
@media (min-width: 1200px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
.modal-header {
  background-color: #ffffff;
  background-position: top center;
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/bg/bg-ephemera-white-grey-10.png');
  background-size: 600px;
}
.modal-nav.nav-tabs {
  border-bottom: none;
}
.modal-nav.nav-tabs.nav-justified {
  margin-bottom: -1px;
}
.modal-nav.nav-tabs.nav-justified > li:not(:first-child) > a {
  margin-left: -1px;
}
.modal-nav.nav-tabs > li {
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-nav.nav-tabs > li > a {
  z-index: 1;
  background-clip: padding-box;
}
.modal-nav.nav-tabs > li > a,
.modal-nav.nav-tabs > li.active > a,
.modal-nav.nav-tabs > li > a:hover,
.modal-nav.nav-tabs > li.active > a:hover,
.modal-nav.nav-tabs > li > a:focus,
.modal-nav.nav-tabs > li.active > a:focus {
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
}
.modal-nav.nav-tabs > li.active > a,
.modal-nav.nav-tabs > li.active > a:hover,
.modal-nav.nav-tabs > li.active > a:focus {
  border-bottom-color: #ffffff;
}
@media (min-width: 768px) {
  .modal-nav.nav-tabs > li {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal-nav.nav-tabs + .modal-content {
  border-top-left-radius: 0;
}
.modal-nav.nav-tabs.nav-justified + .modal-content {
  border-top-right-radius: 0;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 300px;
  padding: 1px;
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border: 1px solid transparent;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 6px 6px 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: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.popover {
  font-size: 13px;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
  color: #232323;
}
.popover-title {
  padding: 20px;
  font-size: 19px;
  border-radius: 6px 6px 0 0;
  color: #232323;
}
.popover-content {
  padding: 20px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.pos-sticky {
  position: sticky;
}
.fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (max-width: 767px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0 {
    margin-left: 0 !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto {
    margin-left: auto !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0 {
    padding-left: 0 !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.collapse-non-xs,
.collapse-non-sm,
.collapse-non-md,
.collapse-non-lg {
  display: none;
}
.collapse-non-xs.collapsing,
.collapse-non-sm.collapsing,
.collapse-non-md.collapsing,
.collapse-non-lg.collapsing {
  display: block;
}
@media (max-width: 767px) {
  .collapse-non-xs {
    display: block;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .collapse-non-sm {
    display: block;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .collapse-non-md {
    display: block;
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .collapse-non-lg {
    display: block;
    height: auto !important;
  }
}
.block-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-md {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-lg {
  padding-top: 60px;
  padding-bottom: 60px;
}
.block-xs .page-header:first-child,
.block-sm .page-header:first-child,
.block-md .page-header:first-child,
.block-lg .page-header:first-child {
  margin-top: 0;
}
.product-rating-max {
  background: #4a7800;
}
.product-rating-higher {
  background: #4a7800;
}
.product-rating-high {
  background: #749f30;
}
.product-rating-medium {
  background: #afbc53;
}
.product-rating-low {
  background: #f0ad4e;
}
.product-rating-lower {
  background: #d82b26;
}
.product-rating-none {
  background: rgba(117, 117, 117, 0.6);
}
.bg-primary {
  color: #e7e2f0;
  color: rgba(255, 255, 255, 0.86);
  background-color: #542e91;
}
.bg-primary a.btn-link,
.bg-primary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #75d5ff;
}
.bg-primary a.btn-link:hover,
.bg-primary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.bg-primary a.btn-link:focus,
.bg-primary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #c2ecff;
  outline-color: #c2ecff;
  outline-color: #75d5ff;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5,
.bg-primary .h6 {
  color: inherit;
}
.bg-primary .text-muted {
  color: #b09fcc;
  color: rgba(255, 255, 255, 0.54);
}
.bg-primary .text-faded {
  color: #bbabd3;
  color: rgba(255, 255, 255, 0.6);
}
.bg-primary .hr:before,
.bg-primary .hr:after,
.bg-primary .page-header,
.bg-primary hr {
  border-color: #7658a7;
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-primary hr {
  color: #7658a7;
  color: rgba(255, 255, 255, 0.2);
}
.bg-primary .list-group {
  color: #232323;
}
.bg-primary .bg-brand,
.bg-primary .bg-default {
  color: #232323;
}
.bg-primary .bg-brand a.btn-link,
.bg-primary .bg-default a.btn-link,
.bg-primary .bg-brand a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]),
.bg-primary .bg-default a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #0099db;
}
.bg-primary .bg-brand a.btn-link:hover,
.bg-primary .bg-default a.btn-link:hover,
.bg-primary .bg-brand a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.bg-primary .bg-default a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.bg-primary .bg-brand a.btn-link:focus,
.bg-primary .bg-default a.btn-link:focus,
.bg-primary .bg-brand a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus,
.bg-primary .bg-default a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #00648f;
  outline-color: #00648f;
  outline-color: #0099db;
}
.bg-primary .bg-brand h1,
.bg-primary .bg-default h1,
.bg-primary .bg-brand h2,
.bg-primary .bg-default h2,
.bg-primary .bg-brand h3,
.bg-primary .bg-default h3,
.bg-primary .bg-brand h4,
.bg-primary .bg-default h4,
.bg-primary .bg-brand h5,
.bg-primary .bg-default h5,
.bg-primary .bg-brand h6,
.bg-primary .bg-default h6,
.bg-primary .bg-brand .h1,
.bg-primary .bg-default .h1,
.bg-primary .bg-brand .h2,
.bg-primary .bg-default .h2,
.bg-primary .bg-brand .h3,
.bg-primary .bg-default .h3,
.bg-primary .bg-brand .h4,
.bg-primary .bg-default .h4,
.bg-primary .bg-brand .h5,
.bg-primary .bg-default .h5,
.bg-primary .bg-brand .h6,
.bg-primary .bg-default .h6 {
  color: inherit;
}
.bg-primary .bg-brand .text-muted,
.bg-primary .bg-default .text-muted {
  color: #757575;
}
.bg-primary .bg-brand .text-faded,
.bg-primary .bg-default .text-faded {
  color: #acacac;
  color: rgba(117, 117, 117, 0.6);
}
.bg-primary .bg-brand .hr:before,
.bg-primary .bg-default .hr:before,
.bg-primary .bg-brand .hr:after,
.bg-primary .bg-default .hr:after,
.bg-primary .bg-brand .page-header,
.bg-primary .bg-default .page-header,
.bg-primary .bg-brand hr,
.bg-primary .bg-default hr {
  border-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
}
.bg-primary .bg-brand hr,
.bg-primary .bg-default hr {
  color: #e6e6e6;
  color: rgba(0, 0, 0, 0.1);
}
.bg-primary .bg-brand .list-group,
.bg-primary .bg-default .list-group {
  color: #232323;
}
.bg-primary .bg-muted,
.bg-normal .bg-primary .bg-muted,
.bg-default .bg-primary .bg-muted {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-primary .bg-muted.bg-default,
.bg-primary .bg-muted.bg-normal {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-primary .bg-default.bg-muted,
.bg-primary .bg-default .bg-muted {
  background-color: rgba(0, 0, 0, 0.06);
}
.bg-primary .bg-brand .bg-muted {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-primary a.btn-link,
.bg-primary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #75d5ff;
}
.bg-primary a.btn-link:hover,
.bg-primary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.bg-primary a.btn-link:focus,
.bg-primary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #c2ecff;
  outline-color: #c2ecff;
  outline-color: #75d5ff;
}
.bg-secondary {
  background-color: #e6e6e6;
}
.bg-normal {
  color: #232323;
}
.bg-normal a.btn-link,
.bg-normal a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #0099db;
}
.bg-normal a.btn-link:hover,
.bg-normal a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.bg-normal a.btn-link:focus,
.bg-normal a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #00648f;
  outline-color: #00648f;
  outline-color: #0099db;
}
.bg-normal h1,
.bg-normal h2,
.bg-normal h3,
.bg-normal h4,
.bg-normal h5,
.bg-normal h6,
.bg-normal .h1,
.bg-normal .h2,
.bg-normal .h3,
.bg-normal .h4,
.bg-normal .h5,
.bg-normal .h6 {
  color: inherit;
}
.bg-normal .text-muted {
  color: #757575;
}
.bg-normal .text-faded {
  color: #acacac;
  color: rgba(117, 117, 117, 0.6);
}
.bg-normal .hr:before,
.bg-normal .hr:after,
.bg-normal .page-header,
.bg-normal hr {
  border-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
}
.bg-normal hr {
  color: #e6e6e6;
  color: rgba(0, 0, 0, 0.1);
}
.bg-normal .list-group {
  color: #232323;
}
.bg-default {
  background-color: #ffffff;
}
.bg-tertiary {
  color: #e7e2f0;
  color: rgba(255, 255, 255, 0.86);
  background-color: #232323;
}
.bg-tertiary a.btn-link,
.bg-tertiary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #75d5ff;
}
.bg-tertiary a.btn-link:hover,
.bg-tertiary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.bg-tertiary a.btn-link:focus,
.bg-tertiary a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #c2ecff;
  outline-color: #c2ecff;
  outline-color: #75d5ff;
}
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6,
.bg-tertiary .h1,
.bg-tertiary .h2,
.bg-tertiary .h3,
.bg-tertiary .h4,
.bg-tertiary .h5,
.bg-tertiary .h6 {
  color: inherit;
}
.bg-tertiary .text-muted {
  color: #b09fcc;
  color: rgba(255, 255, 255, 0.54);
}
.bg-tertiary .text-faded {
  color: #bbabd3;
  color: rgba(255, 255, 255, 0.6);
}
.bg-tertiary .hr:before,
.bg-tertiary .hr:after,
.bg-tertiary .page-header,
.bg-tertiary hr {
  border-color: #7658a7;
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-tertiary hr {
  color: #7658a7;
  color: rgba(255, 255, 255, 0.2);
}
.bg-tertiary .list-group {
  color: #232323;
}
.bg-tertiary .bg-brand,
.bg-tertiary .bg-default {
  color: #232323;
}
.bg-tertiary .bg-brand a.btn-link,
.bg-tertiary .bg-default a.btn-link,
.bg-tertiary .bg-brand a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]),
.bg-tertiary .bg-default a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #0099db;
}
.bg-tertiary .bg-brand a.btn-link:hover,
.bg-tertiary .bg-default a.btn-link:hover,
.bg-tertiary .bg-brand a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.bg-tertiary .bg-default a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.bg-tertiary .bg-brand a.btn-link:focus,
.bg-tertiary .bg-default a.btn-link:focus,
.bg-tertiary .bg-brand a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus,
.bg-tertiary .bg-default a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #00648f;
  outline-color: #00648f;
  outline-color: #0099db;
}
.bg-tertiary .bg-brand h1,
.bg-tertiary .bg-default h1,
.bg-tertiary .bg-brand h2,
.bg-tertiary .bg-default h2,
.bg-tertiary .bg-brand h3,
.bg-tertiary .bg-default h3,
.bg-tertiary .bg-brand h4,
.bg-tertiary .bg-default h4,
.bg-tertiary .bg-brand h5,
.bg-tertiary .bg-default h5,
.bg-tertiary .bg-brand h6,
.bg-tertiary .bg-default h6,
.bg-tertiary .bg-brand .h1,
.bg-tertiary .bg-default .h1,
.bg-tertiary .bg-brand .h2,
.bg-tertiary .bg-default .h2,
.bg-tertiary .bg-brand .h3,
.bg-tertiary .bg-default .h3,
.bg-tertiary .bg-brand .h4,
.bg-tertiary .bg-default .h4,
.bg-tertiary .bg-brand .h5,
.bg-tertiary .bg-default .h5,
.bg-tertiary .bg-brand .h6,
.bg-tertiary .bg-default .h6 {
  color: inherit;
}
.bg-tertiary .bg-brand .text-muted,
.bg-tertiary .bg-default .text-muted {
  color: #757575;
}
.bg-tertiary .bg-brand .text-faded,
.bg-tertiary .bg-default .text-faded {
  color: #acacac;
  color: rgba(117, 117, 117, 0.6);
}
.bg-tertiary .bg-brand .hr:before,
.bg-tertiary .bg-default .hr:before,
.bg-tertiary .bg-brand .hr:after,
.bg-tertiary .bg-default .hr:after,
.bg-tertiary .bg-brand .page-header,
.bg-tertiary .bg-default .page-header,
.bg-tertiary .bg-brand hr,
.bg-tertiary .bg-default hr {
  border-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
}
.bg-tertiary .bg-brand hr,
.bg-tertiary .bg-default hr {
  color: #e6e6e6;
  color: rgba(0, 0, 0, 0.1);
}
.bg-tertiary .bg-brand .list-group,
.bg-tertiary .bg-default .list-group {
  color: #232323;
}
.bg-tertiary .bg-muted,
.bg-normal .bg-tertiary .bg-muted,
.bg-default .bg-tertiary .bg-muted {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-tertiary .bg-muted.bg-default,
.bg-tertiary .bg-muted.bg-normal {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-tertiary .bg-default.bg-muted,
.bg-tertiary .bg-default .bg-muted {
  background-color: rgba(0, 0, 0, 0.06);
}
.bg-tertiary .bg-brand .bg-muted {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-brand {
  background-color: #ffffff;
  background-position: top center;
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/bg/bg-ephemera-white-grey-10.png');
  background-size: 600px;
}
.bg-muted,
.bg-muted.bg-default,
.bg-default .bg-muted,
.bg-normal .bg-muted {
  background-color: rgba(0, 0, 0, 0.06);
}
.bg-brand .bg-muted,
.bg-muted.bg-normal {
  background-color: rgba(0, 0, 0, 0.1);
}
.list-justified {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
}
.list-justified > * {
  display: table-cell;
  width: 1%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.list-divided {
  padding-left: 0;
  list-style: none;
}
.list-divided > li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.list-divided.list-inline > li + li,
.list-divided.list-justified > li + li {
  border-top-width: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.progress-tracker {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0;
}
.progress-tracker > li {
  display: inline-block;
  color: inherit;
  font-size: 15px;
}
.progress-tracker > li > a {
  display: block;
}
.progress-tracker > li > a:after,
.progress-tracker > li > div:after,
.progress-tracker > li + li > a:before,
.progress-tracker > li + li > div:before {
  content: "";
}
.progress-tracker > li > a,
.progress-tracker > li > div {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
}
.progress-tracker > li > a:after,
.progress-tracker > li > div:after,
.progress-tracker > li > a:before,
.progress-tracker > li > div:before {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  padding: 0;
}
.progress-tracker > li > a:before,
.progress-tracker > li > div:before {
  left: -22px;
  border-left: 22px solid transparent;
  border-top: 22px solid rgba(0, 0, 0, 0.05);
  border-bottom: 22px solid rgba(0, 0, 0, 0.05);
}
.progress-tracker > li > a:after,
.progress-tracker > li > div:after {
  right: -22px;
  border-left: 22px solid rgba(0, 0, 0, 0.05);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
.progress-tracker > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.progress-tracker > li > a:hover:before {
  border-top-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.progress-tracker > li > a:hover:after {
  border-left-color: rgba(0, 0, 0, 0.05);
}
.progress-tracker > li:last-child {
  margin-right: 22px;
}
.progress-tracker > li + li {
  margin-left: 22px;
}
.progress-tracker > .active {
  color: #fff;
}
.progress-tracker > .active > div {
  background-color: #542e91;
}
.progress-tracker > .active > div:before {
  border-top-color: #542e91;
  border-bottom-color: #542e91;
}
.progress-tracker > .active > div:after {
  border-left-color: #542e91;
}
.progress-tracker-justified {
  display: block;
  width: 100%;
}
.panel > .progress-tracker-justified,
.panel > nav > .progress-tracker-justified {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.progress-tracker-justified > li {
  display: table-cell;
  width: 1%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.progress-tracker-justified > li > a,
.progress-tracker-justified > li > div {
  border-right: 22px solid transparent;
  background-clip: padding-box;
}
.progress-tracker-justified > li > a:after,
.progress-tracker-justified > li > div:after {
  right: -21px;
}
.progress-tracker-justified > li > a:hover {
  background-clip: padding-box;
}
.progress-tracker-justified > li:last-child > a,
.progress-tracker-justified > li:last-child > div {
  border-right: 0;
}
.progress-tracker-justified > li:last-child > a:after,
.progress-tracker-justified > li:last-child > div:after {
  content: none;
}
.owl-carousel {
  position: relative;
  z-index: 0;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav {
  color: #ffffff;
  font-size: 1em;
  margin-top: -45px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  background: #542e91;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-nav .owl-prev {
  left: 5%;
  color: #ffffff;
  background-color: #542e91;
  border-color: #542e91;
}
.owl-nav .owl-prev:focus,
.owl-nav .owl-prev.focus {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #1c0f30;
}
.owl-nav .owl-prev:hover {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.owl-nav .owl-prev:active,
.owl-nav .owl-prev.active,
.open > .dropdown-toggle.owl-nav .owl-prev {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.owl-nav .owl-prev:active:hover,
.owl-nav .owl-prev.active:hover,
.open > .dropdown-toggle.owl-nav .owl-prev:hover,
.owl-nav .owl-prev:active:focus,
.owl-nav .owl-prev.active:focus,
.open > .dropdown-toggle.owl-nav .owl-prev:focus,
.owl-nav .owl-prev:active.focus,
.owl-nav .owl-prev.active.focus,
.open > .dropdown-toggle.owl-nav .owl-prev.focus {
  color: #ffffff;
  background-color: #2e194f;
  border-color: #1c0f30;
}
.owl-nav .owl-prev:active,
.owl-nav .owl-prev.active,
.open > .dropdown-toggle.owl-nav .owl-prev {
  background-image: none;
}
.owl-nav .owl-prev.disabled:hover,
.owl-nav .owl-prev[disabled]:hover,
fieldset[disabled] .owl-nav .owl-prev:hover,
.owl-nav .owl-prev.disabled:focus,
.owl-nav .owl-prev[disabled]:focus,
fieldset[disabled] .owl-nav .owl-prev:focus,
.owl-nav .owl-prev.disabled.focus,
.owl-nav .owl-prev[disabled].focus,
fieldset[disabled] .owl-nav .owl-prev.focus {
  background-color: #542e91;
  border-color: #542e91;
}
.owl-nav .owl-prev .badge {
  color: #542e91;
  background-color: #ffffff;
}
.owl-nav .owl-next {
  right: 5%;
  color: #ffffff;
  background-color: #542e91;
  border-color: #542e91;
}
.owl-nav .owl-next:focus,
.owl-nav .owl-next.focus {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #1c0f30;
}
.owl-nav .owl-next:hover {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.owl-nav .owl-next:active,
.owl-nav .owl-next.active,
.open > .dropdown-toggle.owl-nav .owl-next {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.owl-nav .owl-next:active:hover,
.owl-nav .owl-next.active:hover,
.open > .dropdown-toggle.owl-nav .owl-next:hover,
.owl-nav .owl-next:active:focus,
.owl-nav .owl-next.active:focus,
.open > .dropdown-toggle.owl-nav .owl-next:focus,
.owl-nav .owl-next:active.focus,
.owl-nav .owl-next.active.focus,
.open > .dropdown-toggle.owl-nav .owl-next.focus {
  color: #ffffff;
  background-color: #2e194f;
  border-color: #1c0f30;
}
.owl-nav .owl-next:active,
.owl-nav .owl-next.active,
.open > .dropdown-toggle.owl-nav .owl-next {
  background-image: none;
}
.owl-nav .owl-next.disabled:hover,
.owl-nav .owl-next[disabled]:hover,
fieldset[disabled] .owl-nav .owl-next:hover,
.owl-nav .owl-next.disabled:focus,
.owl-nav .owl-next[disabled]:focus,
fieldset[disabled] .owl-nav .owl-next:focus,
.owl-nav .owl-next.disabled.focus,
.owl-nav .owl-next[disabled].focus,
fieldset[disabled] .owl-nav .owl-next.focus {
  background-color: #542e91;
  border-color: #542e91;
}
.owl-nav .owl-next .badge {
  color: #542e91;
  background-color: #ffffff;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  padding-top: 20px;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-dots .owl-dot span {
  width: 1em;
  height: 1em;
  margin: 5px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  border-radius: 50%;
  border: solid 1px #e6e6e6;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #f0f0f0;
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-animated-in {
  z-index: 0;
}
.owl-animated-out {
  z-index: 1;
}
.owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-refresh .owl-item {
  display: none;
}
.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-item img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Lazy Load
 */
.owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Show nav controls on hover
 */
.owl-nav-hover .owl-nav {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s 0s, opacity 0.2s ease;
}
.owl-nav-hover:hover .owl-nav {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.2s ease;
}
.owl-nav-hide .owl-nav {
  visibility: hidden;
}
/* Colors */
/* -- Atoms -- */
/* -- Buttons -- */
.component-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #542e91;
  background-color: #ffffff;
  border-color: #542e91;
}
.component-button:focus,
.component-button:active:focus,
.component-button.active:focus,
.component-button.focus,
.component-button:active.focus,
.component-button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.component-button:hover,
.component-button:focus,
.component-button.focus {
  color: #542e91;
  text-decoration: none;
}
.component-button:active,
.component-button.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);
}
.component-button.disabled,
.component-button[disabled],
fieldset[disabled] .component-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.component-button.disabled,
fieldset[disabled] a.component-button {
  pointer-events: none;
}
.component-button.active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.component-button.active:after {
  content: '\2714';
  margin-left: 5px;
  color: #7aa632;
}
.component-button.btn-success:after,
.component-button.btn-warning:after,
.component-button.btn-danger:after,
.component-button.btn-info:after {
  color: inherit;
}
.component-button:focus,
.component-button.focus {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #1c0f30;
}
.component-button:hover {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #391f63;
}
.component-button:active,
.component-button.active,
.open > .dropdown-toggle.component-button {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #391f63;
}
.component-button:active:hover,
.component-button.active:hover,
.open > .dropdown-toggle.component-button:hover,
.component-button:active:focus,
.component-button.active:focus,
.open > .dropdown-toggle.component-button:focus,
.component-button:active.focus,
.component-button.active.focus,
.open > .dropdown-toggle.component-button.focus {
  color: #542e91;
  background-color: #d4d4d4;
  border-color: #1c0f30;
}
.component-button:active,
.component-button.active,
.open > .dropdown-toggle.component-button {
  background-image: none;
}
.component-button.disabled:hover,
.component-button[disabled]:hover,
fieldset[disabled] .component-button:hover,
.component-button.disabled:focus,
.component-button[disabled]:focus,
fieldset[disabled] .component-button:focus,
.component-button.disabled.focus,
.component-button[disabled].focus,
fieldset[disabled] .component-button.focus {
  background-color: #ffffff;
  border-color: #542e91;
}
.component-button .badge {
  color: #ffffff;
  background-color: #542e91;
}
.component-button.active,
.component-button.active:hover,
.component-button.active:focus {
  color: #232323;
}
.component-button.disabled,
.component-button[disabled],
fieldset[disabled] .component-button {
  color: #e6e6e6;
}
.component-button.success {
  color: #fff;
  background-color: #88ba38;
  border-color: #7aa632;
}
.component-button.success:focus,
.component-button.success.focus {
  color: #fff;
  background-color: #6b932c;
  border-color: #324415;
}
.component-button.success:hover {
  color: #fff;
  background-color: #6b932c;
  border-color: #577724;
}
.component-button.success:active,
.component-button.success.active,
.open > .dropdown-toggle.component-button.success {
  color: #fff;
  background-color: #6b932c;
  border-color: #577724;
}
.component-button.success:active:hover,
.component-button.success.active:hover,
.open > .dropdown-toggle.component-button.success:hover,
.component-button.success:active:focus,
.component-button.success.active:focus,
.open > .dropdown-toggle.component-button.success:focus,
.component-button.success:active.focus,
.component-button.success.active.focus,
.open > .dropdown-toggle.component-button.success.focus {
  color: #fff;
  background-color: #577724;
  border-color: #324415;
}
.component-button.success:active,
.component-button.success.active,
.open > .dropdown-toggle.component-button.success {
  background-image: none;
}
.component-button.success.disabled:hover,
.component-button.success[disabled]:hover,
fieldset[disabled] .component-button.success:hover,
.component-button.success.disabled:focus,
.component-button.success[disabled]:focus,
fieldset[disabled] .component-button.success:focus,
.component-button.success.disabled.focus,
.component-button.success[disabled].focus,
fieldset[disabled] .component-button.success.focus {
  background-color: #88ba38;
  border-color: #7aa632;
}
.component-button.success .badge {
  color: #88ba38;
  background-color: #fff;
}
.component-button.primary {
  color: #ffffff;
  background-color: #542e91;
  border-color: #542e91;
}
.component-button.primary:focus,
.component-button.primary.focus {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #1c0f30;
}
.component-button.primary:hover {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.component-button.primary:active,
.component-button.primary.active,
.open > .dropdown-toggle.component-button.primary {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.component-button.primary:active:hover,
.component-button.primary.active:hover,
.open > .dropdown-toggle.component-button.primary:hover,
.component-button.primary:active:focus,
.component-button.primary.active:focus,
.open > .dropdown-toggle.component-button.primary:focus,
.component-button.primary:active.focus,
.component-button.primary.active.focus,
.open > .dropdown-toggle.component-button.primary.focus {
  color: #ffffff;
  background-color: #2e194f;
  border-color: #1c0f30;
}
.component-button.primary:active,
.component-button.primary.active,
.open > .dropdown-toggle.component-button.primary {
  background-image: none;
}
.component-button.primary.disabled:hover,
.component-button.primary[disabled]:hover,
fieldset[disabled] .component-button.primary:hover,
.component-button.primary.disabled:focus,
.component-button.primary[disabled]:focus,
fieldset[disabled] .component-button.primary:focus,
.component-button.primary.disabled.focus,
.component-button.primary[disabled].focus,
fieldset[disabled] .component-button.primary.focus {
  background-color: #542e91;
  border-color: #542e91;
}
.component-button.primary .badge {
  color: #542e91;
  background-color: #ffffff;
}
.component-button.secondary {
  color: #232323;
  background-color: #fedc08;
  border-color: #fedc08;
}
.component-button.secondary:focus,
.component-button.secondary.focus {
  color: #232323;
  background-color: #d2b501;
  border-color: #867401;
}
.component-button.secondary:hover {
  color: #232323;
  background-color: #d2b501;
  border-color: #c8ac01;
}
.component-button.secondary:active,
.component-button.secondary.active,
.open > .dropdown-toggle.component-button.secondary {
  color: #232323;
  background-color: #d2b501;
  border-color: #c8ac01;
}
.component-button.secondary:active:hover,
.component-button.secondary.active:hover,
.open > .dropdown-toggle.component-button.secondary:hover,
.component-button.secondary:active:focus,
.component-button.secondary.active:focus,
.open > .dropdown-toggle.component-button.secondary:focus,
.component-button.secondary:active.focus,
.component-button.secondary.active.focus,
.open > .dropdown-toggle.component-button.secondary.focus {
  color: #232323;
  background-color: #af9701;
  border-color: #867401;
}
.component-button.secondary:active,
.component-button.secondary.active,
.open > .dropdown-toggle.component-button.secondary {
  background-image: none;
}
.component-button.secondary.disabled:hover,
.component-button.secondary[disabled]:hover,
fieldset[disabled] .component-button.secondary:hover,
.component-button.secondary.disabled:focus,
.component-button.secondary[disabled]:focus,
fieldset[disabled] .component-button.secondary:focus,
.component-button.secondary.disabled.focus,
.component-button.secondary[disabled].focus,
fieldset[disabled] .component-button.secondary.focus {
  background-color: #fedc08;
  border-color: #fedc08;
}
.component-button.secondary .badge {
  color: #fedc08;
  background-color: #232323;
}
.component-button.info {
  color: #fff;
  background-color: #5bc7de;
  border-color: #46c0da;
}
.component-button.info:focus,
.component-button.info.focus {
  color: #fff;
  background-color: #31b9d5;
  border-color: #1b7385;
}
.component-button.info:hover {
  color: #fff;
  background-color: #31b9d5;
  border-color: #26a2bc;
}
.component-button.info:active,
.component-button.info.active,
.open > .dropdown-toggle.component-button.info {
  color: #fff;
  background-color: #31b9d5;
  border-color: #26a2bc;
}
.component-button.info:active:hover,
.component-button.info.active:hover,
.open > .dropdown-toggle.component-button.info:hover,
.component-button.info:active:focus,
.component-button.info.active:focus,
.open > .dropdown-toggle.component-button.info:focus,
.component-button.info:active.focus,
.component-button.info.active.focus,
.open > .dropdown-toggle.component-button.info.focus {
  color: #fff;
  background-color: #26a2bc;
  border-color: #1b7385;
}
.component-button.info:active,
.component-button.info.active,
.open > .dropdown-toggle.component-button.info {
  background-image: none;
}
.component-button.info.disabled:hover,
.component-button.info[disabled]:hover,
fieldset[disabled] .component-button.info:hover,
.component-button.info.disabled:focus,
.component-button.info[disabled]:focus,
fieldset[disabled] .component-button.info:focus,
.component-button.info.disabled.focus,
.component-button.info[disabled].focus,
fieldset[disabled] .component-button.info.focus {
  background-color: #5bc7de;
  border-color: #46c0da;
}
.component-button.info .badge {
  color: #5bc7de;
  background-color: #fff;
}
.component-button.warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.component-button.warning:focus,
.component-button.warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.component-button.warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.component-button.warning:active,
.component-button.warning.active,
.open > .dropdown-toggle.component-button.warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.component-button.warning:active:hover,
.component-button.warning.active:hover,
.open > .dropdown-toggle.component-button.warning:hover,
.component-button.warning:active:focus,
.component-button.warning.active:focus,
.open > .dropdown-toggle.component-button.warning:focus,
.component-button.warning:active.focus,
.component-button.warning.active.focus,
.open > .dropdown-toggle.component-button.warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.component-button.warning:active,
.component-button.warning.active,
.open > .dropdown-toggle.component-button.warning {
  background-image: none;
}
.component-button.warning.disabled:hover,
.component-button.warning[disabled]:hover,
fieldset[disabled] .component-button.warning:hover,
.component-button.warning.disabled:focus,
.component-button.warning[disabled]:focus,
fieldset[disabled] .component-button.warning:focus,
.component-button.warning.disabled.focus,
.component-button.warning[disabled].focus,
fieldset[disabled] .component-button.warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.component-button.warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.component-button.danger {
  color: #fff;
  background-color: #d82b26;
  border-color: #c22722;
}
.component-button.danger:focus,
.component-button.danger.focus {
  color: #fff;
  background-color: #ad221e;
  border-color: #56110f;
}
.component-button.danger:hover {
  color: #fff;
  background-color: #ad221e;
  border-color: #8e1c19;
}
.component-button.danger:active,
.component-button.danger.active,
.open > .dropdown-toggle.component-button.danger {
  color: #fff;
  background-color: #ad221e;
  border-color: #8e1c19;
}
.component-button.danger:active:hover,
.component-button.danger.active:hover,
.open > .dropdown-toggle.component-button.danger:hover,
.component-button.danger:active:focus,
.component-button.danger.active:focus,
.open > .dropdown-toggle.component-button.danger:focus,
.component-button.danger:active.focus,
.component-button.danger.active.focus,
.open > .dropdown-toggle.component-button.danger.focus {
  color: #fff;
  background-color: #8e1c19;
  border-color: #56110f;
}
.component-button.danger:active,
.component-button.danger.active,
.open > .dropdown-toggle.component-button.danger {
  background-image: none;
}
.component-button.danger.disabled:hover,
.component-button.danger[disabled]:hover,
fieldset[disabled] .component-button.danger:hover,
.component-button.danger.disabled:focus,
.component-button.danger[disabled]:focus,
fieldset[disabled] .component-button.danger:focus,
.component-button.danger.disabled.focus,
.component-button.danger[disabled].focus,
fieldset[disabled] .component-button.danger.focus {
  background-color: #d82b26;
  border-color: #c22722;
}
.component-button.danger .badge {
  color: #d82b26;
  background-color: #fff;
}
.component-button.small {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
}
.component-button.large {
  padding: 20px 30px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 7px;
}
.component-button.block {
  display: block;
  width: 100%;
}
/*------------------------------------*\
    #Flag
\*------------------------------------*/
.component-flag {
  background: #e6e6e6;
  border-color: #e6e6e6;
  display: inline-block;
  line-height: 1em;
  padding: .25em 1em;
  position: relative;
  margin: 10px 20px;
}
.component-flag:after,
.component-flag:before {
  content: "";
  display: block;
  top: 1.5em;
  width: 0;
  height: 0;
  position: absolute;
  border-width: .75em .5em;
  border-style: solid;
  border-color: #d9d9d9;
  z-index: -1;
}
.component-flag:after {
  top: .25em;
  right: 0;
  margin-right: -0.75em;
  border-right-color: transparent;
}
.component-flag:before {
  top: .25em;
  left: 0;
  margin-left: -0.75em;
  border-left-color: transparent;
}
.component-flag.small {
  font-size: 13px;
}
.component-flag.large,
.component-flag.extra-large {
  font-size: 19px;
}
.component-flag {
  color: #fff;
  background-color: #e6e6e6;
  border: #e6e6e6;
  color: #542e91;
}
.component-flag:after {
  border-color: #d9d9d9;
  border-right-color: transparent;
}
.component-flag:before {
  border-color: #d9d9d9;
  border-left-color: transparent;
}
.component-flag.default {
  color: #fff;
  background-color: #e6e6e6;
  border: #e6e6e6;
}
.component-flag.default:after {
  border-color: #d9d9d9;
  border-right-color: transparent;
}
.component-flag.default:before {
  border-color: #d9d9d9;
  border-left-color: transparent;
}
.component-flag.primary {
  color: #fff;
  background-color: #542e91;
  border: #542e91;
}
.component-flag.primary:after {
  border-color: #49287e;
  border-right-color: transparent;
}
.component-flag.primary:before {
  border-color: #49287e;
  border-left-color: transparent;
}
.component-flag.success {
  color: #fff;
  background-color: #88ba38;
  border: #88ba38;
}
.component-flag.success:after {
  border-color: #7aa632;
  border-right-color: transparent;
}
.component-flag.success:before {
  border-color: #7aa632;
  border-left-color: transparent;
}
.component-flag.info {
  color: #fff;
  background-color: #5bc7de;
  border: #5bc7de;
}
.component-flag.info:after {
  border-color: #46c0da;
  border-right-color: transparent;
}
.component-flag.info:before {
  border-color: #46c0da;
  border-left-color: transparent;
}
.component-flag.warning {
  color: #fff;
  background-color: #f0ad4e;
  border: #f0ad4e;
}
.component-flag.warning:after {
  border-color: #eea236;
  border-right-color: transparent;
}
.component-flag.warning:before {
  border-color: #eea236;
  border-left-color: transparent;
}
.component-flag.danger {
  color: #fff;
  background-color: #d82b26;
  border: #d82b26;
}
.component-flag.danger:after {
  border-color: #c22722;
  border-right-color: transparent;
}
.component-flag.danger:before {
  border-color: #c22722;
  border-left-color: transparent;
}
.component-flag .position-variant {
  position: absolute;
  top: 0;
  bottom: auto;
}
.component-flag .flag-wrap {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  border-width: .25em;
  top: 1.5em;
}
.component-flag .flag-end {
  top: 0;
  z-index: 0;
  border-color: inherit;
}
.component-flag.right {
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  margin-right: -0.5em;
}
.component-flag.right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  border-width: .25em;
  top: 1.5em;
  right: 0;
  margin-top: -1px;
  margin-right: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.component-flag.right:before {
  top: 0;
  z-index: 0;
  border-color: inherit;
  border-left-color: transparent;
}
.component-flag.left {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  margin-left: -0.5em;
}
.component-flag.left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  border-width: .25em;
  top: 1.5em;
  left: 0;
  margin-top: -1px;
  margin-left: 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.component-flag.left:after {
  top: 0;
  z-index: 0;
  border-color: inherit;
  border-right-color: transparent;
}
.component-flag.bottom {
  top: auto;
  bottom: 0;
}
/* -- Image -- */
.component-image {
  display: block;
  max-width: 100%;
  height: auto;
}
/* -- Input -- */
.component-input {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .component-input .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .component-input .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .component-input .form-control-static {
    display: inline-block;
  }
  .component-input .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .component-input .input-group .input-group-addon,
  .component-input .input-group .input-group-btn,
  .component-input .input-group .form-control {
    width: auto;
  }
  .component-input .input-group > .form-control {
    width: 100%;
  }
  .component-input .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .component-input .radio,
  .component-input .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .component-input .radio label,
  .component-input .checkbox label {
    padding-left: 0;
  }
  .component-input .radio input[type="radio"],
  .component-input .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .component-input .has-feedback .form-control-feedback {
    top: 0;
  }
}
.component-input-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.component-input-field {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.component-input-field: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);
}
.component-input-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.component-input-field:-ms-input-placeholder {
  color: #999;
}
.component-input-field::-webkit-input-placeholder {
  color: #999;
}
.component-input-field::-ms-expand {
  border: 0;
  background-color: transparent;
}
.component-input-field[disabled],
.component-input-field[readonly],
fieldset[disabled] .component-input-field {
  background-color: #f0f0f0;
  opacity: 1;
}
.component-input-field[disabled],
fieldset[disabled] .component-input-field {
  cursor: not-allowed;
}
textarea.component-input-field {
  height: auto;
}
/* -- Lozenge -- */
.component-lozenge {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  padding: 3px 6px;
  font-weight: normal;
  border-radius: 2px;
  margin-right: 8px;
  background-color: #e6e6e6;
  color: #232323;
}
a.component-lozenge:hover,
a.component-lozenge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.component-lozenge:empty {
  display: none;
}
.btn .component-lozenge {
  position: relative;
  top: -1px;
}
.component-lozenge[href]:hover,
.component-lozenge[href]:focus {
  background-color: #cdcdcd;
}
.component-lozenge .text-muted {
  color: #757575;
}
.component-lozenge .text-faded {
  color: rgba(117, 117, 117, 0.6);
}
.component-lozenge.primary {
  background-color: #542e91;
}
.component-lozenge.primary[href]:hover,
.component-lozenge.primary[href]:focus {
  background-color: #3e226a;
}
.component-lozenge.success {
  background-color: #88ba38;
}
.component-lozenge.success[href]:hover,
.component-lozenge.success[href]:focus {
  background-color: #6b932c;
}
.component-lozenge.info {
  background-color: #5bc7de;
}
.component-lozenge.info[href]:hover,
.component-lozenge.info[href]:focus {
  background-color: #31b9d5;
}
.component-lozenge.warning {
  background-color: #f0ad4e;
}
.component-lozenge.warning[href]:hover,
.component-lozenge.warning[href]:focus {
  background-color: #ec971f;
}
.component-lozenge.danger {
  background-color: #d82b26;
}
.component-lozenge.danger[href]:hover,
.component-lozenge.danger[href]:focus {
  background-color: #ad221e;
}
/* -- Select -- */
.component-select {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .component-select .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .component-select .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .component-select .form-control-static {
    display: inline-block;
  }
  .component-select .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .component-select .input-group .input-group-addon,
  .component-select .input-group .input-group-btn,
  .component-select .input-group .form-control {
    width: auto;
  }
  .component-select .input-group > .form-control {
    width: 100%;
  }
  .component-select .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .component-select .radio,
  .component-select .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .component-select .radio label,
  .component-select .checkbox label {
    padding-left: 0;
  }
  .component-select .radio input[type="radio"],
  .component-select .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .component-select .has-feedback .form-control-feedback {
    top: 0;
  }
}
.component-select-label {
  margin-bottom: 0;
  vertical-align: middle;
}
.component-select-field {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.component-select-field: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);
}
.component-select-field::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.component-select-field:-ms-input-placeholder {
  color: #999;
}
.component-select-field::-webkit-input-placeholder {
  color: #999;
}
.component-select-field::-ms-expand {
  border: 0;
  background-color: transparent;
}
.component-select-field[disabled],
.component-select-field[readonly],
fieldset[disabled] .component-select-field {
  background-color: #f0f0f0;
  opacity: 1;
}
.component-select-field[disabled],
fieldset[disabled] .component-select-field {
  cursor: not-allowed;
}
textarea.component-select-field {
  height: auto;
}
/* -- Molecules -- */
/* -- Alert -- */
.component-alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.component-alert h4 {
  margin-top: 0;
  color: inherit;
}
.component-alert .alert-link {
  font-weight: normal;
}
.component-alert > p,
.component-alert > ul {
  margin-bottom: 0;
}
.component-alert > p + p {
  margin-top: 5px;
}
.component-alert .alert-icon {
  float: left;
  line-height: inherit;
  margin-right: 10px;
}
.component-alert .alert-icon.fa-lg {
  line-height: 1.2em;
}
.component-alert .alert-body {
  overflow: hidden;
  overflow-wrap: break-word;
}
.component-alert .alert-link {
  text-decoration: underline;
}
.component-alert .alert-link {
  text-decoration: underline;
}
.component-alert.success {
  background-color: #d5edae;
  border-color: #b6d97f;
  color: #43660c;
}
.component-alert.success hr {
  border-top-color: #abd36b;
}
.component-alert.success .alert-link {
  color: #253807;
}
.component-alert.info {
  background-color: #abecfa;
  border-color: #71dff7;
  color: #0e5a76;
  background: #cceaff;
  border-color: #b3dfff;
}
.component-alert.info hr {
  border-top-color: #59daf6;
}
.component-alert.info .alert-link {
  color: #093748;
}
.component-alert.warning {
  background-color: #fce8b1;
  border-color: #f9d267;
  color: #6b3f0c;
}
.component-alert.warning hr {
  border-top-color: #f8cb4e;
}
.component-alert.warning .alert-link {
  color: #3d2407;
}
.component-alert.danger {
  background-color: #ffb0b0;
  border-color: #ff7d7d;
  color: #8d1412;
}
.component-alert.danger hr {
  border-top-color: #ff6363;
}
.component-alert.danger .alert-link {
  color: #600e0c;
}
/*------------------------------------*\
    #Card
\*------------------------------------*/
.component-payment-card {
  background: url('https://d17s4kc6349e5h.cloudfront.net/globals/assets/images/misc/cards.png') no-repeat;
  width: 52px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  background-size: 52px auto;
}
.component-payment-card.amazon {
  background-position: 0 0px;
}
.component-payment-card.amex {
  background-position: 0 -32px;
}
.component-payment-card.apple {
  background-position: 0 -64px;
}
.component-payment-card.cirrus {
  background-position: 0 -96px;
}
.component-payment-card.delta {
  background-position: 0 -128px;
}
.component-payment-card.directdebit {
  background-position: 0 -160px;
}
.component-payment-card.discover {
  background-position: 0 -192px;
}
.component-payment-card.electron {
  background-position: 0 -224px;
}
.component-payment-card.google {
  background-position: 0 -256px;
}
.component-payment-card.maestro {
  background-position: 0 -288px;
}
.component-payment-card.mastercard {
  background-position: 0 -320px;
}
.component-payment-card.paym {
  background-position: 0 -352px;
}
.component-payment-card.paypal {
  background-position: 0 -384px;
}
.component-payment-card.sage {
  background-position: 0 -416px;
}
.component-payment-card.sepa {
  background-position: 0 -448px;
}
.component-payment-card.solo {
  background-position: 0 -480px;
}
.component-payment-card.switch {
  background-position: 0 -512px;
}
.component-payment-card.ukash {
  background-position: 0 -544px;
}
.component-payment-card.visa {
  background-position: 0 -576px;
}
.component-payment-card.visadebit {
  background-position: 0 -608px;
}
.component-payment-card.westernunion {
  background-position: 0 -640px;
}
/*------------------------------------*\
    #Tile
\*------------------------------------*/
.component-tile {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #ffffff;
  border: 1px solid #ddd;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  border-radius: 3px;
}
.component-tile > img,
.component-tile a > img {
  margin-left: auto;
  margin-right: auto;
}
a.component-tile:hover,
a.component-tile:focus,
a.component-tile.active {
  border-color: #0099db;
}
.component-tile .caption {
  padding: 9px;
  color: #232323;
}
.component-tile h4 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 21px;
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: inherit;
}
.component-tile h4 small,
.component-tile h4 .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}
.component-tile h4 small,
.component-tile h4 .small {
  font-size: 65%;
}
@media (min-width: 768px) {
  .component-tile h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .component-tile h4 {
    font-size: 23px;
  }
}
.component-tile h4 small,
.component-tile h4 .small {
  font-weight: inherit;
}
.component-tile h4:first-child {
  margin-top: 0.25em;
}
.component-tile h4:last-child {
  margin-bottom: 0;
}
.component-tile img {
  width: 100%;
}
.component-tile-block {
  padding: 9px;
  color: #232323;
}
/* -- Stepper -- */
.component-stepper {
  position: relative;
  display: table;
  border-collapse: separate;
}
.component-stepper[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.component-stepper .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.component-stepper .form-control:focus {
  z-index: 3;
}
.component-stepper .button-container {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.component-stepper .button-container:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.component-stepper .button-container > .btn {
  position: relative;
}
.component-stepper .button-container > .btn + .btn {
  margin-left: -1px;
}
.component-stepper .button-container > .btn:hover,
.component-stepper .button-container > .btn:focus,
.component-stepper .button-container > .btn:active {
  z-index: 2;
}
.component-stepper .button-container:first-child > .btn,
.component-stepper .button-container:first-child > .btn-group {
  margin-right: -1px;
}
.component-stepper .button-container:last-child > .btn,
.component-stepper .button-container:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
/*------------------------------------*\
    #Weather
\*------------------------------------*/
@font-face {
  font-family: 'MeteoconsRegular';
  src: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/meteocons-webfont.eot');
  src: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/meteocons-webfont.eot?#iefix') format('embedded-opentype'), url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/meteocons-webfont.woff') format('woff'), url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/meteocons-webfont.ttf') format('truetype'), url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/fonts/meteocons-webfont.svg#MeteoconsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.component-weather {
  width: auto;
  text-align: center;
  width: 100px;
}
.component-weather div.cloudy {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.cloudy:before {
  font-family: 'MeteoconsRegular';
  content: "N";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.cloudy:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: N;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.cloudy:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.cloudy:before {
    font-size: 60px;
  }
}
.component-weather div.fog {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.fog:before {
  font-family: 'MeteoconsRegular';
  content: "M";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.fog:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: M;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.fog:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.fog:before {
    font-size: 60px;
  }
}
.component-weather div.hail {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.hail:before {
  font-family: 'MeteoconsRegular';
  content: "X";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.hail:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: X;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.hail:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.hail:before {
    font-size: 60px;
  }
}
.component-weather div.heavy-rain {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.heavy-rain:before {
  font-family: 'MeteoconsRegular';
  content: "R";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.heavy-rain:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: R;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.heavy-rain:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.heavy-rain:before {
    font-size: 60px;
  }
}
.component-weather div.heavy-snow {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.heavy-snow:before {
  font-family: 'MeteoconsRegular';
  content: "W";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.heavy-snow:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: W;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.heavy-snow:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.heavy-snow:before {
    font-size: 60px;
  }
}
.component-weather div.light-rain {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.light-rain:before {
  font-family: 'MeteoconsRegular';
  content: "Q";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.light-rain:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: Q;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.light-rain:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.light-rain:before {
    font-size: 60px;
  }
}
.component-weather div.light-snow {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.light-snow:before {
  font-family: 'MeteoconsRegular';
  content: "U";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.light-snow:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: U;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.light-snow:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.light-snow:before {
    font-size: 60px;
  }
}
.component-weather div.night-clear {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.night-clear:before {
  font-family: 'MeteoconsRegular';
  content: "C";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.night-clear:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: C;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.night-clear:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.night-clear:before {
    font-size: 60px;
  }
}
.component-weather div.night-partly-cloudy {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.night-partly-cloudy:before {
  font-family: 'MeteoconsRegular';
  content: "I";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.night-partly-cloudy:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: I;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.night-partly-cloudy:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.night-partly-cloudy:before {
    font-size: 60px;
  }
}
.component-weather div.partly-cloudy {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.partly-cloudy:before {
  font-family: 'MeteoconsRegular';
  content: "H";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.partly-cloudy:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: H;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.partly-cloudy:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.partly-cloudy:before {
    font-size: 60px;
  }
}
.component-weather div.storm {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.storm:before {
  font-family: 'MeteoconsRegular';
  content: "Z";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.storm:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: Z;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.storm:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.storm:before {
    font-size: 60px;
  }
}
.component-weather div.sunny {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.sunny:before {
  font-family: 'MeteoconsRegular';
  content: "B";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.sunny:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: B;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.sunny:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.sunny:before {
    font-size: 60px;
  }
}
.component-weather div.windy {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.windy:before {
  font-family: 'MeteoconsRegular';
  content: "F";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.windy:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: F;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.windy:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.windy:before {
    font-size: 60px;
  }
}
.component-weather abbr {
  border-bottom: 0;
}
.component-weather div:first-child > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wishlist-heart {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-animation: wishlist-heart-inactive 0.7s ease-out 1;
  -o-animation: wishlist-heart-inactive 0.7s ease-out 1;
  animation: wishlist-heart-inactive 0.7s ease-out 1;
}
.wishlist-heart:hover,
.wishlist-heart:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wishlist-heart.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-animation: wishlist-heart-active 0.7s ease-out 1;
  -o-animation: wishlist-heart-active 0.7s ease-out 1;
  animation: wishlist-heart-active 0.7s ease-out 1;
}
.wishlist-heart.active .fa-heart {
  color: #d82b26;
  opacity: 1;
  filter: alpha(opacity=100);
}
@-webkit-keyframes wishlist-heart-inactive {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes wishlist-heart-inactive {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes wishlist-heart-inactive {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes wishlist-heart-inactive {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wishlist-heart-inactive {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes wishlist-heart-active {
  20% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
  40% {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes wishlist-heart-active {
  20% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
  40% {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes wishlist-heart-active {
  20% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
  40% {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes wishlist-heart-active {
  20% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
  40% {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wishlist-heart-active {
  20% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
  }
  40% {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.fa-check {
  color: #7aa632;
}
.fa-times {
  color: #c22722;
}
.alert .fa-times,
.close.fa-times {
  color: inherit;
}
.fa-warning {
  color: #eea236;
}
@font-face {
  font-family: 'heha-icomoon';
  src: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/icons/trip-planner-icomoon@1.3.0.eot?qdq9zv');
  src: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/icons/trip-planner-icomoon@1.3.0.eot?qdq9zv#iefix') format('embedded-opentype'), url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/icons/trip-planner-icomoon@1.3.0.woff2?qdq9zv') format('woff2'), url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/icons/trip-planner-icomoon@1.3.0.ttf?qdq9zv') format('truetype'), url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/icons/trip-planner-icomoon@1.3.0.woff?qdq9zv') format('woff'), url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/icons/trip-planner-icomoon@1.3.0.svg?qdq9zv#icomoon') format('svg');
  speak: none;
  font-style: normal;
  font-weight: 400;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'heha-icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a .icon {
  bottom: -2px;
  padding-right: 8px;
  position: relative;
}
.icon--car:before {
  content: "\e900";
}
.icon--search:before {
  content: "\e901";
}
.icon--add:before {
  content: "\e902";
}
.icon--parking:before {
  content: "\e903";
}
.icon--tick:before {
  content: "\e904";
}
.icon--plane:before {
  content: "\e905";
}
.icon--lounge:before {
  content: "\e906";
}
.icon--exclamation:before {
  content: "\e907";
}
.icon--cross:before {
  content: "\e908";
}
.icon--airport:before {
  content: "\e909";
}
.icon--windy:before {
  content: "\e90a";
}
.icon--sunny:before {
  content: "\e90b";
}
.icon--storm:before {
  content: "\e90c";
}
.icon--snow:before {
  content: "\e90d";
}
.icon--rain:before {
  content: "\e90e";
}
.icon--cloudy:before {
  content: "\e90f";
}
.icon--cloudy-sunny:before {
  content: "\e910";
}
.icon--cloudy-snow:before {
  content: "\e911";
}
.icon--cloudy-rain:before {
  content: "\e912";
}
.icon--suitcase:before {
  content: "\e913";
}
.icon--reminders:before {
  content: "\e914";
}
.icon--computer:before {
  content: "\e915";
}
.icon--sunglasses:before {
  content: "\e916";
}
.icon--shorts:before {
  content: "\e917";
}
.icon--bag:before {
  content: "\e918";
}
.icon--snorkel:before {
  content: "\e919";
}
.icon--bucket:before {
  content: "\e91a";
}
.icon--flipflops:before {
  content: "\e91b";
}
.icon--ticket:before {
  content: "\e91c";
}
.icon--passport:before {
  content: "\e91d";
}
.icon--suncream:before {
  content: "\e91e";
}
.icon--money:before {
  content: "\e91f";
}
.icon--love:before {
  content: "\e920";
}
.icon--bus:before {
  content: "\e921";
}
svg.hx-icon .brand-primary {
  fill: #6e4da2;
}
svg.hx-icon .brand-primary-light {
  fill: #dbcef0;
}
.footer {
  font-size: inherit;
  background-color: #e6e6e6;
}
.footer-top {
  font-size: 13px;
  background-color: #e6e6e6;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-top a.btn-link,
.footer-top a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #542e91;
}
.footer-top a.btn-link:hover,
.footer-top a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.footer-top a.btn-link:focus,
.footer-top a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #542e91;
  outline-color: #542e91;
}
.footer-bottom {
  font-size: inherit;
  background-color: #232323;
  color: #9a9a9a;
  color: rgba(255, 255, 255, 0.54);
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom .text-muted {
  color: #ffffff;
}
.footer-bottom .text-faded {
  color: #a7a7a7;
  color: rgba(255, 255, 255, 0.6);
}
.footer-bottom h1,
.footer-bottom h2,
.footer-bottom h3,
.footer-bottom h4,
.footer-bottom h5,
.footer-bottom h6,
.footer-bottom .h1,
.footer-bottom .h2,
.footer-bottom .h3,
.footer-bottom .h4,
.footer-bottom .h5,
.footer-bottom .h6 {
  color: #ffffff;
}
.footer-bottom a.btn-link,
.footer-bottom a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #e0e0e0;
  color: rgba(255, 255, 255, 0.86);
}
.footer-bottom a.btn-link:hover,
.footer-bottom a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.footer-bottom a.btn-link:focus,
.footer-bottom a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #9a9a9a;
  color: rgba(255, 255, 255, 0.54);
  outline-color: #9a9a9a;
  outline-color: rgba(255, 255, 255, 0.86);
}
.footer-bottom ul {
  margin-bottom: 0;
}
.footer-brand {
  width: 72px;
  height: 72px;
  background-size: contain;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -5000em;
  display: block;
}
@media (min-width: 768px) {
  .footer-brand {
    margin-top: -24px;
    margin-bottom: -24px;
  }
}
.footer-links a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .footer-links a {
    display: block;
  }
}
.confidence-block .confidence-icon {
  width: 50px;
  margin: 0 auto;
}
.confidence-block .confidence-icon svg {
  fill: #fedc08;
}
.confidence-block figure p {
  max-width: 320px;
  margin: 0 auto;
}
.footer-short-breaks {
  border-top-color: #c0dcf0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.footer-short-breaks .panel {
  border-color: rgba(0, 0, 0, 0.12);
  background-clip: padding-box;
  margin-bottom: 0;
}
.footer-short-breaks .panel .h5:first-child {
  margin-top: 0;
}
.footer-short-breaks .panel .label {
  vertical-align: text-bottom;
}
.products-container {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.products-container .product {
  display: inline-block;
  vertical-align: top;
  min-width: 220px;
  width: 24%;
  max-width: 270px;
  margin: 10px 0.5%;
  white-space: normal;
}
.footer-apps {
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/misc/app-htc-phone.jpg');
  background-repeat: no-repeat;
  background-position-x: 20%;
  background-position-y: 110%;
  background-size: 120%;
  padding-top: 40px;
  padding-bottom: 90%;
}
@media (min-width: 768px) {
  .footer-apps {
    background-position-x: 80%;
    background-position-y: 50%;
    background-size: 35%;
    padding-bottom: 40px;
  }
}
.footer-europe .block-lg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/misc/europe-white.png');
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.footer-europe .block-lg,
.footer-europe .container {
  position: relative;
}
.footer-europe a:not(.btn):not(.list-group-item):not(.panel-title) {
  display: block;
  padding: 5px 10px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
.footer-europe a:not(.btn):not(.list-group-item):not(.panel-title):hover,
.footer-europe a:not(.btn):not(.list-group-item):not(.panel-title):focus {
  color: #ffffff;
  background: #876db2;
}
.footer-europe a:not(.btn):not(.list-group-item):not(.panel-title):active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.footer-europe .country-flag {
  display: inline-block;
  margin-right: 10px;
  vertical-align: -44%;
}
.footer-europe i {
  line-height: 2em;
  display: none;
}
.footer-europe a:hover i,
.footer-europe a:focus i {
  display: block;
}
.footer-main {
  font-size: 13px;
}
.footer-main .breadcrumb > .active,
.footer-main .breadcrumb > li + li:before {
  color: #9badc2;
  color: rgba(255, 255, 255, 0.54);
}
.footer-main .footer-logo {
  margin: 10px 0 20px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.footer-main .contact-info p,
.footer-main .contact-info address {
  padding-left: 20px;
}
.footer-main .contact-info i {
  width: 20px;
  margin-left: -20px;
}
.footer-sitemap-links {
  margin-bottom: 0;
  margin-top: 20px;
}
.footer-sitemap-links .links {
  margin-top: 10px;
}
.footer-sitemap-links .links a {
  display: block;
  padding: 5px 0;
  line-height: 1.4em;
  overflow: hidden;
}
.footer-sitemap-links .links a.btn-link,
.footer-sitemap-links .links a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]) {
  color: #ffffff;
}
.footer-sitemap-links .links a.btn-link:hover,
.footer-sitemap-links .links a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):hover,
.footer-sitemap-links .links a.btn-link:focus,
.footer-sitemap-links .links a:not(.btn):not(.list-group-item):not(.panel-title):not(.alert-link):not([role=tab]):focus {
  color: #ffffff;
  outline-color: #ffffff;
}
.footer-sitemap-links-heading {
  border-bottom-color: #517095;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}
.footer-sitemap-links-heading .h5 {
  margin: 15px 0;
}
.footer-sitemap-links-heading .h5 > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.footer-sitemap-links-heading a.collapsed .h5 > i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.footer-end {
  font-size: 13px;
}
.footer-end ul,
.footer-end p,
.footer-end address {
  margin-bottom: 0;
}
.footer-end,
.footer-end a:not(.btn):not(.list-group-item):not(.panel-title) {
  color: #8490a0;
  color: rgba(255, 255, 255, 0.5);
}
.footer-end a {
  display: inline-block;
  vertical-align: middle;
}
.footer-end a + a {
  margin-left: 20px;
}
.footer-brand {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.sub-nav {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}
.sub-nav > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.sub-nav > * {
  display: table-cell;
  width: 1%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.sub-nav li a {
  display: block;
  height: 39px;
  line-height: 34px;
  border-bottom: 0;
  border-top: 5px solid transparent;
}
.sub-nav li.active a {
  border-top: 5px solid #542e91;
}
article a {
  border-bottom: 1px solid #b094dd;
}
article a:hover,
article a:focus {
  border-bottom: 1px solid #a281d7;
}
article section > p:first-of-type:first-letter {
  float: left;
  font-size: 2.75em;
  line-height: 1em;
  margin: 0 .1em 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
article section.container {
  max-width: 40em;
}
@media (min-width: 768px) {
  article {
    font-size: 1.125em;
  }
  article .lead {
    font-size: 22px;
  }
  article blockquote {
    font-size: 22.5px;
  }
}
hr.hr-asterism {
  position: relative;
  border: none;
  height: 1px;
  overflow: visible;
}
hr.hr-asterism:after {
  content: '***';
  position: absolute;
  display: block;
  width: 4em;
  height: 1em;
  left: 50%;
  margin-left: -2em;
  margin-top: -0.5em;
  padding: 0 0.5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  line-height: 1.25em;
  text-align: center;
}
hr.hr-brand {
  background: transparent url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/misc/hr-brand.png') no-repeat 50%;
  background-position: center center;
  min-height: 4em;
  display: table;
  table-layout: fixed;
  display: flex;
  width: 100%;
  margin: 0;
  border: 0;
  text-align: center;
}
hr.hr-brand:before,
hr.hr-brand:after {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: table-cell;
  flex: 1;
}
hr.hr-brand:before {
  margin: .5em .5em 0 0;
}
hr.hr-brand:after {
  margin: .5em 0 0 .5em;
}
hr.hr-brand:before {
  margin: 2em 2em 0 0;
}
hr.hr-brand:after {
  margin: 2em 0 0 2em;
}
.hr {
  display: table;
  table-layout: fixed;
  display: flex;
  width: 100%;
  margin: 0;
  border: 0;
  text-align: center;
}
.hr:before,
.hr:after {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: table-cell;
  flex: 1;
}
.hr:before {
  margin: .5em .5em 0 0;
}
.hr:after {
  margin: .5em 0 0 .5em;
}
.country-flag {
  width: 32px;
  height: 32px;
  background: url('https://d17s4kc6349e5h.cloudfront.net/holidayextras/assets/images/sprites/euflags.png') no-repeat;
}
.country-flag.country-flag-dk {
  background-position: 0 -32px;
}
.country-flag.country-flag-it {
  background-position: -96px -32px;
}
.country-flag.country-flag-at {
  background-position: 0 0;
}
.country-flag.country-flag-cz {
  background-position: -64px 0;
}
.country-flag.country-flag-gb {
  background-position: -64px -32px;
}
.country-flag.country-flag-pl {
  background-position: -32px -64px;
}
.country-flag.country-flag-nl {
  background-position: 0 -64px;
}
.country-flag.country-flag-ch {
  background-position: -32px 0;
}
.country-flag.country-flag-fr {
  background-position: -32px -32px;
}
.country-flag.country-flag-de {
  background-position: -96px 0;
}
.component-weather div.cloudy {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.cloudy:before {
  font-family: 'MeteoconsRegular';
  content: "\e90f";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.cloudy:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e90f";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.cloudy:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.cloudy:before {
    font-size: 60px;
  }
}
.component-weather div.fog {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.fog:before {
  font-family: 'MeteoconsRegular';
  content: "M";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.fog:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: M;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.fog:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.fog:before {
    font-size: 60px;
  }
}
.component-weather div.hail {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.hail:before {
  font-family: 'MeteoconsRegular';
  content: "X";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.hail:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: X;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.hail:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.hail:before {
    font-size: 60px;
  }
}
.component-weather div.heavy-rain {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.heavy-rain:before {
  font-family: 'MeteoconsRegular';
  content: "\e90e";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.heavy-rain:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e90e";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.heavy-rain:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.heavy-rain:before {
    font-size: 60px;
  }
}
.component-weather div.heavy-snow {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.heavy-snow:before {
  font-family: 'MeteoconsRegular';
  content: "\e90d";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.heavy-snow:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e90d";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.heavy-snow:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.heavy-snow:before {
    font-size: 60px;
  }
}
.component-weather div.light-rain {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.light-rain:before {
  font-family: 'MeteoconsRegular';
  content: "\e90e";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.light-rain:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e90e";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.light-rain:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.light-rain:before {
    font-size: 60px;
  }
}
.component-weather div.light-snow {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.light-snow:before {
  font-family: 'MeteoconsRegular';
  content: "\e90d";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.light-snow:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e90d";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.light-snow:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.light-snow:before {
    font-size: 60px;
  }
}
.component-weather div.night-clear {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.night-clear:before {
  font-family: 'MeteoconsRegular';
  content: "C";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.night-clear:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: C;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.night-clear:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.night-clear:before {
    font-size: 60px;
  }
}
.component-weather div.night-partly-cloudy {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.night-partly-cloudy:before {
  font-family: 'MeteoconsRegular';
  content: "I";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.night-partly-cloudy:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: I;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.night-partly-cloudy:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.night-partly-cloudy:before {
    font-size: 60px;
  }
}
.component-weather div.partly-cloudy {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.partly-cloudy:before {
  font-family: 'MeteoconsRegular';
  content: "\e910";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.partly-cloudy:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e910";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.partly-cloudy:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.partly-cloudy:before {
    font-size: 60px;
  }
}
.component-weather div.storm {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.storm:before {
  font-family: 'MeteoconsRegular';
  content: "\e90c";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.storm:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e90c";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.storm:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.storm:before {
    font-size: 60px;
  }
}
.component-weather div.sunny {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.sunny:before {
  font-family: 'MeteoconsRegular';
  content: "\e90b";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.sunny:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e90b";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.sunny:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.sunny:before {
    font-size: 60px;
  }
}
.component-weather div.windy {
  padding-bottom: 5px;
  padding-bottom: 0;
}
.component-weather div.windy:before {
  font-family: 'MeteoconsRegular';
  content: "\e90a";
  font-size: 3.5em;
  visibility: visible;
}
.component-weather div.windy:before {
  font-family: 'heha-icomoon';
  font-size: 45px;
  content: "\e90a";
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .component-weather div.windy:before {
    font-size: 52.5px;
  }
}
@media (min-width: 1200px) {
  .component-weather div.windy:before {
    font-size: 60px;
  }
}
#live-chat {
  position: fixed;
  bottom: 0;
  right: 10px;
  max-width: 300px;
  min-width: 190px;
  height: 30px;
  background-color: #542e91;
  border: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 12px;
  box-shadow: inset 0 1px 0px 0 rgba(0, 0, 0, 0.4), inset 0 2px 0px 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
  z-index: 1;
}
#live-chat-img-wrapper {
  line-height: 20px;
  width: 36px;
  height: 100%;
  position: absolute;
  display: inline-block;
  vertical-align: text-top;
  left: 0;
  text-align: center;
  padding-top: 6px;
  font-size: 16px;
  cursor: pointer;
}
#live-chat-text {
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top: 7px;
  padding-left: 36px;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: text-top;
  cursor: pointer;
  padding-right: 5px;
}
.live-chat-status {
  cursor: pointer;
}
.nav-affix-wrapper {
  min-height: 39px;
  margin-bottom: 24px;
}
#nav-affix {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  width: 100%;
  margin: 0 0 30px;
  background: #ffffff;
}
ul.component-countdown {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
ul.component-countdown > li {
  display: inline-block;
}
ul.component-countdown > li + li {
  margin-left: 20px;
}
.component-countdown span {
  display: block;
}
.component-countdown span:first-child {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 30px;
  font-family: "HolidayExtrasSans-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
.component-countdown span:first-child small,
.component-countdown span:first-child .small {
  font-weight: normal;
  line-height: 1;
  color: inherit;
}
.component-countdown span:first-child small,
.component-countdown span:first-child .small {
  font-size: 65%;
}
@media (min-width: 768px) {
  .component-countdown span:first-child {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .component-countdown span:first-child {
    font-size: 38px;
  }
}
.component-countdown span:first-child small,
.component-countdown span:first-child .small {
  font-weight: inherit;
}
.component-countdown span:first-child:first-child {
  margin-top: 0.25em;
}
.component-countdown span:first-child:last-child {
  margin-bottom: 0;
}
.component-countdown span:last-child {
  color: #757575;
}
.jumbotron .component-countdown span:last-child {
  color: #757575;
}
html,
body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
body.homepage {
  background-image: url('//theme.zdassets.com/theme_assets/670455/5cacb680a012d8876c68bcd1d59d71ac0120a9a8.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
#query {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #757575;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#query: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);
}
#query::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#query:-ms-input-placeholder {
  color: #999;
}
#query::-webkit-input-placeholder {
  color: #999;
}
#query::-ms-expand {
  border: 0;
  background-color: transparent;
}
#query[disabled],
#query[readonly],
fieldset[disabled] #query {
  background-color: #f0f0f0;
  opacity: 1;
}
#query[disabled],
fieldset[disabled] #query {
  cursor: not-allowed;
}
textarea#query {
  height: auto;
}
.breadcrumbs {
  padding: 8px 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
}
.breadcrumbs > li {
  display: inline-block;
}
.breadcrumbs > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: rgba(117, 117, 117, 0.3);
}
.breadcrumbs > .active {
  color: #757575;
}
.article-vote-down {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
  color: #542e91;
  background-color: #ffffff;
  border-color: #542e91;
}
.article-vote-down:focus,
.article-vote-down:active:focus,
.article-vote-down.active:focus,
.article-vote-down.focus,
.article-vote-down:active.focus,
.article-vote-down.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.article-vote-down:hover,
.article-vote-down:focus,
.article-vote-down.focus {
  color: #542e91;
  text-decoration: none;
}
.article-vote-down:active,
.article-vote-down.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);
}
.article-vote-down.disabled,
.article-vote-down[disabled],
fieldset[disabled] .article-vote-down {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.article-vote-down.disabled,
fieldset[disabled] a.article-vote-down {
  pointer-events: none;
}
.article-vote-down.active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.article-vote-down.active:after {
  content: '\2714';
  margin-left: 5px;
  color: #7aa632;
}
.article-vote-down.btn-success:after,
.article-vote-down.btn-warning:after,
.article-vote-down.btn-danger:after,
.article-vote-down.btn-info:after {
  color: inherit;
}
.article-vote-down:focus,
.article-vote-down.focus {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #1c0f30;
}
.article-vote-down:hover {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #391f63;
}
.article-vote-down:active,
.article-vote-down.active,
.open > .dropdown-toggle.article-vote-down {
  color: #542e91;
  background-color: #e6e6e6;
  border-color: #391f63;
}
.article-vote-down:active:hover,
.article-vote-down.active:hover,
.open > .dropdown-toggle.article-vote-down:hover,
.article-vote-down:active:focus,
.article-vote-down.active:focus,
.open > .dropdown-toggle.article-vote-down:focus,
.article-vote-down:active.focus,
.article-vote-down.active.focus,
.open > .dropdown-toggle.article-vote-down.focus {
  color: #542e91;
  background-color: #d4d4d4;
  border-color: #1c0f30;
}
.article-vote-down:active,
.article-vote-down.active,
.open > .dropdown-toggle.article-vote-down {
  background-image: none;
}
.article-vote-down.disabled:hover,
.article-vote-down[disabled]:hover,
fieldset[disabled] .article-vote-down:hover,
.article-vote-down.disabled:focus,
.article-vote-down[disabled]:focus,
fieldset[disabled] .article-vote-down:focus,
.article-vote-down.disabled.focus,
.article-vote-down[disabled].focus,
fieldset[disabled] .article-vote-down.focus {
  background-color: #ffffff;
  border-color: #542e91;
}
.article-vote-down .badge {
  color: #ffffff;
  background-color: #542e91;
}
.article-vote-down.active,
.article-vote-down.active:hover,
.article-vote-down.active:focus {
  color: #232323;
}
.article-vote-down.disabled,
.article-vote-down[disabled],
fieldset[disabled] .article-vote-down {
  color: #e6e6e6;
}
.article-vote-up {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
  color: #ffffff;
  background-color: #542e91;
  border-color: #542e91;
}
.article-vote-up:focus,
.article-vote-up:active:focus,
.article-vote-up.active:focus,
.article-vote-up.focus,
.article-vote-up:active.focus,
.article-vote-up.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.article-vote-up:hover,
.article-vote-up:focus,
.article-vote-up.focus {
  color: #542e91;
  text-decoration: none;
}
.article-vote-up:active,
.article-vote-up.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);
}
.article-vote-up.disabled,
.article-vote-up[disabled],
fieldset[disabled] .article-vote-up {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.article-vote-up.disabled,
fieldset[disabled] a.article-vote-up {
  pointer-events: none;
}
.article-vote-up.active {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
.article-vote-up.active:after {
  content: '\2714';
  margin-left: 5px;
  color: #7aa632;
}
.article-vote-up.btn-success:after,
.article-vote-up.btn-warning:after,
.article-vote-up.btn-danger:after,
.article-vote-up.btn-info:after {
  color: inherit;
}
.article-vote-up:focus,
.article-vote-up.focus {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #1c0f30;
}
.article-vote-up:hover {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.article-vote-up:active,
.article-vote-up.active,
.open > .dropdown-toggle.article-vote-up {
  color: #ffffff;
  background-color: #3e226a;
  border-color: #391f63;
}
.article-vote-up:active:hover,
.article-vote-up.active:hover,
.open > .dropdown-toggle.article-vote-up:hover,
.article-vote-up:active:focus,
.article-vote-up.active:focus,
.open > .dropdown-toggle.article-vote-up:focus,
.article-vote-up:active.focus,
.article-vote-up.active.focus,
.open > .dropdown-toggle.article-vote-up.focus {
  color: #ffffff;
  background-color: #2e194f;
  border-color: #1c0f30;
}
.article-vote-up:active,
.article-vote-up.active,
.open > .dropdown-toggle.article-vote-up {
  background-image: none;
}
.article-vote-up.disabled:hover,
.article-vote-up[disabled]:hover,
fieldset[disabled] .article-vote-up:hover,
.article-vote-up.disabled:focus,
.article-vote-up[disabled]:focus,
fieldset[disabled] .article-vote-up:focus,
.article-vote-up.disabled.focus,
.article-vote-up[disabled].focus,
fieldset[disabled] .article-vote-up.focus {
  background-color: #542e91;
  border-color: #542e91;
}
.article-vote-up .badge {
  color: #542e91;
  background-color: #ffffff;
}
/*# sourceMappingURL=insurance-help-centre.css.map */