@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Dosis|Source+Sans+Pro&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");
:root {
  --blue: #295196;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e44a7f;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #e5cf4e;
  --green: #71c171;
  --teal: #c2e718;
  --cyan: #3eb0f7;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3ea2f7;
  --secondary: #295196;
  --success: #e44a7f;
  --info: #3eb0f7;
  --warning: #e5cf4e;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #666;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "Courier New", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #3ea2f7;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0762ae;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0 0.4rem;
  padding-bottom: 0 0.4rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #3ea2f7;
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code, kbd, pre, samp {
  font-family: "Courier New", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1185px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .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, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th, .table td {
  padding: 0 0.4rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm th, .table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #c9e5fd;
}
.table-hover .table-primary:hover {
  background-color: #b0d9fc;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #b0d9fc;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #c3cee2;
}
.table-hover .table-secondary:hover {
  background-color: #b2c0da;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #b2c0da;
}
.table-success, .table-success > th, .table-success > td {
  background-color: #f7ccdb;
}
.table-hover .table-success:hover {
  background-color: #f4b6cb;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #f4b6cb;
}
.table-info, .table-info > th, .table-info > td {
  background-color: #c9e9fd;
}
.table-hover .table-info:hover {
  background-color: #b0dffc;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #b0dffc;
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #f8f2cd;
}
.table-hover .table-warning:hover {
  background-color: #f5ecb7;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #f5ecb7;
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #d4d4d4;
}
.table-hover .table-dark:hover {
  background-color: #c7c7c7;
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #c7c7c7;
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 7px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file, .form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.45rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #3ea2f7;
  border-color: #3ea2f7;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1990f5;
  border-color: #0d8af5;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 162, 247, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3ea2f7;
  border-color: #3ea2f7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d8af5;
  border-color: #0a84eb;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 162, 247, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #295196;
  border-color: #295196;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #214178;
  border-color: #1e3b6e;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 81, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #295196;
  border-color: #295196;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1e3b6e;
  border-color: #1b3664;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 81, 150, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #e44a7f;
  border-color: #e44a7f;
}
.btn-success:hover {
  color: #fff;
  background-color: #df2967;
  border-color: #da2161;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 74, 127, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #e44a7f;
  border-color: #e44a7f;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #da2161;
  border-color: #cf1f5c;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 74, 127, 0.5);
}
.btn-info {
  color: #212529;
  background-color: #3eb0f7;
  border-color: #3eb0f7;
}
.btn-info:hover {
  color: #fff;
  background-color: #19a1f5;
  border-color: #0d9cf5;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 247, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #3eb0f7;
  border-color: #3eb0f7;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0d9cf5;
  border-color: #0a95eb;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 247, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #e5cf4e;
  border-color: #e5cf4e;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0c62d;
  border-color: #dec322;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 207, 78, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #e5cf4e;
  border-color: #e5cf4e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #dec322;
  border-color: #d4ba1f;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 207, 78, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-dark:hover {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btn-outline-primary {
  color: #3ea2f7;
  background-color: transparent;
  background-image: none;
  border-color: #3ea2f7;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3ea2f7;
  border-color: #3ea2f7;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 162, 247, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3ea2f7;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3ea2f7;
  border-color: #3ea2f7;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 162, 247, 0.5);
}
.btn-outline-secondary {
  color: #295196;
  background-color: transparent;
  background-image: none;
  border-color: #295196;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #295196;
  border-color: #295196;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 81, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #295196;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #295196;
  border-color: #295196;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 81, 150, 0.5);
}
.btn-outline-success {
  color: #e44a7f;
  background-color: transparent;
  background-image: none;
  border-color: #e44a7f;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #e44a7f;
  border-color: #e44a7f;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 74, 127, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #e44a7f;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #e44a7f;
  border-color: #e44a7f;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 74, 127, 0.5);
}
.btn-outline-info {
  color: #3eb0f7;
  background-color: transparent;
  background-image: none;
  border-color: #3eb0f7;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #3eb0f7;
  border-color: #3eb0f7;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 247, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #3eb0f7;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #3eb0f7;
  border-color: #3eb0f7;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 176, 247, 0.5);
}
.btn-outline-warning {
  color: #e5cf4e;
  background-color: transparent;
  background-image: none;
  border-color: #e5cf4e;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #e5cf4e;
  border-color: #e5cf4e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 207, 78, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e5cf4e;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #e5cf4e;
  border-color: #e5cf4e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 207, 78, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #666;
  background-color: transparent;
  background-image: none;
  border-color: #666;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #666;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #3ea2f7;
  background-color: transparent;
}
.btn-link:hover {
  color: #0762ae;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.45rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.dropup, .dropdown {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #666;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .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-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}
.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(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend, .input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 7px;
}
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.navbar-light .navbar-brand {
  color: #e5cf4e;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #e5cf4e;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #e5cf4e;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #e5cf4e;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow.svg);
}
.navbar-light .navbar-text {
  color: #fff;
}
.navbar-light .navbar-text a {
  color: #e5cf4e;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #e5cf4e;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow.svg);
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3ea2f7;
  background-color: #fff;
  border: 1px solid #3ea2f7;
}
.page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3ea2f7;
  border-color: #3ea2f7;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #3ea2f7;
  border-color: #3ea2f7;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #3ea2f7;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0d8af5;
}
.badge-secondary {
  color: #fff;
  background-color: #295196;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e3b6e;
}
.badge-success {
  color: #fff;
  background-color: #e44a7f;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #da2161;
}
.badge-info {
  color: #212529;
  background-color: #3eb0f7;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #0d9cf5;
}
.badge-warning {
  color: #212529;
  background-color: #e5cf4e;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dec322;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #666;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #4d4d4d;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #205480;
  background-color: #d8ecfd;
  border-color: #c9e5fd;
}
.alert-primary hr {
  border-top-color: #b0d9fc;
}
.alert-primary .alert-link {
  color: #163957;
}
.alert-secondary {
  color: #152a4e;
  background-color: #d4dcea;
  border-color: #c3cee2;
}
.alert-secondary hr {
  border-top-color: #b2c0da;
}
.alert-secondary .alert-link {
  color: #0a1426;
}
.alert-success {
  color: #772642;
  background-color: #fadbe5;
  border-color: #f7ccdb;
}
.alert-success hr {
  border-top-color: #f4b6cb;
}
.alert-success .alert-link {
  color: #501a2d;
}
.alert-info {
  color: #205c80;
  background-color: #d8effd;
  border-color: #c9e9fd;
}
.alert-info hr {
  border-top-color: #b0dffc;
}
.alert-info .alert-link {
  color: #163f57;
}
.alert-warning {
  color: #776c29;
  background-color: #faf5dc;
  border-color: #f8f2cd;
}
.alert-warning hr {
  border-top-color: #f5ecb7;
}
.alert-warning .alert-link {
  color: #514a1c;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #353535;
  background-color: #e0e0e0;
  border-color: #d4d4d4;
}
.alert-dark hr {
  border-top-color: #c7c7c7;
}
.alert-dark .alert-link {
  color: #1c1c1c;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  color: #205480;
  background-color: #c9e5fd;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #205480;
  background-color: #b0d9fc;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #205480;
  border-color: #205480;
}
.list-group-item-secondary {
  color: #152a4e;
  background-color: #c3cee2;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #152a4e;
  background-color: #b2c0da;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #152a4e;
  border-color: #152a4e;
}
.list-group-item-success {
  color: #772642;
  background-color: #f7ccdb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #772642;
  background-color: #f4b6cb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #772642;
  border-color: #772642;
}
.list-group-item-info {
  color: #205c80;
  background-color: #c9e9fd;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #205c80;
  background-color: #b0dffc;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #205c80;
  border-color: #205c80;
}
.list-group-item-warning {
  color: #776c29;
  background-color: #f8f2cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #776c29;
  background-color: #f5ecb7;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #776c29;
  border-color: #776c29;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #353535;
  background-color: #d4d4d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #353535;
  background-color: #c7c7c7;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #e5cf4e;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid transparent;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 210px;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 11pt;
  word-wrap: break-word;
  background-color: #3ea2f7;
  background-clip: padding-box;
  border: 1px solid #3ea2f7;
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: #3ea2f7;
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #3ea2f7;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: #3ea2f7;
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #3ea2f7;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: #3ea2f7;
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #3ea2f7;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: #3ea2f7;
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #3ea2f7;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next, .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev, .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #3ea2f7 !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0d8af5 !important;
}
.bg-secondary {
  background-color: #295196 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #1e3b6e !important;
}
.bg-success {
  background-color: #e44a7f !important;
}
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #da2161 !important;
}
.bg-info {
  background-color: #3eb0f7 !important;
}
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #0d9cf5 !important;
}
.bg-warning {
  background-color: #e5cf4e !important;
}
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #dec322 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #666 !important;
}
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #4d4d4d !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #3ea2f7 !important;
}
.border-secondary {
  border-color: #295196 !important;
}
.border-success {
  border-color: #e44a7f !important;
}
.border-info {
  border-color: #3eb0f7 !important;
}
.border-warning {
  border-color: #e5cf4e !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #666 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.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-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .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-row {
    display: table-row !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: 768px) {
  .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-row {
    display: table-row !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: 992px) {
  .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-row {
    display: table-row !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: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.m-6 {
  margin: 4.5rem !important;
}
.mt-6, .my-6 {
  margin-top: 4.5rem !important;
}
.mr-6, .mx-6 {
  margin-right: 4.5rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 4.5rem !important;
}
.ml-6, .mx-6 {
  margin-left: 4.5rem !important;
}
.m-7 {
  margin: 6rem !important;
}
.mt-7, .my-7 {
  margin-top: 6rem !important;
}
.mr-7, .mx-7 {
  margin-right: 6rem !important;
}
.mb-7, .my-7 {
  margin-bottom: 6rem !important;
}
.ml-7, .mx-7 {
  margin-left: 6rem !important;
}
.m-8 {
  margin: 7.5rem !important;
}
.mt-8, .my-8 {
  margin-top: 7.5rem !important;
}
.mr-8, .mx-8 {
  margin-right: 7.5rem !important;
}
.mb-8, .my-8 {
  margin-bottom: 7.5rem !important;
}
.ml-8, .mx-8 {
  margin-left: 7.5rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.mt-9, .my-9 {
  margin-top: 9rem !important;
}
.mr-9, .mx-9 {
  margin-right: 9rem !important;
}
.mb-9, .my-9 {
  margin-bottom: 9rem !important;
}
.ml-9, .mx-9 {
  margin-left: 9rem !important;
}
.m-10 {
  margin: 10.5rem !important;
}
.mt-10, .my-10 {
  margin-top: 10.5rem !important;
}
.mr-10, .mx-10 {
  margin-right: 10.5rem !important;
}
.mb-10, .my-10 {
  margin-bottom: 10.5rem !important;
}
.ml-10, .mx-10 {
  margin-left: 10.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.p-6 {
  padding: 4.5rem !important;
}
.pt-6, .py-6 {
  padding-top: 4.5rem !important;
}
.pr-6, .px-6 {
  padding-right: 4.5rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 4.5rem !important;
}
.pl-6, .px-6 {
  padding-left: 4.5rem !important;
}
.p-7 {
  padding: 6rem !important;
}
.pt-7, .py-7 {
  padding-top: 6rem !important;
}
.pr-7, .px-7 {
  padding-right: 6rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 6rem !important;
}
.pl-7, .px-7 {
  padding-left: 6rem !important;
}
.p-8 {
  padding: 7.5rem !important;
}
.pt-8, .py-8 {
  padding-top: 7.5rem !important;
}
.pr-8, .px-8 {
  padding-right: 7.5rem !important;
}
.pb-8, .py-8 {
  padding-bottom: 7.5rem !important;
}
.pl-8, .px-8 {
  padding-left: 7.5rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.pt-9, .py-9 {
  padding-top: 9rem !important;
}
.pr-9, .px-9 {
  padding-right: 9rem !important;
}
.pb-9, .py-9 {
  padding-bottom: 9rem !important;
}
.pl-9, .px-9 {
  padding-left: 9rem !important;
}
.p-10 {
  padding: 10.5rem !important;
}
.pt-10, .py-10 {
  padding-top: 10.5rem !important;
}
.pr-10, .px-10 {
  padding-right: 10.5rem !important;
}
.pb-10, .py-10 {
  padding-bottom: 10.5rem !important;
}
.pl-10, .px-10 {
  padding-left: 10.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6, .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6, .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6, .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6, .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7, .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7, .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7, .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7, .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8, .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8, .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8, .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8, .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9, .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9, .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9, .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9, .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10.5rem !important;
  }
  .mt-sm-10, .my-sm-10 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-10, .mx-sm-10 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-10, .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-10, .mx-sm-10 {
    margin-left: 10.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6, .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6, .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6, .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6, .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7, .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7, .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7, .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7, .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8, .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8, .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8, .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8, .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9, .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9, .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9, .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9, .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10.5rem !important;
  }
  .pt-sm-10, .py-sm-10 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-10, .px-sm-10 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-10, .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-10, .px-sm-10 {
    padding-left: 10.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6, .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6, .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6, .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6, .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7, .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7, .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7, .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7, .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8, .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8, .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8, .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8, .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9, .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9, .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9, .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9, .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10.5rem !important;
  }
  .mt-md-10, .my-md-10 {
    margin-top: 10.5rem !important;
  }
  .mr-md-10, .mx-md-10 {
    margin-right: 10.5rem !important;
  }
  .mb-md-10, .my-md-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-10, .mx-md-10 {
    margin-left: 10.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6, .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6, .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6, .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6, .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7, .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7, .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7, .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7, .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8, .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8, .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8, .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8, .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9, .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9, .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9, .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9, .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10.5rem !important;
  }
  .pt-md-10, .py-md-10 {
    padding-top: 10.5rem !important;
  }
  .pr-md-10, .px-md-10 {
    padding-right: 10.5rem !important;
  }
  .pb-md-10, .py-md-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-10, .px-md-10 {
    padding-left: 10.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6, .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6, .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6, .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6, .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7, .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7, .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7, .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7, .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8, .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8, .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8, .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8, .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9, .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9, .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9, .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9, .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  .mt-lg-10, .my-lg-10 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-10, .mx-lg-10 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-10, .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-10, .mx-lg-10 {
    margin-left: 10.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6, .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6, .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6, .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6, .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7, .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7, .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7, .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7, .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8, .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8, .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8, .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8, .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9, .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9, .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9, .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9, .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  .pt-lg-10, .py-lg-10 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-10, .px-lg-10 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-10, .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-10, .px-lg-10 {
    padding-left: 10.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6, .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6, .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6, .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6, .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7, .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7, .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7, .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7, .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8, .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8, .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8, .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8, .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9, .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9, .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9, .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9, .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  .mt-xl-10, .my-xl-10 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-10, .mx-xl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-10, .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-10, .mx-xl-10 {
    margin-left: 10.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6, .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6, .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6, .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6, .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7, .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7, .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7, .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7, .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8, .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8, .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8, .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8, .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9, .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9, .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9, .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9, .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  .pt-xl-10, .py-xl-10 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-10, .px-xl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-10, .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-10, .px-xl-10 {
    padding-left: 10.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #3ea2f7 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0d8af5 !important;
}
.text-secondary {
  color: #295196 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #1e3b6e !important;
}
.text-success {
  color: #e44a7f !important;
}
a.text-success:hover, a.text-success:focus {
  color: #da2161 !important;
}
.text-info {
  color: #3eb0f7 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0d9cf5 !important;
}
.text-warning {
  color: #e5cf4e !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #dec322 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}
.text-dark {
  color: #666 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #4d4d4d !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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;
  }
}
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #3ea2f7;
  border-radius: 8px;
  background: #3ea2f7;
  margin: 0;
  width: 100%;
  height: auto;
  padding-left: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .jcf-select {
    width: 100%;
  }
}
.jcf-select.placeholder-true {
  background-color: transparent;
}
.jcf-select.placeholder-true .jcf-select-text {
  color: #3ea2f7;
}
.jcf-select.placeholder-true .jcf-select-opener {
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow-blue.svg);
}
.small-box-05 {
  width: 50%;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 32px;
  margin: 0 8px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 768px) {
  .jcf-select .jcf-select-text {
    margin: 0 35px 0 8px;
    font-size: 17px;
  }
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: transparent;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
  display: none;
}
@media (min-width: 768px) {
  .jcf-select .jcf-select-opener {
    background-image: url(https://assets.cruisewatch.com/media/img/down-arrow.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }
}
body > .jcf-select-drop {
  position: absolute;
  margin: 1px 0 0;
  z-index: 9999;
  min-width: 150px;
}
body > .jcf-select-drop.offset-right {
  right: 10px;
  left: auto !important;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #3ea2f7;
  border-radius: 4px;
}
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #3ea2f7;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 21px;
  font-size: 12px;
  width: 100%;
  border-radius: 4px;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #3ea2f7;
  font-weight: 600;
  height: 1%;
  cursor: pointer;
  font-size: 13px;
}
@media (min-width: 768px) {
  .jcf-list .jcf-option {
    font-size: 17px;
  }
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background: #295196;
  color: #fff;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}
.jcf-focus, .jcf-focus * {
  border-color: #3ea2f7;
}
.jcf-select-drop .jcf-option-hideme {
  display: none;
}
.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}
.nav-tabs {
  margin-bottom: 0;
  border-bottom: 1px solid #3ea2f7;
}
.nav-tabs li {
  padding: 7px 10px;
  background-color: transparent;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .nav-tabs li {
    padding: 7px 18px;
  }
}
.nav-tabs li.active {
  background-color: #3ea2f7;
  box-shadow: none;
}
.nav-tabs li.active a {
  color: #fff;
}
.nav-tabs li a {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11pt;
  color: #3ea2f7;
  font-weight: 600;
}
.nav-tabs.tabs-blue {
  border: none;
}
.nav-tabs.tabs-blue li {
  padding: 8px 10px;
  background-color: #295196;
  margin-right: 2px;
  box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.19);
}
@media (min-width: 992px) {
  .nav-tabs.tabs-blue li {
    padding: 10px 31px 5px;
  }
}
.nav-tabs.tabs-blue li.active {
  background-color: #3ea2f7;
  box-shadow: none;
}
.nav-tabs.tabs-blue li.special {
  background-color: #fff;
}
.nav-tabs.tabs-blue li.special a {
  color: #3ea2f7;
}
.nav-tabs.tabs-blue li a {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13pt;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-blue li a {
    font-size: 11pt;
  }
}
.nav-tabs.tabs-light-blue {
  border: none;
}
.nav-tabs.tabs-light-blue li {
  background-color: transparent;
  margin: 0;
  padding: 7px;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-light-blue li {
    text-align: center;
  }
}
.nav-tabs.tabs-light-blue li.active {
  background-color: #e9f3fa;
  box-shadow: none;
}
.nav-tabs.tabs-light-blue li.active a {
  color: #666;
}
.nav-tabs.tabs-light-blue li a {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10pt;
  color: #3ea2f7;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-light-blue li a {
    font-size: 11pt;
    display: block;
  }
}
@media (min-width: 992px) {
  .nav-tabs.tabs-light-blue li a {
    font-size: 13pt;
  }
}
.nav-tabs.tabs-light-blue li.lowest-price {
  position: relative;
  background-color: transparent;
  border: 1px solid #e44a7f;
  border-bottom: none;
  padding: 7px 2px;
  border-radius: 15px 10px 0 0;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-light-blue li.lowest-price {
    padding: 7px 3px;
  }
}
@media (min-width: 992px) {
  .nav-tabs.tabs-light-blue li.lowest-price {
    padding: 7px 10px;
  }
}
.nav-tabs.tabs-light-blue li.lowest-price:after {
  content: "LOWEST PRICE";
  color: #e44a7f;
  font-size: 8pt;
  position: absolute;
  background-color: #fff;
  top: -3px;
  left: 10px;
  transform: translateY(-50%);
  padding: 0 10px;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-light-blue li.lowest-price:after {
    top: 0;
    left: 6px;
  }
}
@media (min-width: 992px) {
  .nav-tabs.tabs-light-blue li.lowest-price:after {
    font-size: 9pt;
    left: 13px;
  }
}
.nav-tabs.tabs-light-blue li.lowest-price a {
  color: #e44a7f;
}
.nav-tabs.tabs-light-blue li.lowest-price a .badge {
  font-size: 10pt;
}
.nav-tabs.tabs-light-blue li.lowest-price .badge {
  margin: 0 1px;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-light-blue li.lowest-price .badge {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .nav-tabs.tabs-light-blue li.anchor-link {
    display: flex;
    align-items: flex-end;
  }
}
.nav-tabs.tabs-yellow {
  border: none;
}
.nav-tabs.tabs-yellow li {
  background-color: #3ea2f7;
  margin-right: 3px;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-yellow li {
    padding: 7px 20px;
  }
}
.nav-tabs.tabs-yellow li.active {
  background-color: #e5cf4e;
}
.nav-tabs.tabs-yellow li.active a {
  color: #295196;
}
.nav-tabs.tabs-yellow li a {
  color: #fff;
}
.nav-tabs.tabs-small {
  border: none;
}
@media (max-width: 767px) {
  .nav-tabs.tabs-small {
    margin-bottom: 10px;
  }
}
.nav-tabs.tabs-small h3 {
  margin-bottom: 10px;
}
.nav-tabs.tabs-small li {
  width: 100%;
  padding: 0 1px;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  background-color: transparent;
  margin: 0;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-small li {
    padding: 0;
  }
}
.nav-tabs.tabs-small li.active {
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
.nav-tabs.tabs-small li.active a {
  color: #666;
}
.nav-tabs.tabs-small li a {
  font-size: 10pt;
  color: #3ea2f7;
  display: block;
}
@media (min-width: 768px) {
  .nav-tabs.tabs-small li a {
    font-size: 9pt;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .nav-tabs.tabs-small li a {
    font-size: 11pt;
  }
}
.nav-tabs.bigger-tabs li {
  padding: 7px 22px;
}
@media (min-width: 768px) {
  .nav-tabs.bigger-tabs li {
    padding: 7px 10px;
  }
}
@media (min-width: 992px) {
  .nav-tabs.bigger-tabs li {
    padding: 7px 22px;
  }
}
.nav-tabs.bigger-tabs li .nav-tab-item {
  font-size: 13pt;
}
.tabs-rounded li {
  border-radius: 10px 10px 0 0;
}
.tab-content {
  padding: 25px 10px;
}
.tab-content.tabs-blue {
  background-color: #3ea2f7;
  color: #fff;
  padding: 15px 10px;
}
.tab-content.tabs-light-blue {
  background-color: #e9f3fa;
  color: #666;
}
.tab-content.tabs-light-blue.small {
  padding: 13px 10px;
}
.tab-content.tabs-light-blue.datepicker-tabs {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .tab-content.tabs-light-blue.datepicker-tabs {
    padding: 50px 10px 20px;
  }
}
.tab-content.tabs-yellow {
  background-color: #e5cf4e;
  padding: 25px 10px;
}
.tab-content.tabs-rounded {
  border-radius: 0 10px 10px 10px;
}
.tab-content.tabs-small {
  padding: 8px 5px 0;
}
@media (max-width: 767px) {
  .tab-content.tabs-small {
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .tab-content.tabs-small .row {
    margin: 0;
  }
}
.tab-content.tabs-small .book-wrap {
  padding-bottom: 10px;
}
.tab-content.tabs-small .col-3 {
  padding-top: 2px;
  text-align: left;
  padding-left: 20px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .tab-content.tabs-small .col-3 {
    padding: 2px 0 2px 5px;
    margin-bottom: 0;
  }
}
.tab-content.tabs-small .col-3 .small-label {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tab-content.tabs-small .col-3 .small-label {
    font-size: 8pt;
  }
}
.tab-content.tabs-small .price {
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  font-size: 14pt;
}
.tab-content.tabs-small .cost {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .tab-content.tabs-small .cost {
    font-size: 11pt;
  }
}
.tab-content.tabs-small img {
  width: 100%;
}
.tab-content.tabs-small .book {
  display: block;
  color: #666;
  text-align: center;
  padding: 5px 0;
}
.tab-content.tabs-small .btn {
  width: 24%;
  padding-left: 0;
  padding-right: 0;
}
.tab-content .jcf-select-form .select-box {
  width: 150px;
  margin: 0 5px 0 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .tab-content .jcf-select-form .select-box {
    width: 185px;
  }
}
@media (min-width: 992px) {
  .tab-content .jcf-select-form .select-box.select-box-lg {
    width: 250px;
  }
}
.tab-content .jcf-select-form .select-box.select-box-lg .jcf-select {
  padding-right: 20px;
}
@media (min-width: 992px) {
  .tab-content .jcf-select-form .select-box.select-box-md {
    width: 215px;
  }
}
.tab-content .jcf-select-form .select-box img {
  left: 10px;
  width: auto;
}
.tab-content .jcf-select-form .jcf-select {
  background-color: #fff;
  padding-left: 33px;
}
.tab-content .jcf-select-form .jcf-select .jcf-select-text {
  color: #3ea2f7;
  line-height: 40px;
}
@media (min-width: 768px) {
  .tab-content .jcf-select-form .jcf-select .jcf-select-text {
    line-height: 31px;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .tab-content .jcf-select-form .jcf-select .jcf-select-text {
    line-height: 40px;
    font-size: 17px;
  }
}
.tab-content .jcf-select-form .jcf-select .jcf-select-opener {
  display: block !important;
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.tab-content .jcf-select-form [type="submit"] {
  width: auto;
  padding-left: 23px;
  padding-right: 23px;
}
@media (min-width: 768px) {
  .tab-content .jcf-select-form [type="submit"] {
    margin-left: 10px;
  }
}
.tab-content .jcf-select-form .image-placeholder {
  display: block;
  top: 50%;
}
.tab-content img {
  width: auto;
}
.tab-content .list-tab-content {
  column-count: 7;
}
.tab-content .list-tab-content li {
  width: 100%;
  overflow: hidden;
}
.tab-content .list-tab-content li a {
  color: #a7a7a7;
  font-size: 11pt;
  display: block;
  line-height: 19px;
}
.tab-content .list-tab-content li a:hover, .tab-content .list-tab-content li a:focus {
  color: #414141;
}
.tab-content.loginRegister-form {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .tab-content.loginRegister-form .tab-table-part {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .tab-content.loginRegister-form .btn {
    padding: 6px 20px;
  }
}
@media (min-width: 768px) {
  .tab-content.independent-content-block {
    display: flex;
    justify-content: space-between;
  }
}
.tab-content.independent-content-block .heading-md {
  margin: 0 30px 0 0;
  line-height: 35px;
  color: #fff;
  display: block;
}
@media (min-width: 768px) {
  .tab-content.independent-content-block .heading-md {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .tab-content.independent-content-block .heading-md {
    width: 20%;
    flex-wrap: nowrap;
  }
}
.tab-content.independent-content-block .jcf-select-form {
  width: 100%;
}
@media (min-width: 768px) {
  .tab-content.independent-content-block .jcf-select-form {
    width: 70%;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .tab-content.independent-content-block .jcf-select-form {
    width: 80%;
  }
}
.tab-content.independent-content-block .jcf-select-form .select-box {
  width: 24%;
}
@media (max-width: 767px) {
  .tab-content.independent-content-block .jcf-select-form .select-box {
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }
}
.tab-content.independent-content-block .jcf-select-form .select-box.select-box-md, .tab-content.independent-content-block .jcf-select-form .select-box.select-box-lg {
  width: 24%;
}
@media (max-width: 767px) {
  .tab-content.independent-content-block .jcf-select-form .select-box.select-box-md, .tab-content.independent-content-block .jcf-select-form .select-box.select-box-lg {
    width: 100%;
    margin: 0;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .tab-content.independent-content-block .jcf-select-form .btn {
    width: 100%;
    margin-top: 10px;
  }
}
.tab-content.independent-content-block.full-width .jcf-select-form {
  width: 100%;
}
.tab-content.bigger-tab-content .heading-sm {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .promotional {
    color: #e44a7f;
  }
  .promotional .badge {
    display: block !important;
    margin: 0;
    position: absolute;
    bottom: 100%;
    left: 42%;
    transform: translateX(-50%);
  }
}
.promotional .badge {
  display: none;
}
@media (max-width: 767px) {
  .table-tabs {
    border-bottom: 1px solid #3ea2f7;
    margin-bottom: 7px;
  }
}
.table-tabs li {
  width: 50%;
}
@media (max-width: 767px) {
  .table-tabs li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .table-tabs li.active {
    border-radius: 10px 10px 0 0;
    background-color: #3ea2f7;
  }
}
@media (max-width: 767px) {
  .table-tabs li.active .table-tab-heading-box h2 {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .table-tabs li .table-tab-heading-box h2 {
    color: #3ea2f7;
    margin-bottom: 0;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .table-tabs li a {
    pointer-events: none;
    display: block;
  }
}
.table-tabs.loginRegister-form {
  width: 100%;
}
@media (min-width: 768px) {
  .table-tabs.loginRegister-form li {
    padding: 0 20px;
  }
}
.table-tabs.loginRegister-form li a .table-tab-heading-box .heading-lg {
  font-size: 13pt;
  margin: 0;
  line-height: 17px;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 768px) {
  .table-tabs.loginRegister-form li a .table-tab-heading-box .heading-lg {
    font-size: 24pt;
    margin-bottom: 20px;
    line-height: 38px;
    font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  }
}
@media (min-width: 768px) {
  .tab-table-content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .tab-table-part {
    width: 48%;
  }
}
.tab-table tr:last-child {
  border-bottom: 1px solid #dee2e6;
}
.tab-table td, .tab-table th {
  vertical-align: middle;
}
.tab-table th .text-wrap {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tab-table th .text-wrap {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .tab-table th .text-wrap {
    width: 280px;
  }
}
.tab-table th .text-wrap.smaller {
  width: 115px;
}
@media (min-width: 768px) {
  .tab-table th .text-wrap.smaller {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .tab-table th .text-wrap.smaller {
    width: 210px;
  }
}
.tab-table th .text-wrap span {
  text-transform: none;
}
@media (max-width: 767px) {
  .tab-table th .text-wrap span {
    font-size: 8pt;
  }
}
.tab-table th .text-wrap p {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  line-height: 1.15;
  color: #3ea2f7;
  font-size: 10pt;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .tab-table th .text-wrap p {
    font-size: 13pt;
  }
}
.tab-table td img {
  width: 63%;
  display: block;
  margin: 0 auto;
}
.tab-table td h3 {
  margin: 0;
}
@media (max-width: 767px) {
  .tab-table td .small-label {
    font-size: 8pt;
  }
}
.tab-table td .small-label.highlight {
  text-transform: none;
}
.tab-table td .btn {
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .tab-table td .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tab-table td p {
  margin-bottom: 0;
}
.tab-table td .price {
  font-weight: 600;
  line-height: 1;
  font-size: 12pt;
}
@media (min-width: 768px) {
  .tab-table td .price {
    font-size: 13pt;
    font-weight: 400;
  }
}
.tab-table td .right-link img {
  width: 20px;
  height: 20px;
}
.container.shadow {
  position: relative;
}
@media (max-width: 767px) {
  .container.shadow:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    z-index: 99;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 40%);
  }
}
.overflow-tabs-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .overflow-tabs-holder .hp-list-tab-holder {
    width: 1155px;
  }
}
.fake-tabs .tab-links .tabs-blue {
  border: none;
  margin-bottom: 0;
}
.fake-tabs .tab-links .tabs-blue li {
  padding: 8px 10px;
  background-color: #295196;
  margin-right: 2px;
  box-shadow: inset 0px -1px 5px 0px rgba(0, 0, 0, 0.19);
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13pt;
  color: #fff;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
}
.fake-tabs .tab-links .tabs-blue li:hover, .fake-tabs .tab-links .tabs-blue li:focus {
  background-color: #3ea2f7;
}
@media (min-width: 992px) {
  .fake-tabs .tab-links .tabs-blue li {
    padding: 10px 31px 5px;
  }
}
.fake-tabs .tab-links .tabs-blue li.active {
  background-color: #3ea2f7;
  box-shadow: none;
}
.fake-tabs .tab-links .tabs-blue li.special {
  background-color: #fff;
}
.fake-tabs .tab-links .tabs-blue li.special:hover, .fake-tabs .tab-links .tabs-blue li.special:focus {
  background-color: #3ea2f7;
}
.fake-tabs .tab-links .tabs-blue li.special:hover a, .fake-tabs .tab-links .tabs-blue li.special:focus a {
  color: #fff;
}
.fake-tabs .tab-links .tabs-blue li.special a {
  color: #3ea2f7;
}
.fake-tabs .tab-links .tabs-blue li a {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13pt;
  color: #fff;
  font-weight: 500;
  display: block;
}
.fake-tabs .tab-content {
  background-color: #3ea2f7;
  border-radius: 0 10px 10px 10px;
  padding: 15px;
}
.tabs-holder {
  padding: 37px 0 33px;
}
.col-wrap .tab-col {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 5px;
}
.col-wrap .tab-col .small-label {
  font-size: 8pt;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .col-wrap .tab-col .small-label {
    font-size: 13pt;
    text-transform: none;
  }
}
.col-wrap .tab-col span {
  display: block;
  line-height: 1;
  font-size: 10pt;
}
.col-wrap .tab-col span.cost {
  margin-bottom: 10px;
}
.col-wrap .tab-col span.price {
  font-weight: 600;
}
@media (min-width: 768px) {
  .col-wrap .tab-col span {
    font-size: 13pt;
    margin-bottom: 10px;
  }
}
.col-wrap .tab-col span .badge {
  display: inline;
  padding: 2px 4px;
  font-size: 10pt;
}
.col-wrap .tab-col .btn {
  font-size: 10pt;
  width: 100%;
}
@media (min-width: 768px) {
  .col-wrap .tab-col .btn {
    font-size: 11pt;
    width: auto;
  }
}
.col-wrap .tab-col .btn span {
  display: inline;
}
.yellow-tab-text-wrap .heading-lg {
  margin-bottom: 23px;
}
.yellow-tab-text-wrap p {
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .yellow-tab-text-wrap p {
    margin-bottom: 15px;
    font-size: 11pt;
  }
}
@media (min-width: 992px) {
  .yellow-tab-text-wrap p {
    margin-bottom: 28px;
    font-size: 13pt;
  }
}
.landing-tabs {
  display: none;
}
@media (min-width: 768px) {
  .landing-tabs {
    display: flex;
  }
}
.landing-tabs li {
  background-color: transparent;
  padding: 7px 15px;
  border-radius: 10px 10px 0 0;
  margin-right: 7px;
}
@media (min-width: 768px) {
  .landing-tabs li {
    padding: 7px 50px;
    margin-right: 0;
  }
}
.landing-tabs li a {
  color: #3ea2f7;
  font-weight: 600;
}
.landing-tabs li.active {
  background-color: #e9f3fa;
}
.landing-tabs li.active a {
  color: #666;
}
.landing-tab-content {
  background-color: transparent;
}
@media (min-width: 768px) {
  .landing-tab-content {
    background-color: #e9f3fa;
    padding: 25px 17px;
  }
}
.landing-tab-content hr {
  margin: 35px 0;
}
.landing-tab-content-holder p {
  text-align: center;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .landing-tab-content-holder p {
    text-align: left;
    line-height: 24px;
  }
}
.landing-tab-content-holder img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 155px;
}
@media (min-width: 768px) {
  .landing-tab-content-holder img {
    width: 100%;
  }
}
.landing-tab-content-holder img.small-image {
  width: 50px;
}
@media (min-width: 768px) {
  .landing-tab-content-holder img.small-image {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .landing-tab-content-holder.image-holder {
    display: flex;
    align-items: center;
    padding-left: 85px;
  }
}
@media (max-width: 767px) {
  .landing-tab-content-holder.image-holder img {
    margin-bottom: 30px;
  }
}
.tab-form-box .bgImage-placeholder {
  width: 23%;
  margin-right: 10px;
}
.tab-form-box .bgImage-placeholder.small {
  width: 17%;
}
.tab-form-box .bgImage-placeholder.middle {
  width: 19%;
}
.tab-form-box .btn {
  padding-left: 22px;
  padding-right: 22px;
}
@media (min-width: 992px) {
  .fake-tabs-price .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1200px) {
  .fake-tabs-price .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.fake-tabs-price .book-wrap {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .fake-tabs-price .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .fake-tabs-price .col-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fake-tabs-price .col-3 .small-label {
  margin-bottom: 0;
  font-size: 9pt;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .fake-tabs-price .col-3 .small-label {
    font-size: 8pt;
    white-space: normal;
  }
}
.fake-tabs-price .price {
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  font-size: 14pt;
}
@media (min-width: 992px) {
  .fake-tabs-price .price {
    font-size: 12pt;
  }
}
@media (min-width: 1200px) {
  .fake-tabs-price .price {
    font-size: 14pt;
  }
}
.fake-tabs-price .cost {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  font-size: 10pt;
}
@media (min-width: 1200px) {
  .fake-tabs-price .cost {
    font-size: 11pt;
  }
}
.fake-tabs-price img {
  width: 100%;
}
.fake-tabs-price .book {
  display: block;
  color: #666;
  text-align: center;
  padding: 5px 0;
  font-size: 10px;
}
.fake-tabs-price .btn {
  width: 24%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .nav-tabs.tabs-light-blue li.lowest-price {
    min-width: 100px;
  }
  .nav-tabs.tabs-light-blue li.lowest-price a {
    display: block;
    text-align: center;
  }
  .nav-tabs.tabs-light-blue li.lowest-price:after {
    padding: 0 4px;
    left: 14px;
  }
}
.heading-xxxl {
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 30pt;
  line-height: 1;
}
.heading-xxl {
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 24pt;
  line-height: 1;
}
@media (min-width: 768px) {
  .heading-xxl {
    font-size: 28pt;
  }
}
@media (min-width: 992px) {
  .heading-xxl {
    font-size: 36pt;
  }
}
.heading-xl {
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 21pt;
  line-height: 1;
}
@media (min-width: 768px) {
  .heading-xl {
    font-size: 30pt;
  }
}
.heading-lg {
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 18pt;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .heading-lg {
    font-size: 24pt;
  }
}
.heading-lg small {
  font-size: 13pt;
}
.heading-md {
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 16pt;
  line-height: 1;
}
@media (min-width: 768px) {
  .heading-md {
    font-size: 20pt;
  }
}
.heading-sm {
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 14pt;
  line-height: 1;
}
@media (min-width: 768px) {
  .heading-sm {
    font-size: 16pt;
  }
}
.heading-xs {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 12pt;
  line-height: 1;
}
@media (min-width: 768px) {
  .heading-xs {
    font-size: 13pt;
  }
}
.heading-primary {
  color: #295196;
}
.heading-secondary {
  color: #666;
}
.heading-light {
  color: #fff;
}
.highlight {
  color: #e44a7f;
}
.highlight-xxl {
  font-size: 12pt;
}
@media (min-width: 768px) {
  .highlight-xxl {
    font-size: 21pt;
  }
}
.highlight-sm {
  font-size: 12pt;
}
@media (min-width: 768px) {
  .highlight-sm {
    font-size: 16pt;
  }
}
.highlight-gray {
  color: #666;
}
.highlight-blue {
  color: #3ea2f7;
}
.small-label {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .small-label {
    font-size: 9pt;
  }
}
p {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 1.15;
  color: #666;
  font-size: 10pt;
}
@media (min-width: 768px) {
  p {
    font-size: 13pt;
  }
}
p.small {
  font-size: 10pt;
}
@media (min-width: 768px) {
  p.small {
    font-size: 11pt;
  }
}
p.light {
  color: #999;
}
.badge-primary {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10pt;
  font-weight: 400;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .badge-primary {
    font-size: 11pt;
  }
}
.badge-lg {
  font-size: 14pt;
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .badge-lg {
    font-size: 16pt;
  }
}
.text-row .tour-name {
  font-size: 14px;
}
.rating-result .text-result {
  font-size: 14px;
}
.number {
  font-size: 13px;
}
@media (min-width: 768px) {
  .number {
    font-size: 14px;
  }
}
.tabset li a {
  font-size: 13px;
}
@media (min-width: 768px) {
  .tabset li a {
    font-size: 14px;
  }
}
.tab-content .price {
  font-size: 15px;
}
@media (min-width: 768px) {
  .tab-content .price {
    font-size: 19px;
  }
}
.tab-content .cost {
  font-size: 10px;
}
@media (min-width: 768px) {
  .tab-content .cost {
    font-size: 14px;
  }
}
.tab-content .book {
  font-size: 10px;
}
.btn {
  font-size: 10pt;
}
@media (min-width: 992px) {
  .btn {
    font-size: 13pt;
  }
}
.form-control {
  font-size: 14px;
}
.input-group-append .btn {
  font-size: 13pt;
}
.footer-col p {
  font-size: 10pt;
}
@media (min-width: 992px) {
  .footer-col p {
    font-size: 13pt;
  }
}
.footer-col ul li a {
  font-size: 10pt;
}
@media (min-width: 992px) {
  .footer-col ul li a {
    font-size: 13pt;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../themes/cruisewatch/assets/fonts/icomoon.woff?wu1b5k") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-warning:before {
  content: "";
}
.icon-like:before {
  content: "";
}
.icon-anchor:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-call:before {
  content: "";
}
.icon-check1:before {
  content: "";
}
.icon-credit-card:before {
  content: "";
}
.icon-doorway:before {
  content: "";
}
.icon-foreign:before {
  content: "";
}
.icon-invoice:before {
  content: "";
}
.icon-quited:before {
  content: "";
}
.icon-stick-man:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-adjustments:before {
  content: "";
}
.icon-settings:before {
  content: "";
}
.icon-options:before {
  content: "";
}
.icon-equalizer:before {
  content: "";
}
.icon-preferences:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-caret-top:before {
  content: "";
}
.icon-caret-left:before {
  content: "";
}
.icon-caret-right:before {
  content: "";
}
.icon-caret:before {
  content: "";
}
.icon-close-thin:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-arrow-thin-down:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-heart-outlined:before {
  content: "";
}
.icon-heart:before {
  content: "";
}
.icon-quote-right:before {
  content: "";
}
.icon-quote-left:before {
  content: "";
}
.landing-tabs, .pagination ul, .slick-dots, .default-list, .advantage-point .colored-advantage ul, .booking-partners .partners {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearfix:after, .thypography-content .text-block:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}
.fadein {
  display: none;
}
#header {
  position: absolute;
}
a {
  transition: color 0.3s ease-in;
}
.bg-dark {
  background-color: #295196 !important;
}
@media (max-width: 767px) {
  .mobile-inverse {
    background-color: #fff !important;
    padding-bottom: 40px !important;
  }
  .mobile-inverse .navbar-toggler-icon {
    background-image: url(https://assets.cruisewatch.com/media/img/down-arrow-dark-blue.svg);
  }
  .mobile-inverse .nav-item .nav-link {
    color: #295196 !important;
  }
  .mobile-inverse .nav-item .btn {
    border-color: #295196 !important;
    color: #295196 !important;
  }
  .mobile-inverse .nav-item .search-header-form {
    border: 1px solid #295196;
  }
}
.navbar {
  background-color: #295196;
  padding: 0.25rem 1rem;
}
@media (min-width: 992px) {
  .navbar {
    padding: 0.3rem 1rem;
  }
}
.navbar .navbar-brand {
  max-width: 160px;
}
@media (min-width: 992px) {
  .navbar .navbar-brand {
    max-width: 200px;
  }
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .nav-item {
  position: relative;
}
@media (min-width: 768px) {
  .navbar .nav-item {
    display: flex;
    align-items: center;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.navbar .nav-item .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .navbar .nav-item .nav-link {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.navbar .nav-item .nav-link .icon-search {
  font-size: 29px;
  display: block;
}
.navbar .nav-item .btn {
  padding: 3px 17px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  border-color: #fff;
  color: #fff;
}
@media (min-width: 992px) {
  .navbar .nav-item .btn {
    font-size: 15px;
  }
}
.navbar .nav-item .btn:hover, .navbar .nav-item .btn:focus, .navbar .nav-item .btn:active {
  border-color: #e5cf4e;
  color: #e5cf4e;
  background-color: transparent;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .navbar .container {
    justify-content: start;
  }
}
@media (min-width: 768px) {
  .navbar.hp-navbar .nav-item .nav-link {
    color: #295196;
  }
  .navbar.hp-navbar .nav-item .nav-link:hover, .navbar.hp-navbar .nav-item .nav-link:focus {
    color: #fff;
  }
}
.navbar.hp-navbar .nav-item .btn {
  padding: 5px 20px;
  color: #fff;
  border-color: #fff;
  transition: color 0.3s ease-in, border-color 0.3s ease-in;
}
.navbar.hp-navbar .nav-item .btn:hover, .navbar.hp-navbar .nav-item .btn:focus {
  color: #e5cf4e;
  border-color: #e5cf4e;
}
@media (min-width: 768px) {
  .navbar.hp-navbar .nav-item .btn {
    border-color: #295196;
    color: #295196;
  }
  .navbar.hp-navbar .nav-item .btn:hover, .navbar.hp-navbar .nav-item .btn:focus, .navbar.hp-navbar .nav-item .btn:active {
    border-color: #fff;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    padding-bottom: 10px;
  }
}
.navbar-brand {
  max-width: 195px;
}
@media (min-width: 768px) {
  .navbar-brand {
    max-width: 200px;
  }
}
.navbar-brand img {
  width: 100%;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 30px !important;
  }
}
@media (max-width: 768px) {
  .navbar-brand img {
    height: 100% !important;
  }
}
.navbar-brand.destination-brand {
  max-width: 195px;
}
@media (min-width: 768px) {
  .navbar-brand.destination-brand {
    max-width: 200px;
  }
}
.navbar-brand.destination-brand img {
  width: 100%;
}
.jumbotron {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #e5cf4e;
  border-radius: 0;
}
@media (max-width: 767px) {
  .jumbotron {
    display: none;
  }
}
.jumbotron img {
  display: inline-block;
  margin-right: 15px;
}
.jumbotron p {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  color: #295196;
  font-size: 17px;
}
.dropdown-toggle:after {
  display: none;
}
.dropdown-toggle .icon-caret {
  position: relative;
  top: 3px;
  margin-left: 4px;
}
.navbar-toggler {
  padding: 0.25rem 0;
  border: none;
  color: #fff;
  outline: none !important;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  transform: rotate(-180deg);
}
.navbar-toggler .navbar-toggler-icon {
  background-size: 82%;
  transition: transform 0.3s ease-in;
}
.avatar {
  position: absolute;
  right: 15px;
  top: 23px;
  transform: translateY(-50%);
}
.avatar .badge {
  vertical-align: middle;
}
.async-hide {
  opacity: 0 !important;
}
.container {
  position: relative;
}
@media (min-width: 1200px) {
  .container.no-paddings {
    padding-left: 0;
    padding-right: 0;
  }
}
.font-weight-semibold {
  font-weight: 600;
}
.form-control {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.form-group {
  position: relative;
}
.btn {
  font-weight: 600;
  padding: 0.375rem 0.5rem;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 10pt;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .btn-sm, .btn-group-sm > .btn {
    font-size: 11pt;
  }
}
.btn-info {
  color: #fff;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  color: #fff !important;
  background-color: #3ea2f7;
}
.input-group-append .btn {
  font-weight: 600;
}
.content {
  padding-bottom: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tablet-hidden {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-hidden2 {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .desktop-hidden {
    display: none !important;
  }
}
.section-head {
  padding: 10px 0 20px;
}
.section-head .box-headline {
  margin-bottom: 0;
}
.section-head a, .section-head span {
  font-size: 14px;
  padding: 2px 8px;
}
.section-head a a, .section-head span a {
  padding: 0;
}
.section-head img {
  margin-left: 5px;
}
.section-head .filters {
  color: #3ea2f7;
}
.form-bg-box {
  background-color: #e9f3fa;
}
.bg-filled {
  background-color: #e5cf4e;
}
@media (min-width: 768px) {
  .bg-filled .aside-box-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .bg-filled .aside-box-holder {
    display: block;
  }
}
@media (max-width: 991px) {
  .sidebar {
    margin: 0 -15px;
  }
}
@media (max-width: 991px) {
  .sidebar .section-head {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar .sidebar-content {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .sidebar .sidebar-content {
    display: block;
  }
}
.bg-filled p a {
  color: #295196;
}
.bg-filled p a strong {
  font-weight: 600;
}
.alert {
  display: none;
}
.alert.visible {
  display: block;
}
.credits {
  color: #fff;
  opacity: 0.7;
  font-size: 7pt;
}
.credits a, .credits a:hover {
  color: #fff;
}
td.center, th.center {
  text-align: center;
}
#footer {
  background-color: #295196;
  padding: 1rem;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #footer {
    padding: 1.125rem 1rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  #footer .navbar-brand {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  #footer .container {
    padding-left: 25px;
  }
}
#footer.landing-footer {
  padding: 1.125rem 1rem;
}
#footer .list-unstyled ul {
  padding-left: 0;
}
#footer .border-footer {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#footer .footer-col {
  padding-top: 0;
}
#footer .footer-col div.footer-link ul li {
  padding-bottom: 0.6rem;
}
#footer .footer-col p.copyright {
  margin-top: 23px;
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 11pt;
}
#footer .social-link label {
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  text-align: center;
  padding-top: 2px;
  transition: background-color 0.3s ease-inborder 0.3s ease-in;
}
#footer .social-link label:hover {
  background-color: #fff;
  border: 2px solid #3ea2f7;
}
#footer .social-link label:focus {
  background-color: #fff;
  border: 2px solid #3ea2f7;
}
#footer .signup-form .form-control {
  line-height: 2;
}
#footer .copy {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
}
#footer .funding-notice {
  background: #FFF;
  margin: 25px 0 0 0;
  padding: 10px 15px 10px 15px;
  box-shadow: 0px 10px -14px 14px #FFF;
  -webkit-box-shadow: 0px 10px -14px 14px #FFF;
  -moz-box-shadow: 0px 10px -14px 14px white;
}
#footer .funding-notice img {
  width: 150px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .mobile-order {
    padding: 0.625rem 0;
  }
  .mobile-order.first {
    order: 1;
  }
  .mobile-order.second {
    order: 2;
  }
  .mobile-order.third {
    order: 3;
  }
  .mobile-order.third .footer-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-order.third .footer-col p {
    margin-bottom: 0;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .footer-col {
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .row > [class*="col"]:first-child .footer-col, .row > [class^="col-"]:first-child .footer-col, .row > [class*=" col-"]:first-child .footer-col {
    padding-top: 0;
  }
}
.footer-col p {
  color: #fff;
  margin-bottom: 0.8125rem;
}
@media (min-width: 992px) {
  .footer-col p {
    margin-bottom: 0.9375rem;
  }
}
.footer-col p.copyright {
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer-col p.copyright {
    margin-top: 3.3125rem;
    padding-left: 0.375rem;
  }
}
.footer-col p a {
  color: #fff;
}
.footer-col p a:hover, .footer-col p a:focus {
  color: #e5cf4e;
}
@media (max-width: 767px) {
  .footer-col ul {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .footer-col ul li {
    padding-bottom: 0.25rem;
  }
}
.footer-col ul li a {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-col ul li a {
    font-weight: 400;
  }
}
.footer-col ul li a:hover, .footer-col ul li a:focus {
  color: #e5cf4e;
}
.footer-col .heading-sm {
  color: #fff;
  margin-bottom: 0.1875rem;
}
.footer-col > .list-unstyled > ul > li {
  list-style-type: none;
}
@media (min-width: 768px) {
  .footer-small-version {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer-small-version .menu ul {
  margin: 0;
  column-count: 2;
}
@media (min-width: 768px) {
  .footer-small-version .menu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-count: 1;
  }
}
.footer-small-version .menu ul li {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-small-version .menu ul li {
    padding: 0 10px;
    width: auto;
  }
}
.footer-small-version .menu ul li a {
  color: #fff;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-small-version .menu ul li a {
    font-weight: 400;
  }
}
.footer-small-version .menu ul li a:hover, .footer-small-version .menu ul li a:focus {
  color: #e5cf4e;
}
@media (min-width: 768px) {
  .mobile-flex ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mobile-flex ul li {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .mobile-flex ul li {
    width: auto;
  }
}
.mobile-flex ul li a {
  font-weight: 600;
}
.signup-form .form-control {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border: none;
}
.signup-form .btn {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 768px) {
  #footer .footer-col ul {
    column-count: 1;
    margin-bottom: 0;
  }
  #footer .footer-col p.copyright {
    margin-top: 7px;
    font-size: 11px;
  }
  #footer .mobile-order.third .footer-col {
    display: block;
  }
  #footer .social-link label {
    margin-top: 5px;
    padding-top: 5px;
  }
  #footer .form-group {
    padding-bottom: 15px;
  }
  #footer .signup-form button {
    margin-bottom: 10px;
  }
  #footer p.tablet-hidden {
    margin-top: 20px;
  }
  #footer .copy .footer-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  #footer .copy .footer-col p {
    margin-bottom: 0;
  }
}
/* carousel basic styles */
.cycle-gallery {
  position: relative;
  width: 100%;
  padding: 0 10px;
  z-index: 1;
}
@media (min-width: 768px) {
  .cycle-gallery {
    width: calc(100% - 250px);
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cycle-gallery {
    width: calc(100% - 410px);
  }
}
.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
}
.cycle-gallery .slideset {
  width: 99999px;
  float: left;
}
@media (min-width: 768px) {
  .cycle-gallery .slideset {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
}
.cycle-gallery .slide {
  width: 100%;
  float: left;
  height: 200px;
}
@media (min-width: 768px) {
  .cycle-gallery .slide {
    height: 268px;
    width: 20%;
  }
}
.cycle-gallery-top .slide {
  width: 100%;
  float: left;
  height: 200px;
}
@media (min-width: 768px) {
  .cycle-gallery-top .slide {
    min-height: 180px;
    height: 100%;
    width: 33%;
  }
}
.cycle-gallery-top .pagination {
  top: calc(100% + 20px);
}
.btn-prev, .btn-next {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .btn-prev, .btn-next {
    display: none;
  }
}
.btn-prev {
  right: 99%;
  color: transparent;
  width: 22px;
  height: 22px;
  background-image: url(https://assets.cruisewatch.com/media/img/left-arrow-carousel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.btn-prev:hover, .btn-prev:focus {
  color: transparent;
  opacity: 0.6;
}
.btn-next {
  left: 99%;
  color: transparent;
  width: 22px;
  height: 22px;
  background-image: url(https://assets.cruisewatch.com/media/img/right-arrow-carousel.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.btn-next:hover, .btn-next:focus {
  color: transparent;
  opacity: 0.6;
}
.pagination {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .pagination {
    display: none;
  }
}
.pagination ul {
  display: flex;
  margin: 0 auto;
}
.pagination ul li {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 3px;
}
.pagination ul li.active {
  background-color: #e44a7f;
  border-color: #e44a7f;
}
.pagination ul li a {
  font-size: 0;
}
.sliders-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.prepare-text-box {
  width: 215px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .prepare-text-box {
    position: relative;
    width: 250px;
    left: 15px;
  }
}
@media (min-width: 992px) {
  .prepare-text-box {
    width: 410px;
  }
}
.prepare-text-box.smaller {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .prepare-text-box.smaller {
    transform: translateY(0);
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .prepare-text-box.smaller {
    width: 350px;
  }
}
.prepare-text-box .heading-xxl {
  line-height: 32px;
  font-size: 22pt;
}
@media (min-width: 768px) {
  .prepare-text-box .heading-xxl {
    line-height: 40px;
    font-size: 24pt;
  }
}
@media (min-width: 992px) {
  .prepare-text-box .heading-xxl {
    line-height: 50px;
    font-size: 36pt;
  }
}
.prepare-text-box .heading-xxl small {
  font-size: 10pt;
  line-height: 1;
}
@media (min-width: 768px) {
  .prepare-text-box .heading-xxl small {
    font-size: 12pt;
  }
}
@media (min-width: 992px) {
  .prepare-text-box .heading-xxl small {
    font-size: 16pt;
  }
}
.prepare-text-box .heading-xl {
  letter-spacing: -0.6px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .prepare-text-box .heading-xl {
    line-height: 46px;
    margin-bottom: 25px;
  }
}
.prepare-text-box .btn {
  padding: 5px 23px;
  border-radius: 10px;
}
.map-bg {
  background-image: url(https://assets.cruisewatch.com/media/img/map-bg-opacity.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .map-bg {
    background-position: right;
    background-size: 70%;
  }
}
.map-holder {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .map-holder {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .map-slide .map-points {
    margin: 0 0 0 auto;
  }
}
.close {
  color: #295196;
  opacity: 1;
  text-shadow: none;
  background-image: url(https://assets.cruisewatch.com/media/img/close.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  transition: opacity 0.3s ease-in;
}
.modal-header {
  padding-left: 50px;
}
.modal-header .close {
  position: absolute;
  top: 18px;
  left: 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .modal-header .close {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .modal-header .close {
    top: 27px;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
  }
}
.modal-dialog.full-screen {
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
}
.modal-dialog.full-screen .modal-content {
  min-height: 100vh;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .modal-dialog.full-screen .modal-content {
    background-color: #fff;
  }
}
.modal-dialog.full-screen .modal-content .modal-header {
  background-color: #295196;
  border-radius: 0;
  padding: 0;
}
.modal-dialog.full-screen .modal-content .modal-header .navbar {
  width: 100%;
}
.modal-dialog.full-screen .modal-content .modal-body {
  z-index: 2;
}
@media (min-width: 768px) {
  .modal-dialog.full-screen .modal-content .modal-body {
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
}
.modal-dialog.full-screen .modal-content .modal-body .card {
  border-radius: 0;
  border: none;
}
@media (min-width: 768px) {
  .modal-dialog.full-screen .modal-content .modal-body .card {
    border-radius: 17px;
  }
}
.modal-dialog.full-screen .modal-content .modal-body .card-img-top {
  height: 147px;
  border-radius: 17px 17px 0 0;
}
@media (max-width: 767px) {
  .modal-dialog.full-screen .modal-content .modal-body .container {
    padding: 0;
  }
}
.modal-dialog.full-screen .modal-content .modal-footer {
  padding: 20px 0;
}
.full-width-modal {
  padding: 0 !important;
}
.modal-body {
  padding: 0;
}
.modal-body .signup-form {
  padding: 0 1rem 2rem;
}
.modal-body .sidebar-box {
  border-radius: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-body .sidebar-box {
    border-radius: 0 0 0.3rem 0.3rem;
  }
}
.modal-body .sidebar-box.instead-of-tabs {
  padding: 10px 10px 20px;
}
.modal-body .sidebar-box .jcf-select-form {
  display: flex;
}
.modal-body .sidebar-box .jcf-select-form .btn {
  width: 100%;
}
.modal-body .sidebar-box .select-box {
  width: 49%;
}
.modal-body .sidebar-box .select-box.select-box-lg {
  width: 100%;
}
.modal-body .sidebar-box .select-box img {
  top: 50%;
}
.modal-footer {
  position: relative;
}
.modal-heading-text-box p {
  margin: 0;
}
.modal-row {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .modal-row.wrap-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .modal-row.wrap-row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .back-btn-holder {
    max-width: 665px;
    width: 100%;
    margin: 10px auto;
  }
}
@media (min-width: 992px) {
  .back-btn-holder {
    max-width: auto;
    margin: 10px auto;
    position: absolute;
  }
}
.back-button-modal {
  border-color: #295196;
  color: #295196;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  left: 40px;
  top: 15%;
  z-index: 3;
}
@media (min-width: 768px) {
  .back-button-modal {
    position: relative;
    width: 200px;
    top: 0;
    left: 0;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .back-button-modal {
    width: 145px;
    position: absolute;
  }
}
@media (min-width: 1150px) {
  .back-button-modal {
    top: 15%;
    width: auto;
    width: 200px;
  }
}
.back-button-modal:hover, .back-button-modal:focus, .back-button-modal:active {
  background-color: #295196;
  color: #fff;
}
.back-button-modal .icon-caret-left {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .back-button-modal .icon-caret-left {
    font-size: 30px;
    line-height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
.absolute-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card-holder-modal {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .card-holder-modal {
    max-width: 665px;
  }
}
.card-holder-modal .card {
  width: 100%;
}
.card-holder-modal .card .card-body {
  padding: 1rem;
}
@media (min-width: 768px) {
  .card-holder-modal .card .card-body {
    padding: 2rem 2rem 2rem;
  }
}
.card-holder-modal .card .card-body .heading-lg {
  margin-bottom: 20px;
  font-size: 24pt;
  line-height: 38px;
}
.card-holder-modal .card .card-body p {
  font-size: 12pt;
  line-height: 21px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .card-holder-modal .card .card-body p {
    font-size: 13pt;
  }
}
.card-holder-modal .card .card-body.login {
  position: relative;
}
@media (min-width: 768px) {
  .card-holder-modal .card .card-body.login:before {
    content: "";
    position: absolute;
    top: 2rem;
    left: calc(50% - 1px);
    height: calc(100% - 4rem);
    width: 1px;
    background-color: #dadada;
    display: block;
  }
  .card-holder-modal .card .card-body.login:after {
    content: "or";
    background-color: #fff;
    display: block;
    color: #adadad;
    position: absolute;
    right: 50%;
    top: 50%;
    font-size: 24pt;
    font-family: "Dosis", "Arial", "Helvetica", sans-serif;
    font-weight: 600;
    line-height: 20pt;
    transform: translate(50%, -50%);
    text-align: center;
    width: 40px;
    height: 37px;
  }
}
.card-holder-modal .card .close {
  background-image: url(https://assets.cruisewatch.com/media/img/close-link-blue.svg);
}
@media (min-width: 768px) {
  .form-holder {
    margin-bottom: 45px;
  }
}
label {
  margin-bottom: 13px;
}
.setPriceAlert-form {
  position: relative;
}
.setPriceAlert-form .small {
  font-weight: 600;
}
.setPriceAlert-form .btn {
  width: 100%;
  font-size: 12pt;
}
@media (min-width: 768px) {
  .setPriceAlert-form .btn {
    width: auto;
    padding: 7px 24px;
    font-size: 13pt;
  }
}
.setPriceAlert-form .btn.set-alert-btn {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .setPriceAlert-form .btn.set-alert-btn {
    position: absolute;
    top: 100%;
    margin-top: 0;
  }
}
.setPriceAlert-form p {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .setPriceAlert-form .form-open-close.active + .btn {
    top: 100%;
  }
}
.form-group {
  padding-bottom: 27px;
  margin: 0;
}
@media (min-width: 768px) {
  .form-group {
    padding-bottom: 15px;
  }
}
.form-group .limit {
  font-size: 11pt;
}
.form-group .limit strong {
  font-weight: 600;
}
.form-accordion {
  margin-bottom: 0;
  border: 1px solid #dadada;
  border-radius: 10px;
}
.form-accordion > li {
  position: relative;
}
.form-accordion > li > .form-check {
  padding: 10px 8px;
}
.form-accordion > li:not(:last-child) > .form-check {
  border-bottom: 1px solid #dadada;
}
.form-accordion > li:last-child .form-acc-slide {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
  border-top: 1px solid #dadada;
}
.form-accordion > li .form-acc-opener {
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 10pt;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #3ea2f7;
  width: 165px;
  text-align: left;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .form-accordion > li .form-acc-opener {
    font-size: 11pt;
    width: 200px;
    padding-right: 20px;
  }
}
.form-accordion > li .form-acc-opener .icon-caret, .form-accordion > li .form-acc-opener .icon-caret-top {
  vertical-align: middle;
  font-size: 20px;
  padding: 0;
  position: absolute;
  right: 0;
}
.form-accordion > li .form-acc-opener.hide {
  display: none;
}
.form-accordion > li .form-acc-opener.show {
  display: block;
}
.form-accordion > li.active .form-acc-opener.hide {
  display: block;
}
.form-accordion > li.active .form-acc-opener.show {
  display: none;
}
.form-check input[type="checkbox"] {
  position: absolute;
  left: -99999px;
}
.form-check input[type="checkbox"]:checked + label:after {
  content: url(https://assets.cruisewatch.com/media/img/check-mark-blue.png);
  position: absolute;
  left: 3px;
  top: -3px;
}
.form-check input[type="checkbox"].all-checked:checked + label:after {
  content: url(https://assets.cruisewatch.com/media/img/check-mark-blue.png);
}
.form-check input[type="checkbox"].some-checked + label:after {
  content: url(https://assets.cruisewatch.com/media/img/some-checked-mark.png);
  position: absolute;
  left: 3px;
  top: -3px;
}
.form-check label {
  padding-left: 33px;
  position: relative;
}
.form-check label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #3ea2f7;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
}
.form-acc-slide {
  background-color: #e9f3fa;
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}
.form-acc-slide > li > .form-check {
  padding: 5px 8px;
  display: flex;
}
.labels-text {
  display: flex;
}
.labels-text span {
  font-size: 11pt;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: inline-block;
}
.labels-text span.col-name {
  width: 50px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .labels-text span.col-name {
    width: auto;
  }
}
.labels-text span.col-type {
  padding: 0 5px;
}
.form-check-label {
  font-size: 11pt;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: pointer;
}
.form-open-close .form-opener {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .form-open-close .form-opener {
    text-align: right;
    width: 150px;
    max-width: 250px;
    display: block;
    position: absolute;
    right: 15px;
    border-bottom: none;
    padding: 10px 20px;
  }
}
.form-open-close .form-opener .open-close-arrow {
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  height: 15px;
  width: 15px;
  display: block;
  position: relative;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .form-open-close .form-opener .open-close-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-41%);
  }
}
.form-open-close .form-opener.hide {
  display: none;
}
@media (min-width: 768px) {
  .form-open-close .form-opener.hide .open-close-arrow {
    transform: translateY(-41%) rotate(-180deg);
  }
}
.form-open-close.active {
  padding-bottom: 15px;
}
.form-open-close.active .form-opener.show {
  display: none;
}
.form-open-close.active .form-opener.hide {
  display: flex;
}
@media (max-width: 767px) {
  .form-open-close .form-slide {
    padding: 10px 0;
  }
}
.boats-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  bottom: 80%;
  width: 100%;
  max-width: 700px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.boats-box img {
  max-width: 175px;
}
.card-close {
  padding: 20px 10px;
}
.card-close .close {
  width: 25px;
  height: 25px;
  float: left;
  outline: none;
}
.success-alert-box {
  padding: 20px 23px;
  background-color: #e44a7f;
}
.success-alert-box .heading-lg {
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  padding-right: 40px;
  font-size: 24pt;
  line-height: 38px;
}
.success-alert-box .heading-lg:after {
  content: url(https://assets.cruisewatch.com/media/img/check-mark-white.png);
  position: absolute;
  right: 0;
  bottom: 0;
}
.additional-checkboxes {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .additional-checkboxes {
    padding: 0;
  }
}
.additional-checkboxes .row {
  border-bottom: 1px solid #dadada;
  padding: 18px 0 0;
}
.additional-checkboxes .row .form-check {
  padding-left: 0;
}
.additional-checkboxes .row .form-check .form-check-label {
  font-weight: 600;
  font-size: 11pt;
}
.additional-checkboxes .row .check-col {
  padding: 2px 10px 12px;
}
@media (min-width: 768px) {
  .additional-checkboxes .row .check-col {
    padding: 20px 15px;
  }
}
.limit-wrap {
  position: relative;
}
.limit-wrap:before {
  content: "$";
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 11pt;
  z-index: 99;
}
@media (min-width: 768px) {
  .limit-wrap:before {
    font-size: 13pt;
  }
}
input[type="number"] {
  padding-left: 20px;
  position: relative;
}
.login-row .login-col {
  padding: 10px 15px 0;
}
@media (min-width: 768px) {
  .login-row .login-col {
    padding: 0 25px;
  }
}
.login-row .login-col:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dadada;
  display: block;
}
@media (min-width: 768px) {
  .login-row .login-col:first-child:after {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
  }
}
.login-row .login-col:last-child:before {
  content: "or";
  background-color: #fff;
  display: block;
  color: #adadad;
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 24pt;
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  line-height: 20pt;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 40px;
  height: 37px;
}
@media (min-width: 768px) {
  .login-row .login-col:last-child:before {
    left: 0;
    top: 50%;
  }
}
.login-form {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .login-form .btn {
    width: 100%;
  }
}
.check-description {
  display: block;
  padding-left: 33px;
  font-size: 11pt;
  margin-top: 2px;
}
.absolute-check-list {
  position: relative;
}
@media (min-width: 768px) {
  .absolute-check-list {
    display: block;
    position: relative;
    max-width: 665px;
    width: 100%;
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .absolute-check-list {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 145px;
  }
}
@media (min-width: 1150px) {
  .absolute-check-list {
    width: 225px;
  }
}
.absolute-check-list ul li {
  position: relative;
  color: #295196;
  font-weight: 400;
  font-size: 13pt;
  padding: 0 0 10px 25px;
}
@media (min-width: 768px) {
  .absolute-check-list ul li {
    font-weight: 600;
  }
}
.absolute-check-list ul li:before {
  content: url(https://assets.cruisewatch.com/media/img/check-mark-dark.png);
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
/* custom styles */
.map-wrapper {
  position: relative;
}
#map-destinations {
  height: 345px;
}
#map {
  position: relative;
  z-index: 1;
  height: 250px;
}
@media (min-width: 768px) {
  #map {
    height: 600px;
  }
}
#map .my-div-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #3ea2f7;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin-top: -2px !important;
  margin-left: 2px !important;
}
@media (min-width: 768px) {
  #map .my-div-icon {
    width: 32px !important;
    height: 32px !important;
    margin-top: -32px !important;
    line-height: 32px;
  }
}
#map .my-div-icon .marker-wrap {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 18pt;
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  #map .my-div-icon .marker-wrap {
    font-size: 10pt;
  }
}
#map .my-div-icon .marker-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 16px 0 16px;
  border-color: #3ea2f7 transparent transparent transparent;
  margin-top: -12px;
}
@media (max-width: 767px) {
  #map .my-div-icon .marker-wrap:after {
    display: none;
  }
}
#map .my-div-icon.highlight {
  background: #e44a7f;
}
#map .my-div-icon.highlight .marker-wrap:after {
  border-color: #e44a7f transparent transparent transparent;
}
#map .top-title-popup {
  display: block;
  padding: 5px;
  font-size: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 11pt;
  color: #295196;
  text-align: left;
}
#map .top-title-popup .num-days {
  font-weight: 600;
}
#map .mapboxgl-popup-tip {
  margin-left: -60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #e5cf4e transparent transparent transparent;
}
#map .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-width: 0 60px 30px 60px;
  border-color: transparent transparent #e5cf4e transparent;
  top: auto;
  bottom: 100%;
}
#map .mapboxgl-popup-close-button {
  display: none;
}
#map .mapboxgl-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  border-width: 0 54px 30px 54px;
}
#map .mapboxgl-popup .top-title-popup {
  padding: 2px 5px;
}
@media (max-width: 767px) {
  #map .mapboxgl-popup .top-title-popup {
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#map .mapboxgl-popup .mapboxgl-popup-content {
  padding: 0;
  width: 108px;
  background-color: #e5cf4e;
}
#map .mapboxgl-popup .mapboxgl-popup-content .img-popup {
  height: 66px;
}
@media (min-width: 768px) {
  #map .mapboxgl-popup .mapboxgl-popup-content .img-popup {
    height: 93px;
  }
}
#map .mapboxgl-popup .mapboxgl-popup-tip {
  margin-left: -54px;
  border-width: 30px 54px 0 54px;
}
#map .mapboxgl-popup-content {
  width: 120px;
  margin: 0;
}
#map .mapboxgl-popup-content .img-popup {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#map .mapboxgl-popup-content img {
  display: block;
  width: 100%;
  height: auto;
}
#map .leaflet-popup-content .img-popup {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .location-wrap {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    color: #fff;
    width: 400px;
  }
}
.location-wrap .opener-panel {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  max-width: 230px;
  background: #3ea2f7;
  padding: 5px;
  margin-bottom: 3px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .location-wrap .opener-panel {
    display: none;
  }
}
.location-wrap .opener-panel .icon-caret {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}
@media (min-width: 768px) {
  .location-wrap .collapse-slide {
    background: #3ea2f7;
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .location-wrap .collapse-slide .container {
    padding: 0;
  }
}
.location-wrap .note-text {
  display: block;
  padding: 5px;
  font-style: italic;
  font-size: 10pt;
  color: #666;
  text-align: center;
}
@media (min-width: 768px) {
  .location-wrap .note-text {
    font-size: 11pt;
    color: #fff;
    text-align: left;
  }
}
.location-wrap .note-text .tablet-hidden {
  font-style: normal;
}
.location-wrap .note-text .tablet-hidden .more-cruises {
  color: #3ea2f7;
}
.ports-info-table {
  width: 100%;
}
.ports-info-table th {
  padding: 5px;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  font-size: 10pt;
}
.ports-info-table tbody tr {
  cursor: pointer;
}
.ports-info-table tbody tr.active-row {
  background: #e5cf4e;
  color: #666;
}
@media (max-width: 767px) {
  .ports-info-table tbody tr.hidden-row {
    display: none;
  }
}
.ports-info-table tbody td {
  padding: 3px 5px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .ports-info-table tbody td {
    border-bottom: 1px solid #dee2e6;
  }
  .ports-info-table tbody td:nth-child(2) {
    color: #3ea2f7;
  }
}
/* general typography */
.mapboxgl-popup {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* popup */
.mapboxgl-popup {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin-bottom: 37px;
  background: #e5cf4e;
}
@media (max-width: 767px) {
  .mapboxgl-popup {
    margin-left: 0;
  }
}
.mapboxgl-popup {
  margin-top: -32px;
}
.mapboxgl-popup.mapboxgl-popup-anchor-top {
  margin-top: 30px;
}
.mapboxgl-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.mapboxgl-popup-content p {
  margin: 18px 0;
}
.mapboxgl-popup-tip {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.mapboxgl-popup-tip {
  top: 100%;
}
@media screen and (min-width: 768px) {
  #map .my-div-icon {
    width: 32px !important;
    height: 32px !important;
    margin-top: -32px !important;
    line-height: 32px;
  }
  #map .mapboxgl-popup .mapboxgl-popup-content .img-popup {
    height: 93px;
  }
}
@media screen and (max-width: 768px) {
  #map-destinations {
    height: 210px;
  }
}
/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 10px;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: stretch;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slide-holder {
  padding: 0 10px;
  height: 100%;
}
.slick-slide-holder .card {
  height: 100%;
}
.slick-slide-holder .card .card-img-top {
  height: 175px;
}
.slick-slide-holder .card .card-body {
  padding: 2rem 1rem;
}
.slick-slide-holder .card .card-body .card-title {
  margin-bottom: 25px;
}
.slick-slide-holder .card .card-body .text-row {
  margin-bottom: 5px;
}
.slick-slide-holder .card .card-body .text-row .tour-name {
  min-height: auto;
}
.slick-slide-holder .card .card-body .arrival-points p {
  line-height: 19px;
}
.slick-slide-holder .card .card-body .arrival-points .price-details {
  color: #666;
}
.slick-slide-holder .card .card-body .arrival-points .price-details .small-label {
  font-weight: normal;
}
.slick-slide-holder .card .card-body .checked-cruise-offer {
  position: absolute;
  width: 100%;
  bottom: 12px;
}
.slick-slide-holder .card .card-body .checked-cruise-offer, .slick-slide-holder .card .card-body .checks {
  display: flex;
  align-items: center;
}
.slick-slide-holder .card .card-body .checked-cruise-offer .check-mark, .slick-slide-holder .card .card-body .checks .check-mark {
  display: block;
}
.slick-slide-holder .card .card-body .checked-cruise-offer .check-mark img, .slick-slide-holder .card .card-body .checks .check-mark img {
  max-width: 100%;
  margin-right: 5px;
}
.slick-slide-holder .card .card-body .checked-cruise-offer p, .slick-slide-holder .card .card-body .checks p {
  margin-bottom: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .slick-slide-holder .card .card-body .checked-cruise-offer p, .slick-slide-holder .card .card-body .checks p {
    font-size: 11pt;
  }
}
@media (min-width: 768px) {
  .slick-slide-holder .card .card-body .checked-cruise-offer p, .slick-slide-holder .card .card-body .checks p {
    font-size: 13pt;
  }
}
.slick-slide-holder .card .card-body .checked-cruise-offer .checks, .slick-slide-holder .card .card-body .checks .checks {
  margin-right: 20px;
}
.slick-arrow {
  border: none;
  background-color: transparent;
  outline: none;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  padding: 0;
}
.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 992px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.slick-arrow.slick-next {
  left: 100%;
  background-image: url(https://assets.cruisewatch.com/media/img/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
}
@media (min-width: 768px) {
  .slick-arrow.slick-next {
    left: 98.5%;
  }
}
@media (min-width: 992px) {
  .slick-arrow.slick-next {
    left: 99%;
  }
}
.slick-arrow.slick-prev {
  right: 100%;
  background-image: url(https://assets.cruisewatch.com/media/img/left-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none;
}
@media (min-width: 768px) {
  .slick-arrow.slick-prev {
    right: 98.5%;
  }
}
@media (min-width: 992px) {
  .slick-arrow.slick-prev {
    right: 99%;
  }
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.slick-dots li {
  padding: 0 3px;
}
.slick-dots li button {
  border: 1px solid #3ea2f7;
  font-size: 0;
  padding: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #3ea2f7;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}
.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0;
}
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 200px;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: 0;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
  visibility: hidden;
}
.SelectClass, .SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0;
}
.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}
.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}
.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
/*=============== Custom styles =================*/
.SelectBox {
  padding: 6px 8px;
}
.SumoSelect {
  width: 100%;
}
.SumoSelect label {
  margin: 0;
}
.SumoSelect .CaptionCont {
  background-color: #3ea2f7;
  color: #fff;
  border: 1px solid #3ea2f7;
  border-radius: 8px;
  padding-left: 35px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .SumoSelect .CaptionCont {
    line-height: 29px;
  }
}
.SumoSelect .CaptionCont label {
  margin: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .SumoSelect .CaptionCont label {
    background-image: url(https://assets.cruisewatch.com/media/img/down-arrow.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }
}
.SumoSelect .CaptionCont label i {
  display: none;
}
.SumoSelect .CaptionCont span {
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .SumoSelect .CaptionCont span {
    font-size: 13pt;
  }
}
.SumoSelect .CaptionCont span.placeholder {
  color: #3ea2f7;
  font-style: normal;
}
.SumoSelect .select-all {
  padding: 5px 0 5px 35px;
  min-height: 20px;
  height: auto;
}
.SumoSelect .select-all label {
  margin: 0;
}
.SumoSelect .optWrapper {
  top: 38px;
  padding-top: 4px;
}
@media (min-width: 768px) {
  .SumoSelect .optWrapper {
    top: 43px;
  }
}
.SumoSelect .optWrapper .options {
  height: auto;
}
.SumoSelect .optWrapper .options li.opt {
  padding-top: 4px;
  padding-bottom: 4px;
  width: 100%;
}
.SumoSelect .optWrapper .options li.opt label {
  margin: 0;
}
.SumoSelect .optWrapper .options li.group {
  position: relative;
  cursor: pointer;
}
.SumoSelect .optWrapper .options li.group:before {
  content: "";
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  margin: auto;
  left: 8px;
  right: auto;
  top: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  display: inline-block;
  background-image: none;
}
.SumoSelect .optWrapper .options li.group > label {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect .optWrapper .options li.group.group-selected:before {
  background-color: #3ea2f7;
  box-shadow: none;
  border-color: #fff;
  background-image: url(https://assets.cruisewatch.com/media/img/SumoSel-checkmark.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.SumoSelect.open .optWrapper {
  border: 1px solid #3ea2f7;
  border-radius: 8px;
  top: 38px;
}
@media (min-width: 768px) {
  .SumoSelect.open .optWrapper {
    top: 100%;
    margin-bottom: 0;
  }
}
.SumoSelect.open .optWrapper .options li.opt {
  border-bottom: none;
  color: #3ea2f7;
  font-weight: 600;
}
.SumoSelect.open .optWrapper .options li.opt:hover {
  background-color: #3ea2f7;
  color: #fff;
}
.SumoSelect.open .search-txt {
  bottom: 0;
  border-radius: 7px;
  padding-left: 35px;
}
.bgImage-placeholder {
  position: relative;
  padding: 5px 2px;
}
@media (min-width: 768px) {
  .bgImage-placeholder {
    padding: 5px 0;
  }
}
.bgImage-placeholder.size-s {
  width: 20%;
}
@media (min-width: 768px) {
  .bgImage-placeholder.size-s {
    width: 100%;
  }
}
.bgImage-placeholder.size-m {
  width: 25%;
}
@media (min-width: 768px) {
  .bgImage-placeholder.size-m {
    width: 100%;
  }
}
.bgImage-placeholder.size-l {
  width: 45%;
}
@media (min-width: 768px) {
  .bgImage-placeholder.size-l {
    width: 100%;
  }
}
.bgImage-placeholder.size-xl {
  width: 50%;
}
@media (min-width: 768px) {
  .bgImage-placeholder.size-xl {
    width: 100%;
  }
}
.bgImage-placeholder.size-xxl {
  width: 55%;
}
@media (min-width: 768px) {
  .bgImage-placeholder.size-xxl {
    width: 100%;
  }
}
.bgImage-placeholder.transparent.placeholder-true .SumoSelect .CaptionCont {
  background-color: transparent;
}
.bgImage-placeholder.inverse-color .SumoSelect .CaptionCont {
  background-color: #fff;
}
.bgImage-placeholder.inverse-color .SumoSelect .CaptionCont span {
  color: #3ea2f7;
  font-size: 10pt;
}
@media (min-width: 992px) {
  .bgImage-placeholder.inverse-color .SumoSelect .CaptionCont span {
    font-size: 13pt;
  }
}
.bgImage-placeholder.inverse-color .SumoSelect .CaptionCont label {
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow-blue.svg);
}
.bgImage-placeholder.inverse-color .select-bg.for-selected {
  display: none;
}
.bgImage-placeholder.inverse-color .select-bg.placeholder {
  display: block;
}
.bgImage-placeholder.right-align .SumoSelect > .optWrapper {
  left: auto;
  right: 0;
  min-width: 150px;
}
.bgImage-placeholder.empty .SumoSelect .CaptionCont {
  padding-left: 8px;
  text-align: center;
}
.bgImage-placeholder.empty .SumoSelect .CaptionCont label {
  display: none;
}
.bgImage-placeholder.empty .SumoSelect > .CaptionCont > span {
  padding-right: 0;
}
.placeholder-true .CaptionCont {
  background-color: #fff;
  color: #3ea2f7;
  font-weight: 600;
}
@media (min-width: 768px) {
  .placeholder-true .CaptionCont label {
    background-image: url(https://assets.cruisewatch.com/media/img/down-arrow-blue.svg);
  }
}
.placeholder-true .select-bg.placeholder {
  display: block;
}
.placeholder-true .select-bg.for-selected {
  display: none;
}
.select-bg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .select-bg {
    left: 8px;
    width: 18px;
    height: 18px;
  }
}
.open ~ .select-bg.placeholder {
  display: block;
}
.open ~ .select-bg.for-selected {
  display: none;
}
.select-bg.big {
  width: 24px;
  height: 24px;
}
.new-select {
  width: 100%;
}
@media (max-width: 767px) {
  .new-select.mobile-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.new-select.mobile-flex .bgImage-placeholder:not(:last-child) {
  margin-bottom: 4px;
}
.new-select.flex-line {
  display: flex;
  align-items: stretch;
}
.new-select.flex-line .bgImage-placeholder {
  padding: 0 2px;
}
.full-width {
  width: 100%;
}
select.custom-sumoSel {
  opacity: 0;
  visibility: hidden;
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: #3ea2f7;
}
.cruise-select-group .SumoSelect > .CaptionCont {
  background-color: #fff;
  color: #3ea2f7;
  border: 1px solid #3ea2f7;
  border-radius: 8px;
  padding-left: 35px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .cruise-select-group .SumoSelect > .CaptionCont {
    line-height: 29px;
  }
}
.cruise-select-group .SumoSelect > .CaptionCont > label {
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow-blue.svg);
}
.cruise-select-group .SumoSelect > .CaptionCont > span {
  color: #3ea2f7;
}
.cruise-select-group .select-bg.for-selected {
  display: none !important;
}
.cruise-select-group .select-bg.placeholder {
  display: block !important;
}
/* =============== Search Page styles ================== */
.sidebar-box {
  padding: 15px 12px;
  border-radius: 10px;
  min-height: 100px;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .sidebar-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sidebar-box {
    border-radius: 0;
    width: 100%;
  }
}
.sidebar-box .heading img {
  width: 100%;
  max-width: 110px;
}
.sidebar-box .box-headline {
  margin-bottom: 0;
}
.sidebar-box p {
  margin: 12px 0;
  font-size: 11pt;
}
.sidebar-box.text-holder {
  padding-bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .sidebar-box.text-holder {
    display: none;
  }
}
.sidebar-box.text-holder p {
  margin: 8px 0 0;
}
.sidebar-box.form-holder {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .sidebar-box.form-holder {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .sidebar-box .select-box-lg .jcf-select-text {
    font-size: 13pt;
  }
}
.sidebar-box.instead-of-tabs {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 20px;
}
.sidebar-box.instead-of-tabs .jcf-select-form .select-box {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .sidebar-box.instead-of-tabs .jcf-select-form .select-box img {
    top: 50%;
  }
}
.offer-holder {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .offer-holder {
    padding: 0 5px;
    height: 100%;
  }
}
.cruises-holder [class*="col-"] {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cruises-holder .col-md-6 {
    max-width: 48%;
    margin: 0 auto 10px;
  }
}
.card {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  position: relative;
}
.card .card-img-top {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 4px 4px 0 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card .card-img-top a .icon-heart-outlined {
  color: #fff;
  font-size: 30px;
  transition: color 0.3s ease-in;
  position: absolute;
  top: 15px;
  right: 15px;
}
.card .card-img-top a:hover .icon-heart-outlined, .card .card-img-top a:focus .icon-heart-outlined {
  color: #e44a7f;
}
.card .card-body {
  padding: 1rem 5px;
}
@media (min-width: 768px) {
  .card .card-body {
    padding: 1rem 0.5rem;
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.card .card-body .card-title {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  height: 25px;
}
.card .card-body .block-price {
  height: 58px;
}
.card .card-body .block-price .cost {
  font-size: 10pt;
}
.badge.absolute {
  position: absolute;
  top: 0;
  left: 10px;
  margin-top: -7px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 21pt;
}
.badge.badge-exceptional-deal {
  position: absolute;
  top: 0;
  left: 10px;
  margin-top: -7px;
  border-radius: 0;
  width: 150px;
  min-height: 60px;
  height: 60px;
  padding: 10px;
}
.badge.badge-exceptional-deal:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 20px solid #e44a7f;
  position: absolute;
  top: 100%;
  left: 0;
}
.badge.badge-exceptional-deal .deal p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 13pt;
  font-weight: 600;
}
.badge.badge-exceptional-deal .deal span {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 10pt;
  font-weight: 400;
  padding-left: 15px;
  display: block;
  line-height: 15px;
  position: relative;
  text-align: left;
  white-space: pre-wrap;
}
.badge.badge-exceptional-deal .deal span:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 15px;
}
.badge.right-side {
  left: auto;
  right: 0;
  top: -20px;
}
.badge.badge-secondary {
  color: #a1a1a1;
  background-color: transparent;
  border: 1px solid #e3e3e3;
  font-weight: 400;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .badge.badge-secondary {
    padding: 2px 5px;
    font-size: 13pt;
    border-radius: 6px;
  }
}
.text-row {
  margin-bottom: 20px;
}
.text-row .tour-name {
  color: #3eb0f7;
}
.rating-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .rating-holder {
    justify-content: space-between;
    width: 100%;
  }
}
.star-rating {
  padding: 0 2px;
}
@media (min-width: 768px) {
  .star-rating {
    padding: 0 10px;
  }
}
.star-rating img {
  width: 15px;
  height: 20px;
}
@media (min-width: 768px) {
  .rating-result {
    width: 100%;
  }
}
.number {
  background-color: #e44a7f;
  border-radius: 6px;
  padding: 1px 7px;
  color: #fff;
  margin-right: 7px;
}
.arrival-points {
  margin-bottom: 0;
}
.arrival-points .small-label {
  margin-bottom: 5px;
}
.arrival-points p {
  font-size: 10pt;
  min-height: 2em;
}
@media (min-width: 768px) {
  .arrival-points p {
    font-size: 11pt;
  }
}
.lock {
  padding: 7px 0 10px;
}
@media (min-width: 768px) {
  .lock {
    padding: 0 0 10px;
  }
}
.lock img {
  margin-right: 4px;
}
.lock p {
  margin-bottom: 0;
  font-size: 11pt;
}
.buttons {
  align-items: flex-start;
}
.buttons .half-btn {
  width: 49%;
}
.buttons .half-btn.btn-group .btn {
  width: 100%;
}
.buttons .half-btn.btn {
  width: 49%;
  white-space: pre-wrap;
}
.buttons .half-btn img {
  margin-right: 10px;
}
.collapse-wrap-hold .collapse-opener {
  width: 100%;
}
.collapse-wrap-hold .collapse-opener .icon-caret {
  display: inline-block;
  vertical-align: middle;
}
.collapse-wrap-hold .btn-hides {
  width: 100%;
}
.collapse-wrap-hold .btn-hides .three-col-btn {
  width: 49%;
  margin-left: 5px;
  white-space: pre-wrap;
  word-break: break-all;
  padding: 0.375rem 0.1rem;
}
.collapse-wrap-hold .btn-hides .three-col-btn:hover, .collapse-wrap-hold .btn-hides .three-col-btn:focus {
  color: #fff;
}
.pagination-box {
  margin-bottom: 33px;
  padding-left: 5px;
}
.pagination-box .pagination {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
@media (min-width: 768px) {
  .pagination-box .pagination {
    display: flex;
  }
}
.pagination-box.size-lg .pagination {
  border-radius: 10px;
}
.pagination-box.size-lg .pagination .page-item:first-child .page-link {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.pagination-box.size-lg .pagination .page-item:last-child .page-link {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.pagination-box.size-lg .pagination .page-item .page-link {
  padding: 10px 16px;
  font-weight: 600;
}
.pagination-box.size-lg .pagination .page-item .page-link .icon-caret-right {
  font-size: 19pt;
  line-height: 1px;
}
.page-link {
  padding: 0.35rem 0.7rem;
  font-size: 17px;
}
.jcf-select-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .jcf-select-form {
    display: block;
  }
}
.jcf-select-form .small-box-01 {
  width: 16%;
}
@media (min-width: 768px) {
  .jcf-select-form .small-box-01 {
    width: 100%;
  }
}
.jcf-select-form .small-box-02 {
  width: 30%;
}
@media (min-width: 768px) {
  .jcf-select-form .small-box-02 {
    width: 100%;
  }
}
.jcf-select-form .small-box-03 {
  width: 50%;
}
@media (min-width: 768px) {
  .jcf-select-form .small-box-03 {
    width: 100%;
  }
}
.jcf-select-form .small-box-04 {
  width: 39%;
}
@media (min-width: 768px) {
  .jcf-select-form .small-box-04 {
    width: 100%;
  }
}
.jcf-select-form .small-box-05 {
  width: 59%;
}
@media (min-width: 768px) {
  .jcf-select-form .small-box-05 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .reverse-form .select-box {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .reverse-form .select-box.select-box-lg {
    width: 100%;
  }
}
.reverse-form .select-box .jcf-select {
  background-color: transparent;
}
.reverse-form .select-box .jcf-select .jcf-select-text {
  color: #3ea2f7;
  padding-right: 40px;
}
.reverse-form .select-box .jcf-select .jcf-select-opener {
  display: block !important;
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.reverse-form .select-box img {
  display: block;
}
@media (max-width: 767px) {
  .reverse-form [type="submit"] {
    width: 100%;
    margin: 10px 0 0;
  }
}
.select-box {
  position: relative;
  padding: 10px 0 0;
}
.select-box img {
  position: absolute;
  z-index: 10;
  top: 62%;
  transform: translateY(-50%);
  left: 7px;
}
.select-box.placeholder-true .image-placeholder {
  display: block;
}
.select-box.empty .jcf-select {
  padding-left: 0;
}
.image-placeholder {
  display: none;
}
.btn-collapse[aria-expanded="true"] {
  display: none;
}
.btn-collapse[aria-expanded="true"] ~ .btn-hides {
  display: flex;
  justify-content: space-between;
}
.btn-hides {
  display: none;
}
.intro {
  padding: 0 5px 20px 5px;
}
@media (max-width: 767px) {
  .intro {
    padding: 5px 0 20px 0;
  }
}
.intro p {
  font-size: 1em;
}
.search-field .search-header-form [type="button"] {
  border: none;
  background-color: transparent;
  height: 100%;
  outline: none;
}
.search-field .search-header-form [type="button"] > span {
  color: #295196;
  font-size: 18pt;
}
.tour-name {
  display: flex;
  margin-bottom: 10px;
  min-height: 55px;
}
.search-result.tour-name {
  display: flex;
  margin-bottom: 0;
  min-height: 0;
}
.search-result.rating-result {
  padding-top: 5px;
}
img.price_curve {
  margin-top: 10px;
}
.prediction-text {
  color: grey;
  font-weight: inherit;
}
.section-redirect {
  cursor: pointer;
}
.find-cruise .card .card-img-top {
  background-repeat: initial;
}
@media (max-width: 991px) {
  .find-cruise h1.heading-primary {
    padding-left: 5px;
  }
}
.header-search-desktop {
  background-color: #e9f3fa;
  margin-bottom: 15px;
  min-height: 105px;
}
.header-search-desktop .section-head {
  padding-bottom: 10px;
  margin-top: 12px;
}
.header-search-desktop .section-head .heading-sm {
  font-size: 22pt;
}
.header-search-desktop .section-head .heading-sm small {
  padding-left: 20px;
  font-size: 55%;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.header-search-desktop .filter-holder {
  margin: 20px 10px 0px 5px;
}
.header-search-desktop .filter-holder .tags a {
  background: #e9f3fa;
  margin-top: 6px;
  padding: 5px 6px 4px 6px;
}
.header-search-desktop .filter-holder .filter-tags .headline a {
  margin-left: 10px;
}
.header-search-desktop .filter-holder .filter-tags .headline a:before {
  content: none;
}
.header-search-desktop .filter-holder .filter-sortby select {
  background-color: #e9f3fa;
  background-size: 11px;
}
.header-search-desktop .filter-holder .filter-actions {
  left: 0;
  top: 23px;
}
.header-search-desktop .filter-holder .filter-actions .spacer-right {
  margin-right: 20px;
}
/* ======= HomePage styles ======= */
#main {
  margin-top: 60px;
}
#main.homepage {
  margin-top: 55px;
}
section {
  padding: 25px 0;
}
section.points {
  padding: 0 0 45px;
}
section.cruise-offer {
  padding: 25px 0 15px;
}
section.mobile-accordion {
  padding-bottom: 0;
}
section.main-content {
  padding: 0;
}
section.main-content .row {
  position: relative;
}
section.tabs-to-acc {
  padding: 10px 0;
}
section.data-table {
  padding: 0;
}
.hp-cruise-box {
  background-color: #fff;
  padding: 0 0 12px;
}
.cruise-offer .direction-box {
  padding: 0;
  margin-bottom: 20px;
}
.cruise-offer .direction-box .image-holder {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.offer-box {
  position: relative;
  background-color: #fff;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .offer-box {
    height: 200px;
  }
}
.offer-box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 768px) {
  .offer-box:before {
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
}
.offer-box .offer-text {
  padding: 0 25px;
}
@media (min-width: 768px) {
  .offer-box .offer-text {
    padding: 0 15px;
  }
}
.offer-box .offer-text p {
  font-size: 10pt;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .offer-box .offer-text p {
    font-size: 11pt;
  }
}
.offer-box .offer-text .btn {
  padding: 1px 12px;
}
@media (min-width: 768px) {
  .offer-box .offer-text .btn {
    padding: 6px 23px;
  }
}
.left-direction .offer-box:before {
  border-right: 20px solid #fff;
  right: 100%;
}
@media (min-width: 768px) {
  .left-direction .offer-box:before {
    border-right: 30px solid #fff;
  }
}
@media (max-width: 767px) {
  .left-direction.reverse .offer-box:before {
    border-left: 20px solid #fff;
    border-right: none;
    left: 100%;
    right: auto;
  }
}
.right-direction .offer-box:before {
  border-left: 20px solid #fff;
  left: 100%;
}
@media (min-width: 768px) {
  .right-direction .offer-box:before {
    border-left: 30px solid #fff;
  }
}
@media (max-width: 767px) {
  .right-direction.reverse .offer-box:before {
    border-right: 20px solid #fff;
    right: 100%;
    border-left: none;
    left: auto;
  }
}
.hover-holder {
  position: relative;
}
.hover-holder:before, .hover-holder:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 0;
  background-color: #71c171;
  z-index: 10;
  transition: height 0.3s ease-in, transform 0.3s ease-in;
}
.hover-holder:before {
  left: 0;
  background-color: #47abf8;
}
.hover-holder:after {
  right: 0;
  background-color: #47abf8;
}
.hover-holder:hover:before, .hover-holder:hover:after, .hover-holder:focus:before, .hover-holder:focus:after {
  height: 100%;
}
.hover-holder:hover .left-direction:before, .hover-holder:hover .left-direction:after, .hover-holder:hover .right-direction:before, .hover-holder:hover .right-direction:after, .hover-holder:focus .left-direction:before, .hover-holder:focus .left-direction:after, .hover-holder:focus .right-direction:before, .hover-holder:focus .right-direction:after {
  width: 99.5%;
}
.left-direction, .right-direction {
  position: relative;
}
.left-direction:before, .left-direction:after, .right-direction:before, .right-direction:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  background-color: #71c171;
  z-index: 10;
  transition: width 0.3s ease-in, transform 0.3s ease-in;
}
.left-direction:before, .right-direction:before {
  top: 0;
  background-color: #47abf8;
}
.left-direction:after, .right-direction:after {
  bottom: 0;
  background-color: #47abf8;
}
.price .old {
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .price .old {
    margin-left: 7px;
  }
}
.points.bigger {
  padding-bottom: 70px;
}
.points .row .points-col {
  padding: 8px 40px 8px 15px;
}
@media (min-width: 768px) {
  .points .row .points-col {
    padding: 10px;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .points .row .points-col {
    padding: 10px 30px;
  }
}
.points .row .points-col:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-left: none;
}
@media (min-width: 768px) {
  .points .row .points-col:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
  }
}
.points .row .points-col img {
  margin-right: 15px;
  max-width: 50px;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .points .row .points-col img {
    max-width: 60px;
  }
}
.points .row .points-col .text-box {
  color: #e44a7f;
}
.points .row .points-col .text-box.primary {
  color: #295196;
}
.points .row .points-col .text-box.primary p {
  color: #295196;
}
@media (max-width: 767px) {
  .points .row .points-col .text-box .heading-sm {
    font-size: 12pt;
  }
}
.points .row .points-col .text-box p {
  margin-bottom: 0;
  color: #666;
  font-size: 8pt;
}
@media (min-width: 768px) {
  .points .row .points-col .text-box p {
    color: #e44a7f;
    font-size: 10pt;
  }
}
.points .heading-md {
  margin-bottom: 35px;
}
.text {
  z-index: 9;
}
@media (min-width: 768px) {
  .text {
    width: 30%;
  }
}
.headlines-box {
  margin-bottom: 30px;
}
.headlines-box .heading-xxl {
  margin-bottom: 0;
  font-size: 21pt;
}
@media (min-width: 768px) {
  .headlines-box .heading-xxl {
    font-size: 24pt;
    letter-spacing: -0.4px;
  }
}
@media (min-width: 992px) {
  .headlines-box .heading-xxl {
    font-size: 36pt;
  }
}
.headlines-box .heading-xxl small {
  font-size: 12pt;
  font-weight: 400;
}
@media (min-width: 768px) {
  .headlines-box .heading-xxl small {
    font-size: 24pt;
    font-weight: 600;
  }
}
.home-seo-tabs-links .tab-content .tab-content-item {
  min-height: 170px;
}
/* ======= New HomePage styles ======= */
.hp {
  /* WARNINING: better remove HTML code */
}
.hp .SumoSelect .CaptionCont label {
  background-image: url(https://assets.cruisewatch.com/media/img/down-arrow.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.hp .fake-tabs .tab-links .tabs-blue {
  display: none !important;
}
.hp .wave-separator {
  display: none;
}
.hp .hp-cruise-box {
  height: 100vh;
  /* 100vh -*/
  margin-top: -55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  flex-direction: column;
  padding: 0;
  background: url(https://assets.cruisewatch.com/media/testing/cruisewatch-hp-image-1-2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .hp .navbar.hp-navbar {
    background-color: #f4d452;
  }
}
.hp .map-gallery {
  background-color: #f4d452;
}
.hp .fake-tabs {
  max-width: 100%;
  /* https://stackoverflow.com/questions/39359828/center-one-flex-item-and-bottom-align-another */
  margin: auto;
}
.hp .fake-tabs .tab-content {
  border-radius: 10px;
  background-color: #f4d452;
}
.hp .tab-form-box .bgImage-placeholder {
  width: 30%;
}
.hp .tab-form-box .bgImage-placeholder.small, .hp .tab-form-box .bgImage-placeholder.middle {
  width: 25%;
}
.hp .tab-form-box button {
  background-color: #015788;
  border-color: #015788;
}
.hp .fake-tabs .tab-content .btn-success, .hp .fake-tabs .tab-content .btn-primary {
  width: 30%;
}
.hp .hp-cruise-box > .container {
  display: none;
}
.hp .hp-claim {
  margin-bottom: 0.5em;
  margin-top: -0.25em;
}
.hp .tab-content .hp-claim {
  margin-top: 0;
}
@media (min-width: 769px) {
  .hp .bgImage-placeholder.inverse-color .SumoSelect.sumo_search_destinations {
    width: 242px;
  }
  .hp .bgImage-placeholder.inverse-color .SumoSelect.sumo_search_months {
    width: 185px;
  }
  .hp .bgImage-placeholder.inverse-color .SumoSelect.sumo_search_cl {
    width: 188px;
  }
}
.hp .bgImage-placeholder.inverse-color .SumoSelect .CaptionCont {
  border: 1px solid #ffffff;
}
.hp .bgImage-placeholder.inverse-color .SumoSelect .CaptionCont span {
  color: #2e5ca0;
}
@media (max-width: 767px) {
  .hp {
    /* non transparent fix*/
  }
  .hp .sidebar-box.instead-of-tabs {
    display: none;
  }
  .hp .fake-tabs.mobile-hidden {
    display: block !important;
  }
  .hp .new-select.flex-line {
    display: block;
  }
  .hp .tab-form-box .bgImage-placeholder.small, .hp .tab-form-box .bgImage-placeholder.middle {
    width: 100%;
    margin-bottom: 15px;
  }
  .hp .new-select.flex-line .bgImage-placeholder {
    width: 100%;
    margin-bottom: 15px;
  }
  .hp .fake-tabs .tab-content .btn-success, .hp .fake-tabs .tab-content .btn-primary {
    width: 100%;
  }
  .hp body .hp-claim {
    text-align: left !important;
  }
  .hp .booking-partners .partners {
    padding: 15px 0px 0;
  }
  .hp .booking-partners .partners li {
    padding: 0vh;
  }
  .hp .hp-cruise-box {
    background-position: 10% 0%;
  }
  .hp .fake-tabs {
    margin: 10vh auto auto;
  }
  .hp .hp-navbar.navbar .navbar-collapse.collapse.show {
    background-color: #3ea2f7;
    margin: 5px -25px -25px;
    padding: 5px 25px;
  }
}
.hp .navbar.hp-navbar {
  background: transparent;
}
.hp .navbar.hp-navbar .nav-item .nav-link {
  color: #ffffff;
}
.hp .navbar.hp-navbar .nav-item .btn {
  color: #ffffff;
  border-color: #ffffff;
}
.hp .navbar.hp-navbar .navbar-brand.mobile-hidden {
  display: none;
}
.hp .navbar.hp-navbar .navbar-brand.tablet-hidden {
  display: block !important;
}
.banner img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 767px) {
  .banner img {
    margin-bottom: 15px;
  }
}
.banner.center {
  text-align: center;
}
.banner.left {
  text-align: left;
}
@media (max-width: 767px) {
  .banner.left {
    text-align: center;
  }
}
.banner.right {
  text-align: right;
}
@media (max-width: 767px) {
  .banner.right {
    text-align: center;
  }
}
/* ============== CruiseDetails page ============== */
.back-box {
  padding: 0.8125rem 0;
}
@media (max-width: 767px) {
  .back-box .btn {
    width: 100%;
    margin: 0 3px;
  }
  .back-box .btn:first-child {
    width: auto;
  }
}
.back-box .btn.btn-lg, .back-box .btn-group-lg > .btn {
  width: auto;
}
.back-box .btn span {
  vertical-align: middle;
  line-height: 1px;
  font-size: 30px;
}
@media (min-width: 768px) {
  .back-box .btn span {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .back-box .btn span {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .back-box .btn {
    min-width: auto;
    margin-right: 5px;
  }
}
@media (min-width: 992px) {
  .back-box .btn {
    min-width: 150px;
    margin-right: 5px;
  }
}
.back-box .btn.btn-bg-image {
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .back-box .btn.btn-bg-image {
    background-position: 10px center;
    background-size: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .back-box .full-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.gallery-wrap {
  padding-bottom: 20px;
  height: 260px;
}
@media (min-width: 768px) {
  .gallery-wrap {
    height: 100%;
  }
}
.gallery-wrap, .gallery-thumbnail-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .gallery-wrap:hover .gallery-arrow, .gallery-wrap:focus .gallery-arrow, .gallery-thumbnail-wrap:hover .gallery-arrow, .gallery-thumbnail-wrap:focus .gallery-arrow {
    opacity: 1;
    visibility: visible;
  }
}
.gallery-thumbnail-wrap .gallery-arrow {
  top: 50%;
  margin-top: 12px;
}
.gallery-thumbnail-wrap .thumbnail-box .thumbnail {
  width: auto;
}
.gallery-thumbnail-wrap .thumbnail-box .thumbnail img {
  width: 112px;
}
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  .gallery-arrow {
    opacity: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
  }
}
.gallery-arrow.prev {
  left: 0;
  background-image: url(https://assets.cruisewatch.com/media/img/prev.svg);
}
.gallery-arrow.next {
  right: 0;
  background-image: url(https://assets.cruisewatch.com/media/img/next.svg);
}
.gallery-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .gallery-pagination {
    display: none;
  }
}
.gallery-pagination ul {
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.gallery-pagination ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0 3px;
}
.gallery-pagination ul li.active {
  background-color: #fff;
}
.gallery-slide.current {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  position: relative;
}
.gallery-slide.current .credits {
  color: #fff;
  opacity: 0.7;
  font-size: 8pt;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.thumbnail-box {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .thumbnail-box {
    margin-bottom: 40px;
  }
}
.thumbnail {
  width: 100%;
  height: 50px;
  padding: 0 2px;
}
@media (min-width: 992px) {
  .thumbnail {
    width: 110px;
    height: 80px;
  }
}
.thumbnail img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cruise-details {
    padding-bottom: 0;
  }
}
.cruise-details .card-body {
  padding: 0;
}
.cruise-details .card-body .text-row {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .cruise-details .card-body .text-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .cruise-details .card-body .text-row {
    flex-wrap: nowrap;
  }
}
.cruise-details .card-body .text-row .rating-holder {
  flex-wrap: nowrap;
}
.cruise-details .card-body .text-row .rating-holder .tour-name {
  white-space: nowrap;
  font-weight: 600;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .cruise-details .card-body .text-row .rating-holder .tour-name {
    font-size: 13pt;
  }
}
@media (min-width: 768px) {
  .cruise-details .card-body .text-row .rating-holder .star-rating {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .cruise-details .card-body .text-row .rating-holder .star-rating img {
    width: 21px;
  }
}
.cruise-details .card-body .text-row .rating-holder .rating-result {
  padding: 0 2px;
  align-items: center;
}
@media (min-width: 768px) {
  .cruise-details .card-body .text-row .rating-holder .rating-result {
    padding: 0 8px;
  }
}
.cruise-details .card-body .text-row .rating-holder .rating-result .badge {
  font-size: 13pt;
  border-radius: 7px;
  padding-left: 5px;
  padding-right: 5px;
}
.cruise-details .card-body .text-row .rating-holder .rating-result .text-result {
  font-size: 10pt;
}
@media (min-width: 768px) {
  .cruise-details .card-body .text-row .rating-holder .rating-result .text-result {
    font-size: 13pt;
  }
}
@media (max-width: 767px) {
  .cruise-details .card-body .text-row .partner {
    position: absolute;
    right: 0;
    top: 110%;
  }
}
@media (max-width: 767px) {
  .cruise-details .card-body .card-title {
    padding-right: 130px;
  }
}
.tab-with-chart {
  padding: 0;
}
.tab-with-chart .tab-content {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .tab-with-chart .tab-content {
    margin-bottom: 50px;
  }
}
.list-wrap {
  padding: 0 0 30px;
}
.list-wrap p {
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .list-wrap .default-list {
    column-count: 2;
  }
}
.default-list li {
  position: relative;
  padding-left: 10px;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .default-list li {
    font-size: 13pt;
  }
}
.default-list li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  left: 3px;
  top: 9px;
}
@media (min-width: 768px) {
  .default-list li:before {
    width: 4px;
    height: 4px;
    left: 0;
    top: 12px;
  }
}
.advantages {
  position: relative;
  padding-bottom: 25px;
}
.advantages .label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .advantages .label {
    font-size: 13pt;
  }
}
.advantage-point {
  width: 32%;
}
.advantage-point .colored-advantage {
  background-color: #e9f3fa;
  border-radius: 10px;
  padding: 10px 0;
}
.advantage-point .colored-advantage ul {
  padding-left: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .advantage-point .colored-advantage ul {
    padding-left: 40px;
  }
}
.advantage-point .colored-advantage ul:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #e44a7f;
  display: block;
  position: absolute;
  left: 16px;
}
@media (min-width: 768px) {
  .advantage-point .colored-advantage ul:before {
    left: 30px;
  }
}
.advantage-point .colored-advantage ul.secondary-advantage:before {
  background-color: #666;
}
.advantage-point .colored-advantage ul.secondary-advantage li.active {
  color: #666;
}
.advantage-point .colored-advantage ul.secondary-advantage li.active:before {
  border-left-color: #666;
}
.advantage-point .colored-advantage ul li {
  position: relative;
  font-size: 9pt;
}
.advantage-point .colored-advantage ul li.active {
  color: #e44a7f;
  font-weight: 700;
  font-size: 9pt;
}
@media (min-width: 400px) {
  .advantage-point .colored-advantage ul li.active {
    font-size: 11pt;
  }
}
@media (min-width: 992px) {
  .advantage-point .colored-advantage ul li.active {
    font-size: 13pt;
  }
}
.advantage-point .colored-advantage ul li.active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #e44a7f;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .advantage-point .colored-advantage ul li.active:before {
    border-top: 7px solid transparent;
    border-left: 13px solid #e44a7f;
    border-bottom: 7px solid transparent;
    position: absolute;
    left: -28px;
  }
}
.chart {
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .chart {
    height: 100px;
  }
}
.chart .chart-points {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .chart .chart-points {
    left: -10px;
    right: -10px;
  }
}
.chart .chart-points .chart-label-wrap {
  position: relative;
  width: 100%;
}
.chart .chart-points .chart-label-wrap .chart-label {
  position: absolute;
  font-size: 11pt;
}
@media (max-width: 767px) {
  .chart .chart-points .chart-label-wrap .chart-label {
    width: 100px;
    font-size: 8pt;
  }
}
.chart .chart-points .chart-label-wrap .chart-label.start {
  left: 0;
}
@media (min-width: 768px) {
  .chart .chart-points .chart-label-wrap .chart-label.start {
    transform: translateX(-50%);
  }
}
.chart .chart-points .chart-label-wrap .chart-label.end {
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .chart .chart-points .chart-label-wrap .chart-label.end {
    width: 50px;
  }
}
.chart-price-point {
  position: absolute;
  left: 40%;
  width: 150px;
  text-align: center;
}
@media (min-width: 768px) {
  .chart-price-point {
    left: 55%;
  }
}
.chart-price-point.highlight {
  left: 15%;
}
@media (min-width: 992px) {
  .chart-price-point.highlight {
    left: 24%;
  }
}
@media (min-width: 1200px) {
  .chart-price-point.highlight {
    left: 26%;
  }
}
.chart-price-point.highlight .chart-marker {
  background-color: #e44a7f;
  height: 20px;
}
@media (min-width: 768px) {
  .chart-price-point.highlight .chart-marker {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .chart-price-point.highlight .chart-marker {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .chart-price-point.highlight .chart-marker {
    height: 30px;
  }
}
.chart-price-point.highlight .chart-marker:before {
  background-color: #e44a7f;
}
.chart-price-point.highlight p {
  color: #e44a7f;
}
.chart-price-point p {
  color: #295196;
  font-weight: 600;
  font-size: 11pt;
}
@media (max-width: 767px) {
  .chart-price-point p {
    font-size: 8pt;
  }
}
.chart-price-point p .days {
  display: block;
}
.chart-marker {
  width: 4px;
  height: 115px;
  background-color: #295196;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -2px;
}
@media (max-width: 767px) {
  .chart-marker {
    height: 50px;
  }
}
.chart-marker:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #295196;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.advice {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .advice {
    padding-bottom: 45px;
    margin-bottom: 0;
  }
}
.advice .btn {
  font-size: 10pt;
}
@media (min-width: 768px) {
  .advice .btn {
    position: absolute;
    bottom: 0;
    font-size: 11pt;
    min-width: 115px;
  }
}
.advice .heading-xs {
  margin-bottom: 12px;
}
.advice p {
  font-size: 11pt;
  line-height: 20px;
  margin-bottom: 10px;
}
hr {
  margin: 25px 0;
  border-top-width: 2px;
}
hr.secondary {
  border-top-color: #dcdcdc;
  border-top-width: 1px;
}
@media (max-width: 767px) {
  .accordion > li {
    position: relative;
    border-top: 1px solid #dcdcdc;
    margin: 0 -15px;
  }
  .accordion > li:last-child {
    border-bottom: 1px solid #dcdcdc;
  }
}
.accordion > li.active .opener .opener-btn {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .accordion > li.active .opener .heading-md {
    color: #666;
  }
  .accordion > li.active .opener .opener-btn {
    border-top: 3px solid #666;
    border-left: 3px solid #666;
  }
}
.accordion.destination-acc li .slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.accordion.destination-acc li .slide .btn {
  align-self: flex-end;
}
.default-ordered-list {
  counter-reset: item;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1rem !important;
}
.default-ordered-list li {
  position: relative;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .default-ordered-list li {
    font-size: 13pt;
  }
}
.default-ordered-list li:before {
  content: counter(item) ".";
  counter-increment: item;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .default-ordered-list li:before {
    margin-right: 10px;
  }
}
.opener {
  display: block;
  padding: 10px 15px;
  position: relative;
  outline: none;
}
@media (min-width: 768px) {
  .opener {
    pointer-events: none;
    padding: 10px 0;
  }
}
.opener .heading-md {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .opener .heading-md {
    color: #3ea2f7;
    padding-right: 20px;
  }
}
.opener .opener-btn {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #3ea2f7;
  border-left: 3px solid #3ea2f7;
  border-radius: 2px;
  transform: rotate(-135deg);
  transition: transform 0.3s ease-in;
}
@media (min-width: 768px) {
  .opener .opener-btn {
    display: none;
  }
}
.slide {
  padding: 15px;
}
@media (min-width: 768px) {
  .slide {
    padding: 25px 0;
  }
}
@media (min-width: 768px) {
  .slide.for-slider {
    padding: 0 15px;
  }
}
.slide .slide-row {
  margin-bottom: 40px;
}
.slide .with-padding {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .slide .cruise-reviews .with-padding {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .slide .cruise-reviews .with-padding {
    padding-bottom: 50px;
  }
}
.slide .cruise-reviews .with-padding:last-child {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .slide .review-promoter-score {
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .slide .review-customer {
    padding-left: 50px;
  }
}
.slide .col-with-progress {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .slide .col-with-progress {
    padding-right: 0;
  }
}
.slide .slide-col {
  margin-bottom: 10px;
}
.slide .slide-col .btn {
  min-width: auto;
  font-size: 10pt;
  margin-right: 3px;
}
@media (min-width: 768px) {
  .slide .slide-col .btn {
    font-size: 11pt;
    margin-right: 11px;
    min-width: 75px;
  }
}
@media (min-width: 992px) {
  .slide .slide-col .btn {
    margin-right: 0;
    min-width: 60px;
  }
}
@media (min-width: 1200px) {
  .slide .slide-col .btn {
    font-size: 11pt;
    margin-right: 11px;
    min-width: 75px;
  }
}
.slide .slide-col p {
  line-height: 16px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .slide .slide-col p {
    line-height: 26px;
  }
}
.table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
.table tr td {
  padding: 0.375rem 0.25rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .table tr td {
    font-size: 10pt;
  }
}
.table tr td .btn {
  font-size: 11pt;
}
.table tr td.overflow span {
  display: block;
  max-width: 185px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table.non-top-border th {
  border-top: none;
}
@media (max-width: 767px) {
  .table.table-large {
    font-size: 8pt;
  }
}
.table.table-large tr:last-child td {
  border-bottom: none;
}
@media (max-width: 767px) {
  .table.to-one-table {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .table.to-one-table tr:last-child td {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .table.to-one-table tr td:first-child {
    width: 50%;
  }
}
.table.to-one-table tr td:nth-child(2) {
  width: 50%;
  white-space: inherit;
}
.first-column-wrap {
  position: relative;
  width: 100%;
}
.table-responsive > .fixed-column {
  position: absolute;
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  z-index: 10;
  left: -2px;
  top: 0;
  display: inline-block;
  width: auto;
  background: #fff;
}
.table-responsive > .fixed-column table {
  -webkit-transform: translateZ(0px);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
}
@media (min-width: 768px) {
  .table-responsive > .fixed-column {
    display: none;
  }
}
.cruise-details .table-responsive tr.fix-height {
  height: 60px !important;
}
@media (max-width: 768px) {
  .cruise-details .table-responsive .fixed-column thead tr {
    max-height: 16px;
  }
  .cruise-details .table-responsive .fixed-column tbody tr {
    max-height: 32px !important;
  }
}
.cruise-details .card-body .partner img {
  max-height: 60px;
}
.cruise-details .location-wrap {
  width: 52%;
}
.cruise-details .location-wrap .note-text .tablet-hidden .more-cruises {
  padding: 0 6px;
}
.data-col .col-text p img.big.cruise-detail-mobile {
  top: 0;
}
.data-col.fixed-two-third-width {
  width: 67%;
}
.data-col.fixed-one-third-width {
  width: 33%;
}
.mobile-details.cruise-detail-mobile {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.cruise-detail.tour-name {
  display: flex;
  margin-bottom: 0;
  min-height: 0;
}
.cruise-detail.rating-result {
  padding-top: 5px;
}
.popover-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.popover-box h6 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .popover-box h6 {
    font-size: 11pt;
  }
}
@media (min-width: 1200px) {
  .popover-box h6 {
    font-size: 13pt;
  }
}
.btn-popover-opener {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 18px;
  padding: 0;
  text-align: center;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .btn-popover-opener {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .btn-popover-opener {
    margin-left: 10px;
  }
}
.popover {
  margin-top: 10px;
}
.popover-header {
  display: none;
}
.popover-body {
  line-height: 18px;
}
.arrow:after {
  border-bottom-color: #3ea2f7;
}
.bar-holder {
  border-bottom: 1px solid #e2e2e2;
  height: 130px;
  width: 130px;
  margin: 0 auto 0 0;
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  .bar-holder {
    margin: 0 auto 20px 0;
  }
}
@media (min-width: 992px) {
  .bar-holder {
    margin: 0 auto 0 0;
  }
}
.bar-holder .bar {
  width: 40px;
  background-color: #dcdcdc;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.bar-holder .bar-label {
  position: absolute;
  bottom: 100%;
  text-align: center;
  left: 0;
  right: 0;
  color: #cacaca;
  font-weight: 700;
  font-size: 13pt;
}
.bar-holder .bar-win {
  width: 40px;
  background-color: #3ea2f7;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.bar-holder .bar-win .bar-label {
  color: #3ea2f7;
}
.bar-holder .bar-win .bar-label.bar-nodata {
  text-align: center;
  font-size: 14px;
}
.bar-holder .total-value {
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.progress {
  margin: 12px 0;
  height: 11px;
}
.progress-holder {
  position: relative;
}
.value {
  display: block;
  z-index: 999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 10pt;
}
@media (min-width: 992px) {
  .value {
    font-size: 11pt;
  }
}
.value.min {
  right: 105%;
}
.value.max {
  left: 105%;
}
.total-value {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  text-align: right;
}
.total-value p, .total-value span {
  color: #b9b9b9;
  font-size: 10pt;
}
@media (min-width: 992px) {
  .total-value p, .total-value span {
    font-size: 11pt;
  }
}
.total-value.inherit-width {
  width: 140px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .total-value.inherit-width {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .total-value.inherit-width {
    width: 200px;
  }
}
.progress-bar {
  background-color: #3ea2f7;
  border-radius: 10px;
}
.two-half-progress {
  display: flex;
  width: 100%;
  position: relative;
}
.two-half-progress .half {
  width: 70px;
  position: relative;
}
@media (min-width: 768px) {
  .two-half-progress .half {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .two-half-progress .half {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .two-half-progress .half {
    width: 100px;
  }
}
.two-half-progress .half:first-child:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #e9ecef;
  right: 0;
  top: 0;
}
.two-half-progress .half.min .progress {
  justify-content: flex-end;
  border-radius: 10px 0 0 10px;
}
.two-half-progress .half.min .progress .progress-bar {
  border-radius: 10px 0 0 10px;
  background-color: #959595;
}
.two-half-progress .half.max .progress {
  border-radius: 0 10px 10px 0;
}
.two-half-progress .half.max .progress .progress-bar {
  border-radius: 0 10px 10px 0;
}
.horizontal-progress-bar {
  width: 215px;
  padding: 0 25px;
  position: relative;
}
@media (min-width: 992px) {
  .horizontal-progress-bar {
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .horizontal-progress-bar {
    width: 215px;
  }
}
.horizontal-progress-bar:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  border-radius: 3px 0 0 3px;
  display: block;
  border: 1px solid #d6d6d6;
  border-right: none;
  background-color: #fff;
  z-index: 1;
}
.horizontal-progress-bar:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  z-index: 2;
}
.badge-result {
  margin-right: 15px;
}
.badge-result .badge-lg {
  font-size: 24pt;
  border-radius: 10px;
  margin-bottom: 19px;
  background-color: #6b6b6b;
  color: #fff;
}
.badge-result .badge-lg.highlight {
  background-color: #e44a7f;
}
.badge-result span {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .date-slide {
    padding-top: 20px;
  }
}
.datepicker-tabs {
  position: relative;
}
.datepicker-box {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .datepicker-box {
    flex-wrap: wrap;
  }
}
.datepicker-box .date {
  width: auto;
  position: relative;
}
@media (max-width: 767px) {
  .datepicker-box .date {
    margin-bottom: 20px;
    width: 16%;
  }
}
.datepicker-box .date .month {
  font-size: 13pt;
  margin-bottom: 10px;
  display: block;
}
.open-close.active .open-state {
  display: block;
}
.open-close.active .close-state {
  display: none;
}
.date-opener {
  position: absolute;
  bottom: 10px;
}
@media (max-width: 767px) {
  .date-opener {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.date-opener .icon-caret, .date-opener .icon-caret-top {
  vertical-align: middle;
}
.date-opener.open-state {
  display: none;
}
.picker {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  position: relative;
}
@media (min-width: 480px) {
  .picker {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .picker {
    width: 55px;
    height: 55px;
  }
}
@media (min-width: 992px) {
  .picker {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  .picker {
    width: 80px;
    height: 80px;
  }
}
.picker.cat-0 {
  background-color: #e44a7f;
}
.picker.cat-1 {
  background-color: #e0b3c7;
}
.picker.cat-2 {
  background-color: #fff;
}
.picker.strip {
  background-color: transparent;
}
.picker.strip:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: rotate(45deg) translate(-50%);
  background-color: #c1c1c1;
}
.picker.price {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.year {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0;
}
.price-description {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .price-description {
    bottom: auto;
    top: 15px;
  }
}
.price-description .price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.price-description .price-box span {
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 767px) {
  .price-description .price-box span {
    font-size: 10pt;
  }
}
.photo-copyright p {
  font-size: 8pt;
  color: #999999;
  line-height: 16px;
}
@media (min-width: 768px) {
  .photo-copyright p {
    font-size: 9pt;
    margin-bottom: 30px;
  }
}
.photo-copyright p a {
  text-decoration: underline;
  color: #999999;
}
.photo-copyright p a:hover, .photo-copyright p a:focus {
  color: #595959;
}
.slick-slide-holder .arrival-points {
  display: flex;
  justify-content: space-between;
}
.price-details {
  text-align: right;
  margin-left: 10px;
}
.price-details .small-label, .price-details span {
  font-size: 11pt;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .price-details-table th, .price-details-table td {
    width: 20%;
  }
}
.icon-caret-right {
  vertical-align: middle;
}
.search-field {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 0;
  left: 0;
  transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
@media (min-width: 768px) {
  .search-field {
    top: 0;
    bottom: 0;
  }
}
.search-field .search-header-form {
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .search-field .search-header-form {
    padding: 5px 0;
  }
}
.search-field .search-header-form input[type="search"] {
  padding: 0 15px;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #fff;
  margin: 0 auto;
  display: block;
  outline: none;
  color: #295196;
  font-size: 12pt;
}
@media (min-width: 768px) {
  .search-field .search-header-form input[type="search"] {
    font-size: 17pt;
  }
}
.search-field .search-header-form [type="submit"] {
  border: none;
  background-color: transparent;
  height: 100%;
  outline: none;
  line-height: 15px;
}
.search-field .search-header-form [type="submit"] .icon-search {
  color: #295196;
  font-size: 18pt;
}
@media (min-width: 768px) {
  .search-field .search-header-form [type="submit"] .icon-search {
    font-size: 28pt;
  }
}
.ports-info-table tr td:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30ch;
}
.search-active .search-field {
  opacity: 1;
  visibility: visible;
}
.alternative-date .price-description .price.pink {
  background-color: #e44a7f;
}
.alternative-date .price-description .price.light-pink {
  background-color: #e0b3c7;
}
.alternative-date .price-description .price.white {
  background-color: #fff;
}
.mobile-accordion .alternative-dates .slide .alternative-date .open-close {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .cruise-details .advantage-point .colored-advantage ul {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cruise-details .col-wrap .tab-col .btn {
    font-size: 8pt;
  }
}
.pt-40 {
  padding-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .trip-not-found ul li {
    font-size: 10pt;
  }
}
.cruise-ship-detail .right-top-price {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px 0;
}
.cruise-ship-detail .right-top-price .price-card {
  width: 100%;
  margin: 10px 0;
}
.cruise-ship-detail .right-top-price .price-card .card-header:first-child {
  font-size: 13px;
  padding: 5px;
  text-align: center;
}
.cruise-ship-detail .right-top-price .price-card .card-body {
  padding-top: 16px;
  height: 86px;
}
.cruise-ship-detail .right-top-price .price-card .card-body p {
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
}
.cruise-ship-detail .right-top-price .price-card .card-body .no-price-avaiable {
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  line-height: 46px;
}
.cruise-ship-detail .tab-content .date-opener {
  bottom: -10px;
}
.cruise-ship-detail .tab-content .date-slide {
  padding-top: 0;
}
.cruise-ship-detail .white-background {
  background: #fff;
  padding: 15px;
}
.cruise-ship-detail .note-text {
  font-style: italic;
}
.cruise-ship-detail .form-select .port-filter {
  width: 40%;
}
.cruise-ship-detail .form-select .month-filter {
  width: 25%;
}
.cruise-ship-detail .variant-box .data-col.port-col {
  width: 80px;
}
.cruise-ship-detail .variant-box .data-col.fixed-width {
  width: 80px;
}
.ship-overview-section .find-cruises.ports-form .tab-content.independent-content-block .jcf-select-form {
  width: 80%;
}
.ship-overview-section .tab-content.independent-content-block .jcf-select-form .cruiseline-filter {
  width: 30%;
}
.ship-overview-section .tab-content.independent-content-block .jcf-select-form .pricelevel-filter {
  width: 15%;
}
.ship-overview-section .tab-content.independent-content-block .jcf-select-form .quality-filter {
  width: 15%;
}
@media screen and (min-width: 768px) {
  .cruise-ship-detail .nav-tabs.tabs-light-blue li {
    padding: 7px 12px;
  }
  section.cruise-ship-detail.cruise-ship-sailing {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .cruise-ship-detail .table.to-one-table tr td:first-child {
    width: 50%;
  }
  .cruise-ship-detail .table.to-one-table tr td:nth-child(2) {
    width: 50%;
    white-space: inherit;
  }
  .ship-overview .port-card .port-description .heading-sm {
    height: 36px;
  }
}
#cruiselines-detail .cruiselines-info h2 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.2;
  color: inherit;
  font-size: 18pt;
}
#cruiselines-detail .cruiselines-info h2:not(:first-child) {
  padding-top: 15px;
}
.cruiselines-detail.page-header .highlight {
  line-height: 26px;
}
section.port-details #gallery_stage {
  min-height: 320px;
}
section.port-details #map {
  height: 425px;
}
.port-details.description {
  padding-top: 0;
}
.port-details.widget {
  padding-bottom: 100px;
}
.port-details .form-select .port-filter {
  width: 40%;
}
.port-details .form-select .ship-filter {
  width: 25%;
}
.port-details .form-select .month-filter {
  width: 20%;
}
.port-details .variant-box .data-col.port-col {
  width: 80px;
}
.port-details .variant-box .data-col.fixed-width {
  width: 80px;
}
/* =============== Landing Page styles ================== */
.primary-section.landing {
  padding: 45px 0;
}
@media (min-width: 768px) {
  .primary-section.landing {
    padding: 15px 0;
  }
}
@media (min-width: 768px) {
  .tab-section {
    padding: 0 0 30px;
  }
}
.landing-promo-holder {
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: cover;
  min-height: 440px;
  position: relative;
}
@media (min-width: 768px) {
  .landing-promo-holder {
    min-height: 420px;
    background-position: center;
  }
}
.landing-promo-holder .badge-exceptional-deal {
  width: 250px;
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  left: auto;
  padding: 15px 15px 7px;
}
@media (min-width: 768px) {
  .landing-promo-holder .badge-exceptional-deal {
    margin: 0;
    width: 280px;
    padding: 15px 15px 1px;
    box-shadow: 0 -4px 20px 7px rgba(0, 0, 0, 0.1);
  }
}
.landing-promo-holder .badge-exceptional-deal:after {
  border-left-width: 125px;
  border-right-width: 125px;
  border-top-width: 28px;
}
@media (min-width: 768px) {
  .landing-promo-holder .badge-exceptional-deal:after {
    border-left-width: 140px;
    border-right-width: 140px;
    border-top-width: 35px;
  }
}
.landing-promo-holder .badge-exceptional-deal .deal .heading-xxl {
  font-size: 30pt;
}
@media (min-width: 768px) {
  .landing-promo-holder .badge-exceptional-deal .deal .heading-xxl {
    font-size: 36pt;
    line-height: 54px;
  }
}
@media (min-width: 768px) {
  .landing-promo-holder .heading-xl {
    line-height: 49px;
  }
}
.landing-promo-holder .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  padding: 5px 20px;
  transform: translateX(-50%);
  font-size: 12pt;
}
.landing-promo-holder .btn .icon-caret {
  vertical-align: middle;
}
.landing-badge-holder {
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  .landing-badge-holder {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
  }
}
.landing-promo-text {
  padding: 100px 10px 0;
  min-height: 325px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-promo-text {
    padding-top: 0;
    width: 45%;
    text-align: left;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .list-headline {
    flex-direction: column-reverse;
    padding-top: 20px;
  }
  .list-headline .heading-sm {
    font-size: 21pt;
    line-height: 33px;
    margin-bottom: 10px;
    padding-top: 10px;
  }
}
.winner-text {
  line-height: 25px;
  font-size: 12pt;
  color: #666;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .winner-text {
    font-size: 13pt;
    color: #295196;
    padding: 0;
  }
}
.winner-text strong {
  font-weight: 400;
}
@media (min-width: 768px) {
  .winner-text strong {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .blender-light .heading-light {
    margin-bottom: 0px;
    color: #295196;
  }
}
@media (max-width: 767px) {
  .step-by-step {
    margin-top: -25px;
  }
}
.step-by-step .custom-counter {
  display: block;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.step-by-step .custom-counter li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ececec;
  padding: 20px 10px 20px 65px;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44%;
    padding: 13px 0 13px 50px;
    border: none;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .step-by-step .custom-counter li {
    width: 31%;
    padding: 13px 0 13px 50px;
    border: none;
    margin: 0;
  }
}
.step-by-step .custom-counter li .number-counter {
  font-size: 16pt;
  background-color: transparent;
  color: #adadad;
  border: 1px solid #adadad;
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  left: 22px;
  top: 22px;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter li .number-counter {
    background-color: #e44a7f;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    font-size: 24pt;
    left: 0;
    top: 50%;
    margin-top: -23px;
    line-height: 44px;
  }
}
.step-by-step .custom-counter li .li-counter-description {
  padding: 0 5px;
  width: 100%;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter li .li-counter-description {
    flex-direction: column;
    width: auto;
  }
}
.step-by-step .custom-counter li .li-counter-description img {
  margin-right: 10px;
}
.step-by-step .custom-counter li .li-counter-description .btn {
  width: 100%;
  font-size: 12pt;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter li .li-counter-description .btn {
    font-size: 13pt;
    width: auto;
    margin-bottom: 10px;
    padding: 6px 15px;
  }
}
.step-by-step .custom-counter li .li-counter-description p {
  margin-bottom: 10px;
  font-size: 12pt;
  color: #666;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter li .li-counter-description p {
    font-size: 13pt;
    color: #295196;
  }
}
.step-by-step .custom-counter li .li-counter-description p .code-promo {
  font-family: "Courier New", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight: 300;
}
.step-by-step .custom-counter li .li-counter-description p.after-btn-text {
  font-size: 10pt;
  color: #666;
  margin: 5px 0 0;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter li .li-counter-description p.after-btn-text {
    font-size: 13pt;
    color: #295196;
  }
}
.step-by-step .custom-counter li .li-counter-description .heading-xs {
  color: #3ea2f7;
}
.step-by-step .custom-counter li.step-arrow-holder {
  width: auto;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter li.step-arrow-holder {
    margin: 0 15px;
  }
}
.step-by-step .custom-counter li.step-arrow-holder .li-step-arrow {
  position: absolute;
  background-image: url(https://assets.cruisewatch.com/media/img/custom-list-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 75px;
  height: 15px;
  display: block;
  background-color: transparent;
  left: 0;
  top: calc(100% - 2px);
  z-index: 99;
}
@media (min-width: 768px) {
  .step-by-step .custom-counter li.step-arrow-holder .li-step-arrow {
    width: 20px;
    right: 10px;
    left: auto;
    top: 0;
    bottom: 0;
    height: 100%;
    background-image: url(https://assets.cruisewatch.com/media/img/next-arrow-desktop.png);
    background-size: 80%;
  }
}
@media (min-width: 992px) {
  .step-by-step .custom-counter li.step-arrow-holder .li-step-arrow {
    width: 30px;
    right: auto;
  }
}
.qr-code {
  width: 60px;
}
@media (min-width: 992px) {
  .qr-code {
    width: 40px;
  }
}
@media (min-width: 1150px) {
  .qr-code {
    width: 93px;
  }
}
.partnering-box {
  display: flex;
  align-items: center;
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .partnering-box {
    padding: 0;
  }
}
.partnering-box span {
  color: #000;
  font-size: 12pt;
  margin: 15px 15px 0 0;
}
/* ====================Landing Version 2.[i].[i]===================== */
.landing-v2-0 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 180px;
}
@media (max-width: 768px) {
  .landing-v2-0 {
    min-height: 100px;
  }
}
.cruise-main-promo {
  width: 100%;
  color: #fff;
  min-height: 500px;
}
@media (min-width: 768px) {
  .cruise-main-promo {
    padding: 60px 0 20px;
  }
}
.cruise-main-promo li {
  color: #295196;
}
.cruise-main-promo.right-box .to-right {
  align-self: flex-end;
}
@media (min-width: 768px) {
  .cruise-main-promo.center {
    justify-content: space-between;
  }
}
.cruise-main-promo.center .to-right {
  align-self: flex-end;
}
.cruise-main-promo.smaller {
  max-width: 850px;
  margin: 0 auto;
}
.cruise-main-promo .to-right {
  width: 100%;
}
@media (min-width: 768px) {
  .cruise-main-promo .to-right {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .cruise-main-promo .to-right {
    width: 55%;
  }
}
.cruise-main-promo .heading-xxl {
  line-height: 40px;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .cruise-main-promo .heading-xxl {
    line-height: 55px;
    margin-bottom: 34px;
  }
}
.cruise-main-promo .heading-sm {
  line-height: 23px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cruise-main-promo .heading-sm {
    line-height: 28px;
    margin-bottom: 34px;
  }
}
.cruise-main-promo .cta-button-mobile {
  margin: 10px 0 20px 0;
}
@media (min-width: 768px) {
  .cruise-main-promo .cta-button-mobile {
    display: none;
  }
}
.cruise-main-promo .testimonial {
  margin-top: 30px;
}
.cruise-main-promo .testimonial img {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
}
.cruise-main-promo .testimonial .content {
  padding: 0 15px 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .cruise-main-promo .testimonial .content {
    padding: 0 15px 0 25px;
  }
}
.cruise-main-promo .booking-partners {
  margin: 30px 0 30px 0;
}
.cruise-main-promo .spacer-lg {
  min-height: 35px;
}
@media (min-width: 768px) {
  .cruise-main-promo .spacer-lg {
    margin: 85px 0 0 0;
    min-height: 0;
  }
}
.cruise-main-promo .placeholder.loading {
  background: url("../themes/cruisewatch/assets/img/spinner.gif") no-repeat;
  background-size: 50px 30px;
  background-position: -10px 0;
  padding-left: 45px;
}
.cruise-main-promo .loading-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: #295196;
  opacity: 0.9;
  position: absolute;
  z-index: 20;
  margin: -27px 0 0 -18px;
  border-radius: 10px;
}
.cruise-main-promo .loading-overlay .body {
  margin: 140px 0 0 5%;
  padding: 30px;
  width: 100%;
  font-size: 2em;
  font-weight: 600;
  font-color: white;
}
.cruise-main-promo .inform-box {
  display: none;
}
.enroll-form {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .enroll-form {
    margin-top: 25px;
  }
}
.winning-explanation {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .winning-explanation {
    margin-top: 40px;
  }
}
.main-box-holder {
  background-color: #3ea2f7;
  border-radius: 10px;
}
.main-box-holder .tab-content {
  padding: 10px;
}
.main-box-holder .inform-when {
  padding: 10px;
}
.main-box-holder .inform-when .form-group {
  padding: 0 5px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .main-box-holder .inform-when .form-group {
    padding: 0 25px 0 0;
  }
}
.main-box-holder .inform-when .form-group .form-control {
  padding: 8px;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .main-box-holder .inform-when .form-group .form-control {
    font-size: 13pt;
  }
}
.main-box-holder .inform-when .form-group .form-control[type="search"] {
  color: #3ea2f7;
  font-weight: 600;
}
.main-box-holder .inform-when .form-group .form-control[type="search"]::-webkit-input-placeholder {
  color: #3ea2f7;
}
.main-box-holder .inform-when .form-group .form-control[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #3ea2f7;
}
.main-box-holder .inform-when .form-group .form-control[type="search"]:-moz-placeholder {
  color: #3ea2f7;
}
.main-box-holder .inform-when .form-group .form-control[type="search"]:-ms-input-placeholder {
  color: #3ea2f7;
}
.main-box-holder .inform-when .form-group .form-control[type="search"].placeholder {
  color: #3ea2f7;
}
.main-box-holder .inform-when .btn {
  padding: 8px 15px;
}
@media (min-width: 768px) {
  .main-box-holder .inform-when .btn {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  .text-box {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .inform-box {
    margin-top: 25px;
  }
}
.inform-box .form-holder {
  background-color: #3ea2f7;
  padding: 28px 18px;
  position: relative;
  margin: 0;
  border-radius: 10px;
}
.inform-box .form-holder .heading-md {
  margin-bottom: 25px;
}
.inform-box .form-group {
  padding: 0 5px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .inform-box .form-group {
    padding: 0 25px 0 0;
  }
}
.inform-box .form-group .form-control {
  padding: 8px;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .inform-box .form-group .form-control {
    font-size: 13pt;
  }
}
.inform-box .btn {
  padding: 8px 15px;
}
@media (min-width: 768px) {
  .inform-box .btn {
    min-width: 150px;
  }
}
.inform-when {
  display: flex;
  align-items: center;
}
.partners-block hr {
  margin: 20px 0;
}
.parnters-holder-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 5px;
}
.parnters-holder-box a {
  width: 50%;
}
@media (min-width: 768px) {
  .parnters-holder-box a {
    width: auto;
  }
}
.parnters-holder-box a img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .parnters-holder-box a img {
    margin: 0;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .parnters-holder-box a img {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .parnters-holder-box {
    flex-wrap: nowrap;
  }
}
.find-cruises {
  background-color: #3ea2f7;
  padding: 0;
}
.find-cruises .find-cruise-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .find-cruises .find-cruise-holder {
    flex-wrap: nowrap;
  }
}
.find-cruises .find-cruise-holder .heading-md {
  margin: 5px 0 15px;
}
@media (min-width: 768px) {
  .find-cruises .find-cruise-holder .heading-md {
    margin: 0;
  }
}
.find-cruises .inform-when {
  width: 100%;
}
@media (min-width: 768px) {
  .find-cruises .inform-when {
    width: 60%;
  }
}
.find-cruises .inform-when .form-group {
  padding: 0 5px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .find-cruises .inform-when .form-group {
    padding: 0 25px 0 0;
  }
}
.find-cruises .inform-when .form-group .form-control {
  padding: 8px;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .find-cruises .inform-when .form-group .form-control {
    font-size: 13pt;
  }
}
.find-cruises .inform-when .btn {
  padding: 8px 15px;
}
@media (min-width: 768px) {
  .find-cruises .inform-when .btn {
    min-width: 150px;
  }
}
.dashboard-banner {
  width: 100%;
  height: 100px;
  margin-top: -22px;
  margin-bottom: 25px;
}
/*==================Blog Page styles====================*/
.blog-page {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 215px;
  display: flex;
  align-items: center;
  position: relative;
}
.blog-page.large {
  min-height: 255px;
}
@media (min-width: 768px) {
  .blog-page .heading-xxl {
    width: 50%;
    margin: 0 0 0 auto;
  }
}
.blog-page > .credits {
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.7;
}
.blog-page > .credits a {
  color: #fff;
  font-size: 20px;
}
.blog-posts-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .blog-posts-holder {
    padding-right: 43px;
  }
}
.blog-item {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  display: flex;
  width: 100%;
  min-height: 250px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .blog-item {
    width: 49%;
    min-height: 300px;
  }
}
.blog-item.large {
  width: 100%;
  flex-direction: column;
  min-height: 500px;
}
@media (min-width: 768px) {
  .blog-item.large {
    flex-direction: row;
    min-height: 300px;
  }
}
.blog-item.large .blog-post-inside, .blog-item.large .placeholder-place {
  width: 100%;
  height: 50%;
}
@media (min-width: 768px) {
  .blog-item.large .blog-post-inside, .blog-item.large .placeholder-place {
    width: 50%;
    height: 100%;
  }
}
.blog-post-inside {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.blog-post-inside .btn {
  font-size: 11pt;
}
@media (min-width: 768px) {
  .blog-post-inside .heading-lg {
    margin-bottom: 15px;
  }
}
.placeholder-place {
  background-color: #eaf4fa;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
#blog-sidebar {
  border-left: 1px solid #e2e2e2;
  padding-top: 43px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #blog-sidebar {
    margin: 0 auto;
    border: none;
  }
}
#blog-sidebar .find-cruises {
  border-radius: 10px;
  padding: 25px 13px;
}
#blog-sidebar .find-cruises .inform-when {
  width: 100%;
  flex-direction: column;
}
#blog-sidebar .find-cruises .inform-when .form-group {
  padding: 0;
}
#blog-sidebar .find-cruises .inform-when .form-group .form-control {
  margin-bottom: 20px;
}
#blog-sidebar .find-cruises .inform-when .btn {
  align-self: flex-end;
}
#blog-sidebar .find-cruises .inform-when.register .form-group {
  padding: 0;
}
#blog-sidebar .find-cruises .inform-when.register .form-group label {
  color: #fff;
}
#blog-sidebar .find-cruises .inform-when.register .form-group .form-control {
  margin-bottom: 20px;
}
#blog-sidebar .find-cruises .inform-when.register .btn {
  align-self: flex-start;
}
.post .content img {
  width: 100% !important;
  height: auto !important;
  margin: 10px 15px 15px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-list-headline {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .search-form {
    padding: 0 10px;
  }
}
.search-form.no-padding {
  padding: 0;
}
.search-form [type="search"] {
  border: 1px solid #3ea2f7;
  padding: 8px 8px;
  font-size: 13pt;
}
.search-form .btn .icon-search {
  font-size: 30px;
  line-height: 1px;
  display: flex;
  align-items: center;
}
.sidebar-widgets {
  margin-bottom: 45px;
}
.sidebar-widgets.default .btn {
  margin-bottom: 20px;
}
.sidebar-widgets .heading-md {
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
}
.sidebar-widgets .tab-table th {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar-widgets .tab-table th .text-wrap {
  width: auto;
}
.sidebar-widgets .tab-table td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar-widgets .tab-table td .badge-lg {
  font-size: 10pt;
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 9px;
}
@media (min-width: 768px) {
  .sidebar-widgets .tab-table td .badge-lg {
    font-size: 9pt;
    padding: 3px;
  }
}
@media (min-width: 992px) {
  .sidebar-widgets .tab-table td .badge-lg {
    font-size: 14pt;
    padding: 9px;
  }
}
.sidebar-widgets .tab-table .text-wrap {
  white-space: normal;
}
.sidebar-widgets .tab-table .text-wrap span {
  font-size: 8pt;
  display: block;
  line-height: 12px;
}
@media (min-width: 992px) {
  .sidebar-widgets .tab-table .text-wrap span {
    font-size: 9pt;
  }
}
.sidebar-widgets .tab-table .text-wrap p {
  font-size: 8pt;
}
@media (min-width: 992px) {
  .sidebar-widgets .tab-table .text-wrap p {
    font-size: 10pt;
  }
}
.sidebar-widgets.search-box {
  position: relative;
}
.sidebar-widgets.search-box .arrow {
  position: absolute;
  width: 100px;
  height: 50px;
  transform: rotate(115deg);
  left: -53px;
  top: 50%;
}
@media (max-width: 767px) {
  .sidebar-widgets.search-box .arrow {
    display: none;
  }
}
.sidebar-widgets.search-box .arrow:before, .sidebar-widgets.search-box .arrow:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 50px;
  height: 63px;
  background: #fff;
  transform: rotate(-95deg);
  transform-origin: 0 100%;
}
.sidebar-widgets.search-box .arrow:before {
  border-left: 1px solid #e2e2e2;
}
.sidebar-widgets.search-box .arrow:after {
  left: 0;
  border-right: 1px solid #e2e2e2;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}
.sidebar-list li {
  border-top: 1px solid #e2e2e2;
  padding: 6px 0;
}
.sidebar-list li:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.sidebar-list li .active {
  font-weight: 900;
}
/*=================Single Page styles===============*/
.post-header, .post {
  border-bottom: 1px solid #e2e2e2;
  padding: 30px 0;
}
.post p {
  line-height: 24px;
  margin-bottom: 25px;
}
.author {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.author .photo {
  margin-right: 20px;
}
.author .description p {
  margin: 0;
  line-height: 20px;
}
.disqus-placeholder, .post-image-placeholder {
  padding: 10px 0 35px;
}
.disqus-placeholder img, .post-image-placeholder img {
  width: 100%;
}
.share-box {
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .share-box {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .share-box {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.share-box p {
  margin: 0 10px 0 0;
  font-weight: 600;
}
.social {
  margin: 0;
}
@media (max-width: 767px) {
  .social {
    padding-top: 25px;
  }
}
@media (min-width: 768px) {
  .social {
    flex-wrap: wrap;
  }
}
@media (min-width: 1150px) {
  .social {
    flex-wrap: nowrap;
  }
}
.social li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3ea2f7;
  margin: 0 5px;
  border: 2px solid transparent;
  transition: background-color 0.3s ease-in, border 0.3s ease-in;
}
@media (max-width: 767px) {
  .social li {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 768px) {
  .social li {
    margin: 5px 2px;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 1200px) {
  .social li {
    margin: 5px 7px;
    width: 48px;
    height: 48px;
  }
}
.social li:hover, .social li:focus {
  background-color: transparent;
  border: 2px solid #3ea2f7;
}
.social li:hover a, .social li:focus a {
  color: #3ea2f7;
  transition: color 0.3s ease-in;
}
.social li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.passenger-crew-ratio-rating-holder .rating-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .passenger-crew-ratio-rating-holder .rating-holder {
    justify-content: space-between;
    width: 100%;
  }
}
.passenger-crew-ratio-rating-holder .star-rating {
  padding: 0 2px;
}
@media (min-width: 768px) {
  .passenger-crew-ratio-rating-holder .star-rating {
    padding: 0 0px;
  }
}
.passenger-crew-ratio-rating-holder .star-rating img {
  width: 15px;
  margin-bottom: inherit;
}
.image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 195px;
  display: flex;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .image-wrap {
    margin: 0;
    height: 345px;
    margin-bottom: 20px;
  }
}
.image-wrap .credits {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.destination {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .destination {
    padding: 25px 0;
  }
}
.destination .heading-md, .destination .heading-xl {
  margin-bottom: 20px;
}
.destination .acc-opener-wrap .heading-md {
  margin-bottom: 0;
}
.destination .form-select .port-filter {
  width: 40%;
}
.destination .form-select .ship-filter {
  width: 25%;
}
.destination .form-select .month-filter {
  width: 20%;
}
.destination .variant-box .data-col.port-col {
  width: 80px;
}
.destination .variant-box .data-col.fixed-width {
  width: 80px;
}
@media (max-width: 767px) {
  .tabs-to-acc ol {
    padding-bottom: 1em;
  }
  .tabs-to-acc li {
    font-size: 10pt;
  }
}
.data-table .table {
  margin: 0;
}
.data-table .table-responsive {
  position: relative;
  margin: 0;
}
.data-table .table-responsive .pagination-box {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.data-table .section-head {
  padding: 4px 0;
}
.popular-posts .heading-md {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .popular-posts .card {
    margin-bottom: 30px;
  }
}
.form-select {
  background-color: #3ea2f7;
  padding: 15px;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .form-select {
    margin: 0 0 20px;
    border-radius: 10px;
  }
}
.form-select .new-select {
  flex-wrap: wrap;
}
.form-select .new-select .SumoSelect .CaptionCont {
  line-height: 23px;
}
.arrival-points {
  display: flex;
  justify-content: space-between;
}
.arrival-points.column {
  flex-direction: column;
}
.table {
  position: relative;
}
.table tr.summary td {
  border-bottom: none;
  border-top: none;
}
.summary-price {
  text-align: center;
}
.summary-price .figure {
  position: relative;
  width: 100%;
}
.summary-price .figure:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 0 0 3px 3px;
  display: block;
  border: 1px solid #d6d6d6;
  border-top: none;
  z-index: 1;
  bottom: 105%;
}
.summary-price .figure:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  z-index: 2;
}
.tabs-to-acc .opener .opener-btn {
  right: 0;
}
.acc-opener-wrap {
  position: relative;
}
.cruises-variant.booking-variant .variant-box:after, .cruises-variant.booking-variant .variant-box:before {
  display: none;
}
.variant-box {
  position: relative;
  padding-top: 10px;
  padding-bottom: 4px;
}
.variant-box:after {
  content: "";
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top: 100%;
  left: -15px;
  right: -15px;
}
.variant-box:first-child:before {
  content: "";
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
}
.variant-box .btn {
  padding: 5px 15px;
}
.box-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.box-title .heading-xs {
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  font-size: 12pt;
  font-weight: 600;
  color: #3ea2f7;
  margin: 0;
}
.data-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0 5px;
}
.data-row.bordered-bottom {
  position: relative;
  padding-top: 5px;
  padding-bottom: 9px;
}
.data-row.bordered-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  right: 0;
  height: 1px;
  background-color: #dcdcdc;
  top: 100%;
}
.data-row .data-row {
  padding: 0 0 0 20px;
  position: relative;
}
.data-row .data-row img {
  max-width: 15px;
  position: absolute;
  left: 0;
  top: -3px;
}
.data-row .data-row .col-text {
  padding-left: 5px;
}
.data-col {
  display: flex;
  align-items: flex-start;
}
.data-col.fixed-width {
  width: 70px;
}
.data-col.fixed-half-width {
  width: 50%;
}
@media (min-width: 450px) {
  .data-col.fixed-half-width {
    width: 35%;
  }
}
.data-col.fixed-half-width.date-line .col-text .small {
  max-width: 100%;
}
.data-col.fixed-half-width.bottom-align {
  align-items: flex-end;
  justify-content: space-between;
}
.data-col .col-text {
  padding-left: 20px;
  position: relative;
}
.data-col .col-text p {
  text-transform: none;
  margin: 0;
  color: inherit;
}
.data-col .col-text p.small-label {
  font-size: 8pt;
}
@media (max-width: 479px) {
  .data-col .col-text p.small {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px;
  }
}
@media (max-width: 379px) {
  .data-col .col-text p.small {
    max-width: 75px;
  }
}
.data-col .col-text p img {
  max-width: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.data-col .col-text p img.big {
  max-width: 18px;
  top: -3px;
}
.thypography-content {
  padding-top: 1.5625rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 992px) {
  .thypography-content {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.thypography-content .text-block {
  padding-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .thypography-content .text-block {
    padding-bottom: 1.25rem;
  }
}
.thypography-content .text-block:last-child {
  padding-bottom: 0;
}
.thypography-content h1, .thypography-content h2, .thypography-content h3, .thypography-content h4, .thypography-content h5 {
  font-family: "Dosis", "Arial", "Helvetica", sans-serif;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .thypography-content h1, .thypography-content h2, .thypography-content h3, .thypography-content h4, .thypography-content h5 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .thypography-content h2 {
    margin-bottom: 1.25rem;
  }
}
.thypography-content h2.headline-only {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .thypography-content h3 {
    margin-bottom: 1rem;
    font-size: 1.4em;
  }
}
.thypography-content h3.headline-only {
  margin-bottom: 0;
  padding-bottom: 0;
}
.thypography-content h4 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .thypography-content h4 {
    margin-bottom: 1rem;
  }
}
.thypography-content h4.headline-only {
  margin-bottom: 0;
  padding-bottom: 0;
}
.thypography-content h5 {
  margin-bottom: 0.8125rem;
}
@media (min-width: 992px) {
  .thypography-content h5 {
    margin-bottom: 0.8125rem;
  }
}
.thypography-content h5.headline-only {
  margin-bottom: 0;
  padding-bottom: 0;
}
.thypography-content h6 {
  font-family: "Source Sans Pro", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 0.6875rem;
}
@media (min-width: 992px) {
  .thypography-content h6 {
    margin-bottom: 0.6875rem;
  }
}
.thypography-content h6.headline-only {
  margin-bottom: 0;
  padding-bottom: 0;
}
.thypography-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #999;
  margin: 2em 0;
  padding: 0;
}
.thypography-content hr.spacer {
  border-top: 0px;
  margin: 2em 0 0 0;
}
.thypography-content p {
  line-height: 1.385;
}
.thypography-content a:active, .thypography-content a:focus {
  color: #c0c0c0;
}
.thypography-content mark, .thypography-content .mark {
  background: #007bff;
  color: #fff;
  margin: 0;
  padding: 0.125rem;
}
.thypography-content ul, .thypography-content ol {
  padding: 0.625rem 0 0.625rem 1.8125rem;
  margin: 0;
  list-style: none;
}
.thypography-content ul li, .thypography-content ol li {
  position: relative;
  padding-left: 1.375rem;
}
.thypography-content ul li + li, .thypography-content ol li + li {
  margin-top: 0.625rem;
}
.thypography-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  transform: rotate(45deg);
}
.thypography-content ol {
  counter-reset: newCounter;
  padding-left: 1.9375rem;
}
.thypography-content ol li:before {
  counter-increment: newCounter;
  content: counters(newCounter, ".") ". ";
  margin-left: -1.375rem;
  display: inline-block;
  vertical-align: top;
  min-width: 1.375rem;
  padding-right: 0.25rem;
  color: #c0c0c0;
}
.thypography-content img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .thypography-content img {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .thypography-content img.alignleft {
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .thypography-content img.alignleft {
    width: calc(50% - 45px);
    margin-right: 50px;
    margin-left: 25px;
  }
}
@media (min-width: 768px) {
  .thypography-content img.alignright {
    float: right;
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .thypography-content img.alignright {
    width: calc(50% - 45px);
    margin-left: 50px;
    margin-right: 25px;
  }
}
.thypography-content .box-framed {
  border-radius: 7px;
  border: 1px solid #3ea2f7;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.thypography-content .box-framed li {
  margin-right: 25px;
}
.thypography-content .toc {
  border-radius: 7px;
  border: 1px solid #3ea2f7;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 5px;
  margin: 5px 0 15px 0;
}
.thypography-content .toc li {
  margin-right: 25px;
}
.thypography-content .toc li:before {
  color: #3ea2f7;
}
.thypography-content figcaption {
  margin-top: -80px;
  font-size: 0.8em;
  width: 100%;
  font-style: italic;
  background: #666;
  opacity: 0.7;
  color: #fff;
  padding: 10px;
}
@media (min-width: 992px) {
  .thypography-content figcaption {
    margin-top: -70px;
    padding: 10px;
  }
}
.thypography-content img.lozad.block {
  min-height: 100px;
}
.heading-bordered {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c0c0c0;
}
.blockquote {
  font-weight: 700;
  font-style: italic;
}
.blockquote .blockquote-footer {
  display: flex;
  width: 100%;
  padding-bottom: 1.125rem;
}
.blockquote .blockquote-footer:before {
  display: none;
}
.blockquote .photo {
  width: 85px;
  flex-basis: 85px;
  flex-shrink: 0;
  padding-right: 15px;
}
.blockquote .photo img {
  border-radius: 50%;
  vertical-align: top;
  height: auto;
  width: 100%;
  margin: 0;
}
.blockquote .caption-text {
  flex-grow: 1;
  font-style: normal;
  padding-top: 0.3125rem;
}
.blockquote .caption-text p {
  font-style: normal;
  font-weight: 400;
}
.blockquote .blockquote-author {
  font-weight: 700;
  margin-bottom: 0.1875rem;
}
.blockquote > p {
  width: 100%;
  font-size: 13pt;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 992px) {
  .blockquote > p {
    font-size: 15pt;
  }
}
.blockquote.blockquote-alt {
  padding-left: 2.375rem;
  position: relative;
}
.blockquote.blockquote-alt:before {
  content: "";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 18pt;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  color: #c0c0c0;
}
.blockquote.blockquote-alt .photo {
  width: 75px;
  flex-basis: 75px;
  padding-right: 20px;
}
.blockquote.blockquote-alt .caption-text {
  padding-top: 0.1875rem;
}
.tooltip-opener {
  color: #c0c0c0;
  cursor: pointer;
}
.thypography-content .ports.overview {
  margin-top: 0px;
  padding-top: 5px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.thypography-content .ship-location ul {
  padding: 0;
}
.thypography-content .ship-location ul li:before {
  content: none;
}
.thypography-content .ship-location ul li + li {
  margin-top: 0;
}
.ship-location.pt-15 {
  padding-top: 15px;
}
/** call to action elements */
.cta {
  background: #f4d452;
  width: 100%;
  padding: 15px 20px 0 20px;
  margin: 0px 0 55px 0;
  border-radius: 10px;
}
.cta p {
  color: #295196;
}
.cta .heading-primary {
  margin: 5px 0 10px 0;
}
.cta .btn-lg, .cta .btn-group-lg > .btn {
  margin-top: 20px;
}
.cta .signup-form {
  margin-top: 20px;
}
.cta .input-group {
  width: 75%;
}
@media only screen and (max-width: 600px) {
  .cta {
    padding: 0px;
  }
  .cta .heading-primary {
    margin: 15px 0 10px 0;
  }
  .cta .btn-lg, .cta .btn-group-lg > .btn {
    margin: 0 0 5px 0;
  }
  .cta .signup-form {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .cta .input-group {
    width: 100%;
  }
}
body.booking > .jcf-select-drop {
  min-width: auto;
}
.sidebar-cruisewatch-booking {
  position: relative;
}
@media (min-width: 768px) {
  .sidebar-cruisewatch-booking {
    margin-top: 43px;
    padding-bottom: 190px;
  }
}
@media (min-width: 992px) {
  .sidebar-cruisewatch-booking {
    margin-top: 43px;
    padding-bottom: 290px;
  }
}
.sidebar-cruisewatch-booking.null-padding {
  padding-bottom: 0;
}
.sidebar-cruisewatch-booking.to-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.see-here {
  position: relative;
  margin-bottom: 41px;
  display: none;
}
@media (min-width: 768px) {
  .see-here {
    display: block;
  }
}
.see-here .arrow {
  width: 38px;
  height: 38px;
  border-top: 3px solid #3ea2f7;
  border-right: 3px solid #3ea2f7;
  transform: rotate(60deg) skew(28deg);
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 0;
}
.see-here p {
  padding-right: 30px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 22px;
}
.booking-info {
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
.booking-info .booking-redirect-banner .bordered-container {
  height: 98%;
}
@media (min-width: 768px) {
  .booking-info .alert {
    margin-bottom: 44px;
  }
}
.booking-info .bordered-container {
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 18px 14px;
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  .booking-info .bordered-container {
    padding: 28px 25px;
  }
}
.booking-info .bordered-container.animated {
  margin-bottom: 12px;
  border: none;
}
@media (min-width: 768px) {
  .booking-info .bordered-container.animated {
    border: 1px solid #dadada;
    padding-top: 70px;
    padding-bottom: 52px;
    margin-bottom: 44px;
  }
}
.booking-info .bordered-container h2 {
  margin-bottom: 18px;
}
.booking-info .table-holder {
  margin-bottom: 36px;
}
.searching-text {
  max-width: 600px;
  margin: 0 auto;
}
.searching-text .highlight-xxl, .searching-text p {
  text-align: center;
}
.searching-text .highlight-xxl {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .searching-text .highlight-xxl {
    margin-bottom: 36px;
  }
}
.searching-text p {
  line-height: 22px;
}
.searching-text p a {
  text-decoration: underline;
}
.three-col {
  margin: 0 -10px;
}
.three-col .col-4 {
  padding: 0 10px;
}
.three-col .col-4 .select-box-alt {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.three-col .col-4 .select-box-alt label {
  display: block;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.three-col .col-4 .select-box-alt .jcf-select {
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .three-col .col-4 .select-box-alt .jcf-select {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.three-col .col-4 .select-box-alt .jcf-select .jcf-select-text {
  margin-right: 8px;
}
.three-col .col-4 .select-box-alt .jcf-select .jcf-select-opener {
  width: 22px;
}
.booking-form .form-group-alt.is-invalid .form-control {
  padding-right: 42px;
}
@media (max-width: 767px) {
  .booking-form .form-group-alt.is-invalid .mark-holder {
    height: 28px;
  }
}
.booking-form .form-group-alt .form-control {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .booking-form .form-group-alt .form-control {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.booking-form .form-group-alt label {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .booking-form .form-group-alt label {
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .booking-form .select-box-alt {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .booking-details-info {
    padding-top: 16px;
  }
}
.booking-details-info .btn {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .booking-details-info .btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.booking-details-info .form-group:only-child {
  padding-bottom: 0;
}
.booking-details-info .form-group .form-control {
  margin-bottom: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .booking-details-info .form-group .form-control {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.table-holder p {
  font-weight: 600;
  margin-bottom: 12px;
}
.table-holder .heading-md {
  margin-bottom: 25px;
}
.table-holder .price-box {
  position: relative;
  margin: 0 0 0 40px;
}
.bordered-logo {
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bordered-logo {
    max-width: 320px;
  }
}
.bordered-logo img {
  max-width: 100%;
}
.notes-text {
  padding: 25px 0;
}
.notes-text p {
  font-size: 11pt;
  color: #999999;
}
.mobile-details {
  display: block;
  line-height: 1;
  float: left;
  padding-right: 10px;
  font-size: 10pt;
  position: relative;
}
.mobile-details:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 1px;
  width: 5px;
  height: 5px;
  border: 1px solid #007bff;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.booking-partners .partners {
  display: flex;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .booking-partners .partners {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.booking-partners .partners li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.booking-partners .partners li a img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.booking-partners .partners li a img#p1 {
  max-height: 60px;
}
.booking-partners .partners li a img#p2 {
  width: 65px;
  height: 40px;
}
.booking-partners .partners li a img#p3 {
  max-height: 40px;
}
.booking-partners .partners li a img#p4 {
  max-height: 45px;
}
.booking-partners .partners li a img#p5 {
  max-height: 45px;
}
.operator {
  display: none;
}
@media (min-width: 768px) {
  .operator {
    display: block;
    position: absolute;
    bottom: 0;
    height: 185px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .operator {
    height: 285px;
  }
}
.operator:only-child {
  position: relative;
  bottom: auto;
}
@media (min-width: 768px) {
  .operator:only-child {
    height: 185px;
    background-position: 50%;
  }
}
@media (min-width: 992px) {
  .operator:only-child {
    height: 285px;
    background-position: 20%;
  }
}
.operator img {
  max-width: 100%;
}
.form-label {
  font-weight: 600;
  margin: 8px 0 16px;
}
@media (min-width: 768px) {
  .booking-check-row {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
.booking-check-row .form-check {
  padding: 0 0 20px;
  padding-left: 0;
}
.booking-check-row .form-check input[type="checkbox"]:checked + label:after {
  top: 0;
}
.booking-check-row .form-check label:before {
  top: 13px;
}
.booking-check-row .form-check .form-check-label {
  font-size: 12pt;
}
@media (min-width: 768px) {
  .booking-check-row .form-check .form-check-label {
    font-size: 13pt;
  }
}
.btn-lg, .btn-group-lg > .btn {
  width: 100%;
  white-space: normal;
  font-size: 12pt;
}
@media (min-width: 768px) {
  .btn-lg, .btn-group-lg > .btn {
    max-width: 340px;
    font-size: 13pt;
  }
}
.message {
  padding: 28px 0;
  margin: 0 0 23px;
}
@media (min-width: 768px) {
  .message {
    padding: 23px 15px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .message.border-mobile {
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 28px 25px;
    margin: 0 0 23px;
  }
}
.message .heading-md, .message p {
  margin-bottom: 23px;
}
.message .btn {
  padding-right: 1.6875rem;
  padding-left: 1.6875rem;
  max-width: 340px;
  white-space: normal;
}
.animated-dots {
  padding: 15px 0;
}
.animated-dots img {
  display: block;
  margin: 0 33% 0 auto;
  max-width: 67px;
}
#wave-container {
  position: relative;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  #wave-container {
    max-width: 500px;
  }
}
.dot {
  transform-origin: 50% 50%;
  height: 4px;
  width: 4px;
  background-color: #3ea2f7;
  position: relative;
  animation: vertical-movement 2s infinite ease-in-out;
}
.dot.triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 27px solid #3ea2f7;
  border-bottom: 10px solid transparent;
  background-color: transparent;
}
.dot#d1 {
  animation-delay: -0.3s;
  opacity: 0.1;
}
.dot#d2 {
  animation-delay: -0.6s;
  opacity: 0.2;
}
.dot#d3 {
  animation-delay: -0.9s;
  opacity: 0.3;
}
.dot#d4 {
  animation-delay: -1.2s;
  opacity: 0.4;
}
.dot#d5 {
  animation-delay: -1.5s;
  opacity: 0.5;
}
.dot#d6 {
  animation-delay: -1.8s;
  opacity: 0.6;
}
.dot#d7 {
  animation-delay: -2.1s;
  opacity: 0.7;
}
.dot#d8 {
  animation-delay: -2.4s;
  opacity: 0.8;
}
.dot#d9 {
  animation-delay: -2.7s;
  opacity: 0.9;
}
.dot#d10 {
  animation-delay: -3s;
}
.dot#d11 {
  animation-delay: -3.3s;
}
.dot#d12 {
  animation-delay: -3.6s;
}
.dot#d13 {
  animation-delay: -3.9s;
}
.dot#d14 {
  animation-delay: -4.2s;
}
.dot#d15 {
  animation-delay: -4.5s;
}
.dot#d16 {
  animation-delay: -4.8s;
}
.dot#d17 {
  animation-delay: -5.1s;
}
.dot#d18 {
  animation-delay: -5.4s;
}
.dot#d19 {
  animation-delay: -5.7s;
}
.dot#d20 {
  animation-delay: -6s;
}
.dot#d21 {
  animation-delay: -6.3s;
}
.dot#d22 {
  animation-delay: -6.6s;
}
.dot#d23 {
  animation-delay: -6.9s;
}
.dot#d24 {
  animation-delay: -7.2s;
}
.dot#d25 {
  animation-delay: -7.5s;
}
.dot#d26 {
  animation-delay: -7.8s;
}
.dot#d27 {
  animation-delay: -8.1s;
}
.dot#d28 {
  animation-delay: -8.4s;
}
.dot#d29 {
  animation-delay: -8.7s;
}
.dot#d30 {
  animation-delay: -9s;
}
@-webkit-keyframes vertical-movement {
  0%, 100% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(15px);
  }
}
@keyframes vertical-movemen {
  0%, 100% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(15px);
  }
}
.space-buffer {
  height: 25px;
}
.flipped {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: "FlipH";
  -ms-filter: "FlipH";
}
#bookingv2 #panels {
  margin-bottom: 45px;
}
#bookingv2 #infos {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid #6c757d;
}
#bookingv2 .panel {
  border: 1px solid;
  border-radius: 10px;
  border-color: #dee2e6;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 200px;
}
#bookingv2 .panel .heading-primary {
  width: 80%;
  text-align: center;
  margin: auto;
  padding-bottom: 25px;
  color: #3ea2f7;
}
#bookingv2 .panel .fa {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #3ea2f7;
}
#bookingv2 .my-cruisewatch.booking {
  margin: 0 0 60px 0;
}
#bookingv2 .panel.active {
  background: #e9f3fa;
  color: #dee2e6;
  border: 0px;
}
#bookingv2 .panel.active * {
  color: #888;
}
#bookingv2 .phone-number {
  color: #3ea2f7;
  font-size: 1.8em;
  font-weight: bold;
}
#bookingv2 .phone-number span {
  font-size: 0.6em;
  font-weight: 300;
  color: #6c757d;
}
#bookingv2 .well {
  background: #e9f3fa;
  padding: 35px 45px;
  border-radius: 10px;
}
#bookingv2 .well h2 .fa {
  color: #3ea2f7;
}
#bookingv2 .center {
  text-align: center;
  margin: auto;
}
#bookingv2 .center-divider {
  font-weight: bold;
  text-align: center;
  margin: auto;
}
#bookingv2 .btn.spacify {
  padding: 0.5em 2em 0.5em 2em;
}
#bookingv2 .btn .phone-number, #bookingv2 .btn:active .phone-number {
  color: #fff;
  size: 0.8em;
  font-weight: 600;
}
.page-header {
  padding: 35px 0;
}
.page-header.bordered {
  border-bottom: 1px solid #e2e2e2;
}
.page-header .heading-xl {
  margin-bottom: 31px;
}
.row.wide-row {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.row.wide-row:last-child {
  border-bottom: none;
}
.row.wide-row .col-md-4 p {
  line-height: 26px;
}
.row.wide-row .ports {
  padding-right: 0;
  padding-top: 0;
}
@media (min-width: 992px) {
  .row.wide-row .ports {
    padding-left: 60px;
  }
}
.ports {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .ports {
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .ports {
    justify-content: flex-start;
    margin: 0 -10px 20px;
  }
}
.port-overview .port-card .port-description {
  vertical-align: top;
  width: 100%;
  height: 244px;
}
.port-overview .port-card .port-description h5 {
  height: 30px;
}
.port-overview .port-card .port-description p {
  height: 110px;
}
.port-card {
  border-radius: 7px;
  border: 1px solid #dcdcdc;
  width: 49%;
  margin: 0 0 15px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .port-card {
    width: 32%;
    margin: 0 4px 15px;
    padding-bottom: 20px;
  }
}
.port-card .port-image {
  border-radius: 7px 7px 0 0;
  height: 112px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  .port-card .port-image {
    height: 140px;
  }
}
.port-card .port-image > .credits {
  font-size: 8pt;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.port-card .port-description {
  padding: 10px 10px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .port-card .port-description {
    padding: 25px 15px 25px;
  }
}
.port-card .port-description .heading-sm {
  margin-bottom: 18px;
}
.port-card .port-description p {
  line-height: 23px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .port-card .port-description p {
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.port-card .port-description.cruise-port {
  padding: 15px 15px 5px 15px;
}
@media (min-width: 768px) {
  .port-card .port-description.cruise-port {
    padding: 20px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.port-card .port-description .star-rating {
  padding: 0;
  margin-bottom: 30px;
}
.port-card .port-description .star-rating img {
  width: 24px;
}
.port-card .port-description .star-rating .non-active {
  opacity: 0.3;
}
.port-card .btn {
  padding: 5px 27px;
  margin-left: 10px;
  max-width: 100px;
  white-space: pre-wrap;
  word-break: break-word;
}
@media (min-width: 768px) {
  .port-card .btn {
    margin-left: 15px;
  }
}
.cruiseline-card {
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cruiseline-card {
    margin-bottom: 25px;
    min-height: 60px;
  }
}
.cruiseline-card.big {
  margin-bottom: 20px;
  align-items: center;
}
@media (min-width: 768px) {
  .cruiseline-card.big {
    flex-wrap: wrap;
  }
  .cruiseline-card.big .heading-xxl {
    display: block;
  }
}
.cruiseline-card.big + p {
  display: none;
}
@media (min-width: 768px) {
  .cruiseline-card.big + p {
    display: block;
  }
}
.sidebar-form {
  margin-bottom: 37px;
}
.map-pin-promo {
  background-color: #ddf3ff;
  padding: 20px;
  background-position: center;
  background-size: 150%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .map-pin-promo {
    background-size: 250%;
  }
}
@media (min-width: 992px) {
  .map-pin-promo {
    background-size: 200%;
  }
}
.map-pin-promo .text {
  width: 100%;
}
@media (min-width: 992px) {
  .map-pin-promo .text {
    width: 65%;
  }
}
.map-pin-promo .map-pin-box .map-points {
  margin: 0 15px 0 auto;
}
@media (min-width: 768px) {
  .find-cruises.ports-form {
    border-radius: 7px;
  }
}
.find-cruises.ports-form.tablet-hidden .select-box.half {
  width: 49%;
}
.find-cruises.ports-form .tab-content {
  align-items: center;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .find-cruises.ports-form .tab-content {
    padding: 16px 23px;
  }
}
.find-cruises.ports-form .tab-content.independent-content-block {
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 768px) {
  .find-cruises.ports-form .tab-content.independent-content-block {
    border-radius: 7px;
    width: auto;
  }
}
.find-cruises.ports-form .tab-content.independent-content-block .jcf-select-form {
  width: auto;
}
@media (min-width: 768px) {
  .find-cruises.ports-form .tab-content.independent-content-block .jcf-select-form {
    margin-left: 23px;
  }
}
.find-cruises.ports-form .tab-content.independent-content-block .jcf-select-form .jcf-select {
  padding-left: 0;
}
.find-cruises.ports-form .heading-xs {
  margin-bottom: 0;
}
.find-cruises .card-body .partner img {
  max-width: 150px;
  max-height: 41px;
}
.find-cruises .trip-search-result {
  cursor: pointer;
}
.jcf-select-drop .jcf-list {
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-filters {
    display: flex;
    align-items: baseline;
  }
}
.page-filters .filters {
  display: flex;
  align-items: baseline;
}
@media (min-width: 768px) {
  .page-filters .filters {
    margin-left: 70px;
  }
}
.page-filters .filters a {
  padding: 0 5px 0 0;
  position: relative;
  font-weight: 600;
  display: block;
}
@media (min-width: 768px) {
  .page-filters .filters a {
    padding: 0 30px 0 0;
  }
}
@media (max-width: 767px) {
  .page-filters .filters a.active {
    font-family: "Dosis", "Arial", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 21pt;
    line-height: 1;
    color: #666;
  }
  .page-filters .filters a.active span {
    display: none;
  }
}
.page-filters .filters a span {
  font-size: 8pt;
  font-weight: inherit;
}
.dotted-space {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.dotted-space .option, .dotted-space .opt-value {
  flex-shrink: 0;
  font-size: 10pt;
}
@media (min-width: 768px) {
  .dotted-space .option, .dotted-space .opt-value {
    font-size: 11pt;
  }
}
.dotted-space .dots {
  width: 100%;
  margin: 0 3px;
  border-bottom: 2px dotted #888;
}
.ports-box {
  background-color: #3ea2f7;
}
.input-group.search-icon {
  position: relative;
}
.input-group.search-icon:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  top: 4px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: absolute;
  color: #3ea2f7;
  font-size: 20pt;
  z-index: 99;
}
.input-group.search-icon input {
  border: none;
  color: #3ea2f7;
  padding-left: 30px;
}
.sidebar-widgets.yellow {
  background-color: #e5cf4e;
}
.sidebar-widgets.yellow .form-group label {
  color: #295196 !important;
}
@media (max-width: 768px) {
  .port-overview .port-card .port-description {
    height: calc(100% - 115px);
  }
  .port-overview .port-card .port-description h5 {
    height: 35px;
  }
  .port-overview .port-card .port-description a {
    margin-left: 0;
  }
  .cruiseline-overview .port-card .port-description .heading-sm {
    height: 36px;
  }
  .cruiseline-overview-header .filters a.mainstream {
    padding-left: 0;
    padding-right: 5px;
    font-size: 26px;
  }
  .cruiseline-overview-header .filters a {
    padding: 0 0 0 10px;
  }
}
ol.breadcrumb {
  margin-bottom: 0;
  background-color: #e9ecef;
}
ol.breadcrumb a {
  color: #6c757d;
}
.cl-logos {
  display: block;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.cl-logos.big {
  margin-right: 5px;
  background-image: url(https://assets.cruisewatch.com/media/img/cruiseline-logos.png);
  background-size: auto;
  height: 90px;
  width: 90px;
}
.cl-logos.big.norwegian-cruise {
  background-position: -90px -360px;
}
.cl-logos.big.club-cruises {
  background-position: -270px -270px;
}
.cl-logos.big.cunard {
  background-position: 0 -270px;
}
.cl-logos.big.oceania-cruises {
  background-position: -270px -180px;
}
.cl-logos.big.paul-gauguin-cruises, .cl-logos.big.paul-gauguin-cruise-lines {
  background-position: -180px -180px;
}
.cl-logos.big.windstar-cruises {
  background-position: -90px -90px;
}
.cl-logos.big.celebrity-cruises {
  background-position: -360px -360px;
}
.cl-logos.big.costa-cruise-lines {
  background-position: -180px -270px;
}
.cl-logos.big.carnival-cruise-lines {
  background-position: 0 -450px;
}
.cl-logos.big.disney-cruise-line {
  background-position: -270px -360px;
}
.cl-logos.big.holland-america-line {
  background-position: -180px -360px;
}
.cl-logos.big.msc-cruises {
  background-position: -360px -180px;
}
.cl-logos.big.norwegian-cruise-line {
  background-position: -90px -360px;
}
.cl-logos.big.princess-cruises {
  background-position: 0 -360px;
}
.cl-logos.big.royal-caribbean {
  background-position: -360px -270px;
}
.cl-logos.big.azamara-club-cruises {
  background-position: -270px -270px;
}
.cl-logos.big.hurtigruten-cruise-lines {
  background-position: 0 -540px;
}
.cl-logos.big.compagnie-des-iles-du-ponant {
  background-position: -180px 0;
}
.cl-logos.big.crystal-cruises {
  background-position: -90px -270px;
}
.cl-logos.big.regent-seven-seas {
  background-position: -90px -180px;
}
.cl-logos.big.seabourn {
  background-position: 0 -180px;
}
.cl-logos.big.star-clippers {
  background-position: -90px -540px;
}
.cl-logos.big.seadream-yacht-club {
  background-position: -360px -90px;
}
.cl-logos.big.viking-cruises {
  background-position: -180px -90px;
}
.cl-logos.big.silversea-cruises {
  background-position: -270px -90px;
}
@media (min-width: 768px) {
  .cl-logos {
    margin-right: 5px;
    height: 55px;
    width: 55px;
    background-image: url(https://assets.cruisewatch.com/media/img/cruiseline-logos.png);
    background-size: 275px 385px;
  }
  .cl-logos.norwegian-cruise {
    background-position: -55px -220px;
  }
  .cl-logos.club-cruises {
    background-position: -165px -165px;
  }
  .cl-logos.cunard {
    background-position: 0 -165px;
  }
  .cl-logos.oceania-cruises {
    background-position: -165px -110px;
  }
  .cl-logos.paul-gauguin-cruises, .cl-logos.paul-gauguin-cruise-lines {
    background-position: -110px -110px;
  }
  .cl-logos.windstar-cruises {
    background-position: -55px -55px;
  }
  .cl-logos.celebrity-cruises {
    background-position: -220px -220px;
  }
  .cl-logos.costa-cruise-lines {
    background-position: -110px -165px;
  }
  .cl-logos.carnival-cruise-lines {
    background-position: 0 -275px;
  }
  .cl-logos.disney-cruise-line {
    background-position: -165px -220px;
  }
  .cl-logos.holland-america-line {
    background-position: -110px -220px;
  }
  .cl-logos.msc-cruises {
    background-position: -220px -110px;
  }
  .cl-logos.norwegian-cruise-line {
    background-position: -55px -220px;
  }
  .cl-logos.princess-cruises {
    background-position: 0 -220px;
  }
  .cl-logos.royal-caribbean {
    background-position: -220px -165px;
  }
  .cl-logos.azamara-club-cruises {
    background-position: -165px -165px;
  }
  .cl-logos.hurtigruten-cruise-lines {
    background-position: 0 -330px;
  }
  .cl-logos.compagnie-des-iles-du-ponant {
    background-position: -110px 0;
  }
  .cl-logos.crystal-cruises {
    background-position: -55px -165px;
  }
  .cl-logos.regent-seven-seas {
    background-position: -55px -110px;
  }
  .cl-logos.seabourn {
    background-position: 0 -110px;
  }
  .cl-logos.star-clippers {
    background-position: -55px -330px;
  }
  .cl-logos.seadream-yacht-club {
    background-position: -220px -55px;
  }
  .cl-logos.viking-cruises {
    background-position: -110px -55px;
  }
  .cl-logos.silversea-cruises {
    background-position: -165px -55px;
  }
}
@media (max-width: 767px) {
  .cl-logos {
    margin-right: 5px;
    background-size: 200px auto;
    height: 40px;
    width: 40px;
    background-image: url(https://assets.cruisewatch.com/media/img/cruiseline-logos-XS.png);
  }
  .cl-logos.norwegian-cruise {
    background-position: -40px -160px;
  }
  .cl-logos.club-cruises {
    background-position: -120px -120px;
  }
  .cl-logos.cunard {
    background-position: 0 -120px;
  }
  .cl-logos.oceania-cruises {
    background-position: -120px -80px;
  }
  .cl-logos.paul-gauguin-cruises, .cl-logos.paul-gauguin-cruise-lines {
    background-position: -80px -80px;
  }
  .cl-logos.windstar-cruises {
    background-position: -40px -40px;
  }
  .cl-logos.celebrity-cruises {
    background-position: -160px -160px;
  }
  .cl-logos.costa-cruise-lines {
    background-position: -80px -120px;
  }
  .cl-logos.carnival-cruise-lines {
    background-position: 0 -200px;
  }
  .cl-logos.disney-cruise-line {
    background-position: -120px -160px;
  }
  .cl-logos.holland-america-line {
    background-position: -80px -160px;
  }
  .cl-logos.msc-cruises {
    background-position: -160px -80px;
  }
  .cl-logos.norwegian-cruise-line {
    background-position: -40px -160px;
  }
  .cl-logos.princess-cruises {
    background-position: 0 -160px;
  }
  .cl-logos.royal-caribbean {
    background-position: -160px -120px;
  }
  .cl-logos.azamara-club-cruises {
    background-position: -120px -120px;
  }
  .cl-logos.hurtigruten-cruise-lines {
    background-position: 0 -240px;
  }
  .cl-logos.compagnie-des-iles-du-ponant {
    background-position: -80px 0;
  }
  .cl-logos.crystal-cruises {
    background-position: -40px -120px;
  }
  .cl-logos.regent-seven-seas {
    background-position: -40px -80px;
  }
  .cl-logos.seabourn {
    background-position: 0 -80px;
  }
  .cl-logos.star-clippers {
    background-position: -40px -240px;
  }
  .cl-logos.seadream-yacht-club {
    background-position: -160px -40px;
  }
  .cl-logos.viking-cruises {
    background-position: -80px -40px;
  }
  .cl-logos.silversea-cruises {
    background-position: -120px -40px;
  }
}
.section-head {
  margin: 25px 0 0 0;
}
.filter-holder {
  margin-top: -1px;
}
.filter-holder .filter-tags .headline a {
  margin: 0 0 0 20px;
}
@media (max-width: 991px) {
  .filter-holder .filter-tags .headline a {
    float: right;
    margin: 0 5px 0 0;
  }
}
.filter-holder .filter-tags .headline a:before {
  content: "x";
  margin: 0 5px;
}
.filter-holder .filter-actions {
  margin-top: 12px;
}
.filter-holder .filter-actions .spacer-right {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .filter-holder {
    background: #e9f3fa;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .filter-holder .headline {
    font-size: 0.9em;
  }
  .filter-holder .filter-sortby {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .filter-holder {
    margin: 30px 5px 20px 5px;
  }
  .filter-holder .nopadding {
    padding: 0px !important;
  }
  .filter-holder .nopadding-r {
    padding-right: 0px !important;
  }
}
.filter-holder .tags a {
  float: left;
  color: #3ea2f7;
  background: #fff;
  border: 1px solid #3ea2f7;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 3px 8px 3px 8px;
  margin: 5px 10px 5px 0;
}
.filter-holder .tags a:after {
  content: "x";
  margin: 0 0 0 10px;
}
.filter-holder .filter-sortby select {
  width: 100%;
  margin: 5px 0 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 6px 5px 6px;
  border: 1px solid #3EA2F7;
  background: #fff url("https://assets.cruisewatch.com/media/img/down-arrow-blue.svg") no-repeat right 10px center;
  background-size: 20px;
  color: #3ea2f7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.filter-holder .filter-sortby select option {
  background-color: #fff;
  color: #3ea2f7;
}
@media (min-width: 992px) {
  .filter-holder .filter-actions {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
@media (max-width: 991px) {
  .navigation-container {
    background: #e9f3fa;
    padding: 15px 0 5px 0;
    margin: -6px 0 0 0;
    width: 100%;
  }
  .navigation-container .opener {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #3ea2f7;
    color: #fff;
    padding: 5px 10px;
    margin: 0 10px;
    cursor: pointer;
    pointer-events: all;
  }
  .navigation-container .opener:after {
    content: "+";
    font-size: 2em;
    float: right;
    margin: -13px 1% 0 0;
  }
  .navigation-container.opened {
    background: #fff;
  }
  .navigation-container.opened .opener:after {
    content: "-";
  }
  .navigation-container.opened .navigation-box {
    display: block;
  }
}
.navigation-container .navigation-box {
  background-color: #fff;
  padding: 10px 15px;
  margin: -1px 0 0 0;
}
.navigation-container .navigation-box input {
  width: 100%;
  border: 1px solid #3ea2f7;
  background: #fff;
  color: #3ea2f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 8px;
  opacity: 1;
}
.navigation-container .navigation-box input.loading {
  opacity: 0.6;
  color: #3ea2f7;
}
@media (min-width: 992px) {
  .navigation-container .navigation-box {
    padding: 0px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .navigation-container .navigation-box {
    display: none;
  }
}
.navigation-container .navigation-box ul.options {
  list-style: none;
  padding: 0;
  margin: 10px 0 10px 0;
  height: 168px;
  overflow: auto;
  opacity: 1;
  border-bottom: 1px solid #3ea2f7;
}
@media (max-width: 991px) {
  .navigation-container .navigation-box ul.options {
    border-bottom: 1px solid #ced4da;
  }
}
.navigation-container .navigation-box ul.options.fixed {
  height: auto;
  overflow: hidden;
}
.navigation-container .navigation-box ul.options.loading:before {
  z-index: 2;
  content: url("https://assets.cruisewatch.com/media/img/spinner.gif");
  margin: -50px 0 0 0;
  opacity: 0.5;
}
.navigation-container .navigation-box ul.options.loading li {
  display: none;
}
.navigation-container .navigation-box ul.options li {
  font-size: 0.8125rem;
  clear: both;
  padding: 4px 8px 4px 8px;
  border-radius: 5px;
  margin: 0 0 6px 0;
}
.navigation-container .navigation-box ul.options li a {
  color: #343a40;
}
.navigation-container .navigation-box ul.options li .design-checkbox {
  float: left;
  display: block;
  border: 1px solid #3ea2f7;
  border-radius: 5px;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.5rem 0.5rem 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.navigation-container .navigation-box ul.options li.active {
  background: #e9f3fa;
  color: #3ea2f7;
}
.navigation-container .navigation-box ul.options li.active .design-checkbox:after {
  content: url("https://assets.cruisewatch.com/media/img/check-mark-blue.png");
  top: -5px;
  left: 2px;
  position: absolute;
}
.navigation-container .navigation-box .filter-header {
  font-size: 0.9em;
  margin: 11px 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #adb5bd;
}
.navigation-container .navigation-box .filter-header a {
  float: right;
  margin: 0 5px 0 0;
}
.navigation-container .navigation-box .filter-header a:before {
  content: "x";
  margin: 0 5px 0 0;
}
.navigation-container .navigation-box .filter-head {
  font-size: 9pt;
  height: 35px;
  clear: both;
  border-bottom: 1px solid #3ea2f7;
  padding-bottom: 10px;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  .navigation-container .navigation-box .filter-head {
    border-bottom: 1px solid #ced4da;
  }
}
.navigation-container .navigation-box .filter-head .label {
  color: #3ea2f7;
  float: left;
  font-size: 1.3em;
  font-weight: bold;
}
.navigation-container .navigation-box .filter-head .reset {
  display: none;
}
.navigation-container .navigation-box .filter-head .toggle {
  cursor: pointer;
}
.navigation-container .navigation-box .filter-head .toggle:after {
  content: "+";
  float: right;
  color: #3ea2f7;
  font-size: 22px;
  font-weight: 500;
  margin: -3px 5px 0 0;
}
.navigation-container .filter-element .filter-search {
  display: none;
}
.navigation-container .filter-element .filter-content {
  display: none;
}
.navigation-container .filter-element:last-child .filter-head {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
}
.navigation-container .filter-element:last-child ul.options {
  border-bottom: 0px;
}
.navigation-container .filter-element.open .filter-head {
  height: 30px;
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}
.navigation-container .filter-element.open .filter-head .label {
  color: #666;
}
.navigation-container .filter-element.open .filter-head .reset {
  font-size: 1em;
  color: #3ea2f7;
  float: left;
  margin: 3px 0 0 15px;
  display: block;
}
.navigation-container .filter-element.open .filter-head .reset a:before {
  content: "x";
  margin: 0 5px 0 0;
}
.navigation-container .filter-element.open .filter-head .toggle {
  display: block;
}
.navigation-container .filter-element.open .filter-head .toggle:after {
  content: "-";
  font-size: 30px;
  margin: -12px 5px 0 0;
}
.navigation-container .filter-element.open .filter-search {
  display: block;
}
.navigation-container .filter-element.open .filter-content {
  display: block;
}
.cruise-finder-banner {
  cursor: pointer;
  background-color: #f4d452;
  border-radius: 10px;
  padding: 30px;
}
.cruise-finder-banner .heading {
  line-height: 1.2em;
  margin-bottom: 20px;
}
.cruise-finder-banner p.cta {
  margin-bottom: 0;
}
.cruise-finder-banner .stack-slide .img-holder {
  border-radius: 9px;
}
.cruise-finder-banner .stack-slide .bottom-bar {
  padding: 0;
  border: none;
}
.cruise-finder-banner p.cta .btn-lg, .cruise-finder-banner p.cta .btn-group-lg > .btn {
  margin-top: 20px;
  width: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}
.cruise-finder-banner .animation-holder {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 66%;
  position: relative;
}
.cruise-finder-banner .animation-holder > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cruise-finder-banner .stack-gallery-holder {
  margin-top: 0vh;
}
.cruise-finder-banner .spinner-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.cruise-finder-banner .zero-opacity {
  opacity: 0;
}
.anim-btn {
  box-shadow: none !important;
  transition: background-color 0.15s linear 0.15s, color 0.15s linear 0.15s;
}
.anim-btn[data-event="like"]:before {
  background-color: rgba(228, 74, 127, 0.36);
}
.anim-btn[data-event="delete"]:before {
  background-color: rgba(0, 123, 255, 0.36);
}
.anim-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: width 0.15s linear, height 0.15s linear, border-width 0.15s linear 0.15s, background-color 0.15s linear 0.15s;
  box-sizing: content-box;
}
.stack-slide.like .anim-btn[data-event="like"] {
  background-color: transparent;
  border-color: transparent;
  color: #e44a7f;
}
.stack-slide.like .anim-btn[data-event="like"]:before {
  border: 5px solid #e44a7f;
  background-color: transparent;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
}
.stack-slide.like.small-slide .anim-btn[data-event="like"]:before {
  width: 96px;
  height: 96px;
}
.stack-slide.delete .anim-btn[data-event="delete"] {
  background-color: transparent;
  border-color: transparent;
  color: #007bff;
}
.stack-slide.delete .anim-btn[data-event="delete"]:before {
  border: 5px solid #007bff;
  background-color: transparent;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
}
.stack-slide.delete.small-slide .anim-btn[data-event="delete"]:before {
  width: 96px;
  height: 96px;
}
.stack-slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  transform: scale(0.9, 1);
  transition: transform 0.3s ease-in-out 0.15s;
}
.stack-slide.first-slide:not(.current-slide), .stack-slide.second-slide:not(.current-slide) {
  max-height: calc(100% - 12px);
}
@media (min-width: 992px) {
  .stack-slide.first-slide:not(.current-slide), .stack-slide.second-slide:not(.current-slide) {
    max-height: calc(100% - 22px);
  }
}
.stack-slide.first-slide:not(.current-slide) .bottom-bar, .stack-slide.second-slide:not(.current-slide) .bottom-bar {
  visibility: hidden;
  opacity: 0;
}
.stack-slide.second-slide {
  transform: scale(0.95, 1) translateY(6px);
}
@media (min-width: 992px) {
  .stack-slide.second-slide {
    transform: scale(0.95, 1) translateY(11px);
  }
}
.stack-slide.current-slide {
  max-width: 100%;
  filter: grayscale(0);
  position: static;
  z-index: 1;
  transform: scale(1, 1) translateY(12px);
}
.stack-slide.current-slide .bottom-bar {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .stack-slide.current-slide {
    transform: scale(1, 1) translateY(22px);
  }
}
.stack-slide.like {
  transform: scale(1, 1) rotate(60deg) translateY(-1000px);
}
.stack-slide.delete {
  transform: scale(1, 1) rotate(-60deg) translateY(-1000px);
}
.stack-slide.like, .stack-slide.delete {
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: transform 1s ease-in-out 0.15s, opacity 1s ease-in-out 0.15s, visibility 1s ease-in-out 0.15s;
}
@media (min-width: 992px) {
  .stack-slide.like, .stack-slide.delete {
    min-height: calc(100% - 22px);
  }
}
@media (max-width: 767px) {
  .stack-slide .heading-lg {
    font-size: 21pt;
    line-height: 1.4;
  }
}
.stack-slide .img-holder {
  width: 100%;
  padding-bottom: 56.35%;
  background: 50% 50% no-repeat;
  background-size: cover;
  border-radius: 9px 9px 0 0;
}
.stack-slide .content-box {
  width: 100%;
  flex-grow: 1;
}
.stack-slide .bottom-bar {
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  transition-delay: 0.15s;
  width: 100%;
  padding: 10px 10px 62px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  position: relative;
  border: 1px solid #D9D9D9;
  border-top-color: transparent;
}
@media (min-width: 992px) {
  .stack-slide .bottom-bar {
    padding: 18px 25px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
  }
}
.stack-slide .bottom-bar .text-holder {
  padding-top: 4px;
}
@media (min-width: 992px) {
  .stack-slide .bottom-bar .text-holder {
    padding: 0 10px 0 0;
    flex: 1 1 0;
  }
}
.stack-slide .bottom-bar .text-holder :last-child {
  margin-bottom: 0;
}
.stack-slide .bottom-bar .text-holder p {
  font-size: 12pt;
}
@media (min-width: 992px) {
  .stack-slide .bottom-bar .text-holder p {
    font-size: 13pt;
  }
}
.stack-slide .bottom-bar .btn-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .stack-slide .bottom-bar .btn-box {
    position: static;
    bottom: auto;
    left: auto;
    transform: translate(0, 0);
  }
}
.btn-round {
  border-radius: 50%;
  position: relative;
}
.btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
  width: 84px;
  height: 84px;
}
@media (min-width: 992px) {
  .btn-round.btn-lg, .btn-group-lg > .btn-round.btn {
    width: 53px;
    height: 53px;
  }
}
.btn-round.btn-lg:not(:last-child), .btn-group-lg > .btn-round.btn:not(:last-child) {
  margin-right: 17px;
}
.btn-round.explanation-arrow-right {
  position: relative;
}
.btn-round.explanation-arrow-right:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 57px;
  left: 119%;
  bottom: 67%;
  background: url(https://assets.cruisewatch.com/media/cruisefinder/arr6.jpg) 50% 50% no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .btn-round.explanation-arrow-right:after {
    background-image: url(https://assets.cruisewatch.com/media/img/arr4.svg);
    width: 96px;
    height: 58px;
    left: 125%;
    bottom: 31%;
  }
}
.btn-round.explanation-arrow-left {
  position: relative;
}
.btn-round.explanation-arrow-left:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 61px;
  right: 115%;
  bottom: 68%;
  background: url(https://assets.cruisewatch.com/media/cruisefinder/arr5.jpg) 50% 50% no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .btn-round.explanation-arrow-left:after {
    width: 58px;
    height: 29px;
    background-image: url(https://assets.cruisewatch.com/media/img/arr3.svg);
    bottom: auto;
    top: 112%;
  }
}
.btn-round [class^="icon-"], .btn-round [class*=" icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30pt;
}
@media (min-width: 992px) {
  .btn-round [class^="icon-"], .btn-round [class*=" icon-"] {
    font-size: 19pt;
  }
}
.btn-round .icon-close-thin {
  font-size: 22pt;
}
@media (min-width: 992px) {
  .btn-round .icon-close-thin {
    font-size: 14pt;
  }
}
.img-grid-list {
  margin: 0 -5px 9px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .img-grid-list {
    margin-bottom: 3px;
  }
}
.img-grid-list li {
  padding: 5px;
  width: 50%;
}
.img-grid-list li .image-holder {
  background: 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 71.12%;
  border-radius: 10px;
}
.card-stack-wrapper {
  background-color: #fff;
  padding: 27px 14px 10px;
  border-radius: 9px;
  position: relative;
  border: 1px solid #D9D9D9;
}
@media (min-width: 992px) {
  .card-stack-wrapper {
    border: none;
  }
}
.card-stack-wrapper:before, .card-stack-wrapper:after {
  content: "";
  width: 100%;
  border-radius: 9px 9px 0 0;
  border: 1px solid #D9D9D9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  background-color: #fff;
}
@media (min-width: 992px) {
  .card-stack-wrapper:before, .card-stack-wrapper:after {
    display: none;
  }
}
.card-stack-wrapper:before {
  height: 9px;
  z-index: 1;
  max-width: 95%;
}
.card-stack-wrapper:after {
  height: 16px;
  max-width: 90%;
}
.card-stack-wrapper .card {
  border-color: transparent;
}
.stack-slide.liked .anim-btn[data-event="like"] {
  color: #fff !important;
  background-color: #e44a7f !important;
  border-color: #e44a7f !important;
}
.stack-slide.liked .anim-btn[data-event="like"]:before {
  border: none !important;
  background-color: rgba(228, 74, 127, 0.36) !important;
  width: 100% !important;
  height: 100% !important;
}
.stack-slide.liked.small-slide .anim-btn[data-event="like"]:before {
  width: 100% !important;
  height: 100% !important;
}
.stack-slide.deleted .anim-btn[data-event="delete"] {
  color: #fff !important;
  background-color: #3ea2f7 !important;
  border-color: #3ea2f7 !important;
}
.stack-slide.deleted .anim-btn[data-event="delete"]:before {
  border: none !important;
  background-color: rgba(0, 123, 255, 0.36) !important;
  width: 100% !important;
  height: 100% !important;
}
.stack-slide.deleted.small-slide .anim-btn[data-event="delete"]:before {
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 576px) {
  /*		.cruise-finder-banner .animation-holder {
                width: 25vw;
                margin: 0 auto;
                height: 15vw;
            }*/
  .cruise-finder-banner .card-stack-wrapper {
    margin-top: 17px;
  }
}
.loader {
  border-radius: 50%;
  width: 10em;
  height: 10em;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  .cruise-finder-banner .stack-gallery-holder {
    width: 100%;
    margin: 0 auto;
  }
}
.cruise-finder-banner .stack-slide .bottom-bar .btn-box {
  position: absolute !important;
  bottom: 0;
  left: 50% !important;
  display: flex;
  -webkit-transform: translate(-50%, 50%) !important;
  -ms-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
}
.cruise-finder-banner .stack-gallery {
  padding: 0 0 30px;
}
.cruise-finder-banner .stack-slide-content {
  padding-bottom: 0px;
}
.cruise-finder-banner .btn-round.btn-lg, .cruise-finder-banner .btn-group-lg > .btn-round.btn {
  width: 60px;
  height: 60px;
}
.cruise-finder-banner .btn-round.btn-lg i, .cruise-finder-banner .btn-group-lg > .btn-round.btn i {
  font-size: 21pt;
}
.cruise-finder-banner .stack-slide .img-holder {
  -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.3);
  /*
                -webkit-transition: -webkit-transform 3s ease-in-out 15s;
                transition: -webkit-transform 3s ease-in-out 15s;
                transition: transform 3s ease-in-out 15s;
                transition: transform 3s ease-in-out 15s, -webkit-transform 3s ease-in-out 15s;*/
}
.cruise-finder-banner .ribbon {
  right: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
}
.cruise-finder-banner .badge-arrow-left {
  background: #e44a7f;
  position: absolute;
  color: #ffffff;
  padding: 5px;
  right: -70px;
  top: 50%;
  margin-top: -31px;
  width: 100px;
  height: 50px;
  line-height: 1.2em;
}
.cruise-finder-banner .badge-arrow-left:after {
  content: " ";
  height: 0px;
  width: 0px;
  display: block;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-right: 25px solid #e44a7f;
  margin-left: -30px;
  margin-top: -43px;
}
.cruise-finder-banner .ribbon span {
  top: -50px;
  right: -50px;
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  padding-top: 70px;
  text-transform: uppercase;
  font-weight: bold;
  background: #3ea2f7;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
}
#try-now-button {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 2;
}
#loginRegisterAlert.modal {
  z-index: 10000;
}
.section-banner {
  padding: 50px;
  margin-bottom: 100px;
}
.search-banner {
  margin-left: auto;
  background-color: #295196;
  border-radius: 10px;
  padding: 10px;
  color: white;
  float: right;
  font-size: 25px;
}
.pagination-box.size-lg .pagination .page-item .page-link .icon-caret-left {
  font-size: 19pt;
  line-height: 1px;
}
.pagination-october .pagination li a {
  padding: 10px 16px;
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #3ea2f7;
  background-color: #fff;
  border: 1px solid #3ea2f7;
  font-weight: 600;
}
.pagination-october .pagination li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3ea2f7;
  border-color: #3ea2f7;
}
.pagination-october .pagination li:last-child a {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.pagination-october .pagination li:last-child span {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.pagination-october .pagination li:first-child a {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.pagination-october .pagination li:first-child span {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.pagination-october .pagination li span {
  padding: 10px 16px;
  position: relative;
  display: block;
  margin-left: -1px;
  line-height: 1.25;
  color: #3ea2f7;
  background-color: #fff;
  border: 1px solid #3ea2f7;
  font-weight: 600;
}
.pagination-october .pagination li.active span {
  color: #fff;
  text-decoration: none;
  background-color: #3ea2f7;
  border-color: #3ea2f7;
}
input.error {
  border: 1px solid red;
}
.change-password {
  padding-top: 20px;
}
.is-invalid {
  color: #e44a7f !important;
}
.is-invalid label {
  color: currentColor !important;
}
.is-invalid .form-control {
  border-color: #e44a7f !important;
  color: currentColor !important;
}
.is-invalid .invalid-feedback {
  display: inline-block;
  color: currentColor !important;
}
.is-invalid .mark-holder {
  z-index: 2;
  height: 2rem;
  background: #fff;
}
.mark-holder {
  position: absolute;
  right: 1px;
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
  height: 0;
  width: 2.25rem;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
  margin-top: 0.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
}
.mark-holder .loader {
  position: relative;
  top: auto;
  left: auto;
}
.mark-holder img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.is-saved .mark-holder {
  z-index: 2;
  height: 2rem;
  background: #fff;
}
.is-sending .mark-holder {
  z-index: 2;
  height: 2rem;
  background: #fff;
}
.error {
  display: none;
  color: #f00;
}
.error.is-invalid {
  display: block;
}
.form-footer button {
  margin-right: 10px;
  padding: 8px 13px 8px 39px;
}
.form-footer a {
  margin-right: 10px;
  padding: 8px 13px 8px 39px;
}
.static-page {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
}
.static-page .credits {
  font-size: 9pt;
  margin: 170px 0 0 5px;
}
.list-unstyled > li {
  list-style-type: none;
}
tr.no-border td {
  border: none;
}
.icon-caret-left {
  vertical-align: middle;
}
.hidden {
  display: none;
}
.arrival-points.column {
  height: 80px;
  vertical-align: top;
  overflow: hidden;
}
.row-margin {
  margin-right: -15px;
  margin-left: -15px;
}
.width-60 {
  width: 60% !important;
}
.width-40 {
  width: 40% !important;
}
.link-table-row {
  display: block;
  color: inherit;
}
.link-table-row:hover {
  color: inherit;
}
td.empty-list-result {
  text-align: center;
}
@media (min-width: 768px) {
  .change-password {
    padding-top: 32px;
  }
  .change-password .change-password-sidebar {
    padding-top: 50px;
  }
  .form-footer button {
    margin-right: 29px;
    padding-right: 37px;
  }
  .form-footer a {
    margin-right: 29px;
    padding-right: 37px;
  }
}
.sailing-trip-table th.cabin-price {
  text-align: right;
}
.sailing-trip-table td.cabin-price {
  text-align: right;
}
.card-body .partner {
  right: 0px;
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  right: 10px;
}
.card-body .partner img {
  max-width: 250px;
  max-height: 70px;
}
.card-body .card-title {
  max-width: 500px;
}
.card-img-top .credits {
  position: absolute;
  bottom: 5px;
  left: 10px;
  color: #fff;
}
.card-img-top .credits a {
  color: #fff;
}
.card-img-top .partner.small img {
  max-width: 150px;
  max-height: 35px;
}
.card .card-img-top a.is-active .icon-heart-outlined {
  color: #e44a7f;
}
.port-card .port-description p {
  margin-bottom: 25px;
}
.promo-box {
  margin-bottom: 5px;
}
.container.plain-content {
  padding-top: 30px;
}
.disqus-placeholder {
  clear: both;
  margin-top: 25px;
}
.badge.badge-exceptional-deal {
  z-index: 2;
  left: 25px;
}
.badge.badge-circle {
  z-index: 2;
  left: 25px;
}
.advantages .label {
  width: 100%;
  text-align: right;
  font-size: 10pt;
}
.thumbnail-box {
  width: 100%;
  overflow: hidden;
}
.thumbnail-box .credit {
  display: none;
}
.thumbnail {
  width: 100%;
}
.thumbnail img {
  min-width: 112px;
}
@media screen and (max-width: 768px) {
  .port-card .port-description {
    min-height: 200px;
    height: calc(100% - 115px);
  }
}
@media (min-width: 768px) {
  .port-card .port-description {
    padding: 25px 15px 0;
  }
  .port-card .btn {
    margin-left: 0;
  }
}
body {
  min-width: 320px;
}
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
