/**
 * ---------------------------------
 * Mystic Brand
 * ---------------------------------
 */
/**
 * base styles (cross-brand)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../font/glyphicons-halflings-regular.eot');
  src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007cc2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #051b30;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8a8a8a;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #8a8a8a;
}
.text-primary {
  color: #007cc2;
}
a.text-primary:hover {
  color: #005b8f;
}
.text-success {
  color: #468847;
}
a.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover {
  color: #953b39;
}
.bg-primary {
  color: #fff;
  background-color: #007cc2;
}
a.bg-primary:hover {
  background-color: #005b8f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #8a8a8a;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #8a8a8a;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8a8a8a;
}
.form-control::-webkit-input-placeholder {
  color: #8a8a8a;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 32px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 44px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #007cc2;
  border-color: #006ca9;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #005b8f;
  border-color: #00456b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #007cc2;
  border-color: #006ca9;
}
.btn-primary .badge {
  color: #007cc2;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #007cc2;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #051b30;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #8a8a8a;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #007cc2;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #007cc2;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #8a8a8a;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #8a8a8a;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #8a8a8a;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #8a8a8a;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #007cc2;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #007cc2;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #8a8a8a;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #8a8a8a;
}
.navbar-inverse .navbar-nav > li > a {
  color: #8a8a8a;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #8a8a8a;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #8a8a8a;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #8a8a8a;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #8a8a8a;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #007cc2;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #051b30;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #007cc2;
  border-color: #007cc2;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #8a8a8a;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #8a8a8a;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #8a8a8a;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #717171;
}
.label-primary {
  background-color: #007cc2;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #005b8f;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #8a8a8a;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #007cc2;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #007cc2;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #007cc2;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -o-animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #8a8a8a;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #8a8a8a;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #8a8a8a;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #007cc2;
  border-color: #007cc2;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #8fd7ff;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #007cc2;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #007cc2;
  border-color: #007cc2;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #007cc2;
}
.panel-primary > .panel-heading .badge {
  color: #007cc2;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #007cc2;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #3a87ad;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #b94a48;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eed3d7;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * ---------------------------------
 * FRAMING
 * Stuff to help with structure
 * ---------------------------------
 */
/**
 * ---------------------------------
 * LIST
 * Stuff for lists
 * ---------------------------------
 */
/**
 * ---------------------------------
 * FONT SIZES
 * This will create classes .f10 - .f50
 * ---------------------------------
 */
.f50 {
  font-size: 50px;
}
.f49 {
  font-size: 49px;
}
.f48 {
  font-size: 48px;
}
.f47 {
  font-size: 47px;
}
.f46 {
  font-size: 46px;
}
.f45 {
  font-size: 45px;
}
.f44 {
  font-size: 44px;
}
.f43 {
  font-size: 43px;
}
.f42 {
  font-size: 42px;
}
.f41 {
  font-size: 41px;
}
.f40 {
  font-size: 40px;
}
.f39 {
  font-size: 39px;
}
.f38 {
  font-size: 38px;
}
.f37 {
  font-size: 37px;
}
.f36 {
  font-size: 36px;
}
.f35 {
  font-size: 35px;
}
.f34 {
  font-size: 34px;
}
.f33 {
  font-size: 33px;
}
.f32 {
  font-size: 32px;
}
.f31 {
  font-size: 31px;
}
.f30 {
  font-size: 30px;
}
.f29 {
  font-size: 29px;
}
.f28 {
  font-size: 28px;
}
.f27 {
  font-size: 27px;
}
.f26 {
  font-size: 26px;
}
.f25 {
  font-size: 25px;
}
.f24 {
  font-size: 24px;
}
.f23 {
  font-size: 23px;
}
.f22 {
  font-size: 22px;
}
.f21 {
  font-size: 21px;
}
.f20 {
  font-size: 20px;
}
.f19 {
  font-size: 19px;
}
.f18 {
  font-size: 18px;
}
.f17 {
  font-size: 17px;
}
.f16 {
  font-size: 16px;
}
.f15 {
  font-size: 15px;
}
.f14 {
  font-size: 14px;
}
.f13 {
  font-size: 13px;
}
.f12 {
  font-size: 12px;
}
.f11 {
  font-size: 11px;
}
.f10 {
  font-size: 10px;
}
/**
 * ---------------------------------
 * TRANSLUCENCY
 * Make backgrounds and borders transparent but not the content within
 * ---------------------------------
 */
/**
 * ---------------------------------
 * ANIMATIONS
 * ---------------------------------
 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-in {
  -o-animation: fadein 1s;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  animation: fadein 1s;
}
.fade-out {
  -o-animation: fadeout 1s;
  -webkit-animation: fadeout 1s;
  -moz-animation: fadeout 1s;
  -ms-animation: fadeout 1s;
  animation: fadeout 1s;
}
/**
 * asset styles
 */
.block {
  display: block;
}
.upper {
  text-transform: uppercase;
}
.padding-none {
  padding: 0;
}
.raquo:after,
.pos-baselights .mod-footer-quick-links a:after,
.type-city-home .pos-body .pos-items .item .item-frame .item-link a:after,
.city-home-video .pos-body .pos-items .item .item-frame .item-link a:after,
.city-home-video-new .pos-body .pos-items .item .item-frame .item-link a:after,
.city-home-video-accordion .pos-body .pos-items .item .item-frame .item-link a:after,
.type-city-home-video-accordion-button .pos-body .pos-items .item .item-frame .item-link a:after,
.type-city-home-video-new-mobileplay .pos-body .pos-items .item .item-frame .item-link a:after,
.type-city-home-4-col .pos-body .pos-items .item .item-frame .item-link a:after {
  content: '\f105';
  font-family: "FontAwesome";
  padding-left: 0.5em;
}
.laquo:before {
  content: '\f104';
  font-family: "FontAwesome";
  padding-right: 0.5em;
}
/**
 * menu styles
 */
.dropdown-menu {
  display: block;
}
/**
 * main menu
 */
.pos-header .mod-collapse {
  /* .navbar */
  /* @md-lg */
  /* @xs-sm */
}
.pos-header .mod-collapse .navbar {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.pos-header .mod-collapse .navbar .navbar-collapse {
  background: #051b30;
  /* Level 1 */
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li {
  /* Level 2 */
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
  height: 100%;
  color: #fff;
  background: #007cc2;
  text-transform: uppercase;
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul {
  border: 0;
  border-radius: 0;
  padding: 6px 0 0px 0;
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li {
  /* Level 3 */
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li b.caret {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li b.caret.caret-reverse {
  border-bottom-width: 0px;
  border-top: 4px solid ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > a {
  font-size: 12px;
  line-height: 20px;
  color: #333333;
  background: none;
  padding: 4px 32px;
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > a:hover {
  color: #fff;
  background: #007cc2;
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > ul {
  width: 100%;
  display: block;
  position: relative;
  border: 0;
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0 0 12px 0;
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > ul > li > a {
  font-size: 12px;
  line-height: 20px;
  color: #8a8a8a;
  background: none;
  padding: 2px 48px;
}
.pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > ul > li > a:hover {
  color: #fff;
  background: #007cc2;
}
@media (min-width: 992px) {
  .pos-header .mod-collapse {
    z-index: 666;
  }
  .pos-header .mod-collapse .navbar {
    min-height: 0;
    background: #051b30;
    border: 0;
    border-radius: 0;
    margin: 0;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse {
    padding: 0 0 0 8px;
    /* Level 1 */
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav {
    float: right;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li {
    height: 40px;
    position: relative;
    top: 5px;
    background: rgba(0, 0, 0, 0);
    /* Level 2 */
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
    color: #fff;
    background: none;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    -webkit-transition: background 100ms ease-in 0.2ms;
    -o-transition: background 100ms ease-in 0.2ms;
    transition: background 100ms ease-in 0.2ms;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul {
    background-color: rgba(255, 255, 255, 0.95);
    border: 6px solid rgba(255, 255, 255, 0.5);
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 70vh;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > a span {
    display: inline-block;
    width: 100%;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li.parent > a:after {
    content: '';
    display: inline-block;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 10px solid #007cc2;
    position: absolute;
    z-index: 9999;
    top: 40px;
    left: 50%;
    margin-left: -17px;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul,
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: opacity .2s linear, visibility 0 linear .2s;
    -o-transition: opacity .2s linear, visibility 0 linear .2s;
    transition: opacity .2s linear, visibility 0 linear .2s;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li:hover > a,
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li.focused > a {
    color: #fff;
    background: #007cc2;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li:hover > ul,
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li.focused > ul,
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li:hover > a:after,
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li.focused > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
}
@media (max-width: 991px) {
  .pos-header .mod-collapse .navbar {
    background: none;
    border: 0;
    margin: 0;
  }
  .pos-header .mod-collapse .navbar .dropdown-menu > li > a {
    white-space: normal;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle {
    float: left;
    margin-left: 5px;
    margin-right: 0;
    border-color: transparent;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle:hover,
  .pos-header .mod-collapse .navbar .navbar-toggle:focus {
    background-color: transparent;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle .icon-bar {
    background-color: #878889;
    height: 4px;
    width: 30px;
    border-radius: 10px;
    transition: all 0.2s;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle .icon-bar.top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle .icon-bar.middle-bar {
    opacity: 0;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle .icon-bar.bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle.collapsed .icon-bar.top-bar {
    transform: rotate(0);
  }
  .pos-header .mod-collapse .navbar .navbar-toggle.collapsed .icon-bar.middle-bar {
    opacity: 1;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle.collapsed .icon-bar.bottom-bar {
    transform: rotate(0);
  }
  .pos-header .mod-collapse .navbar .navbar-collapse {
    max-height: 95vh;
    border: 0;
    background: none;
    -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 49px;
    width: 85vw;
    left: 0px;
    z-index: 667;
    /* Level 1 */
  }
  .pos-header .mod-collapse .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse.in {
    display: inline-block !important;
    overflow-y: scroll !important;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse ul {
    float: none;
    padding: 0;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav {
    margin-top: 0;
    margin-bottom: 0px;
    margin-bottom: 80px;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li {
    width: 100%;
    height: auto;
    top: 0px;
    /* Level 2 */
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #007cc2;
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 17px 15px 16px 15px;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a:after {
    content: none;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul {
    display: block;
    position: relative;
    float: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-top: 0;
    border: 0px;
    opacity: 1;
    visibility: visible;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li {
    /* Level 3 */
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li .text-left {
    width: auto;
    display: inline;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li b.caret {
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li b.caret.caret-reverse {
    border-bottom-width: 0px;
    border-top: 8px solid ;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > a {
    color: #000;
    border: 1px solid #f2f2f2;
    padding: 10px 32px;
    font-size: 16px;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > a span {
    display: inline;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > a span:nth-child(2) {
    float: right;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > ul {
    border-radius: 0px;
    padding: 0px;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > ul > li > a {
    font-size: 16px;
    padding: 10px 48px;
    border: 1px solid #f2f2f2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pos-header .mod-collapse {
    width: 600px;
    margin: 111px 0 0 0;
  }
  .pos-header .mod-collapse .nav > li > a {
    font-size: 12px;
    padding: 10px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pos-header .mod-collapse .nav > li > a {
    font-size: 11px;
    padding: 10px 24px;
  }
}
@media (min-width: 1200px) {
  .pos-header .mod-collapse .nav > li > a {
    font-size: 13px;
    padding: 10px 16px;
  }
}
/* .pos-header .mod-collapse */
.pos-menu {
  /* Level 1 */
}
.pos-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pos-menu .nav > li {
  display: none;
}
.pos-menu .nav > li.active {
  display: block;
  /* Level 2 */
}
.pos-menu .nav > li.active a {
  line-height: 20px;
  display: block;
  background-color: #fff;
}
.pos-menu .nav > li.active > a {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 17px 15px 16px 15px;
}
.pos-menu .nav > li.active > a:hover {
  background: none;
}
.pos-menu .nav > li.active > ul > li {
  margin: 0;
  padding: 0;
  /* &:first-child > a { border:0; } */
  /* Level 3 */
}
.pos-menu .nav > li.active > ul > li b.caret {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}
.pos-menu .nav > li.active > ul > li b.caret.caret-reverse {
  border-bottom-width: 0px;
  border-top: 4px solid ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.pos-menu .nav > li.active > ul > li > a {
  color: #333333;
  display: block;
  border-top: 1px solid #f2f2f2;
  padding: 4px 24px;
}
.pos-menu .nav > li.active > ul > li > a:hover {
  color: #fff;
  background: #007cc2;
}
.pos-menu .nav > li.active > ul > li > a span:nth-child(2) {
  float: right;
}
.pos-menu .nav > li.active > ul > li.active > a {
  color: #007cc2;
}
.pos-menu .nav > li.active > ul > li.active > a:hover {
  color: #fff;
  background: #007cc2;
}
.pos-menu .nav > li.active > ul > li > ul {
  margin: 0 0 12px 0;
}
.pos-menu .nav > li.active > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.pos-menu .nav > li.active > ul > li > ul > li > a {
  color: #8a8a8a;
  padding: 4px 0 4px 44px;
}
.pos-menu .nav > li.active > ul > li > ul > li > a:hover {
  color: #fff;
  background: #007cc2;
}
.pos-menu .nav > li.active > ul > li > ul > li.current > a {
  color: #007cc2;
}
.pos-menu .nav > li.active > ul > li > ul > li.current > a:hover {
  color: #fff;
  background: #007cc2;
}
@media (max-width: 767px) {
  .pos-menu .nav > li.active > ul > li b.caret {
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .pos-menu .nav > li.active > ul > li b.caret.caret-reverse {
    border-bottom-width: 0px;
    border-top: 8px solid ;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .pos-menu .nav > li.active > ul > li > a {
    padding: 10px 24px;
    font-size: 16px;
  }
  .pos-menu .nav > li.active > ul > li > a span:nth-child(2) {
    float: right;
  }
  .pos-menu .nav > li.active > ul > li > ul {
    border-radius: 0px;
    margin: 0px;
  }
  .pos-menu .nav > li.active > ul > li > ul > li > a {
    padding: 10px 48px;
    font-size: 16px;
    border: 1px solid #f2f2f2;
  }
}
/* .pos-menu */
/**
 * side menu
 */
.pos-left {
  background: #fff;
  border-right: 1px solid #f2f2f2;
}
.pos-left a,
.pos-left .nav > li.active > a {
  font-weight: normal;
}
@media (min-width: 768px) {
  .pos-left {
    visibility: hidden;
    z-index: 666;
    margin-top: -53px;
  }
  .pos-left.affix-top {
    visibility: visible;
    position: relative;
  }
  .pos-left.affix {
    visibility: visible;
    position: relative;
  }
  .pos-left.affix-bottom {
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .pos-left {
    -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
    margin: 30px -15px 0 -15px;
    padding: 0 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pos-left {
    width: 158px;
  }
  .pos-left .pos-menu {
    margin: 0 -15px;
  }
  .pos-left .pos-menu > ul > li.active > a {
    font-size: 13px;
  }
  .pos-left .pos-menu > ul > li.active > ul > li > a {
    padding: 4px 12px 4px 12px;
  }
  .pos-left .pos-menu > ul > li.active > ul > li > ul > li > a {
    line-height: 15px;
    padding: 6px 0 6px 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pos-left {
    width: 228px;
    margin-left: -15px;
  }
  .pos-left .pos-menu > ul > li.active > ul > li > ul > li > a {
    line-height: 16px;
    padding: 6px 0 6px 24px;
  }
}
@media (min-width: 1200px) {
  .pos-left {
    width: 278px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .pos-menu-frame {
    border-right: 1px solid #f2f2f2;
    position: absolute;
    z-index: 555;
    top: 0;
    bottom: 0;
    background: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pos-menu-frame {
    width: 188px;
    margin: 0 -15px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pos-menu-frame {
    width: 228px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .pos-menu-frame {
    width: 278px;
    margin-left: -15px;
  }
}
body {
  position: relative;
  line-height: 21px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 11px;
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  body > .wrapper {
    padding-top: 102px;
  }
}
@media (max-width: 991px) {
  body > .wrapper {
    padding-top: 50px;
  }
}
body[class*="-home"] > .wrapper {
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 50px;
  }
  .wrapper .wk-slideshow-tabs .nav span {
    line-height: 35px;
  }
}
a {
  font-weight: 700;
}
.pos-header a {
  font-weight: inherit;
}
em {
  color: #8a8a8a;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  color: #051b30;
}
@media (max-width: 991px) {
  h1 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 6px 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 9px 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  h1 {
    margin: 0 0 12px 0;
    padding: 0;
  }
}
h2 {
  color: #051b30;
}
@media (max-width: 991px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 3px 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 6px 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  h2 {
    margin: 0 0 6px 0;
    padding: 0;
  }
}
h3 {
  color: #051b30;
}
@media (max-width: 991px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 3px 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 6px 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  h3 {
    margin: 0 0 6px 0;
    padding: 0;
  }
}
.promotion.instagram:before {
  content: '\f16d';
  position: relative;
  top: 1px;
}
.promotion:before {
  content: '\f13d';
  font-family: FontAwesome;
  padding-right: 8px;
  font-size: 120%;
  line-height: 100%;
}
.promotion {
  border-top: 4px solid #051b30;
  border-bottom: 4px solid #051b30;
  padding: 8px 0;
}
h4 {
  color: #051b30;
}
p {
  margin: 0 0 18px;
  padding: 0;
}
b,
strong {
  font-weight: 700;
}
b a,
strong a {
  font-weight: 800;
}
ul {
  margin: 0 0 10px;
  padding: 0 0 0 18px;
}
#inqC2CImgContainer {
  display: none !important;
}
iframe {
  border: 0;
}
/* Anchor Offsets */
a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -151px;
}
a.bread-anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -204px;
}
a {
  color: #007cc2;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .pos-image,
  .item-image {
    max-width: 380px;
  }
}
body *:focus {
  outline: dotted 1px #7dadd9;
}
.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.find-a-cruise-link {
  background: #007cc2;
  color: #fff;
  float: right;
  line-height: 20px;
  position: relative;
  text-transform: uppercase;
  top: 111px;
  padding: 10px 40px;
}
.find-a-cruise-link:hover {
  background: #0068a2;
  color: #fff;
}
@media (max-width: 767px) {
  .find-a-cruise-link {
    padding-left: 10px;
    padding-right: 10px;
    right: 5px;
    top: 5px;
    z-index: 10;
  }
}
.mod-find-a-cruise .mod-content {
  display: none;
}
.mod-find-a-cruise .mod-content .contact-info {
  border: 1px solid #f7f7f7;
  margin-top: 10px;
  padding: 8px;
}
.mod-find-a-cruise .mod-content #date-picker .form-control[readonly] {
  cursor: auto;
  background-color: #fff;
  border-radius: 3px;
}
.mod-find-a-cruise .mod-content fieldset legend {
  margin-bottom: 5px;
  font-weight: bold;
  border: none;
  font-size: inherit;
}
@media (min-width: 768px) {
  .type-brand-home .mod-find-a-cruise .mod-content,
  .type-ec-home .mod-find-a-cruise .mod-content,
  .com-entertainment-cruises .mod-find-a-cruise .mod-content {
    display: block;
  }
}
/* Hide non-existent menu on brand home */
@media (min-width: 768px) and (max-width: 991px) {
  .type-brand-home .pos-header .mod-collapse {
    display: none;
  }
  .com-odyssey-washington-dc.type-city-home .pos-header .mod-collapse {
    display: none;
  }
}
/* for cta test */
.mod-find-a-cruise .mod-content {
  width: 100%;
}
.mod-find-a-cruise .mod-content #datepickertest {
  width: 100%;
}
.mod-find-a-cruise .mod-content .group-btns .search-button {
  margin: 0 0 .5em 0;
}
.mod-find-a-cruise .mod-content .group-btns .search-button .btn {
  width: 13em;
  cursor: pointer;
}
/* salesforce form */
.salesforce {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  margin-top: -20px;
}
.salesforce h2 {
  text-align: center;
}
.salesforce .customer-info {
  margin-bottom: 18px;
}
.salesforce .content {
  border-top: 1px dotted #ddd;
  margin: 20px 25%;
  padding: 20px;
}
@media (max-width: 991px) {
  .salesforce .content {
    margin: 20px 0;
  }
}
.salesforce .form-control {
  height: 30px;
}
.salesforce .form-control[readonly] {
  border-radius: 3px !important;
  background-color: #fff;
  cursor: auto;
}
.salesforce textarea.form-control {
  height: auto;
}
/* Header */
.pos-header {
  background: #fff;
  border-bottom: 64px solid #051b30;
  height: 102px;
  transition: width 2000ms;
  transition-timing-function: linear;
  transition-delay: 1000ms;
  /* Phone Number */
  /* Compare Our Ships */
  /* Closes contact-slider */
  /* @sm-md-lg */
  /* @xs-only */
  /*@sm-only */
}
@media (min-width: 992px) {
  .pos-header .container {
    width: auto;
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .pos-header .mod-default {
    display: none;
  }
}
.pos-header .mod-phone-number-chat-new,
.pos-header .mod-phone-number {
  height: 27px;
  text-align: right;
  padding: 3px 0;
}
.pos-header .mod-phone-number-chat-new .glyphicon,
.pos-header .mod-phone-number .glyphicon {
  padding-right: 5px;
  font-weight: bold;
}
.pos-header .mod-layout2 a {
  color: #333333;
  font-size: 11px;
  text-transform: uppercase;
  background: url(../images/pdf.png) no-repeat 100% 50%;
  padding-right: 24px;
}
.pos-header .mod-logo {
  text-align: center;
}
.pos-header .mod-logo p {
  margin: 0;
}
.pos-header .mod-contact-slider {
  position: fixed;
  top: calc(100vh - 235px);
  width: 330px;
  right: -296px;
  z-index: 556;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  color: #fff;
}
.pos-header .mod-contact-slider.expanded {
  right: 95px;
}
.pos-header .mod-contact-slider.expanded #slider-inner {
  height: 100vh;
  padding-bottom: 160px;
  overflow-y: scroll;
}
.pos-header .mod-contact-slider #vertical-text {
  float: left;
  position: relative;
  z-index: 99;
  background: #007cc2;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 10px 5px 10px 10px;
  cursor: pointer;
}
.pos-header .mod-contact-slider #vertical-text img {
  width: 20px;
}
.pos-header .mod-contact-slider #slider-inner {
  position: fixed;
  background: #007cc2;
  display: inline;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  top: calc(100vh - 520px);
  border-top-left-radius: 15px;
  width: 395px;
}
.pos-header .mod-contact-slider #slider-inner .custom {
  text-align: center;
}
.pos-header .mod-contact-slider #slider-inner .custom h3 {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  padding-top: 25px;
}
.pos-header .mod-contact-slider #slider-inner .custom p {
  margin-bottom: 0px;
}
.pos-header .mod-contact-slider #slider-inner .rsform .rsform-block-submit label {
  margin-top: 0px;
}
.pos-header .mod-contact-slider #slider-inner .rsform .rsform-block-submit #submit {
  background: #051b30;
  display: block;
  margin: 0 auto;
}
.pos-header .mod-contact-slider #slider-inner .rsform .rsform-block-submit #submit:hover {
  background: #fff;
  color: #051b30;
  border-color: #fff;
}
.pos-header .mod-contact-slider #slider-inner .formRed {
  margin-bottom: 0px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .pos-header .mod {
    position: absolute;
  }
  .pos-header .mod.mod-contact-slider {
    position: fixed;
  }
  .pos-header .mod-logo {
    z-index: 777;
  }
  .pos-header .mod-logo * {
    margin: 0;
  }
  .pos-header .mod-logo a {
    display: inline-block;
  }
  .pos-header .mod-logo .mod-frame {
    text-align: left;
  }
  .pos-header .mod-city-list {
    width: 175px;
  }
  .pos-header .mod-city-list select {
    max-width: 180px;
    background-color: rgba(255, 255, 255, 0.6);
    height: 23px;
    padding: 0px 10px;
    z-index: 668;
  }
  .pos-header .mod-logo {
    background: transparent;
    z-index: 0;
    z-index: 667;
  }
  .pos-header .mod-logo a {
    margin-top: 0px;
  }
  .pos-header .mod-brand-list {
    height: 38px;
    overflow: hidden;
  }
  .pos-header .mod-brand-list a {
    display: inline-block;
    margin: 0;
    width: 25%;
    max-height: 48px;
    float: left;
    padding: 7px 10px;
  }
  .pos-header .mod-brand-list a img {
    width: 100%;
    position: relative;
  }
  .pos-header .mod-quick {
    height: 27px;
    width: 338px;
    margin: 5px 0 0 0;
    right: 144px;
  }
  .pos-header .mod-quick ul {
    float: right;
  }
  .pos-header .mod-quick ul li {
    float: left;
  }
  .pos-header .mod-quick ul li #inqC2CImgContainer_TopNav a {
    /* temporary fix for nuance */
    padding: 2px 15px !important;
    width: 110px !important;
    font-size: 12px;
  }
  .pos-header .mod-quick ul li a {
    padding: 3px 15px;
  }
  .pos-header .mod-quick ul li a:hover {
    background: none;
  }
  .pos-header .mod-quick ul li a.live-chat {
    background: url(../images/live-chat.png) no-repeat 0 50%;
    padding-left: 38px;
  }
  .pos-header .mod-quick ul li > span {
    display: block;
    padding: 3px 15px;
  }
  .pos-header .mod-quick ul li:nth-child(1):before {
    content: "";
  }
  .pos-header .mod-phone-number-chat-new,
  .pos-header .mod-phone-number {
    color: #878889;
    position: absolute;
    width: 118px;
    right: 35px;
    margin: 5px 0 0 0;
  }
  .pos-header .mod-collapse {
    margin: 0px;
  }
  .pos-header .mod-collapse .navbar {
    background: transparent;
  }
  .pos-header .find-a-cruise-link {
    top: 0px;
    position: absolute;
    text-align: center;
    font-weight: bold;
    line-height: 44px;
    font-size: 14px;
  }
  .pos-header .find-a-cruise-link,
  .pos-header .mod-find-a-cruise {
    min-height: 40px;
    z-index: 555;
    margin: 38px 0 0 0;
    width: 230px;
    right: 35px;
  }
  .pos-header .find-a-cruise-link .mod-title,
  .pos-header .mod-find-a-cruise .mod-title {
    color: #fff;
    background: #007cc2;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 10px 15px;
  }
  .pos-header .find-a-cruise-link .mod-title:hover,
  .pos-header .mod-find-a-cruise .mod-title:hover {
    background: #0068a2;
  }
  .pos-header .find-a-cruise-link .mod-title p.page-header,
  .pos-header .mod-find-a-cruise .mod-title p.page-header {
    border: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 44px;
    font-weight: bold;
  }
  .pos-header .find-a-cruise-link .mod-content,
  .pos-header .mod-find-a-cruise .mod-content {
    position: absolute;
    right: 0;
  }
  .pos-header .find-a-cruise-link .mod-content form,
  .pos-header .mod-find-a-cruise .mod-content form {
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 15px;
  }
  .pos-header .find-a-cruise-link .mod-content .search-button,
  .pos-header .mod-find-a-cruise .mod-content .search-button {
    text-align: center;
  }
  .pos-header .find-a-cruise-link .mod-content .radio-inline,
  .pos-header .mod-find-a-cruise .mod-content .radio-inline {
    white-space: nowrap;
  }
  .pos-header .find-a-cruise-link .mod-content .date-time > .row > div:last-child,
  .pos-header .mod-find-a-cruise .mod-content .date-time > .row > div:last-child {
    padding-left: 5px;
  }
  .pos-header .find-a-cruise-link .mod-content .date-time > .row > div:first-child,
  .pos-header .mod-find-a-cruise .mod-content .date-time > .row > div:first-child {
    padding-right: 5px;
  }
  .pos-header .find-a-cruise-link .mod-content .contact-info > .row > div:first-child,
  .pos-header .mod-find-a-cruise .mod-content .contact-info > .row > div:first-child {
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .pos-header .mod-quick ul li #inqC2CImgContainer_TopNav a {
    width: 116px !important;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .pos-header .mod-collapse .navbar .navbar-collapse {
    background: transparent;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li {
    height: 64px;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
    font-size: 14px;
    line-height: 44px;
    color: #fff;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li .nav > li.focused > a,
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li .nav > li:hover > a {
    color: #fff;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > a,
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > ul > li > ul > li > a {
    font-size: 12px;
    line-height: 20px;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li.parent > a:after {
    top: 64px;
  }
}
@media (min-width: 992px) {
  .pos-header .mod-city-list {
    margin: 7px 0 0 0px;
  }
  .pos-header .mod-find-a-cruise .mod-title p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .pos-header {
    position: fixed;
    background: none;
    border: solid 1px #ddd;
    height: 50px;
    background-color: #fff;
  }
  .pos-header .mod-layout2 {
    display: none;
  }
  .pos-header .mod-logo,
  .pos-header .mod-logo-alt {
    position: absolute;
    z-index: 999;
    background: none;
    margin: 5px 0 0 54px;
    background-color: #fff;
  }
  .pos-header .mod-logo img,
  .pos-header .mod-logo-alt img {
    width: auto;
    height: 40px;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle {
    padding: 9px 8px;
  }
  .pos-header .mod-phone-number,
  .pos-header .mod-phone-number-chat-new {
    height: 27px;
    position: absolute;
    right: 75px;
    z-index: 999;
    margin: 11px 0 0 18%;
    padding: 3px 59px 3px 0px;
    font-size: 21px;
  }
  .pos-header .mod-phone-number .mobile-chat-container,
  .pos-header .mod-phone-number-chat-new .mobile-chat-container {
    display: inline-block !important;
    color: #007cc2;
    padding-right: 19px;
    font-size: 23px;
    position: relative;
    bottom: 1px;
  }
  .pos-header .mod-city-list {
    width: 100%;
    background: #f2f2f2;
    position: absolute;
    margin: 129px 0 0 0;
    padding: 15px;
  }
  .pos-header .mod-find-a-cruise {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0px;
  }
  .pos-header .mod-find-a-cruise .mod-title {
    float: right;
    position: relative;
    z-index: 999;
    margin: 8px 9px 0 0;
    padding: 0;
  }
  .pos-header .mod-find-a-cruise .mod-title p.page-header {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
    border: 0px;
    outline: 0 !important;
    background: #007cc2;
    color: #fff;
    border-radius: 0;
    padding: 12px 25px;
    background-position: 200% 45%;
    margin: 0;
    padding: 8px 15px !important;
    line-height: 18px;
  }
  .pos-header .mod-find-a-cruise .mod-title p.page-header:hover,
  .pos-header .mod-find-a-cruise .mod-title p.page-header:active {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: #051b30;
    border: 0px;
  }
  .pos-header .mod-find-a-cruise .mod-content #search-form {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 8px;
  }
  .pos-header .mod-find-a-cruise .mod-content .close {
    position: absolute;
    font-size: 18px;
    top: 4px;
    left: auto;
    right: 12px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #051b30;
  }
  .pos-header .mod-find-a-cruise .mod-content form {
    position: absolute;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: rgba(255, 255, 255, 0.95);
    border: 3px solid #ccc;
    z-index: 9999;
    top: 58px;
    left: 8px;
    right: 8px;
    padding: 30px 30px 15px 30px;
  }
  .pos-header .mod-find-a-cruise .mod-content form .search-button {
    text-align: center;
  }
  .pos-header .mod-contact-slider {
    width: 250px;
    right: -210px;
  }
  .pos-header .mod-contact-slider #vertical-text {
    font-size: 24px;
    padding: 8px 10px 10px;
    border: 2px solid #f2f2f2;
    border-right: 0px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    display: block;
    min-height: 46px;
    width: 44px;
  }
  .pos-header .mod-contact-slider #vertical-text i {
    color: #f2f2f2;
  }
  .pos-header .mod-contact-slider #slider-inner {
    top: 49px;
    padding-bottom: 60px;
    width: 305px;
    z-index: 9999;
  }
  .pos-header .mod-contact-slider.expanded #vertical-text {
    border-color: #007cc2;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .pos-header .mod-logo img img,
  .pos-header .mod-logo-alt img img {
    max-height: 35px;
    margin-top: 7.5px;
  }
}
@media (max-width: 767px) and (max-width: 360px) {
  .pos-header .mod-phone-number,
  .pos-header .mod-phone-number-chat-new {
    padding: 3px 53px 3px 0px;
    font-size: 15px;
  }
  .pos-header .mod-phone-number .mobile-chat-container,
  .pos-header .mod-phone-number-chat-new .mobile-chat-container {
    font-size: 19px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .pos-header .mod-find-a-cruise .mod-title p.page-header {
    padding: 8px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pos-header {
    background: #fff;
    height: 50px;
    border-bottom: 1px;
    border-top: 0px;
    border: 1px solid #ddd;
  }
  .pos-header .container {
    width: auto;
  }
  .pos-header .mod-logo,
  .pos-header .mod-logo-alt {
    width: 200px;
    margin: 0 0 0 60px;
    position: absolute;
    z-index: 999;
  }
  .pos-header .mod-logo img,
  .pos-header .mod-logo-alt img {
    width: auto;
    height: 50px;
  }
  .pos-header .mod-logo a,
  .pos-header .mod-logo-alt a {
    float: left;
  }
  .pos-header .mod-city-list {
    display: none;
  }
  .pos-header .mod-brand-list {
    display: none;
  }
  .pos-header .mod-quick {
    width: auto;
    margin: 9px 0 0 0;
    right: 380px;
  }
  .pos-header .mod-quick ul.nav.menu li {
    display: none;
  }
  .pos-header .mod-quick ul.nav.menu li:after {
    content: "";
  }
  .pos-header .mod-quick ul.nav.menu li:last-child {
    display: block;
  }
  .pos-header .mod-layout2 {
    width: 142px;
    margin: 54px 0 0 606px;
  }
  .pos-header .mod-phone-number-chat-new,
  .pos-header .mod-phone-number {
    width: 230px;
    font-size: 14px;
    padding: 0px 70px 3px 0;
    margin: 13px 0 0 0;
    z-index: 999;
    right: 195px;
    position: absolute;
  }
  .pos-header .mod-phone-number-chat-new .glyphicon,
  .pos-header .mod-phone-number .glyphicon {
    top: 2px;
    padding-right: 5px;
  }
  .pos-header .mod-collapse {
    width: auto;
  }
  .pos-header .mod-collapse .navbar .navbar-toggle {
    display: inline-block;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse.in {
    display: inline-block !important;
    overflow-y: scroll !important;
  }
  .pos-header .find-a-cruise-link {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .pos-header .find-a-cruise-link,
  .pos-header .mod-find-a-cruise {
    margin: 0;
    width: 234px;
    position: absolute;
    top: -1px;
    right: 10px;
  }
  .pos-header .find-a-cruise-link .mod-title p.page-header,
  .pos-header .mod-find-a-cruise .mod-title p.page-header {
    line-height: 30px;
  }
  .pos-header .find-a-cruise-link .mod-content,
  .pos-header .mod-find-a-cruise .mod-content {
    width: 234px;
  }
  .pos-header .find-a-cruise-link .mod-content .search-button .btn,
  .pos-header .mod-find-a-cruise .mod-content .search-button .btn {
    padding: 6px 18px 6px 18px;
  }
  .pos-header .find-a-cruise-link .mod-content .search-button .btn:after,
  .pos-header .mod-find-a-cruise .mod-content .search-button .btn:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pos-header .mod-logo,
  .pos-header .mod-logo-alt {
    margin: 37px 0 0 0px;
    width: 225px;
  }
  .pos-header .mod-brand-list {
    width: 380px;
    margin: 0 0 0 180px;
  }
  .pos-header .mod-layout2 {
    width: 142px;
    margin: 56px 0 0 828px;
  }
  .pos-header .mod-phone-number-chat-new,
  .pos-header .mod-phone-number {
    width: 118px;
    margin: 5px 0 0 832px;
  }
  .pos-header .mod-city-list {
    width: 175px;
  }
  .pos-header .mod-collapse {
    width: 796px;
    right: 200px;
    margin: 38px 0 0 0;
  }
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
    padding: 10px 8px;
    font-size: 13px;
  }
  .pos-header .mod-find-a-cruise {
    width: 150px;
  }
  .pos-header .mod-find-a-cruise .mod-content {
    width: 230px;
  }
  .pos-header .find-a-cruise-link {
    width: 150px;
    padding: 10px 15px;
  }
  .pos-header .find-a-cruise-link .mod-title p.page-header,
  .pos-header .mod-find-a-cruise .mod-title p.page-header {
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 1100px) {
  .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .pos-header .mod-logo,
  .pos-header .mod-logo {
    margin: 37px 0 0 0px;
    width: 250px;
  }
  .pos-header .mod-brand-list {
    width: 380px;
    margin: 0px 0 0 185px;
  }
  .pos-header .mod-layout2 {
    width: 182px;
    margin: 52px 0 0 988px;
  }
  .pos-header .mod-collapse {
    width: calc(100% - 550px);
    right: 265px;
    margin: 38px 0 0 0;
  }
  .pos-header .mod-collapse .navbar {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    display: block;
    margin: 0 auto;
  }
}
/* .pos-header */
@media (min-width: 992px) {
  .com-entertainment-cruises .pos-header .mod-logo {
    position: absolute;
    width: 340px;
    top: -8px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .com-entertainment-cruises {
    margin-top: 0px;
  }
}
.body ul,
.pos-spotlight ul,
.pos-baselight ul {
  margin: 0 0 18px 0;
  padding: 0 0 0 18px;
}
.body li,
.pos-spotlight li,
.pos-baselight li {
  margin: 0 0 6px 0;
  padding: 0;
}
/* Body */
.body {
  min-height: 100px;
}
.pos-spotlight {
  background: #fff;
  position: relative;
}
.pos-spotlight .pos-intro .row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pos-spotlight .logos {
  text-align: center;
}
.pos-spotlight .logos a {
  display: inline-block;
  width: 12%;
}
@media (min-width: 768px) {
  .pos-spotlight.container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pos-spotlight.container .pos-spotlight-image {
    text-align: center;
  }
  .pos-spotlight.container .pos-spotlight-image img {
    max-width: 100%;
    margin: auto;
    padding: 0;
  }
}
.pos-promo {
  position: relative;
  z-index: 667;
  background: #fff;
  /* Tooltip-custom text */
}
.pos-promo .mod_promo_banner {
  padding: 10px 0;
  border-bottom: 2px solid #051b30;
}
@media (min-width: 768px) and (max-width: 991px) {
  .pos-promo .mod_promo_banner {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .pos-promo .mod_promo_banner {
    padding: 6px 0;
  }
}
.pos-promo .mod_promo_banner .container {
  position: relative;
  text-align: center;
  color: #051b30;
}
@media (max-width: 767px) {
  .pos-promo .mod_promo_banner .container {
    font-size: 11px;
    line-height: 18px;
  }
}
.pos-promo .mod_promo_banner .container .anchor-frame {
  display: inline;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
  color: #fff;
}
.pos-promo .mod_promo_banner .container .anchor-frame img {
  width: 18px;
}
@media (max-width: 767px) {
  .pos-promo .mod_promo_banner .container .anchor-frame img {
    width: 16px;
  }
}
.pos-promo .mod_promo_banner .container p {
  margin-bottom: 0px;
  display: inline;
}
.pos-promo .mod_promo_banner .container #details {
  padding-left: 7px;
}
.pos-promo .tooltip-custom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #007cc2;
  /* If you want dots under the hoverable text */
  color: #007cc2;
  font-weight: bold;
  opacity: 1;
  cursor: pointer;
  margin-left: 5px;
}
.pos-promo .tooltip-custom .tooltiptext {
  visibility: hidden;
  width: 190px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  font-weight: normal;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -95px;
  z-index: 1;
  font-size: 11px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .pos-promo .tooltip-custom .tooltiptext {
    left: 0;
    margin-left: -135px;
  }
}
.pos-promo .tooltip-custom:hover .tooltiptext {
  visibility: visible;
}
.pos-promo .mod_promo_alert {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  text-align: center;
}
.pos-promo .mod_promo_alert p {
  display: inline-block;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .pos-promo .mod_promo_alert p strong {
    font-size: 10px;
    line-height: 15px;
  }
}
.pos-promo .mod_promo_alert i {
  display: inline-block;
  font-size: 16px;
  padding-right: 4px;
}
.pos-primary-title h1 {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .pos-primary-title {
    text-align: center;
  }
}
.type-city-home-video-new .pos-primary-title,
.type-city-home .pos-primary-title,
.type-city-home-video-new .pos-primary-title h1,
.type-city-home .pos-primary-title h1,
.type-city-home-video-new .pos-primary-title h2,
.type-city-home .pos-primary-title h2 {
  color: #051b30;
}
@media (max-width: 991px) {
  .type-city-home-video-new .pos-primary-title,
  .type-city-home .pos-primary-title,
  .type-city-home-video-new .pos-primary-title h1,
  .type-city-home .pos-primary-title h1,
  .type-city-home-video-new .pos-primary-title h2,
  .type-city-home .pos-primary-title h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 3px 0;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-city-home-video-new .pos-primary-title,
  .type-city-home .pos-primary-title,
  .type-city-home-video-new .pos-primary-title h1,
  .type-city-home .pos-primary-title h1,
  .type-city-home-video-new .pos-primary-title h2,
  .type-city-home .pos-primary-title h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 10px 0 6px 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .type-city-home-video-new .pos-primary-title,
  .type-city-home .pos-primary-title,
  .type-city-home-video-new .pos-primary-title h1,
  .type-city-home .pos-primary-title h1,
  .type-city-home-video-new .pos-primary-title h2,
  .type-city-home .pos-primary-title h2 {
    margin: 10px 0 6px 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .pos-main li,
  .pos-spotlight li {
    line-height: 17px;
    margin: 0 0 6px 0;
  }
}
@media (max-width: 767px) {
  .pos-main {
    min-height: 0 !important;
  }
}
@media (min-width: 768px) {
  .pos-body {
    position: relative !important;
  }
  .pos-body .container {
    position: relative;
  }
  .pos-body .pos-main {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .pos-body .pos-main .pos-all-brands {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .pos-body .pos-main .pos-all-brands {
    font-size: 13px;
  }
}
.pos-gallery ul,
.pos-gallery li {
  height: auto;
}
.pos-gallery {
  overflow: visible !important;
}
.pos-gallery .wk-slideshow {
  width: 100% !important;
}
.pos-gallery .wk-slideshow img {
  position: static !important;
  width: 100% !important;
  height: auto !important;
}
.pos-gallery .gallery-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.pos-gallery .gallery-wrap.static .container .gallery-text-wrap {
  text-align: center;
}
.pos-gallery .gallery-wrap .container {
  padding-left: 0px;
  padding-right: 0px;
}
.pos-gallery .gallery-wrap .container:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
}
.pos-gallery .gallery-wrap .container .gallery-text-wrap {
  position: absolute;
  height: 100%;
  width: auto;
  display: table;
  z-index: 99;
  top: 0;
  left: 75px;
  width: calc(100% - 150px);
}
@media (max-width: 767px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap {
    left: 60px;
    width: calc(100% - 120px);
  }
}
.pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text {
  display: table-cell;
  vertical-align: middle;
}
.pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text h1,
.pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text p {
  color: #fff;
}
@media (min-width: 992px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 500px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text h1 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text p {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text p {
    display: none;
  }
}
.pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text .button-wrap {
  display: inline-block;
}
.pos-gallery .gallery-wrap .container .gallery-text-wrap .gallery-text .button-wrap .btn {
  width: 170px;
  text-align: center;
}
.pos-gallery .gallery-wrap .btn {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  background-color: #fff;
  color: #007cc2;
  font-weight: 700;
  margin-right: 15px;
  border: 2px solid #fff;
  border-radius: 0px;
  text-transform: uppercase;
}
.pos-gallery .gallery-wrap .btn:hover,
.pos-gallery .gallery-wrap .btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .pos-gallery .gallery-wrap .btn {
    padding: 8px 20px;
  }
}
.pos-gallery .gallery-wrap .btn:hover,
.pos-gallery .gallery-wrap .btn:active {
  background-color: #051b30;
  color: #fff;
  border: 2px solid #051b30;
}
.pos-gallery .gallery-wrap .btn.transparent {
  background-color: transparent;
  color: #fff;
}
.pos-gallery .gallery-wrap .btn.transparent:hover,
.pos-gallery .gallery-wrap .btn.transparent:active {
  background-color: #051b30;
  color: #fff;
  border: 2px solid #051b30;
}
@media (max-width: 500px) {
  .pos-gallery .gallery-wrap .btn {
    padding: 5px 15px;
  }
}
@media (min-width: 768px) {
  .pos-gallery {
    overflow: hidden;
    position: relative;
  }
  .pos-gallery img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.pos-gallery .with-content {
  /* Find a Cruise date picker override */
}
.pos-gallery .with-content.wk-slideshow-default .bootstrap-datetimepicker-widget th.prev,
.pos-gallery .with-content.wk-slideshow-default .bootstrap-datetimepicker-widget th.next {
  height: 20px;
  width: 20px;
  background: none;
  color: #777;
  display: table-cell;
  font-size: 13px;
  line-height: 20px;
  margin-top: 0;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
}
/* Pos Gallery End */
@media (max-width: 991px) {
  .pos-gallery .with-accordion .gallery-wrap-outer {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .pos-gallery .with-accordion .gallery-wrap-outer .gallery-wrap {
    position: relative;
    height: auto;
    width: 100%;
  }
  .pos-gallery .with-accordion .gallery-wrap-outer .gallery-wrap .container:after {
    display: none;
  }
  .pos-gallery .with-accordion .gallery-wrap-outer .gallery-wrap .container .gallery-text-wrap {
    position: relative;
  }
  .pos-gallery .with-accordion .gallery-wrap-outer .gallery-wrap .container .gallery-text-wrap p {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pos-gallery .with-accordion .gallery-wrap-outer .gallery-wrap .container .gallery-text-wrap .gallery-text {
    vertical-align: top;
    padding-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 991px) and (max-width: 767px) {
  .pos-gallery .with-accordion .gallery-wrap-outer .gallery-wrap .container .gallery-text-wrap .gallery-text {
    padding-top: 20px;
  }
}
.pos-spotlight-image img {
  width: 100% !important;
  height: auto !important;
}
.pos-breadcrumbs .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}
.pos-breadcrumbs .breadcrumb a {
  font-weight: normal;
}
.pos-items {
  margin-bottom: 30px;
}
/* Blog */
.blog-website h1 {
  font-size: 36px;
  margin: 0 0 12px 0;
  padding: 0;
}
.blog-website h1 a:hover {
  text-decoration: none;
}
.blog-website .item,
.blog-website .teaser-item {
  margin-top: 30px;
}
.blog-website .item:first-child,
.blog-website .teaser-item:first-child {
  margin: 0;
}
.blog-website .item .floatbox,
.blog-website .teaser-item .floatbox {
  background: #fff;
  padding: 15px;
}
.blog-website .item .floatbox p:first-child,
.blog-website .teaser-item .floatbox p:first-child {
  margin-top: 0;
}
/* Footer */
.pos-footer {
  background: #051b30;
  border-top: 1px solid #fff;
  text-align: center;
  padding: 20px 0;
}
.pos-footer a {
  color: #fff;
}
.pos-footer a:hover {
  color: #007cc2;
}
.pos-footer .mod {
  margin-top: 15px;
  /*&:first-child { margin:0; } */
}
.pos-footer .mod * {
  margin: 0;
}
.pos-footer .mod_zooitem .zoo-icon a img {
  border-left: 1px solid #8a8a8a;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pos-footer .mod_zooitem .zoo-icon a:first-child img {
  border: 0;
}
.pos-footer .mod_zooitem .zoo-icon a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pos-footer .mod-footer .footer-links {
  margin: 0 auto;
  padding: 0 20px;
}
.pos-footer .mod-footer .footer-links li {
  display: inline;
  padding: 4px 6px;
  color: #fff;
}
.pos-footer .mod-footer .footer-links li a {
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  white-space: nowrap;
}
.pos-footer .mod-connect a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pos-footer .mod-connect a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media (min-width: 768px) {
  .pos-footer .mod_zooitem .zoo-icon {
    display: inline-block;
    background: url(../images/connect.png) no-repeat 0 50%;
    padding-left: 140px;
  }
}
@media (max-width: 767px) {
  .pos-footer .mod-default {
    margin: 15px 15px 0 15px;
  }
  .pos-footer .mod-connect img {
    height: 24px;
  }
  .pos-footer .footer-links li {
    display: block;
    padding: 4px 2px;
  }
  .pos-footer .footer-links li.muted {
    display: none;
  }
}
/* .pos-footer */
/* Baselight */
.pos-baselights {
  color: #fff;
  background: #051b30;
  padding: 50px 0;
  /*.mod_rsform .rsform-block-submit input {  background:#26272e;
    &:hover { background:#0F1012; }
  }*/
}
.pos-baselights .formResponsive .rsform-block-submit input[type="submit"] {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.pos-baselights .formResponsive .rsform-block-submit input[type="submit"]:hover,
.pos-baselights .formResponsive .rsform-block-submit input[type="submit"]:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .pos-baselights .formResponsive .rsform-block-submit input[type="submit"] {
    padding: 8px 20px;
  }
}
.pos-baselights .social-icons {
  padding: 5px 10px;
  background-color: #007cc2;
  display: inline-block;
  margin: 10px 5px;
}
.pos-baselights .social-icons:first-child {
  margin-left: 0;
}
.pos-baselights .social-icons:focus,
.pos-baselights .social-icons:hover {
  background-color: #fff;
  color: #007cc2;
}
.pos-baselights .pos-baselight2,
.pos-baselights .pos-baselight3 {
  padding: 0px 40px;
}
.pos-baselights .pos-baselight2 a,
.pos-baselights .pos-baselight3 a {
  color: #fff;
}
.pos-baselights .pos-baselight2 a:hover,
.pos-baselights .pos-baselight3 a:hover {
  color: #007cc2;
}
.pos-baselights .mod_rsform {
  margin: 0px;
}
.pos-baselights .formControls {
  margin: 0;
}
.pos-baselights .formResponsive {
  margin: 0;
}
.pos-baselights .mod-footer-phone-number p {
  margin-bottom: 0px;
}
.pos-baselights .mod-title .page-header {
  color: #fff;
  margin: 0;
  border: none;
}
.pos-baselights .mod-footer-quick-links ul {
  padding: 0px;
}
.pos-baselights .mod-footer-quick-links ul li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  /*line-height: 40px;*/
}
.pos-baselights .mod-footer-brand-list .row:first-of-type {
  color: #fff;
  margin-bottom: 20px;
}
.pos-baselights .mod-footer-brand-list a {
  color: white;
  display: block;
  line-height: 40px;
  border-bottom: solid 1px #007cc2;
  margin: 0px 15px;
}
@media (min-width: 768px) {
  .pos-baselights .mod-footer-quick-links .collapse {
    display: block;
  }
  .pos-baselights .mod-footer-phone-number {
    padding: 0 15px 18px;
    padding-top: 0px;
    float: left;
  }
}
@media (max-width: 767px) {
  .pos-baselights {
    padding: 30px 0;
  }
  .pos-baselights .social-icons {
    margin: 10px;
  }
  .pos-baselights .pos-baselight1,
  .pos-baselights .pos-baselight2,
  .pos-baselights .pos-baselight3 {
    padding-left: 0;
    padding-right: 0;
  }
  .pos-baselights .mod-title .page-header {
    padding: 0px;
  }
  .pos-baselights .formResponsive .formHorizontal .rsform-block.rsform-block-submit {
    text-align: center;
    margin: 0;
  }
  .pos-baselights .pos-baselight2 .mod,
  .pos-baselights .pos-baselight3 .mod {
    margin-top: 30px;
    padding: 0 40px;
  }
  .pos-baselights .pos-baselight2 .mod-footer-quick-links {
    border-top: 1px solid #007cc2;
    border-bottom: 1px solid #007cc2;
    padding: 15px 40px;
  }
  .pos-baselights .pos-baselight2 .mod-footer-quick-links ul {
    margin-top: 10px;
  }
  .pos-baselights .pos-baselight2 .mod-footer-quick-links ul li {
    line-height: 40px;
  }
  .pos-baselights .pos-baselight2 .mod-footer-quick-links .caret {
    border-left: 8px solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
  .pos-baselights .pos-baselight2 .mod-footer-quick-links .caret.caret-reverse {
    border-bottom-width: 0px;
    border-top: 8px solid ;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
  .pos-baselights .zoo-item-list .layout-default p:last-of-type {
    display: none;
  }
  .pos-baselights .mod-rfp-link {
    border-left: none;
  }
  .pos-baselights .mod-rfp-link h2 {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #fff;
  }
  .pos-baselights .mod-rfp-link .rfp-link-btn-block {
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .pos-baselights .mod-footer-quick-links ul li {
    width: 50%;
  }
}
/* .pos-baselights */
/* Spirit of Norfolk - Adding private yacht */
@media (min-width: 1200px) {
  .page-398 .pos-header .mod-collapse,
  .com-spirit-norfolk .pos-header .mod-collapse,
  .page-1155 .pos-header .mod-collapse {
    width: calc(100% - 500px);
  }
  .page-398 .pos-header .mod-collapse .navbar,
  .com-spirit-norfolk .pos-header .mod-collapse .navbar,
  .page-1155 .pos-header .mod-collapse .navbar {
    width: 810px;
  }
  .page-398 .pos-header .mod-logo-alt,
  .com-spirit-norfolk .pos-header .mod-logo-alt,
  .page-1155 .pos-header .mod-logo-alt {
    margin: 39px 0 0 0;
  }
  .page-398 .pos-header .mod-logo-alt img,
  .com-spirit-norfolk .pos-header .mod-logo-alt img,
  .page-1155 .pos-header .mod-logo-alt img {
    width: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .page-398 .pos-header .mod-collapse .navbar,
  .com-spirit-norfolk .pos-header .mod-collapse .navbar,
  .page-1155 .pos-header .mod-collapse .navbar {
    width: 730px;
  }
  .page-398 .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a,
  .com-spirit-norfolk .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a,
  .page-1155 .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
    font-size: 13px;
    padding: 10px 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-398 .pos-header .mod-collapse,
  .com-spirit-norfolk .pos-header .mod-collapse,
  .page-1155 .pos-header .mod-collapse {
    width: 760px;
    right: 185px;
  }
  .page-398 .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a,
  .com-spirit-norfolk .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a,
  .page-1155 .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
    padding: 10px 14px;
  }
  .page-398 .pos-header .mod-logo-alt,
  .com-spirit-norfolk .pos-header .mod-logo-alt,
  .page-1155 .pos-header .mod-logo-alt {
    margin: 50px 0 0 0;
  }
  .page-398 .pos-header .mod-logo-alt img,
  .com-spirit-norfolk .pos-header .mod-logo-alt img,
  .page-1155 .pos-header .mod-logo-alt img {
    width: 160px;
  }
}
/* Spirit of Norfolk - Adding private yacht */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-516 .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a,
  .com-odyssey-chicago .pos-header .mod-collapse .navbar .navbar-collapse .nav > li > a {
    padding: 10px 16px;
  }
}
#system-message-container {
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 999;
  background: #fff;
}
@media (max-width: 991px) {
  #system-message-container {
    top: 50px;
  }
}
#system-message-container .alert {
  padding: 10px 15px 0;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #system-message-container .alert {
    font-size: 11px;
    line-height: 14px;
  }
}
/* Tabs */
.wk-slideshow-tabs .slides-container {
  background: #f1f1f1;
  border: 0;
  border-radius: 0;
}
.wk-slideshow-tabs .nav > li {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  background: #aaa;
}
.wk-slideshow-tabs .nav > li:hover,
.wk-slideshow-tabs .nav > li:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .wk-slideshow-tabs .nav > li {
    padding: 8px 20px;
  }
}
.wk-slideshow-tabs .nav > li span {
  text-shadow: none;
  padding: 0 !important;
}
.wk-slideshow-tabs .nav > li.active {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  background: #051b30;
}
.wk-slideshow-tabs .nav > li.active:hover,
.wk-slideshow-tabs .nav > li.active:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .wk-slideshow-tabs .nav > li.active {
    padding: 8px 20px;
  }
}
.wk-slideshow-tabs .nav > li:hover,
.wk-slideshow-tabs .nav > li:active {
  background: #007cc2;
}
@media (max-width: 991px) {
  .wk-slideshow-tabs .slides-container {
    margin: 0;
  }
  .wk-slideshow-tabs .nav {
    width: 100%;
    position: relative;
  }
  .wk-slideshow-tabs .nav li {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden !important;
    margin: 0 0 1px;
  }
  .wk-slideshow-tabs .nav li,
  .wk-slideshow-tabs .nav li.active {
    display: block;
  }
}
.wk-slideshow-list .slides-container {
  border: 0;
  border-radius: 0;
}
.wk-slideshow-list .nav {
  background: #f2f2f2;
  border: 0;
}
.wk-slideshow-list .nav li {
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #007cc2;
  font: 13px/21px helvetica, arial;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-top: 0;
  margin: 0;
  padding-top: 0;
  padding: 1px 0;
}
.wk-slideshow-list .nav li:hover {
  background: #051b30;
}
.wk-slideshow-list .nav li.active {
  color: #fff;
  background: #007cc2;
  border-bottom: 1px solid #fff;
  border-top: 0;
  padding: 1px 0;
}
.wk-slideshow-list .nav li.active:first-child {
  border-radius: 0;
  padding: 1px 0;
}
.wk-slideshow-list .nav li.active:hover {
  color: #fff;
  background: #051b30;
}
.wk-slideshow-list > div {
  border: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  .wk-slideshow-list .slides-container {
    margin: 0;
  }
  .wk-slideshow-list .nav {
    width: 100%;
    position: relative;
  }
  .wk-slideshow-list .nav li {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    margin: 0;
  }
}
/**
 * slideshow
 */
.wk-slideshow-default .nav {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  margin: 0;
}
@media (max-width: 767px) {
  .wk-slideshow-default .nav {
    display: none;
  }
}
.wk-slideshow-default .nav span {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
.wk-slideshow-default .nav span:focus,
.wk-slideshow-default .nav span:hover {
  background: none;
}
.wk-slideshow-default .nav li {
  margin-left: 10px;
}
.wk-slideshow-default .nav li.active span {
  background: none;
}
.wk-slideshow-default > div:hover .next,
.wk-slideshow-default > div:hover .prev {
  height: 70px;
  width: auto;
  background: none;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 70px;
  line-height: 70px;
  margin-top: -35px;
}
.wk-slideshow-default > div:hover .next:after,
.wk-slideshow-default > div:hover .prev:after {
  display: inline-block;
}
@media (max-width: 767px) {
  .wk-slideshow-default > div:hover .next,
  .wk-slideshow-default > div:hover .prev {
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    margin-top: -25px;
  }
}
.wk-slideshow-default > div:hover .prev:after {
  content: "\f104";
}
.wk-slideshow-default > div:hover .next {
  text-align: right;
}
.wk-slideshow-default > div:hover .next:after {
  content: "\f105";
}
/* EC Home */
.type-ec-home .pos-spotlight .pos-brand img {
  width: 12.5%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.type-ec-home .pos-spotlight .pos-brand img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.type-ec-home .pos-spotlight .pos-brand * {
  margin: 0;
}
.type-ec-home .pos-body .pos-primary {
  background: #fff;
  padding: 30px;
}
.type-ec-home .pos-body .pos-primary .pos-links ul {
  list-style: none;
  padding: 0;
}
.type-ec-home .pos-body .pos-callout .pos-image {
  position: relative;
  z-index: 555;
}
.type-ec-home .pos-body .pos-callout .pos-frame {
  min-height: 120px;
  background: #fff;
  position: relative;
  z-index: 666;
  padding: 30px;
}
.type-ec-home .pos-body .pos-items .item {
  background: #fff;
}
.type-ec-home .pos-body .pos-items .item .item-frame {
  padding: 15px;
}
.type-ec-home .pos-body .pos-items .item .item-frame .item-title,
.type-ec-home .pos-body .pos-items .item .item-frame .item-content {
  overflow: hidden;
}
.type-ec-home .pos-trophy-shelf {
  text-align: center;
  margin-top: 60px;
  padding: 0 70px;
}
.type-ec-home .pos-trophy-shelf img {
  width: 20%;
}
.type-ec-home .pos-trophy-shelf * {
  margin: 0;
}
@media (min-width: 768px) {
  .type-ec-home .pos-body {
    padding: 30px 0;
  }
  .type-ec-home .pos-body .pos-items {
    margin-top: 50px;
  }
  .type-ec-home .pos-body .pos-callout .pos-image img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .type-ec-home .pos-body .pos-primary {
    padding: 15px;
  }
  .type-ec-home .pos-body .pos-callout .pos-frame {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-ec-home .pos-body .pos-trophy-shelf {
    margin-top: 30px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .type-ec-home .pos-spotlight .pos-brand img {
    width: 25%;
  }
  .type-ec-home .pos-body .pos-primary {
    height: auto;
    margin-bottom: 30px;
  }
  .type-ec-home .pos-body .pos-callout {
    background: #fff;
    margin-bottom: 30px;
    padding: 15px;
  }
  .type-ec-home .pos-body .pos-callout > div {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-ec-home .pos-body .pos-items > .row > div {
    margin-top: 30px;
  }
  .type-ec-home .pos-body .pos-items > .row > div:first-child {
    margin-top: 0;
  }
  .type-ec-home .pos-body .pos-items .item {
    background: #fff;
    padding: 15px;
  }
  .type-ec-home .pos-body .pos-items .item > div {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-ec-home .pos-body .pos-trophy-shelf {
    margin-top: 30px;
    padding: 0;
  }
}
/* Search Results */
.ec-search {
  /* Ec-search.new */
  /* @sm-md-lg */
}
.ec-search.new {
  padding-top: 45px;
  /*end checkbox div */
  /* Pos Main */
}
.ec-search.new .loader {
  margin-left: 0px;
}
.ec-search.new .filter-section {
  margin-top: 1px;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search.new .filter-section {
    font-size: 12px;
  }
}
.ec-search.new .pos-filter .date-range .date-toggle {
  padding: 1px 1px 6px 1px;
  border-bottom: 1px solid #d0d0d0;
  color: #007cc2;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .ec-search.new .pos-filter .date-range .date-toggle {
    font-size: 13px;
    padding-bottom: 4px;
  }
}
.ec-search.new .pos-filter .date-range .date-toggle .calendar-icon {
  display: inline-block;
  float: right;
  padding: 0px;
  bottom: 0px;
  color: #051b30;
  right: 12px;
}
@media (max-width: 767px) {
  .ec-search.new .pos-filter .date-range .date-toggle .calendar-icon {
    font-size: 12px;
  }
}
.ec-search.new .pos-filter .form-group .input-group:first-child {
  margin-top: 6px;
}
.ec-search.new .dropdown-menu {
  display: none;
  min-width: 220px;
  padding: 0 5px;
  right: 0px;
  /*    right: 90px;
*/
  left: initial;
  /*    @media(@md-only){right: 55px;}
    @media(@sm-only){right: 20px;}
*/
}
.ec-search.new .card {
  margin: 0 10px;
  border-bottom: 1px solid #d0d0d0;
}
.ec-search.new .card.party-size .select {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .ec-search.new .card.party-size .select {
    padding-bottom: 0px;
  }
  .ec-search.new .card.party-size .select:after {
    content: '';
    display: block;
    height: 10px;
  }
}
.ec-search.new .card h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ec-search.new .card:nth-last-child(1) {
  border-bottom: 0px;
}
.ec-search.new .card .btn {
  padding-left: 0px;
  width: 100%;
  text-align: left;
}
@media (max-width: 767px) {
  .ec-search.new .card .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }
}
.ec-search.new .card .btn:hover,
.ec-search.new .card .btn:active {
  text-decoration: none;
}
.ec-search.new .card:last-child .card-body {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ec-search.new .select {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.ec-search.new .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.ec-search.new .checkbox label {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .ec-search.new .checkbox label {
    padding-left: 30px;
  }
}
.ec-search.new .checkbox input[type="checkbox"] {
  margin-left: -22px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .ec-search.new .checkbox input[type="checkbox"] {
    margin-left: -26px;
  }
}
.ec-search.new .checkbox .containment input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ec-search.new .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #eee;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .ec-search.new .checkbox .checkmark {
    height: 22px;
    width: 22px;
  }
}
.ec-search.new .checkbox .custom-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.ec-search.new .checkbox .custom-checkbox.active input ~ .checkmark {
  background-color: #007cc2;
}
.ec-search.new .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ec-search.new .checkbox .custom-checkbox.active input + .checkmark:after {
  display: block;
}
.ec-search.new .checkbox .custom-checkbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .ec-search.new .checkbox .custom-checkbox .checkmark:after {
    top: 3px;
    height: 13px;
    width: 7px;
  }
}
.ec-search.new .checkbox label:after {
  content: '';
  display: block;
  height: 6px;
}
@media (max-width: 767px) {
  .ec-search.new .checkbox label:after {
    height: 9px;
  }
}
.ec-search.new .dropdown-submenu {
  position: relative;
}
.ec-search.new .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.ec-search.new .no-padding {
  padding: 0px;
}
@media (min-width: 992px) {
  .ec-search.new .no-padding {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  .ec-search.new .no-padding .top-content {
    margin-bottom: 8px;
  }
  .ec-search.new .no-padding .bottom-heading-mobile {
    margin-top: 5px;
  }
}
.ec-search.new .pos-filter {
  padding: 15px 0 0;
}
@media (max-width: 767px) {
  .ec-search.new .pos-filter {
    padding-top: 5px;
  }
}
.ec-search.new .pos-filter .filters-wrap .filters {
  padding: 0 15px;
}
.ec-search.new .pos-filter .pax {
  width: 200px;
}
@media (max-width: 767px) {
  .ec-search.new .pos-filter .cruise-dates {
    margin-bottom: 8px;
  }
}
.ec-search.new .pos-filter .cruise-dates .start-date label {
  font-size: 16px;
  /*          @media(@xs-only){
            font-size: 14px;
          }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ec-search.new .pos-filter .cruise-dates .start-date label {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search.new .pos-filter .cruise-dates .start-date label {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .ec-search.new .pos-filter .cruise-dates .from {
    padding-right: 0px;
  }
}
.ec-search.new .pos-filter .cruise-dates .start-date {
  padding-top: 10px;
}
.ec-search.new .pos-filter .cruise-dates .date-picker {
  cursor: pointer;
  background: none;
  color: #007cc2;
  border: 0px;
  box-shadow: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0px;
  width: 100%;
  font-size: 16px;
  padding-bottom: 6px;
}
@media (max-width: 991px) {
  .ec-search.new .pos-filter .cruise-dates .date-picker {
    font-size: 13px;
    padding-bottom: 4px;
  }
}
.ec-search.new .pos-filter .cruise-dates .calendar-icon {
  background: transparent;
  border: 0px;
  right: 20px;
  position: relative;
  font-size: 16px;
  bottom: 4px;
  color: #051b30;
}
@media (max-width: 767px) {
  .ec-search.new .pos-filter .cruise-dates .calendar-icon {
    font-size: 14px;
  }
}
.ec-search.new .pos-filter .cruise-dates .until .dropdown-menu {
  left: initial !important;
}
.ec-search.new .pos-filter .cruise-dates .from-until {
  background: transparent;
  font-size: 12px;
  padding: 0 5px 0 0;
  margin-bottom: 0px;
  border: 0px;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .ec-search.new .pos-filter .cruise-dates .from-until {
    font-size: 10px;
  }
}
.ec-search.new .pos-filter .cruise-dates table {
  width: 100%;
  background-color: #fff;
}
.ec-search.new .pos-filter .filters-wrap {
  background: #f2f2f2;
  padding: 30px 0 10px;
  border-bottom: 1px solid #d0d0d0;
}
.ec-search.new .pos-body {
  background: #f2f2f2;
  padding-bottom: 20px;
}
.ec-search.new .pos-body .container,
.ec-search.new .pos-body .results-container {
  position: initial;
}
.ec-search.new .pos-body .loader {
  left: 0px;
}
.ec-search.new .pos-main {
  /* Result Group */
}
.ec-search.new .pos-main .promo {
  margin: 15px 15px 0;
}
.ec-search.new .pos-main .result-group {
  position: initial;
  /* Group List */
}
.ec-search.new .pos-main .result-group .number {
  font-weight: bold;
}
.ec-search.new .pos-main .result-group.dateOnly .group-list .group-item:first-child,
.ec-search.new .pos-main .result-group.other .group-list .group-item:first-child {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ec-search.new .pos-main .result-group.dateOnly .group-list .group-item .item-learn,
  .ec-search.new .pos-main .result-group.other .group-list .group-item .item-learn {
    margin-bottom: 10px;
  }
  .ec-search.new .pos-main .result-group.dateOnly .group-list .group-item .learn-more,
  .ec-search.new .pos-main .result-group.other .group-list .group-item .learn-more {
    padding: 20px 30px;
  }
}
.ec-search.new .pos-main .result-group.dateOnly .group-list .group-item .group-static,
.ec-search.new .pos-main .result-group.other .group-list .group-item .group-static {
  border: 1px solid #051b30;
}
.ec-search.new .pos-main .result-group.dateOnly .group-list .group-item .group-static .callout-border,
.ec-search.new .pos-main .result-group.other .group-list .group-item .group-static .callout-border {
  border: 0px;
  margin: 0 5px;
  padding: 0 5px;
}
.ec-search.new .pos-main .result-group.dateOnly .title-banner,
.ec-search.new .pos-main .result-group.other .title-banner {
  position: absolute;
  left: 0px;
  width: 100%;
  background: #007cc2;
}
.ec-search.new .pos-main .result-group.dateOnly .title-banner h3,
.ec-search.new .pos-main .result-group.other .title-banner h3 {
  background: transparent;
  padding: 6px 15px;
  margin-bottom: 0px;
}
.ec-search.new .pos-main .result-group.dateOnly .matches,
.ec-search.new .pos-main .result-group.other .matches {
  padding-top: 50px;
}
.ec-search.new .pos-main .result-group.dateOnly .matches.other,
.ec-search.new .pos-main .result-group.other .matches.other {
  visibility: hidden;
  padding-top: 20px;
}
.ec-search.new .pos-main .result-group .group-list .group-item {
  /* Group details */
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details {
  box-shadow: none;
  margin: 15px 0 0;
  padding: 0;
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .border {
  border: 1px solid #051b30;
  background: #fff;
  margin-left: 0px;
  margin-right: 0px;
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left {
  /* Date box container */
}
@media (min-width: 768px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left {
    display: flex;
    align-items: center;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .item-title {
  text-align: left;
  margin: 0 0 5px 0 ;
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .item-content {
  font-weight: bold;
}
@media (min-width: 768px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container {
    height: 166px;
    display: table;
    border-right: 1px solid #051b30;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container {
    height: 146px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container {
    padding: 0 10px;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container .date-box {
  border: 0px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container .date-box {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 15px;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container .date-box .date-date {
  padding-bottom: 0px;
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container .date-box .date-day {
    text-align: left;
    line-height: 30px;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container .date-box .date-month {
  background: transparent;
}
@media (max-width: 767px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .ticket-left .date-box-container .date-box .date-month {
    text-align: right;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .item-image-container {
    padding-left: 0px;
    display: table;
  }
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .item-image-container .item-image {
    display: table-cell;
    vertical-align: middle;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .item-image-container .item-image {
  padding-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .item-image-container .item-image {
    height: 146px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .item-image-container .item-image {
    display: table-caption;
  }
}
@media (max-width: 767px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .visible-xs img {
    margin: 0 auto;
    display: block;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .cruise-info {
  padding: 8px 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cruise-info {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cruise-info .item-title {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cruise-info .item-title h4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section {
    display: table;
    height: 165px;
  }
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .cta-wrap {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .cta-wrap {
    margin-top: 2px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section {
    height: 146px;
  }
}
@media (max-width: 767px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section {
    padding: 10px;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .price {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .price {
    float: left;
  }
}
@media (max-width: 767px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .price {
    margin-bottom: 0px;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .price .item-content {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .item-button {
  display: inline-block;
  width: 100%;
}
.ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .item-button a {
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search.new .pos-main .result-group .group-list .group-item .group-details .cta-section .item-button a {
    padding: 10px 15px;
  }
}
.ec-search.new .pos-main .result-group .group-list .group-item .learn-more {
  margin: 0px;
  box-shadow: none;
  padding: 30px;
  border: 1px solid #007cc2;
  border-top: 0px;
}
.ec-search.new .pos-main .result-group .group-list .no-results {
  background: transparent;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
}
.ec-search.new .pos-main .load-more-results {
  margin-top: 20px;
}
.ec-search.new .pos-main .load-more-results button {
  display: block;
  margin: 0 auto;
}
.ec-search.new .pos-main .zero-results p {
  margin-top: 35px;
  text-align: center;
}
.ec-search.new .mobile-sort .form-group {
  margin-bottom: 0px;
}
.ec-search.new .mobile-sort legend {
  margin-bottom: 5px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 767px) {
  .ec-search.new .mobile-sort h3 {
    background: #007cc2;
    color: #fff;
    padding: 12px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0px;
  }
}
.ec-search.new.button-sort .mobile-sort {
  display: none;
}
.ec-search.new.button-sort .filters-button {
  display: none;
}
.ec-search.new.button-sort .dropdown-menu {
  display: block;
}
.ec-search.new.button-sort .filter-buttons-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons {
  display: inline-block;
  padding: 10px 0px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group {
  display: inline-block;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label {
  display: inline-block;
  border: 2px solid #fff;
  margin: 0 5px;
  padding: 5px;
  transition: .2s;
  color: #fff;
  background: #007cc2;
  border-color: #007cc2;
  border-radius: 5px;
  cursor: pointer;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container {
  display: inline-block;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .circle,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .circle {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  padding-left: 6px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .icon-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .icon-bar {
  background-color: #fff;
  height: 3px;
  width: 12px;
  border-radius: 10px;
  transition: all 0.2s;
  display: block;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .icon-bar.top-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .icon-bar.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  top: 5px;
  left: 0px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .icon-bar.middle-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .icon-bar.middle-bar {
  opacity: 0;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .icon-bar.bottom-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  bottom: 1px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label.inverse,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label.inverse {
  color: #007cc2;
  background: #fff;
  border-color: #fff;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label.inverse .bar-container .icon-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label.inverse .bar-container .icon-bar {
  width: 13px;
  background-color: #007cc2;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label.inverse .bar-container .icon-bar.top-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label.inverse .bar-container .icon-bar.top-bar {
  transform: rotate(90deg);
  position: absolute;
  left: 12px;
  top: 0px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label.inverse .bar-container .icon-bar.bottom-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label.inverse .bar-container .icon-bar.bottom-bar {
  transform: rotate(0deg);
  position: absolute;
  top: 3.5px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label input,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label input {
  display: none;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons:before {
  content: '';
  display: block;
  text-align: left;
  padding-left: 8px;
  font-weight: bold;
  color: #007cc2;
  top: -4px;
  position: relative;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons.time:before {
  content: 'Times of Day:';
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons.boat:before {
  content: 'Boats:';
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons.dock:before {
  content: 'Docks:';
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons.paxSize:before {
  content: 'Party Size:';
}
.ec-search.new.button-sort .pos-main .result-group.other .other.matches {
  visibility: visible;
  padding-top: 50px;
  margin-bottom: 0px;
}
.ec-search.new.button-sort .pos-main .result-group .group-list .group-item .group-static {
  border: 1px solid #051b30;
}
.ec-search.new.button-sort .pos-main .result-group .group-list .group-item .group-static .callout-border {
  border: 0px;
  margin: 0 5px;
  padding: 0 5px;
}
.ec-search.new.button-sort .pos-main .exact .load-more-results {
  display: none;
}
.ec-search.new.button-sort .dropdown-menu {
  display: block;
}
.ec-search.new.button-sort .filter-buttons-container {
  overflow-x: scroll;
}
.ec-search.new.button-sort .filter-buttons-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons {
  display: inline-block;
  padding: 10px 0px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group {
  display: inline-block;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label {
  display: inline-block;
  border: 2px solid #fff;
  margin: 0 5px;
  padding: 5px;
  color: #007cc2;
  background: #fff;
  border-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container {
  display: inline-block;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .circle,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .circle {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  padding-left: 6px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .icon-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .icon-bar {
  background-color: #007cc2;
  height: 3px;
  width: 13px;
  border-radius: 10px;
  transition: all 0.2s;
  display: block;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .icon-bar.top-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .icon-bar.top-bar {
  transform: rotate(90deg);
  position: absolute;
  left: 12px;
  top: 0px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .icon-bar.middle-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .icon-bar.middle-bar {
  opacity: 0;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label .bar-container .icon-bar.bottom-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label .bar-container .icon-bar.bottom-bar {
  transform: rotate(0deg);
  position: absolute;
  top: 3.5px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label.active,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label.active {
  color: #fff;
  background: #007cc2;
  border-color: #007cc2;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label.active .bar-container .icon-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label.active .bar-container .icon-bar {
  width: 12px;
  background-color: #fff;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label.active .bar-container .icon-bar.top-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label.active .bar-container .icon-bar.top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  top: 0px;
  left: 4px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label.active .bar-container .icon-bar.bottom-bar,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label.active .bar-container .icon-bar.bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  top: 6px;
  left: 4px;
}
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button label input,
.ec-search.new.button-sort .filter-buttons-wrap .filter-buttons .button-group label input {
  display: none;
}
.ec-search.new.button-sort .pos-main .result-group.other .other.matches {
  visibility: visible;
  padding-top: 50px;
  margin-bottom: 0px;
}
.ec-search.new.button-sort .pos-main .exact .load-more-results {
  display: none;
}
.ec-search.new.button-sort .pos-main .load-more-results {
  margin-top: 20px;
}
.ec-search.new.button-sort .pos-main .load-more-results button {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .ec-search {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search {
    padding-top: 5px;
  }
}
.ec-search .pos-filter {
  padding: 15px 0;
}
.ec-search .pos-filter h3 {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ec-search .pos-filter h3 {
    visibility: hidden;
  }
}
.ec-search .pos-filter .form-group .input-group {
  margin-top: 6px;
}
.ec-search .pos-filter .form-group .input-group:first-child {
  margin: 0;
}
.ec-search .pos-filter .date-range {
  margin-top: 6px;
}
.ec-search .pos-dock {
  margin: 30px 0 0 0;
}
.ec-search .pos-dock .btn {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.ec-search .pos-dock .btn:hover,
.ec-search .pos-dock .btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .ec-search .pos-dock .btn {
    padding: 8px 20px;
  }
}
.ec-search .pos-dock.seadog-mode .seadog-heading {
  text-transform: uppercase;
}
.ec-search .pos-dock.seadog-mode .back-to-normal {
  padding-top: 2px;
  padding-bottom: 3px;
}
.ec-search .pos-dock.seadog-mode .sort-options {
  position: relative;
  bottom: 0;
}
.ec-search .search-bar {
  background: #eeeeee;
}
.ec-search .search-bar .input-group {
  margin-bottom: 10px;
}
.ec-search .search-bar .cruise-dates .input-group-addon {
  width: 60px;
}
.ec-search .pos-main {
  padding-top: 0;
}
.ec-search .pos-main .search-dock {
  padding-top: 5px;
}
.ec-search .pos-main .result-group {
  position: relative;
  margin-top: 30px;
}
.ec-search .pos-main .result-group:first-child {
  margin-top: 10px;
}
.ec-search .pos-main .result-group.exact .group-title {
  background: #051b30;
}
.ec-search .pos-main .group-title {
  color: #fff;
  background: #007cc2;
  text-transform: uppercase;
  padding: 4px 15px;
}
.ec-search .pos-main .group-list {
  margin: 0;
  padding: 0;
}
.ec-search .pos-main .group-list > li {
  background: #fff;
  padding: 15px;
}
.ec-search .pos-main .group-list > li p.no-results {
  margin-bottom: -15px;
}
.ec-search .pos-main .group-list .group-item {
  background: #8a8a8a;
  margin: 10px 0 0 0;
  padding: 0;
}
.ec-search .pos-main .group-list .group-item .group-details {
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 15px;
}
.ec-search .pos-main .group-list .group-item .group-details .popover {
  width: 440px;
  max-width: 440px;
}
.ec-search .pos-main .group-list .group-item .group-static {
  background: #fff;
  border: 3px solid #fff;
}
.ec-search .pos-main .group-list .group-item .item-title {
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .ec-search .pos-main .group-list .group-item .item-title {
    text-align: center;
  }
}
.ec-search .pos-main .group-list .group-item .item-heading {
  color: #8a8a8a;
}
.ec-search .pos-main .group-list .group-item .item-image {
  text-align: center;
  overflow: hidden;
  position: relative;
  padding-top: 2px;
}
@media (max-width: 1199px) {
  .ec-search .pos-main .group-list .group-item .item-image {
    padding-top: 11px;
  }
}
@media (max-width: 991px) {
  .ec-search .pos-main .group-list .group-item .item-image {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .ec-search .pos-main .group-list .group-item .item-image {
    margin-bottom: 10px;
  }
}
.ec-search .pos-main .group-list .group-item .item-image img {
  position: relative;
  bottom: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .ec-search .pos-main .group-list .group-item .item-image img {
    display: inline;
  }
}
@media (max-width: 991px) {
  .ec-search .pos-main .group-list .group-item .item-title {
    margin-top: 10px;
  }
}
.ec-search .pos-main .group-list .group-item .item-price {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  display: inline-block;
}
.ec-search .pos-main .group-list .group-item .item-button {
  text-align: center;
}
.ec-search .pos-main .group-list .group-item .item-button a {
  width: 100%;
}
.ec-search .pos-main .group-list .group-item .item-learn {
  text-align: center;
  margin: 10px 0 0 0;
}
.ec-search .pos-main .group-list .group-item h4 {
  color: #007cc2;
}
.ec-search .pos-main .group-list .group-item .date-box {
  width: 100%;
  border: 1px solid #e0e1e3;
  text-align: center;
}
.ec-search .pos-main .group-list .group-item .date-box div {
  text-transform: uppercase;
}
.ec-search .pos-main .group-list .group-item .date-box div.date-month {
  background: #eeeeee;
  padding: 2px;
}
.ec-search .pos-main .group-list .group-item .date-box div.date-day {
  border: 0 !important;
  padding: 2px;
}
.ec-search .pos-main .group-list .group-item .date-box div.date-date {
  padding: 2px;
}
.ec-search .pos-main .group-list .group-item .detail-list li {
  margin-right: 30px;
}
.ec-search .pos-main .group-list .group-item .detail-left {
  width: 80%;
}
.ec-search .pos-main .group-list .group-item .detail-right {
  width: 20%;
}
.ec-search .pos-main .group-list .group-item .learn-more {
  background: #fff;
  overflow: hidden;
  margin: 0 15px 15px 15px;
  padding: 30px;
  -webkit-box-shadow: inset 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 10px 16px -6px rgba(0, 0, 0, 0.1);
}
.ec-search .pos-main .group-list .group-item .learn-more .img-responsive {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .ec-search .pos-left {
    visibility: visible !important;
    position: relative !important;
    top: 0 !important;
  }
  .ec-search .pos-main .result-group .group-list > li {
    background: transparent;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static {
    position: relative;
    padding: 0;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .callout-border {
    border: 1px solid #ccc;
    margin: 5px;
    padding: 5px;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .callout-border .group-image {
    position: relative;
    z-index: 444;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .callout-border .group-image img {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .callout-border .group-frame {
    position: absolute;
    z-index: 333;
    background: #fff;
    top: 0;
    bottom: 0;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .callout-border .group-content {
    padding: 15px 0;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .callout-border .group-link {
    padding: 15px 15px 15px 0;
  }
  .ec-search .pos-main .result-group .group-list .group-item .item-button {
    position: relative;
  }
  .ec-search .pos-main .result-group .group-list .group-item .date-box div.date-month {
    font-size: .9em;
  }
  .ec-search .pos-main .result-group .group-list .group-item .date-box div.date-day {
    font-size: .8em;
    border-bottom: 1px solid #e0e1e3;
  }
  .ec-search .pos-main .result-group .group-list .group-item .date-box div.date-date {
    font-size: 2em;
    padding: 0 0 10px 0;
  }
}
@media (min-width: 992px) {
  .ec-search .pos-filter {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .ec-search .pos-main .group-list .group-item .group-details .col-sm-9.col-md-10.col-lg-10 > .row > div {
    border-top: 1px dashed #eee;
  }
  .ec-search .pos-main .group-list .group-item .group-details .col-sm-9.col-md-10.col-lg-10 > .row > div:first-child {
    border: 0;
  }
}
@media (max-width: 767px) {
  .ec-search .pos-left .pos-filter {
    padding: 15px;
  }
  .ec-search .pos-left .pos-filter h3 {
    text-align: center;
  }
  .ec-search .pos-left .group-brands {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 15px 0 5px 0;
  }
  .ec-search .pos-main .group-list .group-static {
    text-align: center;
  }
  .ec-search .pos-main .group-list .group-item .group-details {
    padding: 10px;
  }
  .ec-search .pos-main .group-list .group-item .group-details .callout-border {
    border: 1px solid #ccc;
    padding: 10px;
  }
  .ec-search .pos-main .group-list .group-item .group-details .callout-border .popover {
    width: 200%;
    max-width: none;
    left: 15px !important;
  }
  .ec-search .pos-main .group-list .group-item .group-details .callout-border .popover .arrow {
    left: 74px;
  }
  .ec-search .pos-main .group-list .group-item .item-title {
    text-align: center;
  }
  .ec-search .pos-main .group-list .group-item .item-button {
    margin-top: 15px;
  }
  .ec-search .pos-main .group-list .group-item .date-box {
    margin: 0 0 15px 0;
  }
  .ec-search .pos-main .group-list .group-item .date-box div.date-date {
    font-weight: bold;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-image {
    height: 156px;
    position: static;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-image img {
    margin: auto 0;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-frame {
    width: 158px;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-link .item-button {
    width: 50%;
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ec-search .pos-main .result-group .group-list .group-item .item-learn a {
    font-size: 11px;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-image {
    height: 156px;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-image img {
    margin-top: auto;
    margin-bottom: auto;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-frame {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .ec-search .pos-main .result-group .group-list .group-item .group-details {
    padding: 15px;
    margin: 15px 0;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-image {
    height: 156px;
    overflow: hidden;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-image img {
    margin-top: auto;
    margin-bottom: auto;
  }
  .ec-search .pos-main .result-group .group-list .group-item .group-static .group-frame {
    width: 188px;
  }
}
.ec-search .selling-fast-label {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 9;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.ec-search .selling-fast-label span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 125px;
  display: block;
  background: #1a88f3;
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 28px;
  left: -24px;
}
.ec-search .selling-fast-label span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #333;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #333;
}
.ec-search .selling-fast-label span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #333;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ec-search .selling-fast-label {
    top: 5px;
  }
  .ec-search .selling-fast-label span {
    top: 29px;
  }
}
.ec-search .item-image-container {
  /*      @media(@xs-only){
        float: left;
        width: 100%;
        position: relative;
      }*/
}
/* .ec-search */
.modal-dialog {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-dialog {
    width: auto;
  }
}
.modal-dialog .modal-body {
  padding: 0;
}
.modal-dialog .modal-body #google-map .angular-google-map-container {
  height: 400px;
}
.modal-dialog .modal-body .map-info {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .modal-dialog .modal-body .map-info {
    padding-left: 45px;
    padding-top: 15px;
  }
}
.modal-dialog .modal-body .map-info .dock-info {
  margin-bottom: 10px;
}
.modal-dialog .modal-body .map-info .dock-info p {
  margin-bottom: 0;
}
.modal-dialog .modal-footer {
  margin-top: 0;
}
/* Accordion Widget */
.wk-accordion-default .toggler {
  background: url(../images/accordion-arrows.png) no-repeat 100% 100% #007cc2;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  margin: 10px 0 0 0;
}
.wk-accordion-default .toggler:hover {
  background-color: #051b30;
}
.wk-accordion-default .toggler.active {
  background-position: 100% 0;
}
.wk-accordion-default .toggler:first-child {
  margin: 0;
}
.wk-accordion-default .content {
  background: #fff;
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .wk-accordion-default .toggler {
    padding: 6px 15px;
  }
  .wk-accordion-default .content {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .wk-accordion-default .toggler {
    padding: 6px 30px;
  }
  .wk-accordion-default .content {
    padding: 30px;
  }
}
/* City Detail */
.type-city-detail .pos-body .pos-callout .pos-callout-frame {
  min-height: 120px;
  position: relative;
  z-index: 444;
}
.type-city-detail .pos-body .pos-callout .pos-callout-link {
  text-align: right;
}
.type-city-detail .pos-body .pos-callout .pos-callout-link a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.type-city-detail .pos-body .pos-callout .pos-callout-link a:hover,
.type-city-detail .pos-body .pos-callout .pos-callout-link a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-detail .pos-body .pos-callout .pos-callout-link a {
    padding: 8px 20px;
  }
}
.type-city-detail .pos-body .pos-items {
  margin-top: 30px;
}
.type-city-detail .pos-body .pos-items > .row {
  margin-top: 30px;
}
.type-city-detail .pos-body .pos-items > .row:first-child {
  margin-top: 0;
}
.type-city-detail .pos-body .pos-items > .row .item {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
}
.type-city-detail .pos-body .pos-items > .row .item .pos-image {
  margin: 0 0 12px 0;
}
.type-city-detail .pos-body .pos-items > .row .item .pos-content ul {
  overflow: hidden;
  list-style: none;
  margin: 0 0 18px 0;
  padding: 0;
}
.type-city-detail .pos-body .pos-items > .row .item .pos-icons .row > div {
  width: 33%;
  text-align: center;
  float: left;
}
.type-city-detail .pos-body .pos-items > .row .item .pos-icons .row > div a {
  display: block;
  padding: 40px 0 0 0;
}
.type-city-detail .pos-body .pos-items > .row .item .pos-icons .row > div a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.type-city-detail .pos-body .pos-items > .row .item .pos-icons .row > div.item-photos a {
  background: url(../images/icons/photos.png) no-repeat 50% 4px;
}
.type-city-detail .pos-body .pos-items > .row .item .pos-icons .row > div.item-menus a {
  background: url(../images/icons/menus.png) no-repeat 50% 4px;
  border-left: 1px solid #ccc;
}
.type-city-detail .pos-body .pos-items > .row .item .pos-icons .row > div.item-pricing a {
  background: url(../images/icons/pricing.png) no-repeat 50% 4px;
  border-left: 1px solid #ccc;
}
.type-city-detail .pos-body .pos-items > .row .item .pos-link a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.type-city-detail .pos-body .pos-items > .row .item .pos-link a:hover,
.type-city-detail .pos-body .pos-items > .row .item .pos-link a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-detail .pos-body .pos-items > .row .item .pos-link a {
    padding: 8px 20px;
  }
}
@media (min-width: 768px) {
  .type-city-detail .pos-body .pos-callouts > .row .pos-callout .pos-callout-frame {
    background: #fff;
    -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .type-city-detail .pos-body .pos-items > .row .item {
    padding: 30px;
  }
  .type-city-detail .pos-body .pos-items > .row .item .pos-content li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .type-city-detail .pos-body .pos-primary-content {
    text-align: center;
  }
  .type-city-detail .pos-body .pos-callouts > .row > div {
    margin-top: 30px;
  }
  .type-city-detail .pos-body .pos-callouts > .row > div:first-child {
    margin-top: 0;
  }
  .type-city-detail .pos-body .pos-callouts > .row .pos-callout {
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
    padding: 15px;
  }
  .type-city-detail .pos-body .pos-callouts > .row .pos-callout > div {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-city-detail .pos-body .pos-callouts > .row .pos-callout .pos-callout-frame {
    padding: 15px;
  }
  .type-city-detail .pos-body .pos-callouts > .row .pos-callout .pos-callout-link {
    text-align: center;
  }
  .type-city-detail .pos-body .pos-items > .row > div {
    margin-top: 30px;
  }
  .type-city-detail .pos-body .pos-items > .row > div:first-child {
    margin-top: 0;
  }
  .type-city-detail .pos-body .pos-items > .row .item {
    background: #fff;
    padding: 15px 0;
  }
  .type-city-detail .pos-body .pos-items > .row .item > div {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-city-detail .pos-body .pos-items > .row .item .pos-icons {
    margin: 0 0 30px 0;
  }
  .type-city-detail .pos-body .pos-items > .row .item .pos-image {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-detail .pos-body .pos-items > .row .item {
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .type-city-detail .pos-body .pos-callout .pos-callout-frame {
    margin: 0 30px;
  }
}
/* .type-city-detail */
/* Brand Home */
.type-brand-home .pos-body .pos-items > .row,
.com-odyssey-washington-dc.type-city-home .pos-body .pos-items > .row {
  margin-top: 30px;
}
.type-brand-home .pos-body .pos-items > .row:first-child,
.com-odyssey-washington-dc.type-city-home .pos-body .pos-items > .row:first-child {
  margin-top: 0;
}
.type-brand-home .pos-body .pos-items > .row .item,
.com-odyssey-washington-dc.type-city-home .pos-body .pos-items > .row .item {
  background: #fff;
  padding: 30px;
}
@media (min-width: 768px) {
  .type-brand-home .pos-spotlight .pos-intro > .row > div:first-child,
  .com-odyssey-washington-dc.type-city-home .pos-spotlight .pos-intro > .row > div:first-child {
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-brand-home .pos-body .pos-items > .row .item,
  .com-odyssey-washington-dc.type-city-home .pos-body .pos-items > .row .item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .type-brand-home .pos-header,
  .com-odyssey-washington-dc.type-city-home .pos-header {
    background: #fff;
  }
  .type-brand-home .pos-header .mod-collapse,
  .com-odyssey-washington-dc.type-city-home .pos-header .mod-collapse {
    display: none;
  }
  .type-brand-home .pos-body .pos-items > .row .item,
  .com-odyssey-washington-dc.type-city-home .pos-body .pos-items > .row .item {
    background: #fff;
    padding: 15px 0;
  }
  .type-brand-home .pos-body .pos-items > .row .item > div,
  .com-odyssey-washington-dc.type-city-home .pos-body .pos-items > .row .item > div {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-brand-home .pos-body .pos-items > .row .item .pos-image,
  .com-odyssey-washington-dc.type-city-home .pos-body .pos-items > .row .item .pos-image {
    margin: 0 auto 10px auto;
  }
}
/* Interior Landing */
.type-interior-landing .pos-body .pos-items > .row {
  margin-top: 30px;
}
.type-interior-landing .pos-body .pos-items > .row:first-child {
  margin-top: 0;
}
.type-interior-landing .pos-body .pos-items > .row .item {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
/* Iframe */
.view-wrapper .pos-main {
  text-align: center;
}
.view-wrapper .pos-main iframe {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .view-wrapper .pos-main iframe {
    width: 780px;
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-wrapper .pos-main iframe {
    width: 750px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .view-wrapper .pos-main {
    padding-top: 0;
  }
  .view-wrapper .pos-main iframe {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .pos-main iframe.tour-3d {
    height: 80vh;
  }
}
/* alt city home */
.alt-city-home {
  /*@sm-md-lg */
}
.alt-city-home .pos-main {
  padding: 0;
}
.alt-city-home .pos-primary {
  margin: 40px 0;
  padding: 20px 0;
}
.alt-city-home .pos-awards {
  margin: 40px 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .alt-city-home .pos-spotlight-home {
    overflow: hidden;
    padding-top: 151px;
    position: relative;
    top: -151px;
    min-width: 100%;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image {
    position: relative;
    min-height: 38vw;
    height: 100vh;
    overflow: hidden;
    margin-top: -151px;
    padding-top: 151px;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .home-main {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    height: 100%;
    min-height: 39vw;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book {
    padding: 0 0 2em 6em;
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book h1 {
    text-transform: none;
    color: #fff;
    font-weight: bold;
    font-size: 40pt;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book .btn-group {
    float: left;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book .btn-group a .btn {
    float: left;
    text-align: center;
    width: 8em;
    padding: .5em 0;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 4px;
    margin: 10px 0 0 0;
    font-size: 200%;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book .btn-group a:hover .btn {
    background: #fff;
    color: #000;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book .book-now {
    display: none;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    float: left;
    width: 500px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 10px 15px;
    text-align: left;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book .book-now span.input-group-addon {
    color: #051b30;
    border-color: white;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book .book-now label {
    color: #fff;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book span {
    display: block;
    margin: auto;
    padding: 0;
    text-align: center;
    font-size: 20pt;
    color: white;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book span:before {
    cursor: pointer;
  }
  .alt-city-home .pos-body {
    position: relative;
    margin-top: -151px;
  }
  .alt-city-home .pos-body .container {
    position: relative;
  }
  .alt-city-home .pos-body .pos-main {
    min-height: 350px;
  }
  .alt-city-home .pos-body .pos-main .pos-all-brands {
    background-color: #051b30;
    width: 100%;
    padding: 10px 0;
  }
  .alt-city-home .pos-body .pos-main .pos-all-brands .v-align-parent {
    color: #fff;
    display: table;
    table-layout: fixed;
  }
  .alt-city-home .pos-body .pos-main .pos-all-brands .v-align-parent .v-align-child {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
    font-weight: 100;
  }
  .alt-city-home .pos-body .pos-main .pos-all-brands .v-align-parent .v-align-child img {
    width: 24%;
    float: left;
  }
  .alt-city-home .pos-body .pos-trophy-shelf {
    margin: 0px;
    padding: 0px;
  }
  .alt-city-home .pos-body .pos-main {
    margin: 0;
  }
  .alt-city-home .pos-body .row.primary {
    margin: 30px 0;
    padding: 30px 0;
  }
  .alt-city-home .pos-body .row.primary .pos-primary {
    margin: 0px;
  }
  .alt-city-home .pos-body .items-border {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book h1 {
    font-size: 20pt;
  }
}
@media (max-width: 991px) {
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book h1 p {
    margin: 0px;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book .btn {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .alt-city-home .pos-body .pos-trophy-shelf .pos-reviews {
    padding: 22px 0;
  }
  .alt-city-home .pos-body .pos-trophy-shelf .pos-reviews .stars .fa {
    font-size: 32px;
    margin: 0 4px;
  }
}
@media (max-width: 767px) {
  .alt-city-home .pos-spotlight-home {
    overflow: hidden;
    padding-top: 100px;
    position: relative;
    top: -100px;
    min-width: 100%;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image {
    min-height: 113vw;
    height: 100vh;
    padding-top: 100px;
    position: relative;
    top: 0;
    display: block;
    background-color: black;
    margin-top: -100px;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .home-main {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    opacity: 0.7;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book {
    padding: 0 2em 2em 2em;
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book h1 {
    text-transform: none;
    color: #fff;
    font-size: xx-large;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book a .btn {
    text-align: center;
    width: 8em;
    padding: .5em 0;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 4px;
    margin: 10px 0 0 0;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book a:hover .btn {
    background: #fff;
    color: #000;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book span {
    color: #fff;
    padding-top: 1em;
  }
  .alt-city-home .pos-spotlight-home .pos-spotlight-home-image .book span:before {
    cursor: pointer;
  }
  .alt-city-home .pos-body {
    position: relative;
    margin-top: -100px;
  }
}
.pos-body .pos-main .pos-all-brands {
  font-size: 17px;
}
/* City Home with Video */
.type-city-home-video-new .pos-promo,
.city-home-video .pos-promo,
.type-city-home-video-accordion .pos-promo,
.type-city-home-video-accordion-button .pos-promo,
.type-city-home-video-new-mobileplay .pos-promo {
  position: absolute;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767px) {
  .type-city-home-video-new .pos-promo,
  .city-home-video .pos-promo,
  .type-city-home-video-accordion .pos-promo,
  .type-city-home-video-accordion-button .pos-promo,
  .type-city-home-video-new-mobileplay .pos-promo {
    position: relative;
  }
}
.type-city-home-video-new .pos-spotlight,
.city-home-video .pos-spotlight,
.type-city-home-video-accordion .pos-spotlight,
.type-city-home-video-accordion-button .pos-spotlight,
.type-city-home-video-new-mobileplay .pos-spotlight {
  /* Video Container */
}
@media (max-width: 767px) {
  .type-city-home-video-new .pos-spotlight,
  .city-home-video .pos-spotlight,
  .type-city-home-video-accordion .pos-spotlight,
  .type-city-home-video-accordion-button .pos-spotlight,
  .type-city-home-video-new-mobileplay .pos-spotlight {
    padding-top: 0px;
    height: 90vh;
  }
}
.type-city-home-video-new .pos-spotlight video,
.city-home-video .pos-spotlight video,
.type-city-home-video-accordion .pos-spotlight video,
.type-city-home-video-accordion-button .pos-spotlight video,
.type-city-home-video-new-mobileplay .pos-spotlight video {
  /* for IE8 and below */
  display: block;
}
.type-city-home-video-new .pos-spotlight .video-container,
.city-home-video .pos-spotlight .video-container,
.type-city-home-video-accordion .pos-spotlight .video-container,
.type-city-home-video-accordion-button .pos-spotlight .video-container,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container {
  width: 100%;
  /*      max-width: 100vw;
      height: 75vh;
*/
  margin-top: -90px;
  padding-top: 90px;
  overflow: hidden;
  position: relative;
}
.type-city-home-video-new .pos-spotlight .video-container:before,
.city-home-video .pos-spotlight .video-container:before,
.type-city-home-video-accordion .pos-spotlight .video-container:before,
.type-city-home-video-accordion-button .pos-spotlight .video-container:before,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #3F394D;
  z-index: 9;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .type-city-home-video-new .pos-spotlight .video-container,
  .city-home-video .pos-spotlight .video-container,
  .type-city-home-video-accordion .pos-spotlight .video-container,
  .type-city-home-video-accordion-button .pos-spotlight .video-container,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container {
    padding-top: 0px;
    margin-top: 0px;
  }
  .type-city-home-video-new .pos-spotlight .video-container.wallpaper,
  .city-home-video .pos-spotlight .video-container.wallpaper,
  .type-city-home-video-accordion .pos-spotlight .video-container.wallpaper,
  .type-city-home-video-accordion-button .pos-spotlight .video-container.wallpaper,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container.wallpaper {
    margin-top: 0;
    padding-top: 0px;
    /* float:left /* for firefox */
    display: inline-block;
    max-width: inherit;
    height: auto;
  }
  .type-city-home-video-new .pos-spotlight .video-container .mobile-spotlight,
  .city-home-video .pos-spotlight .video-container .mobile-spotlight,
  .type-city-home-video-accordion .pos-spotlight .video-container .mobile-spotlight,
  .type-city-home-video-accordion-button .pos-spotlight .video-container .mobile-spotlight,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .mobile-spotlight {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 80%;
    background-size: cover;
  }
}
.type-city-home-video-new .pos-spotlight .video-container video#bgvid,
.city-home-video .pos-spotlight .video-container video#bgvid,
.type-city-home-video-accordion .pos-spotlight .video-container video#bgvid,
.type-city-home-video-accordion-button .pos-spotlight .video-container video#bgvid,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container video#bgvid,
.type-city-home-video-new .pos-spotlight .video-container img,
.city-home-video .pos-spotlight .video-container img,
.type-city-home-video-accordion .pos-spotlight .video-container img,
.type-city-home-video-accordion-button .pos-spotlight .video-container img,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container img {
  position: relative;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.type-city-home-video-new .pos-spotlight .video-container video#bgvid,
.city-home-video .pos-spotlight .video-container video#bgvid,
.type-city-home-video-accordion .pos-spotlight .video-container video#bgvid,
.type-city-home-video-accordion-button .pos-spotlight .video-container video#bgvid,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container video#bgvid {
  background-size: cover !important;
}
.type-city-home-video-new .pos-spotlight .video-container img,
.city-home-video .pos-spotlight .video-container img,
.type-city-home-video-accordion .pos-spotlight .video-container img,
.type-city-home-video-accordion-button .pos-spotlight .video-container img,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container img {
  max-width: none;
}
.type-city-home-video-new .pos-spotlight .video-container .overlay,
.city-home-video .pos-spotlight .video-container .overlay,
.type-city-home-video-accordion .pos-spotlight .video-container .overlay,
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay {
  position: absolute;
  top: 32%;
  width: 100%;
  z-index: 99;
}
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap,
.city-home-video .pos-spotlight .video-container .overlay .overlay-inner-wrap,
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap,
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap {
  display: block;
  margin: 0 auto;
}
.type-city-home-video-new .pos-spotlight .video-container .overlay h1,
.city-home-video .pos-spotlight .video-container .overlay h1,
.type-city-home-video-accordion .pos-spotlight .video-container .overlay h1,
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay h1,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay h1 {
  color: #fff;
}
.type-city-home-video-new .pos-spotlight .video-container .read-more,
.city-home-video .pos-spotlight .video-container .read-more,
.type-city-home-video-accordion .pos-spotlight .video-container .read-more,
.type-city-home-video-accordion-button .pos-spotlight .video-container .read-more,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .read-more {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
.type-city-home-video-new .pos-spotlight .video-container .read-more a,
.city-home-video .pos-spotlight .video-container .read-more a,
.type-city-home-video-accordion .pos-spotlight .video-container .read-more a,
.type-city-home-video-accordion-button .pos-spotlight .video-container .read-more a,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .read-more a {
  font-family: FontAwesome;
  font-style: normal;
  color: #fff;
  font-size: 24px;
}
.type-city-home-video-new .pos-spotlight .video-container .read-more a i,
.city-home-video .pos-spotlight .video-container .read-more a i,
.type-city-home-video-accordion .pos-spotlight .video-container .read-more a i,
.type-city-home-video-accordion-button .pos-spotlight .video-container .read-more a i,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .read-more a i {
  font-style: normal;
}
.type-city-home-video-accordion-button,
.type-city-home-video-new-mobileplay,
.type-city-home-video-new {
  /* Pos-spotlight */
}
.type-city-home-video-accordion-button .pos-spotlight,
.type-city-home-video-new-mobileplay .pos-spotlight,
.type-city-home-video-new .pos-spotlight {
  /*Video Container */
}
.type-city-home-video-accordion-button .pos-spotlight.promo,
.type-city-home-video-new-mobileplay .pos-spotlight.promo,
.type-city-home-video-new .pos-spotlight.promo {
  position: absolute;
  width: 100%;
  z-index: 98;
}
@media (min-width: 768px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container,
  .type-city-home-video-new .pos-spotlight .video-container {
    height: 99vh;
  }
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container,
  .type-city-home-video-new .pos-spotlight .video-container {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .video-spotlight,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .video-spotlight,
  .type-city-home-video-new .pos-spotlight .video-container .video-spotlight {
    display: none;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container.mobile-video .video-spotlight,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container.mobile-video .video-spotlight,
  .type-city-home-video-new .pos-spotlight .video-container.mobile-video .video-spotlight {
    display: block;
  }
}
@media (min-width: 768px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay,
  .type-city-home-video-new .pos-spotlight .video-container .overlay {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay,
  .type-city-home-video-new .pos-spotlight .video-container .overlay {
    bottom: 140px;
    top: initial;
  }
}
@media (max-width: 500px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay,
  .type-city-home-video-new .pos-spotlight .video-container .overlay {
    bottom: 120px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner {
  padding-top: 8px;
  color: #fff;
  text-align: center;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2,
  .type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2,
  .type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2:after,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2:after,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2:after {
  content: "";
  border-bottom: 1px solid white;
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h1,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h1,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h1,
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner p,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner p,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
}
@media (min-width: 768px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left,
  .type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left,
  .type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left {
    margin-bottom: 15px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left a,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left a,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-left a {
  background: #fff;
  color: #007cc2;
}
@media (min-width: 768px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-right,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-right,
  .type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .button-right {
    text-align: left;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  width: 190px;
  text-align: center;
  padding: 12px 15px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:active,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:active,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a,
  .type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a,
  .type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a,
  .type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
    width: 185px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:active,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:active,
.type-city-home-video-new .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:active {
  border: 2px solid #051b30;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay h1,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay h1,
.type-city-home-video-new .pos-spotlight .video-container .overlay h1,
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay h2,
.type-city-home-video-new-mobileplay .pos-spotlight .video-container .overlay h2,
.type-city-home-video-new .pos-spotlight .video-container .overlay h2 {
  color: #fff;
}
.type-city-home-video-accordion-button .pos-spotlight .scroll-down,
.type-city-home-video-new-mobileplay .pos-spotlight .scroll-down,
.type-city-home-video-new .pos-spotlight .scroll-down {
  width: 100%;
  text-align: center;
  clear: both;
  padding-bottom: 10px;
  position: absolute;
  bottom: 10px;
  z-index: 9;
}
.type-city-home-video-accordion-button .pos-spotlight .scroll-down a,
.type-city-home-video-new-mobileplay .pos-spotlight .scroll-down a,
.type-city-home-video-new .pos-spotlight .scroll-down a {
  color: #fff;
  width: 100%;
  bottom: 20px;
}
.type-city-home-video-accordion-button .pos-spotlight .scroll-down a img,
.type-city-home-video-new-mobileplay .pos-spotlight .scroll-down a img,
.type-city-home-video-new .pos-spotlight .scroll-down a img {
  position: absolute;
  top: auto;
  bottom: 35px;
  min-width: auto;
  min-height: auto;
}
@media (max-width: 500px) {
  .type-city-home-video-accordion-button .pos-spotlight .scroll-down a img,
  .type-city-home-video-new-mobileplay .pos-spotlight .scroll-down a img,
  .type-city-home-video-new .pos-spotlight .scroll-down a img {
    width: 35px;
  }
}
.type-city-home-video-accordion-button .pos-body,
.type-city-home-video-new-mobileplay .pos-body,
.type-city-home-video-new .pos-body {
  padding-top: 30px;
}
/* Ends type-city-home-video */
.type-city-home-video-accordion-button {
  /* Accordion home */
  /* Pos-spotlight */
}
.type-city-home-video-accordion-button .pos-spotlight {
  /* Video-container */
}
.type-city-home-video-accordion-button .pos-spotlight .video-container {
  /* Closes Overlay */
  /* Buttons */
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay {
    position: absolute;
    top: 25%;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 500px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay {
    top: 50px;
    bottom: 120px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap {
  display: block;
  margin: 0 auto;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner {
  padding-top: 8px;
  color: #fff;
  text-align: center;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h1 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h1:after {
  content: "";
  border-bottom: 1px solid white;
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner p {
  font-size: 16px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .buttons {
  color: #000;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  width: 190px;
  text-align: center;
  padding: 12px 15px;
  line-height: 22px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
    width: 185px;
    padding: 12px 25px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .overlay h1 {
  color: #fff;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons {
  /* Buttons-wrap */
}
@media (max-width: 500px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons {
    top: 200px;
  }
}
@media (min-width: 768px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .button-right {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons.middle {
    bottom: initial;
    top: 58.5%;
    background-color: transparent;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons.middle .date-time.col-md-12 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons.middle .date-time.col-md-12 .date {
    padding-left: 5px;
    padding-right: 0px;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons.middle .date-time.col-md-12 .pax {
    padding-right: 10px;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons.middle .date-time.col-md-12 .buttons-section {
    padding-left: 0px;
    padding-right: 8px;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons.middle .date-time.col-md-12 .buttons-section .search-button {
    padding-right: 4px;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons.middle .date-time.col-md-12 .buttons-section .info-button {
    padding-left: 4px;
  }
}
@media (min-width: 768px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap .find-a-cruise-button {
    padding-right: 30px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 8px 25px 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a:hover {
  color: #007cc2 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a {
    border: 2px solid #fff;
    width: 80%;
    background-color: #fff;
    color: #007cc2;
    padding: 12px 20px;
    max-width: 380px;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a.accordion {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a button {
    padding: 12px 20px;
  }
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a.accordion {
    width: 350px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a.collapsed {
  width: 220px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a.collapsed .button-left:after {
  /* background-image:url(https://www.spiritcruises.com/website/images/ecom/fleet/misc/plus-sign-icon.png); */
  font-family: 'FontAwesome';
  content: '\f055';
  font-size: 17px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a .button-left {
  text-align: center !important;
  margin-bottom: 0px !important;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap a .button-left:after {
  font-family: 'FontAwesome';
  content: '\f056';
  /*background-image:url(https://www.spiritcruises.com/website/images/ecom/fleet/misc/minus-sign.png);*/
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  /*top: 5px;*/
  left: 5px;
  font-size: 17px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results {
  /* date-time */
}
@media (min-width: 768px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results {
    transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .pos-find-cruise {
    padding-bottom: 20px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time {
  background-color: rgba(255, 255, 255, 0.8);
  /* form-guests */
  /* /buttons-section */
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time {
    width: 350px;
    float: right;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time {
    width: 80%;
    display: block;
    margin: 0 auto;
    max-width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time {
    float: right;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time input[type="text"] {
  font-size: 15px !important;
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time input[type="text"] {
    font-size: 12px !important;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-group {
  margin-bottom: 10px;
  padding: 0px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .date {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .date {
    padding: 7px 12px 0;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .date .row {
    padding: 10px 15px 0;
  }
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .pax {
    padding: 6px 20px 0;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .pax {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .pax .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div {
  padding: 4px;
  position: relative;
  top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div {
    top: 7px;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div {
    width: 85%;
    display: block;
    margin: 0 auto;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div {
    margin-bottom: 5px;
    border-left: 0px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div label {
  line-height: 32px;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div label input {
  margin-top: 9px;
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1,
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 {
    border-top: 2px solid #007cc2;
    border-bottom: 2px solid #007cc2;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 {
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 {
    padding-left: 10px;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 div {
    padding-left: 8px;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 div {
    border-top: 2px solid #007cc2;
  }
}
@media (min-width: 1200px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 {
    padding-right: 10px;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 div {
    padding-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 div {
    border-bottom: 2px solid #007cc2;
  }
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section a,
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section button {
    line-height: 18px;
    padding: 10px 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button {
  padding-top: 8px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button {
  font-size: 15px;
  width: 100%;
  font-size: 12px;
  width: auto;
  left: 0px;
  background-color: #007cc2;
  color: #fff;
  border: 0px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button {
    border: 2px solid #007cc2;
  }
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a:hover,
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button:hover {
    border: 2px solid #051b30;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a:hover,
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button:hover {
  background-color: #051b30;
}
@media (min-width: 992px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button {
    float: none;
    margin-left: 50%;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 0px;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a {
  color: #007cc2;
  background-color: transparent;
  font-size: 15px;
  border: 2px solid #007cc2;
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a:hover {
  background-color: #051b30;
  color: #fff;
  border: 2px solid #051b30;
}
@media (max-width: 991px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .pos-spotlight .video-container .scroll-down {
    display: none;
  }
}
.type-city-home-video-accordion-button .pos-spotlight .video-container .button-right a {
  background-color: transparent;
  color: #fff;
  margin-top: 0px;
  width: 220px !important;
}
.type-city-home-video-accordion-button .btn {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.type-city-home-video-accordion-button .btn:hover,
.type-city-home-video-accordion-button .btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-home-video-accordion-button .btn {
    padding: 8px 20px;
  }
}
.type-city-home-4-col,
.type-city-home,
.type-city-home-video-accordion {
  /* Buttons */
}
.type-city-home-4-col .buttons,
.type-city-home .buttons,
.type-city-home-video-accordion .buttons {
  position: absolute;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  font-size: 15px;
  /* Buttons-wrap */
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons,
  .type-city-home .buttons,
  .type-city-home-video-accordion .buttons {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons,
  .type-city-home .buttons,
  .type-city-home-video-accordion .buttons {
    bottom: initial;
    top: initial;
    font-size: 12px;
    position: relative;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons.middle,
  .type-city-home .buttons.middle,
  .type-city-home-video-accordion .buttons.middle {
    bottom: initial;
    top: 58.5%;
    background-color: transparent;
  }
  .type-city-home-4-col .buttons.middle .date-time.col-md-12,
  .type-city-home .buttons.middle .date-time.col-md-12,
  .type-city-home-video-accordion .buttons.middle .date-time.col-md-12 {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .type-city-home-4-col .buttons.middle .date-time.col-md-12 .date,
  .type-city-home .buttons.middle .date-time.col-md-12 .date,
  .type-city-home-video-accordion .buttons.middle .date-time.col-md-12 .date {
    padding-left: 5px;
    padding-right: 0px;
  }
  .type-city-home-4-col .buttons.middle .date-time.col-md-12 .pax,
  .type-city-home .buttons.middle .date-time.col-md-12 .pax,
  .type-city-home-video-accordion .buttons.middle .date-time.col-md-12 .pax {
    padding-right: 10px;
  }
  .type-city-home-4-col .buttons.middle .date-time.col-md-12 .buttons-section,
  .type-city-home .buttons.middle .date-time.col-md-12 .buttons-section,
  .type-city-home-video-accordion .buttons.middle .date-time.col-md-12 .buttons-section {
    padding-left: 0px;
    padding-right: 8px;
  }
  .type-city-home-4-col .buttons.middle .date-time.col-md-12 .buttons-section .search-button,
  .type-city-home .buttons.middle .date-time.col-md-12 .buttons-section .search-button,
  .type-city-home-video-accordion .buttons.middle .date-time.col-md-12 .buttons-section .search-button {
    padding-right: 4px;
  }
  .type-city-home-4-col .buttons.middle .date-time.col-md-12 .buttons-section .info-button,
  .type-city-home .buttons.middle .date-time.col-md-12 .buttons-section .info-button,
  .type-city-home-video-accordion .buttons.middle .date-time.col-md-12 .buttons-section .info-button {
    padding-left: 4px;
  }
}
.type-city-home-4-col .buttons .buttons-wrap a,
.type-city-home .buttons .buttons-wrap a,
.type-city-home-video-accordion .buttons .buttons-wrap a {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 8px 25px 12px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap a,
  .type-city-home .buttons .buttons-wrap a,
  .type-city-home-video-accordion .buttons .buttons-wrap a {
    border: 2px solid #fff;
    width: 80%;
    background-color: #fff;
    color: #007cc2;
    padding: 12px 20px;
    max-width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap a,
  .type-city-home .buttons .buttons-wrap a,
  .type-city-home-video-accordion .buttons .buttons-wrap a {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap a button,
  .type-city-home .buttons .buttons-wrap a button,
  .type-city-home-video-accordion .buttons .buttons-wrap a button {
    padding: 12px 20px;
  }
}
.type-city-home-4-col .buttons .buttons-wrap a.collapsed,
.type-city-home .buttons .buttons-wrap a.collapsed,
.type-city-home-video-accordion .buttons .buttons-wrap a.collapsed {
  width: 220px;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
}
.type-city-home-4-col .buttons .buttons-wrap a.collapsed .button-left:after,
.type-city-home .buttons .buttons-wrap a.collapsed .button-left:after,
.type-city-home-video-accordion .buttons .buttons-wrap a.collapsed .button-left:after {
  /* background-image:url(https://www.spiritcruises.com/website/images/ecom/fleet/misc/plus-sign-icon.png); */
  font-family: 'FontAwesome';
  content: '\f055';
  font-size: 19px;
}
.type-city-home-4-col .buttons .buttons-wrap a .button-left:after,
.type-city-home .buttons .buttons-wrap a .button-left:after,
.type-city-home-video-accordion .buttons .buttons-wrap a .button-left:after {
  font-family: 'FontAwesome';
  content: '\f056';
  /*background-image:url(https://www.spiritcruises.com/website/images/ecom/fleet/misc/minus-sign.png);*/
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  /*top: 5px;*/
  left: 5px;
  font-size: 19px;
}
.type-city-home-4-col .buttons .buttons-wrap .button-right,
.type-city-home .buttons .buttons-wrap .button-right,
.type-city-home-video-accordion .buttons .buttons-wrap .button-right {
  display: none;
}
.type-city-home-4-col .buttons .buttons-wrap .button-right a,
.type-city-home .buttons .buttons-wrap .button-right a,
.type-city-home-video-accordion .buttons .buttons-wrap .button-right a {
  background-color: transparent;
  color: #fff;
  margin-top: 18px;
  width: 220px;
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap .button-right,
  .type-city-home .buttons .buttons-wrap .button-right,
  .type-city-home-video-accordion .buttons .buttons-wrap .button-right {
    display: inline;
  }
}
.type-city-home-4-col .buttons .buttons-wrap #search-results,
.type-city-home .buttons .buttons-wrap #search-results,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2,
.type-city-home .buttons .buttons-wrap #search-results-2,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 {
  /* date-time */
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results.collapse,
  .type-city-home .buttons .buttons-wrap #search-results.collapse,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results.collapse,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2.collapse,
  .type-city-home .buttons .buttons-wrap #search-results-2.collapse,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2.collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results,
  .type-city-home .buttons .buttons-wrap #search-results,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2,
  .type-city-home .buttons .buttons-wrap #search-results-2,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 {
    transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
  }
  .type-city-home-4-col .buttons .buttons-wrap #search-results .pos-find-cruise,
  .type-city-home .buttons .buttons-wrap #search-results .pos-find-cruise,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .pos-find-cruise,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .pos-find-cruise,
  .type-city-home .buttons .buttons-wrap #search-results-2 .pos-find-cruise,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .pos-find-cruise {
    padding-bottom: 20px;
  }
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time,
.type-city-home .buttons .buttons-wrap #search-results .date-time,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time {
  /* form-guests */
  /* /buttons-section */
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time,
  .type-city-home .buttons .buttons-wrap #search-results .date-time,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time {
    background-color: rgba(255, 255, 255, 0.8);
    width: 80%;
    display: block;
    margin: 0 auto;
    max-width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time,
  .type-city-home .buttons .buttons-wrap #search-results .date-time,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time {
    width: 50%;
  }
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time input[type="text"],
.type-city-home .buttons .buttons-wrap #search-results .date-time input[type="text"],
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time input[type="text"],
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time input[type="text"],
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time input[type="text"],
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time input[type="text"] {
  font-size: 15px !important;
  cursor: pointer;
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time input[type="text"],
  .type-city-home .buttons .buttons-wrap #search-results .date-time input[type="text"],
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time input[type="text"],
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time input[type="text"],
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time input[type="text"],
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time input[type="text"] {
    font-size: 12px !important;
  }
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-group,
.type-city-home .buttons .buttons-wrap #search-results .date-time .form-group,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-group,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-group,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-group,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-group {
  margin-bottom: 10px;
  padding: 0px;
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .date,
.type-city-home .buttons .buttons-wrap #search-results .date-time .date,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .date,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .date,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .date,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .date {
  margin-bottom: 0px;
  color: #000;
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .date,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .date,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .date,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .date,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .date,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .date {
    padding-top: 7px;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .date .row,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .date .row,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .date .row,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .date .row,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .date .row,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .date .row {
    padding: 10px 15px 0;
  }
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .pax,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .pax,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .pax,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .pax,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .pax,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .pax {
    padding-top: 8px;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .pax,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .pax,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .pax,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .pax,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .pax,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .pax {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .pax .col-sm-6,
.type-city-home .buttons .buttons-wrap #search-results .date-time .pax .col-sm-6,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .pax .col-sm-6,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .pax .col-sm-6,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .pax .col-sm-6,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .pax .col-sm-6 {
  padding-left: 0px;
  padding-right: 0px;
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
.type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div {
  padding: 4px;
  position: relative;
  top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div {
    top: 7px;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div {
    width: 85%;
    display: block;
    margin: 0 auto;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div {
    margin-bottom: 5px;
    border-left: 0px;
  }
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div label,
.type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div label,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div label,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div label,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div label,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div label {
  line-height: 32px;
  color: #333;
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div label input,
.type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div label input,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .text-center > div label input,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div label input,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div label input,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .text-center > div label input {
  margin-top: 9px;
}
@media (min-width: 1200px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1 {
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1 {
    padding-left: 10px;
    border-left: 1px solid #606060;
  }
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 div,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 div,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1 div,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1 div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1 div {
    padding-left: 8px;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 div,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-1 div,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1 div,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1 div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-1 div {
    border-top: 2px solid #007cc2;
  }
}
@media (min-width: 1200px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 {
    border-right: 1px solid #606060;
    padding-right: 10px;
  }
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 div,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 div,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 div,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 div {
    padding-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 div,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .form-guests .pax-2 div,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 div,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 div,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .form-guests .pax-2 div {
    border-bottom: 2px solid #007cc2;
  }
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section a,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section a,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section a,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section a,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section a,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section a,
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section button,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section button,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section button,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section button {
    line-height: 18px;
    padding: 8px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button {
    position: absolute;
    top: 0px;
    padding-left: 0px;
    padding-top: 8px;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button {
    position: relative;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
.type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
.type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button {
  font-size: 15px;
  display: block;
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button {
    border: 2px solid #007cc2;
  }
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a:hover,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a:hover,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a:hover,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a:hover,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a:hover,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a:hover,
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button:hover,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button:hover,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button:hover,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button:hover,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button:hover,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button:hover {
    border: 2px solid #051b30;
  }
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a,
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button {
    font-size: 12px;
    width: auto;
    left: 0px;
    background-color: #007cc2;
    color: #fff;
    border: 0px;
    display: block;
    margin: 0 auto;
  }
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a:hover,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a:hover,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button a:hover,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a:hover,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a:hover,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button a:hover,
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button:hover,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button:hover,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .search-button button:hover,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button:hover,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button:hover,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .search-button button:hover {
    background-color: #051b30;
  }
}
@media (min-width: 992px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button {
    float: none;
    margin-left: 50%;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 0px;
  }
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a,
.type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a {
  color: #007cc2;
  background-color: transparent;
  font-size: 15px;
  border: 2px solid #007cc2;
}
.type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a:hover,
.type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a:hover,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a:hover,
.type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a:hover,
.type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a:hover,
.type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a:hover {
  background-color: #051b30;
  color: #fff;
  border: 2px solid #051b30;
}
@media (max-width: 991px) {
  .type-city-home-4-col .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a,
  .type-city-home .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results .date-time .buttons-section .info-button a,
  .type-city-home-4-col .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a,
  .type-city-home .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a,
  .type-city-home-video-accordion .buttons .buttons-wrap #search-results-2 .date-time .buttons-section .info-button a {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .type-city-home-4-col .find-a-cruise-button,
  .type-city-home .find-a-cruise-button,
  .type-city-home-video-accordion .find-a-cruise-button {
    /*Being lazy with the !important because when it's display: inline with way more specific classes; */
  }
  .type-city-home-4-col .find-a-cruise-button a,
  .type-city-home .find-a-cruise-button a,
  .type-city-home-video-accordion .find-a-cruise-button a {
    display: none !important;
  }
  .type-city-home-4-col #search-results.collapse,
  .type-city-home #search-results.collapse,
  .type-city-home-video-accordion #search-results.collapse {
    display: block;
  }
}
@media (min-width: 768px) {
  .type-city-home-4-col .cta,
  .type-city-home .cta,
  .type-city-home-video-accordion .cta {
    padding-top: 30px;
  }
}
.type-city-home-4-col .cta .pos-spotlight-image-cta,
.type-city-home .cta .pos-spotlight-image-cta,
.type-city-home-video-accordion .cta .pos-spotlight-image-cta {
  background-position: 50%;
}
@media (max-width: 767px) {
  .type-city-home-4-col .cta .pos-spotlight-image-cta,
  .type-city-home .cta .pos-spotlight-image-cta,
  .type-city-home-video-accordion .cta .pos-spotlight-image-cta {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .type-city-home-4-col .cta .pos-spotlight-image-cta .cta-content-wrapper,
  .type-city-home .cta .pos-spotlight-image-cta .cta-content-wrapper,
  .type-city-home-video-accordion .cta .pos-spotlight-image-cta .cta-content-wrapper {
    background: rgba(255, 255, 255, 0.85);
    padding: 40px;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .type-city-home-4-col .cta .pos-spotlight-image-cta .cta-content-wrapper,
  .type-city-home .cta .pos-spotlight-image-cta .cta-content-wrapper,
  .type-city-home-video-accordion .cta .pos-spotlight-image-cta .cta-content-wrapper {
    background: #fff;
  }
}
@media (min-width: 768px) {
  .type-city-home-4-col .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content,
  .type-city-home .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content,
  .type-city-home-video-accordion .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content {
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    position: relative;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .type-city-home-4-col .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content,
  .type-city-home .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content,
  .type-city-home-video-accordion .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content {
    background: #fff;
    padding-bottom: 15px;
  }
  .type-city-home-4-col .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content .content,
  .type-city-home .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content .content,
  .type-city-home-video-accordion .cta .pos-spotlight-image-cta .cta-content-wrapper .cta-content .content {
    max-width: 360px;
    margin: 0 auto;
    display: block;
    padding: 0 30px 15px;
  }
}
@media (max-width: 767px) {
  .type-city-home-4-col .cta .pos-spotlight-image-cta .cta-mobile-image .visible-xs,
  .type-city-home .cta .pos-spotlight-image-cta .cta-mobile-image .visible-xs,
  .type-city-home-video-accordion .cta .pos-spotlight-image-cta .cta-mobile-image .visible-xs {
    background: #fff;
  }
  .type-city-home-4-col .cta .pos-spotlight-image-cta .cta-mobile-image .visible-xs .image-wrapper,
  .type-city-home .cta .pos-spotlight-image-cta .cta-mobile-image .visible-xs .image-wrapper,
  .type-city-home-video-accordion .cta .pos-spotlight-image-cta .cta-mobile-image .visible-xs .image-wrapper {
    max-width: 360px;
    display: block;
    margin: 0 auto;
    padding: 15px;
  }
}
.type-city-home-4-col .inverse,
.type-city-home .inverse,
.type-city-home-video-accordion .inverse {
  background-color: #007cc2;
  color: #fff;
}
.type-city-home-4-col .inverse h3,
.type-city-home .inverse h3,
.type-city-home-video-accordion .inverse h3,
.type-city-home-4-col .inverse h4,
.type-city-home .inverse h4,
.type-city-home-video-accordion .inverse h4 {
  color: #fff;
}
.type-city-home-4-col .inverse a,
.type-city-home .inverse a,
.type-city-home-video-accordion .inverse a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.type-city-home-4-col .inverse a:hover,
.type-city-home .inverse a:hover,
.type-city-home-video-accordion .inverse a:hover,
.type-city-home-4-col .inverse a:active,
.type-city-home .inverse a:active,
.type-city-home-video-accordion .inverse a:active {
  text-decoration: underline;
}
.type-city-home-4-col .inverse a.btn:hover,
.type-city-home .inverse a.btn:hover,
.type-city-home-video-accordion .inverse a.btn:hover,
.type-city-home-4-col .inverse a.btn:active,
.type-city-home .inverse a.btn:active,
.type-city-home-video-accordion .inverse a.btn:active {
  text-decoration: none;
}
.type-city-home-4-col #map-section,
.type-city-home #map-section,
.type-city-home-video-accordion #map-section {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .type-city-home-4-col #map-section,
  .type-city-home #map-section,
  .type-city-home-video-accordion #map-section {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .type-city-home-4-col #map-section .map-wrap,
  .type-city-home #map-section .map-wrap,
  .type-city-home-video-accordion #map-section .map-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .type-city-home-4-col #map-section .map-wrap .map-image,
  .type-city-home #map-section .map-wrap .map-image,
  .type-city-home-video-accordion #map-section .map-wrap .map-image {
    flex: 2;
  }
  .type-city-home-4-col #map-section .map-wrap .map-image img,
  .type-city-home #map-section .map-wrap .map-image img,
  .type-city-home-video-accordion #map-section .map-wrap .map-image img {
    vertical-align: top;
  }
  .type-city-home-4-col #map-section .map-wrap .map-content,
  .type-city-home #map-section .map-wrap .map-content,
  .type-city-home-video-accordion #map-section .map-wrap .map-content {
    flex: 1;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .type-city-home-4-col #map-section .map-wrap.inverse,
  .type-city-home #map-section .map-wrap.inverse,
  .type-city-home-video-accordion #map-section .map-wrap.inverse {
    background-color: transparent;
  }
  .type-city-home-4-col #map-section .map-wrap.inverse .map-content,
  .type-city-home #map-section .map-wrap.inverse .map-content,
  .type-city-home-video-accordion #map-section .map-wrap.inverse .map-content {
    background-color: #007cc2;
    padding: 20px;
  }
  .type-city-home-4-col #map-section .map-wrap.inverse .map-content .title img,
  .type-city-home #map-section .map-wrap.inverse .map-content .title img,
  .type-city-home-video-accordion #map-section .map-wrap.inverse .map-content .title img {
    width: 25px;
    margin-right: 5px;
  }
}
.type-city-home-4-col #map-section .map-wrap .map-content .title,
.type-city-home #map-section .map-wrap .map-content .title,
.type-city-home-video-accordion #map-section .map-wrap .map-content .title {
  margin-bottom: 20px;
}
.type-city-home-4-col #map-section .map-wrap .map-content .title img,
.type-city-home #map-section .map-wrap .map-content .title img,
.type-city-home-video-accordion #map-section .map-wrap .map-content .title img {
  width: 50px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.type-city-home-4-col #map-section .map-wrap .map-content .title h3,
.type-city-home #map-section .map-wrap .map-content .title h3,
.type-city-home-video-accordion #map-section .map-wrap .map-content .title h3 {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: bottom;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .type-city-home-4-col #trophy-article,
  .type-city-home #trophy-article,
  .type-city-home-video-accordion #trophy-article {
    padding-bottom: 30px;
  }
}
.type-city-home-4-col #trophy-article .trophy-wrap,
.type-city-home #trophy-article .trophy-wrap,
.type-city-home-video-accordion #trophy-article .trophy-wrap {
  background: #fff;
  padding: 15px;
}
.type-city-home-4-col #trophy-article .trophy-wrap .trophy-inner-wrap,
.type-city-home #trophy-article .trophy-wrap .trophy-inner-wrap,
.type-city-home-video-accordion #trophy-article .trophy-wrap .trophy-inner-wrap {
  display: table;
}
@media (max-width: 767px) {
  .type-city-home-4-col #trophy-article .trophy-wrap .trophy-inner-wrap,
  .type-city-home #trophy-article .trophy-wrap .trophy-inner-wrap,
  .type-city-home-video-accordion #trophy-article .trophy-wrap .trophy-inner-wrap {
    display: block;
    width: 100%;
  }
}
.type-city-home-4-col #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon,
.type-city-home #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon,
.type-city-home-video-accordion #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon {
  width: 165px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .type-city-home-4-col #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon,
  .type-city-home #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon,
  .type-city-home-video-accordion #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon {
    width: 100px;
    padding-right: 0px;
    display: block;
    margin: 0 auto;
  }
}
.type-city-home-4-col #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon img,
.type-city-home #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon img,
.type-city-home-video-accordion #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-icon img {
  display: block;
  margin: 0 auto;
}
.type-city-home-4-col #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content,
.type-city-home #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content,
.type-city-home-video-accordion #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content {
  display: table-cell;
  width: calc(100% - 165px);
  vertical-align: middle;
}
@media (max-width: 767px) {
  .type-city-home-4-col #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content,
  .type-city-home #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content,
  .type-city-home-video-accordion #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content {
    display: block;
    margin: 0 auto;
    max-width: 360px;
    padding: 15px;
    width: 100%;
  }
}
.type-city-home-4-col #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content p,
.type-city-home #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content p,
.type-city-home-video-accordion #trophy-article .trophy-wrap .trophy-inner-wrap .trophy-content p {
  margin-bottom: 10px;
}
/* Overrides for default template */
.type-city-home-4-col,
.type-city-home {
  /* ends with content gallery */
}
.type-city-home-4-col .with-content,
.type-city-home .with-content {
  /* Moduletable */
}
.type-city-home-4-col .with-content .moduletable h3,
.type-city-home .with-content .moduletable h3 {
  display: none;
}
.type-city-home-4-col .with-content .moduletable .search-button button,
.type-city-home .with-content .moduletable .search-button button {
  border-radius: 0px;
  background-color: #007cc2;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .type-city-home-4-col .with-content .moduletable .search-button button,
  .type-city-home .with-content .moduletable .search-button button {
    font-weight: bold;
  }
}
.type-city-home-4-col .with-content .moduletable .search-button button:hover,
.type-city-home .with-content .moduletable .search-button button:hover,
.type-city-home-4-col .with-content .moduletable .search-button button:active,
.type-city-home .with-content .moduletable .search-button button:active {
  background-color: #051b30;
  border-color: #051b30;
}
.type-city-home-4-col .with-content .moduletable .info-button a,
.type-city-home .with-content .moduletable .info-button a {
  border-radius: 0px;
}
.type-city-home-4-col .with-content .btn,
.type-city-home .with-content .btn {
  border-radius: 0px;
}
@media (min-width: 992px) {
  .type-city-home-4-col .with-content.with-accordion .nav,
  .type-city-home .with-content.with-accordion .nav {
    bottom: 70px;
  }
}
.type-city-home-4-col .with-content .buttons,
.type-city-home .with-content .buttons {
  z-index: 1001;
  /* Ends buttons-wrap */
}
@media (max-width: 767px) {
  .type-city-home-4-col .with-content .buttons .buttons-wrap a,
  .type-city-home .with-content .buttons .buttons-wrap a {
    padding: 8px 20px;
  }
}
.type-city-home-4-col .with-content .buttons .buttons-wrap .find-a-cruise-button a,
.type-city-home .with-content .buttons .buttons-wrap .find-a-cruise-button a {
  border-left-color: #007cc2;
  border-right-color: #007cc2;
  border-top-color: #007cc2;
  border-bottom-width: 0px;
}
.type-city-home-4-col .with-content .buttons .buttons-wrap .find-a-cruise-button a.collapsed,
.type-city-home .with-content .buttons .buttons-wrap .find-a-cruise-button a.collapsed {
  border-left-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  border-bottom-width: 0px;
}
@media (max-width: 991px) {
  .type-city-home-4-col .with-content .buttons .buttons-wrap #search-results .date-time,
  .type-city-home .with-content .buttons .buttons-wrap #search-results .date-time {
    background-color: #fff;
    border-left: 2px solid #007cc2;
    border-right: 2px solid #007cc2;
    border-bottom: 2px solid #007cc2;
  }
}
.type-city-home-4-col .with-content .buttons .buttons-wrap #search-results .date-time .search-button button,
.type-city-home .with-content .buttons .buttons-wrap #search-results .date-time .search-button button {
  font-weight: normal;
  padding: 8px 20px;
}
.type-city-home-4-col .overlay,
.type-city-home .overlay {
  top: 50px;
}
@media (max-width: 500px) {
  .type-city-home-4-col .overlay .buttons,
  .type-city-home .overlay .buttons {
    position: relative;
    top: initial;
  }
}
.type-city-home-video-accordion {
  overflow-x: hidden;
  /* Accordion home */
  /* Pos-spotlight */
}
.type-city-home-video-accordion .pos-spotlight {
  /* Video-container */
}
.type-city-home-video-accordion .pos-spotlight .video-container {
  /* Closes Overlay */
  /* Scroll-down */
}
@media (min-width: 768px) {
  .type-city-home-video-accordion .pos-spotlight .video-container {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .type-city-home-video-accordion .pos-spotlight .video-container {
    height: 99vh;
  }
}
@media (max-width: 767px) {
  .type-city-home-video-accordion .pos-spotlight .video-container {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .video-spotlight {
    display: none;
  }
  .type-city-home-video-accordion .pos-spotlight .video-container.mobile-video .video-spotlight {
    display: block;
  }
}
.type-city-home-video-accordion .pos-spotlight .video-container video#bgvid {
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay-outer {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 98;
  }
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay-outer .overlay-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-top: 25vh;
  }
}
@media (max-width: 500px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay-outer .overlay-wrapper {
    padding-top: 30px;
  }
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay {
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 99;
}
@media (min-width: 992px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay {
    top: 40%;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay {
    position: relative;
    top: initial;
    bottom: initial;
  }
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap {
  display: block;
  margin: 0 auto;
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner {
  padding-top: 8px;
  color: #fff;
  text-align: center;
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h2:after {
  content: "";
  border-bottom: 1px solid white;
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner h1,
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner .buttons {
  color: #000;
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  width: 190px;
  text-align: center;
  padding: 12px 15px;
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .overlay .overlay-inner-wrap .overlay-inner a {
    width: 185px;
  }
}
.type-city-home-video-accordion .pos-spotlight .video-container .overlay h1,
.type-city-home-video-accordion .pos-spotlight .video-container .overlay h2 {
  color: #fff;
}
@media (min-width: 992px) {
  .type-city-home-video-accordion .pos-spotlight .video-container.middle .scroll-down {
    display: block;
  }
}
.type-city-home-video-accordion .pos-spotlight .video-container .scroll-down {
  display: none;
  width: 100%;
  text-align: center;
  clear: both;
  padding-bottom: 10px;
  position: absolute;
  bottom: 10px;
  z-index: 9;
}
.type-city-home-video-accordion .pos-spotlight .video-container .scroll-down a {
  color: #fff;
  width: 100%;
  bottom: 20px;
}
.type-city-home-video-accordion .pos-spotlight .video-container .scroll-down a img {
  position: absolute;
  top: auto;
  bottom: 30px;
  min-width: auto;
  min-height: auto;
}
@media (max-width: 500px) {
  .type-city-home-video-accordion .pos-spotlight .video-container .scroll-down a img {
    width: 35px;
  }
}
.type-city-home-video-accordion .btn {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.type-city-home-video-accordion .btn:hover,
.type-city-home-video-accordion .btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-home-video-accordion .btn {
    padding: 8px 20px;
  }
}
.type-city-home-video-accordion .pos-body {
  background-color: #f2f2f2;
}
/* Ends type-city-home-video-accordion */
/* Mobile Video Display Tempalte */
.type-city-home-video-new-mobileplay .city-home-video-new-mobileplay .pos-spotlight .video-container .video-spotlight {
  display: block;
}
/* City Home Mobile fullscreen */
.type-city-home .pos-spotlight,
.type-city-home-4-col .pos-spotlight,
.type-dining-page .pos-spotlight {
  /* Mobile Full Height */
}
.type-city-home .pos-spotlight.mobile-full-height,
.type-city-home-4-col .pos-spotlight.mobile-full-height,
.type-dining-page .pos-spotlight.mobile-full-height {
  /* Mobile Container */
  /* Accordion Overrides */
}
@media (max-width: 500px) {
  .type-city-home .pos-spotlight.mobile-full-height .pos-gallery,
  .type-city-home-4-col .pos-spotlight.mobile-full-height .pos-gallery,
  .type-dining-page .pos-spotlight.mobile-full-height .pos-gallery {
    display: none;
  }
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container {
  display: none;
  height: 90vh;
  position: relative;
  /* Overlay */
  /* Scroll down */
}
@media (max-width: 500px) {
  .type-city-home .pos-spotlight.mobile-full-height .mobile-container,
  .type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container,
  .type-dining-page .pos-spotlight.mobile-full-height .mobile-container {
    display: block;
  }
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .mobile-spotlight,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .mobile-spotlight,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .mobile-spotlight {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay {
  position: absolute;
  width: 100%;
  z-index: 99;
  bottom: 120px;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner {
  color: #fff;
  text-align: center;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner h2,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner h2,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner h2 {
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 20px;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner h2:after,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner h2:after,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner h2:after {
  content: "";
  border-bottom: 1px solid white;
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner p,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner p,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner p {
  font-size: 16px;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner .button-left,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner .button-left,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner .button-left {
  margin-bottom: 15px;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner .button-left a,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner .button-left a,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner .button-left a {
  background: #fff;
  color: #007cc2;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  width: 190px;
  text-align: center;
  padding: 12px 15px;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:hover,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:hover,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:hover,
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:active,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:active,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a,
  .type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a,
  .type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a {
    padding: 8px 20px;
  }
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:hover,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:hover,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:hover,
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:active,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:active,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .overlay .overlay-inner a:active {
  border: 2px solid #051b30;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .scroll-down,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .scroll-down,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .scroll-down {
  width: 100%;
  text-align: center;
  clear: both;
  padding-bottom: 10px;
  position: absolute;
  bottom: 10px;
  z-index: 9;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .scroll-down a,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .scroll-down a,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .scroll-down a {
  color: #fff;
  width: 100%;
}
.type-city-home .pos-spotlight.mobile-full-height .mobile-container .scroll-down a img,
.type-city-home-4-col .pos-spotlight.mobile-full-height .mobile-container .scroll-down a img,
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container .scroll-down a img {
  position: absolute;
  top: auto;
  bottom: 50px;
  width: 35px;
  min-width: auto;
  min-height: auto;
  margin-left: -17px;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .next,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .next,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .next,
.type-city-home .pos-spotlight.mobile-full-height.accordion .prev,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .prev,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .prev {
  z-index: 1005;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a {
  color: #007cc2;
  width: 80%;
  max-width: 380px;
  /*                  transition: ease .5s;
                  -webkit-transition: ease 5s;*/
  padding: 12px 20px;
  background-color: #fff;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a.collapsed,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a.collapsed,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a.collapsed {
  width: 220px;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a:hover,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a:hover,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a:hover,
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a:active,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a:active,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a:active {
  background-color: #fff;
  border-color: #fff;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a .button-left,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a .button-left,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner a .button-left {
  margin-bottom: 0px;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a,
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active {
  width: 220px;
  background: #fff;
  color: #007cc2;
  border-color: #fff;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:hover,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:hover,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:hover,
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active:hover,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active:hover,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active:hover,
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active,
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active:active,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active:active,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-left a:active:active {
  background: #051b30;
  border-color: #051b30;
  color: #fff;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a {
  background: transparent;
  color: #fff;
  width: 220px;
  border-color: #fff;
}
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a:hover,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a:hover,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a:hover,
.type-city-home .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a:active,
.type-city-home-4-col .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a:active,
.type-dining-page .pos-spotlight.mobile-full-height.accordion .mobile-container .overlay .overlay-inner .button-right a:active {
  background: #051b30;
  border-color: #051b30;
  color: #fff;
}
.type-city-home .pos-spotlight .pos-intro h1.paragraph,
.type-city-home-4-col .pos-spotlight .pos-intro h1.paragraph,
.type-dining-page .pos-spotlight .pos-intro h1.paragraph {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  margin: 0 0 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-city-home .pos-spotlight .pos-intro h1.paragraph,
  .type-city-home-4-col .pos-spotlight .pos-intro h1.paragraph,
  .type-dining-page .pos-spotlight .pos-intro h1.paragraph {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home .pos-spotlight .pos-intro h1.paragraph,
  .type-city-home-4-col .pos-spotlight .pos-intro h1.paragraph,
  .type-dining-page .pos-spotlight .pos-intro h1.paragraph {
    font-family: 11px;
    line-height: 19px;
  }
}
/* City Home */
@media (min-width: 768px) {
  .type-city-home .pos-spotlight .pos-intro > .row > div:first-child {
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-city-home .pos-body .pos-trophy-shelf .pos-reviews {
    padding: 24px 0;
  }
  .type-city-home .pos-body .pos-trophy-shelf .pos-reviews .stars .fa {
    font-size: 32px;
    margin: 0 4px;
  }
}
@media (min-width: 1200px) {
  .type-city-home .pos-body .pos-trophy-shelf .pos-reviews {
    padding: 26px 0;
  }
  .type-city-home .pos-body .pos-trophy-shelf .pos-reviews .stars .fa {
    font-size: 32px;
    margin: 0 4px;
  }
}
.type-city-home .pos-body .pos-primary,
.city-home-video .pos-body .pos-primary,
.city-home-video-new .pos-body .pos-primary,
.city-home-video-accordion .pos-body .pos-primary,
.type-city-home-video-accordion-button .pos-body .pos-primary,
.type-city-home-video-new-mobileplay .pos-body .pos-primary,
.type-city-home-4-col .pos-body .pos-primary {
  background: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  .type-city-home .pos-body .pos-callout,
  .city-home-video .pos-body .pos-callout,
  .city-home-video-new .pos-body .pos-callout,
  .city-home-video-accordion .pos-body .pos-callout,
  .type-city-home-video-accordion-button .pos-body .pos-callout,
  .type-city-home-video-new-mobileplay .pos-body .pos-callout,
  .type-city-home-4-col .pos-body .pos-callout {
    margin-bottom: 30px;
  }
}
.type-city-home .pos-body .pos-callout .pos-callout-frame,
.city-home-video .pos-body .pos-callout .pos-callout-frame,
.city-home-video-new .pos-body .pos-callout .pos-callout-frame,
.city-home-video-accordion .pos-body .pos-callout .pos-callout-frame,
.type-city-home-video-accordion-button .pos-body .pos-callout .pos-callout-frame,
.type-city-home-video-new-mobileplay .pos-body .pos-callout .pos-callout-frame,
.type-city-home-4-col .pos-body .pos-callout .pos-callout-frame {
  min-height: 120px;
  background: #fff;
  position: relative;
  z-index: 444;
  padding: 30px;
}
.type-city-home .pos-body .pos-trophy-shelf,
.city-home-video .pos-body .pos-trophy-shelf,
.city-home-video-new .pos-body .pos-trophy-shelf,
.city-home-video-accordion .pos-body .pos-trophy-shelf,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf,
.type-city-home-4-col .pos-body .pos-trophy-shelf {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 0;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-reviews,
.city-home-video .pos-body .pos-trophy-shelf .pos-reviews,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews {
  text-align: center;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-reviews h3,
.city-home-video .pos-body .pos-trophy-shelf .pos-reviews h3,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews h3,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews h3,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews h3,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews h3,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews h3 {
  color: #878889;
  text-transform: uppercase;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-reviews .stars,
.city-home-video .pos-body .pos-trophy-shelf .pos-reviews .stars,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews .stars,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews .stars,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews .stars,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews .stars,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews .stars {
  margin: 0 0 6px 0;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
.city-home-video .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews .stars .fa {
  color: #8a8a8a;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star:before,
.city-home-video .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star:before,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star:before,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star:before,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star:before,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star:before,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star:before,
.type-city-home .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star-half-o:before,
.city-home-video .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star-half-o:before,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star-half-o:before,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star-half-o:before,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star-half-o:before,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star-half-o:before,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews .stars .fa.fa-star-half-o:before {
  color: #007cc2;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-reviews a,
.city-home-video .pos-body .pos-trophy-shelf .pos-reviews a,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews a,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews a,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews a,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews a,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews a {
  text-decoration: underline;
  color: #878889;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-reviews .lead,
.city-home-video .pos-body .pos-trophy-shelf .pos-reviews .lead,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews .lead,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews .lead,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews .lead,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews .lead,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews .lead {
  margin: 0;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-awards,
.city-home-video .pos-body .pos-trophy-shelf .pos-awards,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-awards,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-awards,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-awards,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-awards,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-awards {
  text-align: center;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-awards img,
.city-home-video .pos-body .pos-trophy-shelf .pos-awards img,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-awards img,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-awards img,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-awards img,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-awards img,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-awards img {
  max-width: 33%;
}
.type-city-home .pos-body .pos-trophy-shelf .pos-awards *,
.city-home-video .pos-body .pos-trophy-shelf .pos-awards *,
.city-home-video-new .pos-body .pos-trophy-shelf .pos-awards *,
.city-home-video-accordion .pos-body .pos-trophy-shelf .pos-awards *,
.type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-awards *,
.type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-awards *,
.type-city-home-4-col .pos-body .pos-trophy-shelf .pos-awards * {
  margin: 0;
}
.type-city-home .pos-body .pos-items,
.city-home-video .pos-body .pos-items,
.city-home-video-new .pos-body .pos-items,
.city-home-video-accordion .pos-body .pos-items,
.type-city-home-video-accordion-button .pos-body .pos-items,
.type-city-home-video-new-mobileplay .pos-body .pos-items,
.type-city-home-4-col .pos-body .pos-items {
  margin-top: 30px;
}
.type-city-home .pos-body .pos-items .item,
.city-home-video .pos-body .pos-items .item,
.city-home-video-new .pos-body .pos-items .item,
.city-home-video-accordion .pos-body .pos-items .item,
.type-city-home-video-accordion-button .pos-body .pos-items .item,
.type-city-home-video-new-mobileplay .pos-body .pos-items .item,
.type-city-home-4-col .pos-body .pos-items .item {
  background: #fff;
}
.type-city-home .pos-body .pos-items .item .item-frame,
.city-home-video .pos-body .pos-items .item .item-frame,
.city-home-video-new .pos-body .pos-items .item .item-frame,
.city-home-video-accordion .pos-body .pos-items .item .item-frame,
.type-city-home-video-accordion-button .pos-body .pos-items .item .item-frame,
.type-city-home-video-new-mobileplay .pos-body .pos-items .item .item-frame,
.type-city-home-4-col .pos-body .pos-items .item .item-frame {
  padding: 15px;
}
.type-city-home .pos-body .pos-items .item .item-frame .item-title,
.city-home-video .pos-body .pos-items .item .item-frame .item-title,
.city-home-video-new .pos-body .pos-items .item .item-frame .item-title,
.city-home-video-accordion .pos-body .pos-items .item .item-frame .item-title,
.type-city-home-video-accordion-button .pos-body .pos-items .item .item-frame .item-title,
.type-city-home-video-new-mobileplay .pos-body .pos-items .item .item-frame .item-title,
.type-city-home-4-col .pos-body .pos-items .item .item-frame .item-title,
.type-city-home .pos-body .pos-items .item .item-frame .item-content,
.city-home-video .pos-body .pos-items .item .item-frame .item-content,
.city-home-video-new .pos-body .pos-items .item .item-frame .item-content,
.city-home-video-accordion .pos-body .pos-items .item .item-frame .item-content,
.type-city-home-video-accordion-button .pos-body .pos-items .item .item-frame .item-content,
.type-city-home-video-new-mobileplay .pos-body .pos-items .item .item-frame .item-content,
.type-city-home-4-col .pos-body .pos-items .item .item-frame .item-content {
  overflow: hidden;
}
@media (max-width: 767px) {
  .type-city-home .pos-body .pos-primary,
  .city-home-video .pos-body .pos-primary,
  .city-home-video-new .pos-body .pos-primary,
  .city-home-video-accordion .pos-body .pos-primary,
  .type-city-home-video-accordion-button .pos-body .pos-primary,
  .type-city-home-video-new-mobileplay .pos-body .pos-primary,
  .type-city-home-4-col .pos-body .pos-primary {
    height: auto;
  }
  .type-city-home .pos-body .pos-callout,
  .city-home-video .pos-body .pos-callout,
  .city-home-video-new .pos-body .pos-callout,
  .city-home-video-accordion .pos-body .pos-callout,
  .type-city-home-video-accordion-button .pos-body .pos-callout,
  .type-city-home-video-new-mobileplay .pos-body .pos-callout,
  .type-city-home-4-col .pos-body .pos-callout {
    margin-bottom: 30px;
  }
  .type-city-home .pos-body .pos-callout .pos-callout-image,
  .city-home-video .pos-body .pos-callout .pos-callout-image,
  .city-home-video-new .pos-body .pos-callout .pos-callout-image,
  .city-home-video-accordion .pos-body .pos-callout .pos-callout-image,
  .type-city-home-video-accordion-button .pos-body .pos-callout .pos-callout-image,
  .type-city-home-video-new-mobileplay .pos-body .pos-callout .pos-callout-image,
  .type-city-home-4-col .pos-body .pos-callout .pos-callout-image {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-city-home .pos-body .pos-trophy-shelf .pos-reviews,
  .city-home-video .pos-body .pos-trophy-shelf .pos-reviews,
  .city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews,
  .city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews,
  .type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews,
  .type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews,
  .type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews {
    padding: 14px 0;
  }
  .type-city-home .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
  .city-home-video .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
  .city-home-video-new .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
  .city-home-video-accordion .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
  .type-city-home-video-accordion-button .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
  .type-city-home-video-new-mobileplay .pos-body .pos-trophy-shelf .pos-reviews .stars .fa,
  .type-city-home-4-col .pos-body .pos-trophy-shelf .pos-reviews .stars .fa {
    font-size: 32px;
    margin: 0 4px;
  }
  .type-city-home .pos-body .pos-items > .row > div,
  .city-home-video .pos-body .pos-items > .row > div,
  .city-home-video-new .pos-body .pos-items > .row > div,
  .city-home-video-accordion .pos-body .pos-items > .row > div,
  .type-city-home-video-accordion-button .pos-body .pos-items > .row > div,
  .type-city-home-video-new-mobileplay .pos-body .pos-items > .row > div,
  .type-city-home-4-col .pos-body .pos-items > .row > div {
    margin-top: 30px;
  }
  .type-city-home .pos-body .pos-items > .row > div:first-child,
  .city-home-video .pos-body .pos-items > .row > div:first-child,
  .city-home-video-new .pos-body .pos-items > .row > div:first-child,
  .city-home-video-accordion .pos-body .pos-items > .row > div:first-child,
  .type-city-home-video-accordion-button .pos-body .pos-items > .row > div:first-child,
  .type-city-home-video-new-mobileplay .pos-body .pos-items > .row > div:first-child,
  .type-city-home-4-col .pos-body .pos-items > .row > div:first-child {
    margin-top: 0;
  }
  .type-city-home .pos-body .pos-items > .row .item,
  .city-home-video .pos-body .pos-items > .row .item,
  .city-home-video-new .pos-body .pos-items > .row .item,
  .city-home-video-accordion .pos-body .pos-items > .row .item,
  .type-city-home-video-accordion-button .pos-body .pos-items > .row .item,
  .type-city-home-video-new-mobileplay .pos-body .pos-items > .row .item,
  .type-city-home-4-col .pos-body .pos-items > .row .item {
    background: #fff;
    padding: 15px;
  }
  .type-city-home .pos-body .pos-items > .row .item > div,
  .city-home-video .pos-body .pos-items > .row .item > div,
  .city-home-video-new .pos-body .pos-items > .row .item > div,
  .city-home-video-accordion .pos-body .pos-items > .row .item > div,
  .type-city-home-video-accordion-button .pos-body .pos-items > .row .item > div,
  .type-city-home-video-new-mobileplay .pos-body .pos-items > .row .item > div,
  .type-city-home-4-col .pos-body .pos-items > .row .item > div {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-city-home .pos-body .pos-items > .row .item .pos-image,
  .city-home-video .pos-body .pos-items > .row .item .pos-image,
  .city-home-video-new .pos-body .pos-items > .row .item .pos-image,
  .city-home-video-accordion .pos-body .pos-items > .row .item .pos-image,
  .type-city-home-video-accordion-button .pos-body .pos-items > .row .item .pos-image,
  .type-city-home-video-new-mobileplay .pos-body .pos-items > .row .item .pos-image,
  .type-city-home-4-col .pos-body .pos-items > .row .item .pos-image {
    margin: 0 auto 10px auto;
  }
}
/* .type-city-home, .city-home-video */
/* Primary Landing */
.type-primary-landing .pos-body .pos-items > .row {
  margin-top: 30px;
}
.type-primary-landing .pos-body .pos-items > .row:first-child {
  margin-top: 0;
}
.type-primary-landing .pos-body .pos-items > .row .item {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
}
.type-primary-landing .pos-body .pos-items > .row .item .pos-image img {
  width: 100%;
  max-width: 433px;
}
.type-primary-landing .pos-body .pos-items .pos-item-link a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.type-primary-landing .pos-body .pos-items .pos-item-link a:hover,
.type-primary-landing .pos-body .pos-items .pos-item-link a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-primary-landing .pos-body .pos-items .pos-item-link a {
    padding: 8px 20px;
  }
}
@media (max-width: 991px) {
  .type-primary-landing .pos-body .pos-items > .row .item {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .type-primary-landing .pos-body .pos-items > .row .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .type-primary-landing .pos-body .pos-items > .row > div {
    margin-top: 30px;
  }
  .type-primary-landing .pos-body .pos-items > .row > div:first-child {
    margin-top: 0;
  }
  .type-primary-landing .pos-body .pos-items .item {
    background: #fff;
    padding: 15px 0;
  }
  .type-primary-landing .pos-body .pos-items .item > div {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-primary-landing .pos-body .pos-items .item .pos-image {
    margin: 0 auto 10px auto;
  }
}
/* Primary Landing */
.type-careers-landing .pos-body .pos-callouts {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
  padding: 30px;
}
.type-careers-landing .pos-body .pos-callouts .pos-callout-title {
  position: relative;
  top: -10px;
}
.type-careers-landing .pos-body .pos-employee {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
  padding: 30px;
}
.type-careers-landing .pos-body .pos-employee .pos-employee-title {
  position: relative;
  top: -10px;
}
.type-careers-landing .pos-body .pos-employee .item-content {
  overflow: hidden;
  margin: 0 0 10px 0;
}
.type-careers-landing .pos-body .pos-employee .item-content * {
  display: inline;
}
.type-careers-landing .pos-body .pos-employee .item-content .left-quote {
  font-family: georgia;
  position: absolute;
  margin: 24px 0 0 -36px;
  font-size: 90px;
}
.type-careers-landing .pos-body .pos-employee .item-content .right-quote {
  font-family: georgia;
  position: absolute;
  margin: 20px 0 0 0;
  font-size: 50px;
}
.type-careers-landing .pos-body .pos-employee .item-name {
  font-size: 18px;
  margin: 0 0 2px 0;
}
.type-careers-landing .pos-body .pos-employee .item-title {
  margin: 0 0 -2px 0;
}
@media (min-width: 768px) {
  .type-careers-landing .pos-body .pos-employee .item-image {
    padding-right: 20px;
  }
}
.type-careers-landing .pos-body .pos-secondary {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.type-careers-landing .pos-body .pos-secondary .pos-secondary-title {
  position: relative;
  top: -10px;
}
.type-careers-landing .pos-body .pos-secondary .pos-items > .row {
  margin-top: 30px;
}
.type-careers-landing .pos-body .pos-secondary .pos-items > .row:first-child {
  margin-top: 0;
}
.type-careers-landing .pos-body .pos-secondary .pos-items .pos-item-link a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.type-careers-landing .pos-body .pos-secondary .pos-items .pos-item-link a:hover,
.type-careers-landing .pos-body .pos-secondary .pos-items .pos-item-link a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-careers-landing .pos-body .pos-secondary .pos-items .pos-item-link a {
    padding: 8px 20px;
  }
}
/* City/Ship Landing */
.type-city-ship-landing .container {
  position: relative;
}
.type-city-ship-landing .menu-holder {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-ship-landing .menu-holder {
    width: 35%;
  }
}
.type-city-ship-landing .menu-holder .pos-spotlight-links a {
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 0;
}
.type-city-ship-landing .menu-holder .pos-spotlight-links a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1200px) {
  .type-city-ship-landing .menu-holder .pos-spotlight-links a {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-city-ship-landing .menu-holder .pos-spotlight-links a {
    padding: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-ship-landing .menu-holder .pos-spotlight-links a {
    width: 50%;
    float: left;
    padding: 4px 10px;
    border: none;
  }
}
.type-city-ship-landing .pos-body .pos-items > .row {
  margin-top: 30px;
}
.type-city-ship-landing .pos-body .pos-items > .row:first-child {
  margin-top: 0;
}
.type-city-ship-landing .pos-body .pos-items > .row .item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.type-city-ship-landing .pos-body .pos-items > .row .item .pos-content img {
  width: 33%;
}
.type-city-ship-landing .pos-body .pos-items > .row .item .item-image {
  margin-bottom: 10px;
}
.type-city-ship-landing .pos-body .pos-items > .row .item ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.type-city-ship-landing .pos-body .pos-items > .row .item ul li {
  float: left;
}
.type-city-ship-landing .pos-body .pos-items .pos-item-link a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.type-city-ship-landing .pos-body .pos-items .pos-item-link a:hover,
.type-city-ship-landing .pos-body .pos-items .pos-item-link a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-ship-landing .pos-body .pos-items .pos-item-link a {
    padding: 8px 20px;
  }
}
@media (min-width: 992px) {
  .type-city-ship-landing .pos-body .pos-items > .row .item {
    padding: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-city-ship-landing .pos-body .pos-items > .row .item ul li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .type-city-ship-landing .pos-body .pos-items > .row .item ul li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .type-city-ship-landing .pos-body .pos-items > .row > div {
    margin-top: 30px;
  }
  .type-city-ship-landing .pos-body .pos-items > .row > div:first-child {
    margin-top: 0;
  }
  .type-city-ship-landing .pos-body .pos-items > .row .item {
    background: #fff;
    text-align: center;
    padding: 15px 0;
  }
  .type-city-ship-landing .pos-body .pos-items > .row .item > div {
    max-width: 360px;
    margin: 0 auto;
  }
  .type-city-ship-landing .pos-body .pos-items > .row .item .pos-image {
    margin-bottom: 10px;
  }
  .type-city-ship-landing .pos-body .pos-items > .row .item ul li {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-ship-landing .pos-body .pos-items > .row .item {
    padding: 15px;
  }
  .type-city-ship-landing .pos-body .pos-items > .row .item ul li {
    width: 50%;
  }
}
/* .type-city-ship-landing */
/* About Landing */
.type-about-landing .pos-body .pos-primary-content {
  margin-bottom: 10px;
}
.type-about-landing .pos-body .pos-callout .pos-callout-frame {
  min-height: 120px;
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 444;
  padding: 30px;
}
.type-about-landing .pos-body .pos-items .item {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
}
.type-about-landing .pos-body .pos-items .item .item-frame {
  padding: 15px;
}
.type-about-landing .pos-body .pos-items .item .item-frame .item-title,
.type-about-landing .pos-body .pos-items .item .item-frame .item-content {
  overflow: hidden;
}
.type-about-landing .pos-body .pos-items .item .item-frame .item-content {
  margin: 0 0 15px 0;
}
.type-about-landing .pos-body .pos-items .item .item-frame .item-link a {
  display: block;
  background: none;
  text-align: left;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
  padding: 6px 15px;
}
.type-about-landing .pos-body .pos-items .item .item-frame .item-link a i.glyphicon,
.type-about-landing .pos-body .pos-items .item .item-frame .item-link a i.fa {
  float: right;
}
.type-about-landing .pos-body .pos-items .item .item-frame .item-link a:hover i.glyphicon,
.type-about-landing .pos-body .pos-items .item .item-frame .item-link a:hover i.fa {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (min-width: 768px) {
  .type-about-landing .pos-body .pos-items > .row {
    overflow: hidden;
  }
  .type-about-landing .pos-body .pos-items > .row .item {
    padding-bottom: 9999px;
    margin-bottom: -9999px;
  }
}
@media (max-width: 991px) {
  .type-about-landing .pos-body .pos-items .item-frame .item-link a i.glyphicon,
  .type-about-landing .pos-body .pos-items .item-frame .item-link a i.fa {
    font-size: 17px;
    position: relative;
    top: -2px;
  }
}
@media (max-width: 767px) {
  .type-about-landing .pos-body .pos-items > .row > div {
    margin-top: 30px;
  }
  .type-about-landing .pos-body .pos-items > .row > div:first-child {
    margin-top: 0;
  }
  .type-about-landing .pos-body .pos-items > .row > div .item {
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  .type-about-landing .pos-body .pos-items > .row > div .item .item-image,
  .type-about-landing .pos-body .pos-items > .row > div .item .item-title,
  .type-about-landing .pos-body .pos-items > .row > div .item .item-content {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-about-landing .pos-body .pos-items .item-frame .item-link a i.glyphicon,
  .type-about-landing .pos-body .pos-items .item-frame .item-link a i.fa {
    font-size: 17px;
    position: relative;
    top: -2px;
  }
}
@media (min-width: 1200px) {
  .type-about-landing .pos-body .pos-items .item-frame .item-link a i.glyphicon,
  .type-about-landing .pos-body .pos-items .item-frame .item-link a i.fa {
    font-size: 20px;
    position: relative;
    top: -2px;
  }
}
/* .type-about-landing */
/* .type-corporate-events */
@media (max-width: 500px) {
  .type-corporate-events .pos-spotlight .pos-spotlight-image {
    height: 300px;
    background-size: cover;
  }
  .type-corporate-events .pos-spotlight .pos-spotlight-image img {
    display: none;
  }
}
.type-corporate-events .pos-spotlight .pos-spotlight-image .overlay {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}
.type-corporate-events .pos-spotlight .pos-spotlight-image .overlay .overlay-inner h1 {
  color: #fff;
  margin-bottom: 40px;
}
.type-corporate-events .pos-spotlight .pos-spotlight-image .overlay .overlay-inner a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
}
.type-corporate-events .pos-spotlight .pos-spotlight-image .overlay .overlay-inner a:hover,
.type-corporate-events .pos-spotlight .pos-spotlight-image .overlay .overlay-inner a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-corporate-events .pos-spotlight .pos-spotlight-image .overlay .overlay-inner a {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .type-corporate-events .pos-spotlight .pos-spotlight-image .overlay .overlay-inner a {
    padding: 5px 12px;
  }
}
.type-corporate-events .pos-spotlight .pos-spotlight-image .overlay .overlay-inner .button-left a {
  background-color: #fff;
  color: #051b30;
}
.type-corporate-events .pos-spotlight .pos-spotlight-image .overlay .overlay-inner .button-left a:hover {
  background: #051b30;
  color: #fff;
  border: 2px solid #051b30;
}
.type-corporate-events .featured-wrapper {
  background-color: #051b30;
  color: #fff;
  padding: 20px 0;
}
.type-corporate-events .featured-wrapper p {
  font-size: 14px;
}
.type-corporate-events .featured-wrapper i {
  padding: 0 8px;
  font-size: 12px;
}
@media (xs-only) {
  .type-corporate-events .featured-wrapper {
    padding: 15px 0;
  }
}
.type-corporate-events .featured-wrapper p {
  margin-bottom: 0px;
  text-align: center;
}
.type-corporate-events .features-description {
  padding: 40px 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .type-corporate-events .features-description {
    padding: 40px 15px 20px;
  }
}
.type-corporate-events .featured-items {
  float: left;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .type-corporate-events .featured-items .row:after {
    clear: none;
  }
}
.type-corporate-events .featured-items .featured-item {
  position: relative;
}
@media (min-width: 1200px) {
  .type-corporate-events .featured-items .featured-item {
    padding: 0;
  }
}
.type-corporate-events .featured-items .featured-item h3 {
  font-size: 18px;
}
.type-corporate-events .featured-items .featured-item a.link,
.type-corporate-events .featured-items .featured-item a.js-anchor {
  display: block;
  z-index: 99;
}
.type-corporate-events .featured-items .featured-item a.link p,
.type-corporate-events .featured-items .featured-item a.js-anchor p {
  color: #333;
  font-weight: normal;
}
.type-corporate-events .featured-items .featured-item .icon {
  position: absolute;
  top: 0px;
  width: 70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .type-corporate-events .featured-items .featured-item .icon {
    width: 60px;
  }
}
.type-corporate-events .featured-items .featured-item .icon a {
  pointer-events: none;
  cursor: default;
}
.type-corporate-events .featured-items .featured-item .content {
  padding: 0 15px 0 80px;
}
@media (max-width: 767px) {
  .type-corporate-events .featured-items .featured-item .content {
    padding: 0 5px 0 70px;
  }
}
.type-corporate-events .featured-items .featured-item .content h4 {
  margin-top: 0px;
}
.type-corporate-events .features-section {
  /* .features-section */
}
.type-corporate-events .features-section .features-section-header h3 {
  color: #fff;
  text-align: center;
}
.type-corporate-events .features-section .features-section-header a {
  color: #fff;
  text-decoration: none;
}
.type-corporate-events .features-section .features-section-header a:hover {
  color: #007cc2;
}
.type-corporate-events .features-section #top-section-content .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.type-corporate-events .features-section .feature-section {
  margin-bottom: 5px;
  /* </ Feature Heaading> */
}
.type-corporate-events .features-section .feature-section .feature-heading {
  height: 40vh;
}
@media (max-width: 767px) {
  .type-corporate-events .features-section .feature-section .feature-heading {
    height: 35vh;
  }
}
.type-corporate-events .features-section .feature-section .feature-heading a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}
.type-corporate-events .features-section .feature-section .feature-heading a:hover {
  filter: grayscale(0%);
}
.type-corporate-events .features-section .feature-section .feature-heading a .bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-size: cover;
}
.type-corporate-events .features-section .feature-section .feature-heading a .bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #646464;
  opacity: 0.4;
}
.type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap {
  display: table;
  text-align: center;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  float: none;
  z-index: 10;
  position: absolute;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}
.type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap .feature-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap .feature-title h2,
.type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap .feature-title h3 {
  margin-bottom: 10px;
  color: #fff;
}
.type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap .feature-title h2:after,
.type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap .feature-title h3:after {
  content: '';
  width: 100px;
  border-bottom: 1px solid #fff;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap .feature-title p {
  color: #fff;
}
.type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap .feature-title p:after {
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(https://www.spiritcruises.com/website/images/ecom/fleet/misc/minus-sign.png);
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
}
@media (max-width: 767px) {
  .type-corporate-events .features-section .feature-section .feature-heading a .feature-title-wrap .feature-title p:after {
    background-size: cover;
    width: 30px;
    height: 30px;
  }
}
.type-corporate-events .features-section .feature-section .feature-heading a.collapsed .feature-title-wrap .feature-title p:after {
  background-image: url(https://www.spiritcruises.com/website/images/ecom/fleet/misc/plus-sign-icon.png);
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
}
.type-corporate-events .features-section .feature-section .feature-content .container {
  padding: 40px 0;
  line-height: 20px;
}
.type-corporate-events .features-section .feature-section .feature-content .container .right-content a,
.type-corporate-events .features-section .feature-section .feature-content .container .left-content a {
  width: 135px;
  text-align: center;
}
@media (min-width: 768px) {
  .type-corporate-events .features-section .feature-section .feature-content .container .left-content {
    padding-right: 25px;
  }
  .type-corporate-events .features-section .feature-section .feature-content .container .right-content {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .type-corporate-events .features-section .feature-section .feature-content .container .left-content {
    padding-bottom: 10px;
  }
}
.type-corporate-events .features-section .feature-section .feature-content .container li {
  list-style-type: none;
  line-height: 16px;
  margin-bottom: 5px;
}
.type-corporate-events .features-section .feature-section .feature-content .container li:before {
  font-family: FontAwesome;
  content: '\f005';
  display: inline-block;
  margin-left: -18px;
  width: 18px;
  color: #051b30;
  font-size: 12px;
}
.type-corporate-events .features-section .feature-section .feature-content .btn {
  background-color: #007cc2;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 0px;
}
.type-corporate-events .features-section .feature-section .feature-content .btn:hover {
  background-color: #051b30;
}
.type-corporate-events .features-section .feature-section .feature-content .transparent {
  background-color: #fff;
  border: 2px solid #007cc2;
  color: #007cc2;
}
.type-corporate-events .features-section .feature-section .feature-content .transparent:hover {
  background-color: #fff;
}
.type-corporate-events .features-section .bottom-section {
  padding: 40px 0;
}
/* .type-corporate-events */
/* RFP New Template */
.rfp-page p:empty {
  display: none;
}
.rfp-page .overlay {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.rfp-page .overlay h1 {
  color: #fff;
}
@media (max-width: 767px) {
  .rfp-page .overlay {
    bottom: 10px;
  }
}
.rfp-page .featured-wrapper {
  background-color: #051b30;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .rfp-page .featured-wrapper {
    margin-bottom: 25px;
    padding: 10px 0;
  }
}
.rfp-page .featured-wrapper p {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .rfp-page .featured-wrapper p {
    font-size: 14px;
  }
}
.rfp-page .featured-wrapper i {
  padding: 0 8px;
  font-size: 12px;
}
@media (xs-only) {
  .rfp-page .featured-wrapper {
    padding: 15px 0;
  }
}
.rfp-page .featured-wrapper p {
  margin-bottom: 0px;
  text-align: center;
}
.rfp-page .section-overlay {
  position: absolute!important;
  width: 100%;
  height: 40px;
  background-color: transparent;
  left: 0px;
  top: 0px;
  z-index: 1;
}
@media (min-width: 768px) {
  .rfp-page .section-overlay:before {
    content: "";
    display: block;
    height: 2px;
    width: calc(85%);
    position: absolute;
    background-color: #007cc2;
    top: 50%;
  }
}
.rfp-page .featured-items .featured-item {
  display: inline-block;
}
@media (min-width: 768px) {
  .rfp-page .featured-items .featured-item {
    width: 255px;
    height: 110px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .rfp-page .featured-items .featured-item {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .rfp-page .featured-items .featured-item {
    display: table;
  }
}
.rfp-page .featured-items .featured-item .icon {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .rfp-page .featured-items .featured-item .icon .block-offset {
    display: block;
    width: 25%;
    height: 40PX;
    background-color: #FFF;
  }
  .rfp-page .featured-items .featured-item .icon .block-offset.block-offset-left {
    float: left;
  }
  .rfp-page .featured-items .featured-item .icon .block-offset.block-offset-right {
    float: right;
  }
}
.rfp-page .featured-items .featured-item .icon .icon-wrap {
  z-index: 5;
  background-color: #fff;
}
@media (min-width: 768px) {
  .rfp-page .featured-items .featured-item .icon .icon-wrap {
    padding: 0 50px;
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .rfp-page .featured-items .featured-item .icon:before {
    border-bottom: 2px solid #007cc2;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .rfp-page .featured-items .featured-item .icon {
    padding-bottom: 10px;
    display: inline-block;
  }
}
@media (max-width: 500px) {
  .rfp-page .featured-items .featured-item .icon {
    display: table-cell;
  }
}
.rfp-page .featured-items .featured-item .icon img {
  width: 40px;
}
.rfp-page .featured-items .featured-item .content {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .rfp-page .featured-items .featured-item .content {
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    min-width: 295px;
  }
}
@media (max-width: 500px) {
  .rfp-page .featured-items .featured-item .content {
    display: table-cell;
    width: 255px;
    min-width: 255px;
    vertical-align: middle;
  }
}
.rfp-page .featured-items .featured-item .content p {
  color: #051b30;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .rfp-page .featured-items .featured-item-1 {
    position: absolute;
    left: 0px;
    z-index: 99;
    background-color: #fff;
  }
  .rfp-page .featured-items .featured-item-1 .icon {
    text-align: left;
  }
  .rfp-page .featured-items .featured-item-1 .content {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .rfp-page .featured-items .featured-item-2 {
    width: calc(100% - 400px);
    margin-left: 200px;
  }
  .rfp-page .featured-items .featured-item-2 .wrap {
    width: 240px;
    margin: 0 auto;
    text-align: center;
    z-index: 99;
    background-color: #fff;
    position: relative;
  }
}
@media (min-width: 768px) {
  .rfp-page .featured-items .featured-item-3 {
    position: absolute;
    right: 0px;
    z-index: 99;
    background-color: #fff;
  }
  .rfp-page .featured-items .featured-item-3 .icon {
    text-align: right;
  }
  .rfp-page .featured-items .featured-item-3 .content {
    padding-right: 15px;
  }
}
/* Featured Items */
.formResponsive.two-col .formHorizontal .rsform-block {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .formResponsive.two-col .formHorizontal .rsform-block.col-sm-6 {
    margin-bottom: 10px;
  }
  .formResponsive.two-col .formHorizontal .rsform-block.col-sm-6 input {
    line-height: 26px;
  }
}
.formResponsive.two-col .formHorizontal .rsform-block .formControlLabel {
  margin-top: 0px;
  text-align: left;
}
.formResponsive.two-col .formHorizontal .formControls {
  float: none;
  clear: both;
  display: block;
  width: 100%;
  margin-left: 0px;
}
.formResponsive.two-col .formHorizontal .formControls .formValidation {
  display: block;
  clear: both;
}
/* end RFP form */
/* Default Page */
.type-default-page .pos-main {
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
  .type-default-page .pos-main {
    margin: 0;
  }
}
/* Sitemap */
.view-sitemap .pos-main {
  overflow: hidden;
}
.view-sitemap .pos-main #jmap_sitemap ul.treeview {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  margin: 0 15px 30px 15px;
  padding: 15px 15px 60px 15px;
}
.view-sitemap .pos-main #jmap_sitemap ul.treeview a:hover,
.view-sitemap .pos-main #jmap_sitemap ul.treeview .hover {
  color: #051b30;
}
@media (min-width: 768px) {
  .view-sitemap .pos-main {
    padding: 60px 0 60px 0;
  }
}
.type-city-home-one .pos-main .btn:hover,
.type-city-home-two .pos-main .btn:hover,
.type-city-home-three .pos-main .btn:hover,
.type-city-home-one .mod .btn:hover,
.type-city-home-two .mod .btn:hover,
.type-city-home-three .mod .btn:hover,
.type-city-home-one .pos-main .btn:focus,
.type-city-home-two .pos-main .btn:focus,
.type-city-home-three .pos-main .btn:focus,
.type-city-home-one .mod .btn:focus,
.type-city-home-two .mod .btn:focus,
.type-city-home-three .mod .btn:focus {
  color: #fff;
}
.type-city-home-one .img-fluid img,
.type-city-home-two .img-fluid img,
.type-city-home-three .img-fluid img {
  max-width: 100%;
  width: 100%;
}
.type-city-home-one .img-overlay,
.type-city-home-two .img-overlay,
.type-city-home-three .img-overlay {
  position: relative;
  display: block;
}
.type-city-home-one .img-overlay i,
.type-city-home-two .img-overlay i,
.type-city-home-three .img-overlay i {
  color: #fff;
  font-size: 50px;
}
.type-city-home-one .img-overlay i:before,
.type-city-home-two .img-overlay i:before,
.type-city-home-three .img-overlay i:before {
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.7;
  font-family: fontAwesome;
  content: '\f144';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}
.type-city-home-one .img-overlay i:after,
.type-city-home-two .img-overlay i:after,
.type-city-home-three .img-overlay i:after {
  content: '';
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.type-city-home-one .img-overlay:hover i:before,
.type-city-home-two .img-overlay:hover i:before,
.type-city-home-three .img-overlay:hover i:before {
  opacity: 0.8;
}
.type-city-home-one .margin-remove,
.type-city-home-two .margin-remove,
.type-city-home-three .margin-remove {
  margin: 0 !important;
}
.type-city-home-one .margin-top,
.type-city-home-two .margin-top,
.type-city-home-three .margin-top {
  margin-top: 30px !important;
}
.type-city-home-one .margin-bottom,
.type-city-home-two .margin-bottom,
.type-city-home-three .margin-bottom {
  margin-bottom: 30px !important;
}
.type-city-home-one .margin-large-top,
.type-city-home-two .margin-large-top,
.type-city-home-three .margin-large-top {
  margin-top: 60px !important;
}
@media (max-width: 767px) {
  .type-city-home-one .margin-large-top,
  .type-city-home-two .margin-large-top,
  .type-city-home-three .margin-large-top {
    margin-top: 30px !important;
  }
}
.type-city-home-one .margin-large-bottom,
.type-city-home-two .margin-large-bottom,
.type-city-home-three .margin-large-bottom {
  margin-bottom: 60px !important;
}
@media (max-width: 767px) {
  .type-city-home-one .margin-large-bottom,
  .type-city-home-two .margin-large-bottom,
  .type-city-home-three .margin-large-bottom {
    margin-bottom: 30px !important;
  }
}
.type-city-home-one .feature-heading,
.type-city-home-two .feature-heading,
.type-city-home-three .feature-heading {
  color: #007cc2;
  text-align: center;
}
.type-city-home-one .feature-heading:after,
.type-city-home-two .feature-heading:after,
.type-city-home-three .feature-heading:after {
  width: 50px;
  display: block;
  border-bottom: 2px solid #051b30;
  content: '';
  opacity: .5;
  margin: 19px auto 25px auto;
}
.type-city-home-one .panel,
.type-city-home-two .panel,
.type-city-home-three .panel {
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 30px;
}
.type-city-home-one .panel h4,
.type-city-home-two .panel h4,
.type-city-home-three .panel h4 {
  color: #000;
}
.type-city-home-one .panel *:last-child,
.type-city-home-two .panel *:last-child,
.type-city-home-three .panel *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .type-city-home-one .panel.margin-top,
  .type-city-home-two .panel.margin-top,
  .type-city-home-three .panel.margin-top {
    margin-top: 15px !important;
  }
  .type-city-home-one .panel.margin-bottom,
  .type-city-home-two .panel.margin-bottom,
  .type-city-home-three .panel.margin-bottom {
    margin-bottom: 15px !important;
  }
}
.type-city-home-one .link-list,
.type-city-home-two .link-list,
.type-city-home-three .link-list {
  padding-left: 0;
  list-style: none;
  margin-top: 18px;
}
.type-city-home-one .link-list:before,
.type-city-home-two .link-list:before,
.type-city-home-three .link-list:before,
.type-city-home-one .link-list:after,
.type-city-home-two .link-list:after,
.type-city-home-three .link-list:after {
  content: " ";
  display: table;
}
.type-city-home-one .link-list:after,
.type-city-home-two .link-list:after,
.type-city-home-three .link-list:after {
  clear: both;
}
.type-city-home-one .link-list:before,
.type-city-home-two .link-list:before,
.type-city-home-three .link-list:before,
.type-city-home-one .link-list:after,
.type-city-home-two .link-list:after,
.type-city-home-three .link-list:after {
  content: " ";
  display: table;
}
.type-city-home-one .link-list:after,
.type-city-home-two .link-list:after,
.type-city-home-three .link-list:after {
  clear: both;
}
.type-city-home-one .link-list li,
.type-city-home-two .link-list li,
.type-city-home-three .link-list li {
  margin: 0;
}
.type-city-home-one .link-list li a,
.type-city-home-two .link-list li a,
.type-city-home-three .link-list li a {
  display: block;
  color: #007cc2;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
.type-city-home-one .link-list li a:after,
.type-city-home-two .link-list li a:after,
.type-city-home-three .link-list li a:after {
  position: absolute;
}
.type-city-home-one .link-list li:first-child a,
.type-city-home-two .link-list li:first-child a,
.type-city-home-three .link-list li:first-child a {
  border-top: 1px solid #ccc;
}
.type-city-home-one .pos-spotlight,
.type-city-home-two .pos-spotlight,
.type-city-home-three .pos-spotlight {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.type-city-home-one .pos-spotlight .link-more,
.type-city-home-two .pos-spotlight .link-more,
.type-city-home-three .pos-spotlight .link-more {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  bottom: 20px;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-spotlight .link-more,
  .type-city-home-two .pos-spotlight .link-more,
  .type-city-home-three .pos-spotlight .link-more {
    display: none;
  }
}
.type-city-home-one .pos-spotlight .link-more i,
.type-city-home-two .pos-spotlight .link-more i,
.type-city-home-three .pos-spotlight .link-more i {
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
}
.type-city-home-one .pos-spotlight .link-more:hover i,
.type-city-home-two .pos-spotlight .link-more:hover i,
.type-city-home-three .pos-spotlight .link-more:hover i {
  top: 2px;
}
.type-city-home-one .pos-spotlight .col-sm-4,
.type-city-home-two .pos-spotlight .col-sm-4,
.type-city-home-three .pos-spotlight .col-sm-4 {
  position: relative;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-spotlight .col-sm-4,
  .type-city-home-two .pos-spotlight .col-sm-4,
  .type-city-home-three .pos-spotlight .col-sm-4 {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-one .pos-spotlight .col-sm-4,
  .type-city-home-two .pos-spotlight .col-sm-4,
  .type-city-home-three .pos-spotlight .col-sm-4 {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-city-home-one .pos-spotlight .col-sm-4,
  .type-city-home-two .pos-spotlight .col-sm-4,
  .type-city-home-three .pos-spotlight .col-sm-4 {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .type-city-home-one .pos-spotlight .col-sm-4,
  .type-city-home-two .pos-spotlight .col-sm-4,
  .type-city-home-three .pos-spotlight .col-sm-4 {
    height: 500px;
  }
}
.type-city-home-one .pos-spotlight .col-sm-4 .spotlight-content,
.type-city-home-two .pos-spotlight .col-sm-4 .spotlight-content,
.type-city-home-three .pos-spotlight .col-sm-4 .spotlight-content,
.type-city-home-one .pos-spotlight .col-sm-4 .spotlight-event,
.type-city-home-two .pos-spotlight .col-sm-4 .spotlight-event,
.type-city-home-three .pos-spotlight .col-sm-4 .spotlight-event {
  transform: translateX(0) translateY(-50%);
  position: absolute;
  top: 50%;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-spotlight .col-sm-4 .spotlight-content,
  .type-city-home-two .pos-spotlight .col-sm-4 .spotlight-content,
  .type-city-home-three .pos-spotlight .col-sm-4 .spotlight-content,
  .type-city-home-one .pos-spotlight .col-sm-4 .spotlight-event,
  .type-city-home-two .pos-spotlight .col-sm-4 .spotlight-event,
  .type-city-home-three .pos-spotlight .col-sm-4 .spotlight-event {
    margin-right: 50%;
  }
}
.type-city-home-one .pos-spotlight .col-sm-4 .spotlight-content *,
.type-city-home-two .pos-spotlight .col-sm-4 .spotlight-content *,
.type-city-home-three .pos-spotlight .col-sm-4 .spotlight-content * {
  color: #fff;
}
.type-city-home-one .pos-main,
.type-city-home-two .pos-main,
.type-city-home-three .pos-main {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
}
.type-city-home-one .pos-main p a,
.type-city-home-two .pos-main p a,
.type-city-home-three .pos-main p a,
.type-city-home-one .pos-main ul li a,
.type-city-home-two .pos-main ul li a,
.type-city-home-three .pos-main ul li a {
  font-weight: bold;
}
.type-city-home-one .pos-main p a:hover,
.type-city-home-two .pos-main p a:hover,
.type-city-home-three .pos-main p a:hover,
.type-city-home-one .pos-main ul li a:hover,
.type-city-home-two .pos-main ul li a:hover,
.type-city-home-three .pos-main ul li a:hover {
  color: #009df5;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-main,
  .type-city-home-two .pos-main,
  .type-city-home-three .pos-main {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.type-city-home-one .pos-main .pos-cruise-event .pos-find-cruise label,
.type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise label,
.type-city-home-three .pos-main .pos-cruise-event .pos-find-cruise label {
  line-height: 32px;
}
.type-city-home-one .pos-main .pos-cruise-event .pos-find-cruise input[type="radio"],
.type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise input[type="radio"],
.type-city-home-three .pos-main .pos-cruise-event .pos-find-cruise input[type="radio"] {
  margin-top: 9px;
}
.type-city-home-one .pos-main .pos-cruise-event .pos-find-cruise .date-time .datepicker .form-control[readonly],
.type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise .date-time .datepicker .form-control[readonly],
.type-city-home-three .pos-main .pos-cruise-event .pos-find-cruise .date-time .datepicker .form-control[readonly] {
  background-color: #fff;
  cursor: auto;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-main .pos-cruise-event .pos-find-cruise .date-time label,
  .type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise .date-time label,
  .type-city-home-three .pos-main .pos-cruise-event .pos-find-cruise .date-time label {
    display: block;
    text-align: left;
  }
}
.type-city-home-one .pos-main .pos-cruise-event .pos-find-cruise .form-guests .text-center > div,
.type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise .form-guests .text-center > div,
.type-city-home-three .pos-main .pos-cruise-event .pos-find-cruise .form-guests .text-center > div {
  border: 1px solid #ddd;
  padding: 4px;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-main .pos-cruise-event .pos-find-cruise .form-guests .text-right,
  .type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise .form-guests .text-right,
  .type-city-home-three .pos-main .pos-cruise-event .pos-find-cruise .form-guests .text-right {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .type-city-home-one .pos-main .pos-cruise-event h2.cruise-collapse,
  .type-city-home-two .pos-main .pos-cruise-event h2.cruise-collapse,
  .type-city-home-three .pos-main .pos-cruise-event h2.cruise-collapse {
    cursor: pointer;
    display: block;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 30px;
    margin: -30px;
  }
  .type-city-home-one .pos-main .pos-cruise-event h2.cruise-collapse i,
  .type-city-home-two .pos-main .pos-cruise-event h2.cruise-collapse i,
  .type-city-home-three .pos-main .pos-cruise-event h2.cruise-collapse i {
    float: right;
    font-size: 30px;
    line-height: 23px;
    margin-right: -10px;
  }
  .type-city-home-one .pos-main .pos-cruise-event h2.cruise-collapse .fa-caret-right,
  .type-city-home-two .pos-main .pos-cruise-event h2.cruise-collapse .fa-caret-right,
  .type-city-home-three .pos-main .pos-cruise-event h2.cruise-collapse .fa-caret-right {
    display: block;
  }
  .type-city-home-one .pos-main .pos-cruise-event h2.cruise-collapse .fa-caret-down,
  .type-city-home-two .pos-main .pos-cruise-event h2.cruise-collapse .fa-caret-down,
  .type-city-home-three .pos-main .pos-cruise-event h2.cruise-collapse .fa-caret-down {
    display: none;
  }
  .type-city-home-one .pos-main .pos-cruise-event h2.cruise-collapse.active .fa-caret-right,
  .type-city-home-two .pos-main .pos-cruise-event h2.cruise-collapse.active .fa-caret-right,
  .type-city-home-three .pos-main .pos-cruise-event h2.cruise-collapse.active .fa-caret-right {
    display: none;
  }
  .type-city-home-one .pos-main .pos-cruise-event h2.cruise-collapse.active .fa-caret-down,
  .type-city-home-two .pos-main .pos-cruise-event h2.cruise-collapse.active .fa-caret-down,
  .type-city-home-three .pos-main .pos-cruise-event h2.cruise-collapse.active .fa-caret-down {
    display: block;
  }
  .type-city-home-one .pos-main .pos-cruise-event div.cruise-collapse,
  .type-city-home-two .pos-main .pos-cruise-event div.cruise-collapse,
  .type-city-home-three .pos-main .pos-cruise-event div.cruise-collapse {
    display: none;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .type-city-home-one .pos-main .pos-cruise-event h2 i,
  .type-city-home-two .pos-main .pos-cruise-event h2 i,
  .type-city-home-three .pos-main .pos-cruise-event h2 i {
    display: none !important;
  }
  .type-city-home-one .pos-main .pos-cruise-event div.cruise-collapse,
  .type-city-home-two .pos-main .pos-cruise-event div.cruise-collapse,
  .type-city-home-three .pos-main .pos-cruise-event div.cruise-collapse {
    height: auto !important;
    display: block !important;
    overflow: visible !important;
  }
}
@media (max-width: 480px) {
  .type-city-home-one .pos-main .btn,
  .type-city-home-two .pos-main .btn,
  .type-city-home-three .pos-main .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .type-city-home-one .pos-main .row > div,
  .type-city-home-two .pos-main .row > div,
  .type-city-home-three .pos-main .row > div {
    margin-top: 15px;
  }
  .type-city-home-one .pos-main .row > div:first-child,
  .type-city-home-two .pos-main .row > div:first-child,
  .type-city-home-three .pos-main .row > div:first-child {
    margin-top: 0;
  }
}
.type-city-home-one .pos-main .pos-badges,
.type-city-home-two .pos-main .pos-badges,
.type-city-home-three .pos-main .pos-badges {
  border-top: 1px solid #ccc;
}
.type-city-home-one .pos-main .pos-badges p,
.type-city-home-two .pos-main .pos-badges p,
.type-city-home-three .pos-main .pos-badges p {
  margin: 0 !important;
}
.type-city-home-one .pos-main .pos-badges img,
.type-city-home-two .pos-main .pos-badges img,
.type-city-home-three .pos-main .pos-badges img {
  margin: 8px;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-main .pos-badges,
  .type-city-home-two .pos-main .pos-badges,
  .type-city-home-three .pos-main .pos-badges {
    margin-bottom: -30px;
  }
  .type-city-home-one .pos-main .pos-badges img,
  .type-city-home-two .pos-main .pos-badges img,
  .type-city-home-three .pos-main .pos-badges img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  .type-city-home-one .pos-main .pos-badges,
  .type-city-home-two .pos-main .pos-badges,
  .type-city-home-three .pos-main .pos-badges {
    margin-bottom: -60px;
  }
  .type-city-home-one .pos-main .pos-badges img,
  .type-city-home-two .pos-main .pos-badges img,
  .type-city-home-three .pos-main .pos-badges img {
    width: 80px;
    height: 80px;
  }
}
.type-city-home-one .pos-review,
.type-city-home-two .pos-review,
.type-city-home-three .pos-review {
  background-color: #26272e;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.type-city-home-one .pos-review .review-widget,
.type-city-home-two .pos-review .review-widget,
.type-city-home-three .pos-review .review-widget {
  padding: 20px 0;
  display: table;
  margin: 0 auto;
}
.type-city-home-one .pos-review .review-widget *,
.type-city-home-two .pos-review .review-widget *,
.type-city-home-three .pos-review .review-widget * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  .type-city-home-one .pos-review .row .col-sm-4 .panel,
  .type-city-home-two .pos-review .row .col-sm-4 .panel,
  .type-city-home-three .pos-review .row .col-sm-4 .panel {
    white-space: nowrap;
  }
  .type-city-home-one .pos-review .row .col-sm-8 .panel,
  .type-city-home-two .pos-review .row .col-sm-8 .panel,
  .type-city-home-three .pos-review .row .col-sm-8 .panel {
    display: table-cell;
  }
}
.type-city-home-one .pos-review .col-sm-4 .panel,
.type-city-home-two .pos-review .col-sm-4 .panel,
.type-city-home-three .pos-review .col-sm-4 .panel,
.type-city-home-one .pos-review .col-sm-8 .panel,
.type-city-home-two .pos-review .col-sm-8 .panel,
.type-city-home-three .pos-review .col-sm-8 .panel {
  background: none;
}
.type-city-home-one .pos-review .col-sm-4 .panel,
.type-city-home-two .pos-review .col-sm-4 .panel,
.type-city-home-three .pos-review .col-sm-4 .panel {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-review .col-sm-4 .panel,
  .type-city-home-two .pos-review .col-sm-4 .panel,
  .type-city-home-three .pos-review .col-sm-4 .panel {
    padding-bottom: 0;
  }
}
.type-city-home-one .pos-review .col-sm-4 .panel h2,
.type-city-home-two .pos-review .col-sm-4 .panel h2,
.type-city-home-three .pos-review .col-sm-4 .panel h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .type-city-home-one .pos-review .col-sm-4 .panel h2,
  .type-city-home-two .pos-review .col-sm-4 .panel h2,
  .type-city-home-three .pos-review .col-sm-4 .panel h2 {
    transform: translateX(0) translateY(-50%);
    right: 0;
    position: absolute;
    top: 50%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .type-city-home-one .pos-review .col-sm-4 .panel h2,
  .type-city-home-two .pos-review .col-sm-4 .panel h2,
  .type-city-home-three .pos-review .col-sm-4 .panel h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .type-city-home-one .pos-review .col-sm-8,
  .type-city-home-two .pos-review .col-sm-8,
  .type-city-home-three .pos-review .col-sm-8 {
    padding: 0;
  }
}
.type-city-home-one .pos-review .col-sm-8 .panel,
.type-city-home-two .pos-review .col-sm-8 .panel,
.type-city-home-three .pos-review .col-sm-8 .panel {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .type-city-home-one .pos-review .col-sm-8 .panel,
  .type-city-home-two .pos-review .col-sm-8 .panel,
  .type-city-home-three .pos-review .col-sm-8 .panel {
    padding-top: 0;
  }
}
.type-city-home-three .mod-111 .mod-title {
  display: none;
}
.type-city-home-three .form-guests .text-center > div {
  border: 1px solid #ddd;
  padding: 4px;
  position: relative;
  top: -4px;
}
@media (max-width: 767px) {
  .type-city-home-three .form-guests .text-right {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .type-city-home-three .mod-111 .mod-content {
    display: none !important;
  }
  .type-city-home-three .pos-spotlight {
    background-position: 0 50%;
  }
}
@media (max-width: 991px) {
  .type-city-home-three .pos-header .mod-phone-number {
    right: 0;
    padding-right: 15px;
  }
}
.type-city-home-one,
.type-city-home-three {
  /*  .spotlight-event button{
    &:after { &:extend(.pos-main .btn:after, .mod .btn:after); } 
    &:hover { &:extend(.pos-main .btn:hover, .mod .btn:hover); } 
    &:extend(.pos-main .btn, .mod .btn); 
  }*/
}
.type-city-home-one .request-button a.btn,
.type-city-home-three .request-button a.btn {
  width: 100%;
  padding: 30px 0;
  font-size: 20px;
}
.type-city-home-one .request-button a.btn:after,
.type-city-home-three .request-button a.btn:after {
  font-size: 20px;
}
.type-city-home-one .pos-main .pos-cruise-event .pos-find-cruise .form-guests .col-sm-12,
.type-city-home-three .pos-main .pos-cruise-event .pos-find-cruise .form-guests .col-sm-12,
.type-city-home-one .spotlight-event .pos-find-cruise .form-guests .col-sm-12,
.type-city-home-three .spotlight-event .pos-find-cruise .form-guests .col-sm-12 {
  margin-top: 15px;
}
.type-city-home-one .pos-main .pos-cruise-event .pos-find-cruise .form-guests .col-sm-12:first-child,
.type-city-home-three .pos-main .pos-cruise-event .pos-find-cruise .form-guests .col-sm-12:first-child,
.type-city-home-one .spotlight-event .pos-find-cruise .form-guests .col-sm-12:first-child,
.type-city-home-three .spotlight-event .pos-find-cruise .form-guests .col-sm-12:first-child {
  margin: 0;
}
@media (min-width: 768px) {
  .type-city-home-one .pos-main .pos-cruise-event .pos-plan-event .link-list li a,
  .type-city-home-three .pos-main .pos-cruise-event .pos-plan-event .link-list li a,
  .type-city-home-one .spotlight-event .pos-plan-event .link-list li a,
  .type-city-home-three .spotlight-event .pos-plan-event .link-list li a {
    margin-right: 15%;
  }
}
.type-city-home-one .pos-main .pos-cruise-event form .date-time label,
.type-city-home-three .pos-main .pos-cruise-event form .date-time label,
.type-city-home-one .spotlight-event form .date-time label,
.type-city-home-three .spotlight-event form .date-time label {
  line-height: 32px;
}
.type-city-home-one .pos-main .pos-cruise-event form .date-time .margin-bottom,
.type-city-home-three .pos-main .pos-cruise-event form .date-time .margin-bottom,
.type-city-home-one .spotlight-event form .date-time .margin-bottom,
.type-city-home-three .spotlight-event form .date-time .margin-bottom {
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .type-city-home-one .pos-main .pos-cruise-event form .date-time,
  .type-city-home-three .pos-main .pos-cruise-event form .date-time,
  .type-city-home-one .spotlight-event form .date-time,
  .type-city-home-three .spotlight-event form .date-time {
    margin-top: 10px;
  }
}
.type-city-home-one .pos-main .pos-cruise-event form .contact-info,
.type-city-home-three .pos-main .pos-cruise-event form .contact-info,
.type-city-home-one .spotlight-event form .contact-info,
.type-city-home-three .spotlight-event form .contact-info {
  border: 1px solid #ddd;
}
@media (max-width: 1199px) {
  .type-city-home-one .pos-main .pos-cruise-event form .contact-info,
  .type-city-home-three .pos-main .pos-cruise-event form .contact-info,
  .type-city-home-one .spotlight-event form .contact-info,
  .type-city-home-three .spotlight-event form .contact-info {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-one .pos-main .pos-cruise-event form .contact-info,
  .type-city-home-three .pos-main .pos-cruise-event form .contact-info,
  .type-city-home-one .spotlight-event form .contact-info,
  .type-city-home-three .spotlight-event form .contact-info {
    text-align: center;
  }
  .type-city-home-one .pos-main .pos-cruise-event form .contact-info .text-right,
  .type-city-home-three .pos-main .pos-cruise-event form .contact-info .text-right,
  .type-city-home-one .spotlight-event form .contact-info .text-right,
  .type-city-home-three .spotlight-event form .contact-info .text-right {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .type-city-home-one .pos-main .pos-cruise-event form .contact-info .row > div,
  .type-city-home-three .pos-main .pos-cruise-event form .contact-info .row > div,
  .type-city-home-one .spotlight-event form .contact-info .row > div,
  .type-city-home-three .spotlight-event form .contact-info .row > div {
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .type-city-home-one .pos-main .pos-cruise-event form .contact-info,
  .type-city-home-three .pos-main .pos-cruise-event form .contact-info,
  .type-city-home-one .spotlight-event form .contact-info,
  .type-city-home-three .spotlight-event form .contact-info {
    padding: 10px 30px;
  }
}
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul {
  padding-left: 0;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul:before,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul:before,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul:before,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul:before,
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul:after,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul:after,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul:after,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul:after {
  content: " ";
  display: table;
}
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul:after,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul:after,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul:after,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul:after {
  clear: both;
}
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul:before,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul:before,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul:before,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul:before,
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul:after,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul:after,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul:after,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul:after {
  content: " ";
  display: table;
}
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul:after,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul:after,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul:after,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul:after {
  clear: both;
}
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul li,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul li,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul li,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul li {
  margin: 0;
}
@media (min-width: 768px) {
  .type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul li,
  .type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul li,
  .type-city-home-one .spotlight-event .col-sm-8 .panel ul li,
  .type-city-home-three .spotlight-event .col-sm-8 .panel ul li {
    width: 50%;
    float: left;
  }
  .type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul li a,
  .type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul li a,
  .type-city-home-one .spotlight-event .col-sm-8 .panel ul li a,
  .type-city-home-three .spotlight-event .col-sm-8 .panel ul li a {
    margin-right: 15%;
  }
}
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul li a,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul li a,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul li a,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}
.type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul li:nth-child(1) a,
.type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul li:nth-child(1) a,
.type-city-home-one .spotlight-event .col-sm-8 .panel ul li:nth-child(1) a,
.type-city-home-three .spotlight-event .col-sm-8 .panel ul li:nth-child(1) a {
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .type-city-home-one .pos-main .pos-cruise-event .col-sm-8 .panel ul li:nth-child(2) a,
  .type-city-home-three .pos-main .pos-cruise-event .col-sm-8 .panel ul li:nth-child(2) a,
  .type-city-home-one .spotlight-event .col-sm-8 .panel ul li:nth-child(2) a,
  .type-city-home-three .spotlight-event .col-sm-8 .panel ul li:nth-child(2) a {
    border-top: 1px solid #ddd;
  }
}
.type-city-home-two .pos-main .block-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.type-city-home-two .pos-main .block-list li a {
  color: #fff;
  display: block;
  background: #007cc2;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0;
}
.type-city-home-two .pos-main .block-list li a:hover {
  color: #fff;
  background: #051b30;
}
@media (max-width: 767px) {
  .type-city-home-two .pos-main .block-list li a {
    padding: 30px 0;
  }
  .type-city-home-two .pos-main .block-list li a i {
    margin-top: -6px;
  }
}
@media (min-width: 768px) {
  .type-city-home-two .pos-main .block-list li a i {
    width: auto;
    display: block;
    font-size: 24px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .type-city-home-two .pos-main .block-list li a i {
    float: left;
    font-size: 30px;
    margin-left: 30px;
  }
}
.type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise {
  position: relative;
}
@media (min-width: 992px) {
  .type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise {
    top: -120px;
    margin: 0 0 -120px 0;
  }
}
@media (max-width: 991px) {
  .type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise .search-button {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise {
    top: -100px;
    margin: 0 0 -100px 0;
  }
  .type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise .search-button {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise h2 {
    text-align: left;
  }
  .type-city-home-two .pos-main .pos-cruise-event .pos-find-cruise h2:after {
    display: none;
  }
}
.type-city-home-two .pos-main .pos-cruise-event .pos-plan-event {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .type-city-home-two .pos-main .pos-cruise-event .pos-plan-event {
    margin-top: 30px;
  }
}
#lightbox-wrap,
#lightbox-wrap *,
#lightbox-wrap *:before,
#lightbox-wrap *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ec-home .pos-spotlight + .pos-body,
[class*="city-home"] .pos-spotlight + .pos-body,
.brand-home .pos-spotlight + .pos-body,
[class*="page-website-pricing"] .pos-spotlight + .pos-body {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .ec-home .pos-main > .container > .row,
  [class*="city-home"] .pos-main > .container > .row {
    display: flex;
  }
  .ec-home .pos-primary,
  [class*="city-home"] .pos-primary,
  .ec-home .pos-callout,
  [class*="city-home"] .pos-callout {
    min-height: 100%;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .type-city-detail .pos-body,
  .type-default-page .pos-body,
  .type-about-landing .pos-body,
  .type-interior-landing .pos-body,
  .type-city-ship-landing .pos-body,
  .type-city-ship-landing .pos-body,
  .type-contact-us .pos-body,
  .type-primary-landing .pos-body {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .type-city-detail .pos-body,
  .type-default-page .pos-body,
  .type-about-landing .pos-body,
  .type-interior-landing .pos-body,
  .type-city-ship-landing .pos-body,
  .type-city-ship-landing .pos-body,
  .type-contact-us .pos-body,
  .type-primary-landing .pos-body {
    padding-top: 20px;
  }
}
.type-city-home-4-col,
.type-city-home {
  /*pos- spotlight */
}
.type-city-home-4-col .pos-spotlight.full-height-mobile,
.type-city-home .pos-spotlight.full-height-mobile {
  /* full height mobile */
}
@media (max-width: 500px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile,
  .type-city-home .pos-spotlight.full-height-mobile {
    height: 90vh;
    padding-top: 0px;
  }
}
@media (max-width: 500px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .hide-mobile,
  .type-city-home .pos-spotlight.full-height-mobile .hide-mobile {
    display: none;
  }
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile {
  display: none;
  padding-top: 0px;
  height: 100%;
  /* mobile-spotlight-container */
}
@media (max-width: 500px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile.show-mobile,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile.show-mobile {
    display: block;
  }
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  margin-top: -90px;
  padding-top: 90px;
  overflow: hidden;
  position: relative;
  /* overlay */
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container:before,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #3F394D;
  z-index: 9;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container {
    padding-top: 0px;
    margin-top: 0px;
  }
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container.wallpaper,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container.wallpaper {
    margin-top: 0;
    padding-top: 0px;
    /* float:left /* for firefox */
    display: inline-block;
    max-width: inherit;
    height: auto;
  }
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .mobile-spotlight,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .mobile-spotlight {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 80%;
    background-size: cover;
  }
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .mobile-spotlight,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .mobile-spotlight {
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: cover;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay {
  position: absolute;
  top: initial;
  bottom: 120px;
  width: 100%;
  z-index: 99;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap {
  display: block;
  margin: 0 auto;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner {
  padding-top: 8px;
  color: #fff;
  text-align: center;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner h1,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner h1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner h1,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner h1,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner h1:after,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner h1:after {
  content: "";
  border-bottom: 1px solid white;
  display: block;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner p,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner .button-left,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner .button-left {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner .button-left,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner .button-left {
    margin-bottom: 15px;
  }
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner .button-left a,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner .button-left a {
  background: #fff;
  color: #007cc2;
}
@media (min-width: 768px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner .button-right,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner .button-right {
    text-align: left;
  }
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  border: 2px solid #fff;
  background: transparent;
  font-size: 14px;
  font-weight: bold;
  width: 190px;
  text-align: center;
  padding: 12px 15px;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a:hover,
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a:active,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay .overlay-inner-wrap .overlay-inner a {
    width: 185px;
  }
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay h1,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .overlay h1 {
  color: #fff;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .scroll-down,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .scroll-down {
  width: 100%;
  text-align: center;
  clear: both;
  padding-bottom: 10px;
  position: absolute;
  bottom: 30px;
  z-index: 9;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .scroll-down a,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .scroll-down a {
  color: #fff;
  width: 100%;
  bottom: 20px;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .scroll-down a img,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .scroll-down a img {
  position: absolute;
  top: auto;
  bottom: 30px;
  min-width: auto;
  min-height: auto;
}
@media (max-width: 500px) {
  .type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .scroll-down a img,
  .type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .scroll-down a img {
    width: 35px;
    margin-left: -17px;
  }
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .read-more,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .read-more {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .read-more a,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .read-more a {
  font-family: FontAwesome;
  font-style: normal;
  color: #fff;
  font-size: 24px;
}
.type-city-home-4-col .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .read-more a i,
.type-city-home .pos-spotlight.full-height-mobile .full-height-mobile .mobile-spotlight-container .read-more a i {
  font-style: normal;
}
/*   .video-container {

      video#bgvid, img {
        position: relative;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
      }
        video#bgvid {
          background-size: cover !important;
        }     
      img {
        max-width: none
      }

      .overlay {
        position: absolute;
        top: 32%;
        width: 100%;
        z-index: 99;
        .overlay-inner-wrap {
          display: block; 
          margin: 0 auto;
          .overlay-inner {
          }
        }
        h1 {color: #fff;}
      }
      .read-more {
          position: absolute;
          bottom: 5%;
          width: 100%;
          text-align: center;
          a {font-family: FontAwesome; 
            font-style: normal; 
            color: #fff; 
            font-size: 24px;
            i {font-style: normal;}
          }
        }
    } Video Container */
.dim-light #yoo-zoo:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 9;
  transform: all 1.2s;
}
.mod-notification {
  position: fixed;
  color: #fff;
  background: #007cc2;
  width: 100%;
  bottom: 0px;
  z-index: 9999;
  padding: 10px 0;
  cursor: pointer;
}
.mod-notification .clicky {
  display: none;
}
.mod-notification.orange {
  background: #ff614f;
}
.mod-notification.orange .container .close-tab {
  color: #fff;
}
.mod-notification.popover-visible {
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 445;
}
.mod-notification.popover-visible .clicky {
  display: block;
  width: 100%;
  height: 100%;
}
.mod-notification.popover-visible .container .close-tab,
.mod-notification.popover-visible .container .content {
  display: none;
}
.mod-notification .container p {
  margin-bottom: 0px;
  text-transform: uppercase;
}
.mod-notification .container .close-tab {
  display: inline;
  color: #d0d0d0;
  font-weight: normal;
  font-size: 30px;
  cursor: pointer;
  padding: 0 5px;
  width: 30px;
  position: absolute;
  bottom: 10px;
}
.mod-notification .container .content {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: calc(100% - 50px);
  margin-left: 25px;
}
.mod-notification-popover {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s linear,
   opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear,
   opacity 0.2s linear;
  -o-transition: visibility 0.2s linear,
   opacity 0.2s linear;
  position: fixed;
  top: 50px;
  left: 0px;
  background: #007cc2;
}
.mod-notification-popover.is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  width: 100%;
}
.mod-notification-popover.orange {
  background: #ff614f;
}
.mod-notification-popover.orange .container .close-tab-wrapper {
  color: #fff;
}
.mod-notification-popover .container {
  padding-top: 10px;
}
.mod-notification-popover .container .close-tab-wrapper {
  display: block;
  color: #d0d0d0;
  font-weight: normal;
  font-size: 30px;
  cursor: pointer;
  width: 100%;
  position: absolute;
}
.mod-notification-popover .container .close-tab-wrapper .close-tab {
  padding: 10px 10px 10px 0;
}
.mod-notification-popover .container .content {
  display: block;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
.mod-notification-popover .container .content p {
  font-size: 15px;
}
.mod-notification-popover .container .content em {
  color: #fff;
}
.mod-notification-popover .container .btn {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  border: 2px solid #051b30;
  background-color: #051b30;
  margin: 0 8px;
}
.mod-notification-popover .container .btn:hover,
.mod-notification-popover .container .btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .mod-notification-popover .container .btn {
    padding: 8px 20px;
  }
}
.mod-notification-popover .container .btn.secondary {
  background-color: transparent;
}
.type-dining-page {
  /* Additional-wrap */
  /* Row Spacing */
}
.type-dining-page .pos-promo {
  position: relative;
  top: 75px;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-dining-page .pos-promo {
    top: 70px;
  }
}
@media (max-width: 767px) {
  .type-dining-page .pos-promo {
    top: 63px;
  }
}
.type-dining-page .dining-icons {
  padding-top: 102px;
  margin-bottom: 0px;
  z-index: 100;
  border-bottom: 1px solid #858585;
}
@media (max-width: 991px) {
  .type-dining-page .dining-icons {
    padding-top: 50px;
  }
}
.type-dining-page .dining-icons .row {
  background: #fff;
}
.type-dining-page .dining-icons .row .col-sm-12 {
  text-align: center;
}
@media (max-width: 767px) {
  .type-dining-page .dining-icons .row .col-sm-12 {
    height: 61px;
  }
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 5px 0;
  }
  .type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper .icon-text {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  .type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper {
    width: 23%;
  }
}
@media (max-width: 370px) {
  .type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper {
    width: 33%;
  }
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper a {
  color: #051b30;
  font-weight: normal;
  outline: 0px solid #fff;
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper a:hover,
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper a:focus,
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper a:active {
  outline: 0px solid #fff;
  color: #007cc2;
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper {
  display: inline-block;
  padding: 0 15px;
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper:hover:hover img:first-child {
  display: none;
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper:hover:hover img:last-child {
  display: block;
  margin: 0 auto;
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper:hover:hover a {
  color: #007cc2;
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper .icon-image img {
  padding: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper .icon-image img {
    width: 35px;
  }
}
@media (max-width: 767px) {
  .type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper .icon-image img {
    width: 30px;
  }
}
.type-dining-page .dining-icons .row .col-sm-12 .icons-wrapper .icon-wrapper .icon-image img:last-child {
  display: none;
}
@media (min-width: 500px) {
  .type-dining-page .dining-icons .row .col-sm-12 .paddles {
    display: none;
  }
}
.type-dining-page .dining-icons .row .col-sm-12 .paddles .paddle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3em;
  background: transparent;
  border: 0px;
}
.type-dining-page .dining-icons .row .col-sm-12 .paddles .paddle.left-paddle {
  left: 7px;
}
.type-dining-page .dining-icons .row .col-sm-12 .paddles .paddle.right-paddle {
  right: 7px;
}
.type-dining-page .dining-icons .row .col-sm-12 .paddles .paddle i {
  line-height: 61px;
  font-size: 30px;
  color: #333;
}
.type-dining-page .pos-spotlight {
  padding-top: 75px;
}
@media (max-width: 991px) {
  .type-dining-page .pos-spotlight {
    padding-top: 61px;
  }
}
.type-dining-page .pos-spotlight.mobile-full-height .mobile-container {
  height: 80vh;
}
@media (min-width: 992px) {
  .type-dining-page .pos-body .intro-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.type-dining-page .pos-body .intro-wrap .intro-left {
  float: left;
  padding: 20px 10px;
}
@media (min-width: 992px) {
  .type-dining-page .pos-body .intro-wrap .intro-left {
    width: 340px;
  }
  .type-dining-page .pos-body .intro-wrap .intro-left .intro-left-wrap {
    height: 100%;
    display: table;
  }
  .type-dining-page .pos-body .intro-wrap .intro-left .intro-left-wrap .text-wrap {
    display: table-cell;
    vertical-align: middle;
  }
}
.type-dining-page .pos-body .intro-wrap .intro-left .text-wrap img {
  padding: 0 10px 0 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-dining-page .pos-body .intro-wrap .intro-left .text-wrap img {
    padding: 0 10px;
  }
}
.type-dining-page .pos-body .intro-wrap .intro-left a.btn {
  width: 100%;
  background-color: #fff;
  color: #051b30;
  border-color: #fff;
  font-weight: normal;
  margin-top: 10px;
}
.type-dining-page .pos-body .intro-wrap .intro-left a.btn:hover {
  color: #fff;
  background-color: #051b30;
  border-color: #051b30;
}
.type-dining-page .pos-body .intro-wrap .intro-left p {
  margin-bottom: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-dining-page .pos-body .intro-wrap .intro-left p {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .type-dining-page .pos-body .intro-wrap .intro-right {
    width: calc(100% - 380px);
  }
  .type-dining-page .pos-body .intro-wrap .intro-right p {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .type-dining-page .pos-body .intro-wrap .intro-right {
    width: 100%;
    display: block;
    float: left;
  }
}
.type-dining-page .pos-body .intro-wrap .intro-right .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.type-dining-page .pos-body .intro-wrap .intro-right .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .type-dining-page .pos-body .intro-wrap .intro-right .video-container iframe {
    margin-top: 20px;
  }
}
.type-dining-page .pos-body .title-section {
  text-align: center;
}
.type-dining-page .pos-body .title-section h3 {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .type-dining-page .pos-body .title-section h3 {
    margin-bottom: 10px;
  }
  .type-dining-page .pos-body .title-section h3 p {
    margin-bottom: 10px;
  }
}
.type-dining-page .pos-body .item .item-image {
  text-align: center;
  max-width: none;
}
.type-dining-page .pos-body .item p {
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .type-dining-page .pos-body .map-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .type-dining-page .pos-body .map-wrap .map-image {
    flex: 2;
  }
  .type-dining-page .pos-body .map-wrap .map-image img {
    vertical-align: top;
  }
  .type-dining-page .pos-body .map-wrap .map-content {
    flex: 1;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .type-dining-page .pos-body .map-wrap.inverse {
    background-color: transparent;
  }
  .type-dining-page .pos-body .map-wrap.inverse .map-content {
    background-color: #007cc2;
    padding: 20px;
  }
  .type-dining-page .pos-body .map-wrap.inverse .map-content .title img {
    width: 25px;
    margin-right: 5px;
  }
}
.type-dining-page .pos-body .map-wrap .map-content .title {
  margin-bottom: 20px;
}
.type-dining-page .pos-body .map-wrap .map-content .title img {
  width: 50px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.type-dining-page .pos-body .map-wrap .map-content .title h3 {
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: bottom;
  margin-bottom: 0px;
}
.type-dining-page .pos-body .insta-section h3 {
  padding-bottom: 40px;
}
.type-dining-page .inverse {
  background-color: #007cc2;
  color: #fff;
}
.type-dining-page .inverse h3,
.type-dining-page .inverse h4 {
  color: #fff;
}
.type-dining-page .inverse a {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.type-dining-page .inverse a:hover,
.type-dining-page .inverse a:active {
  text-decoration: underline;
}
.type-dining-page .inverse a.btn:hover,
.type-dining-page .inverse a.btn:active {
  text-decoration: none;
}
.type-dining-page .additional-wrap {
  padding: 20px 0;
  text-align: center;
}
.type-dining-page .additional-wrap .title {
  padding: 10px 0;
}
.type-dining-page .additional-wrap .title h3 {
  text-align: center;
  margin-bottom: 18px;
  padding: 20px 0 40px;
}
@media (max-width: 767px) {
  .type-dining-page .additional-wrap .title h3 {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .type-dining-page .additional-wrap .icon-wrap {
    padding: 10px 20px;
  }
}
.type-dining-page .additional-wrap .icon-wrap .icon img {
  padding: 10px 25px;
}
@media (max-width: 767px) {
  .type-dining-page .additional-wrap .icon-wrap p {
    margin-bottom: 10px;
  }
}
.type-dining-page #whats-included:before,
.type-dining-page #menu:before,
.type-dining-page #upgrades:before,
.type-dining-page #map:before,
.type-dining-page #additional-info:before {
  content: '';
  display: block;
  height: 76px;
  margin: -76px 0 0;
}
@media (max-width: 991px) {
  .type-dining-page #whats-included:before,
  .type-dining-page #menu:before,
  .type-dining-page #upgrades:before,
  .type-dining-page #map:before,
  .type-dining-page #additional-info:before {
    height: 60px;
    margin: -60px 0 0;
  }
}
.type-dining-page .mobile-container,
.type-dining-page .pos-gallery,
.type-dining-page #whats-included,
.type-dining-page #menu,
.type-dining-page #upgrades,
.type-dining-page #map {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .type-dining-page .mobile-container,
  .type-dining-page .pos-gallery,
  .type-dining-page #whats-included,
  .type-dining-page #menu,
  .type-dining-page #upgrades,
  .type-dining-page #map {
    margin-bottom: 30px;
  }
}
.type-compare {
  /* pos-spotlight */
  /* intro */
  /* row.comparison */
  /* Features section */
  /*extra content */
}
.type-compare .pos-spotlight .pos-spotlight-image-wrap {
  position: relative;
  padding-bottom: 30px;
}
.type-compare .pos-spotlight .pos-spotlight-image-wrap .image .mobile-image {
  height: 300px;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-compare .pos-spotlight .pos-spotlight-image-wrap .image .mobile-image {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-compare .pos-spotlight .pos-spotlight-image-wrap .image .mobile-image {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .type-compare .pos-spotlight .pos-spotlight-image-wrap .image .mobile-image {
    height: 150px;
  }
}
.type-compare .pos-spotlight .pos-spotlight-image-wrap .pos-spotlight-content {
  text-align: center;
  position: absolute;
  top: 0px;
  display: table;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .type-compare .pos-spotlight .pos-spotlight-image-wrap .pos-spotlight-content {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-compare .pos-spotlight .pos-spotlight-image-wrap .pos-spotlight-content {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .type-compare .pos-spotlight .pos-spotlight-image-wrap .pos-spotlight-content {
    height: 150px;
  }
}
.type-compare .pos-spotlight .pos-spotlight-image-wrap .pos-spotlight-content .container {
  display: table-cell;
  vertical-align: middle;
}
.type-compare .pos-spotlight .pos-spotlight-image-wrap .pos-spotlight-content .container h1,
.type-compare .pos-spotlight .pos-spotlight-image-wrap .pos-spotlight-content .container p {
  color: #fff;
}
.type-compare .intro {
  text-align: center;
}
.type-compare .intro h3 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}
.type-compare .intro h3 span:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 100px;
  background-color: #007cc2;
  height: 1px;
  margin-top: -1px;
  left: 50%;
  margin-left: -50px;
}
.type-compare .intro .images .col-xs-6.title:after {
  border-bottom: 0px;
  margin: 0;
}
.type-compare .intro .images .col-xs-6:after {
  content: "";
  border-bottom: 1px solid #333;
  display: block;
  width: 100%;
  text-align: center;
  margin: 40px 0 10px;
}
.type-compare .intro .image-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .type-compare .intro .image-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: 1;
  }
  .type-compare .intro .image-wrap:hover:before {
    background: #383838;
    opacity: 0.85;
  }
  .type-compare .intro .image-wrap:hover .content {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .type-compare .intro .image-wrap .image a {
    display: block;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 10;
    height: 100%;
  }
}
.type-compare .intro .image-wrap .content {
  color: #fff;
  position: absolute;
  top: 33%;
  padding: 15px;
  text-align: center;
  width: 100%;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-compare .intro .image-wrap .content {
    top: 25%;
  }
}
@media (max-width: 767px) {
  .type-compare .intro .image-wrap .content {
    display: none;
  }
}
.type-compare .intro .row.images {
  margin-top: 15px;
}
.type-compare .row.comparison-item {
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  margin-left: 0px;
  margin-right: 0px;
}
.type-compare .row.comparison-item.last-row {
  border-bottom: 0px;
}
.type-compare .row.comparison-item .arrow-wrap {
  position: absolute;
  width: 100%;
  top: 50px;
  text-align: center;
  font-size: 11px;
  display: table;
}
.type-compare .row.comparison-item .arrow-wrap .arrow i {
  font-size: 16px;
}
.type-compare .row.comparison-item .arrow-wrap .arrow p {
  color: #007cc2;
  font-weight: normal;
}
@media (max-width: 767px) {
  .type-compare .row.comparison-item .arrow-wrap .arrow p {
    display: none;
  }
}
.type-compare .row.comparison-item .row {
  position: initial;
}
.type-compare .features-section a {
  outline: 0px;
}
.type-compare .features-section .subject {
  text-align: center;
  font-weight: normal;
  color: #333;
}
.type-compare .features-section .subject .col-xs-6 {
  margin: 20px 0;
}
.type-compare .features-section .subject .col-xs-6 .labels {
  color: #051b30;
  font-size: 13px;
}
.type-compare .features-section .subject .col-xs-6 .labels img {
  display: block;
  margin: 0 auto;
  width: 30px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .type-compare .features-section .subject .col-xs-6 .labels img {
    width: 25px;
  }
}
@media (max-width: 500px) {
  .type-compare .features-section .subject .col-xs-6 .labels img {
    width: 20px;
  }
}
.type-compare .features-section .subject .col-xs-6 .description {
  font-size: 14px;
  color: #051b30;
  font-weight: bold;
}
.type-compare .features-section .subject .compare-content .col-xs-6 {
  margin: 0px;
}
.type-compare .features-section .subject-content {
  float: left;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .type-compare .features-section .subject-content {
    text-align: left;
  }
}
.type-compare .features-section .subject-content .col-xs-6,
.type-compare .features-section .subject-content .col-sm-2 {
  margin: 0px;
}
.type-compare .extra-content {
  text-align: center;
  padding: 0 0 20px;
}
.type-compare .extra-content .col-xs-6:before {
  content: "";
  border-bottom: 1px solid #333;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}
.type-compare .extra-content p {
  margin-bottom: 5px;
}
.type-compare .btn {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  border-radius: 0;
  padding: 12px 25px;
  background-color: #007cc2;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 2px solid #007cc2;
  width: 132px;
}
.type-compare .btn:hover,
.type-compare .btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .type-compare .btn {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .type-compare .btn {
    width: 122px;
  }
}
.type-compare .btn:hover {
  background-color: #051b30;
  border: 2px solid #051b30;
}
.type-compare .transparent {
  background-color: #fff;
  border: 2px solid #007cc2;
  color: #007cc2;
}
.type-compare .transparent:hover,
.type-compare .transparent:active {
  background-color: #051b30;
  border: 2px solid #051b30;
  color: #fff;
}
.type-splash {
  /*  .pos-header {display: none;}*/
}
.type-splash .wrapper {
  padding-top: 0px;
}
.type-splash .pos-body .pos-columns {
  overflow-x: scroll;
  overflow: scroll;
  white-space: nowrap;
  width: auto;
  /* End Regular Column Style All resolutions */
  /* end large resolution */
  /* end small resolution */
}
.type-splash .pos-body .pos-columns .column {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-splash .pos-body .pos-columns .column.solid {
  background-color: #051b30;
  color: #fff;
}
.type-splash .pos-body .pos-columns .column.solid h1 {
  color: #fff;
  margin-bottom: 20px;
}
.type-splash .pos-body .pos-columns .column.solid .selected-boat-description .btn {
  background: #fff;
  color: #051b30;
  border-color: #fff;
}
.type-splash .pos-body .pos-columns .column:hover {
  cursor: pointer;
}
.type-splash .pos-body .pos-columns .column:hover .overlay {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type-splash .pos-body .pos-columns .column.active .overlay {
  opacity: .8;
  background: #303030;
}
.type-splash .pos-body .pos-columns .column.active .item-content .item-content-wrap .content .text-wrap .text-static {
  display: block;
}
.type-splash .pos-body .pos-columns .column.active .item-content .item-content-wrap .content .text-wrap .text-hover {
  position: relative;
  opacity: 1;
  padding-left: 20px;
}
.type-splash .pos-body .pos-columns .column.active .item-content .item-content-wrap .content .text-wrap .learn-more:after {
  opacity: 0;
  display: none;
}
.type-splash .pos-body .pos-columns .column.contact-form {
  background: #d0d0d0;
}
.type-splash .pos-body .pos-columns .column.mystic .overlay {
  background: #051b30;
}
.type-splash .pos-body .pos-columns .column.elite .overlay {
  background: #002c3e;
}
.type-splash .pos-body .pos-columns .column.elite.alt .overlay {
  background: #4a768c;
}
.type-splash .pos-body .pos-columns .column.bateaux .overlay {
  background: #1e263b;
}
.type-splash .pos-body .pos-columns .column.seadog .overlay {
  background: #333;
}
.type-splash .pos-body .pos-columns .column.spirit .overlay {
  background: #053844;
}
.type-splash .pos-body .pos-columns .column.spirit.alt .overlay {
  background: #0e6567;
}
.type-splash .pos-body .pos-columns .column .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  z-index: 1;
  background: transparent;
  opacity: 0;
}
.type-splash .pos-body .pos-columns .column .overlay:hover {
  opacity: 0.2;
}
.type-splash .pos-body .pos-columns .column .item-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  max-width: none;
}
.type-splash .pos-body .pos-columns .column .item-content {
  z-index: 2;
  position: absolute;
  top: 0px;
  height: 100%;
  white-space: normal;
  /* Closes item-content-wrap */
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap {
  display: table;
  height: 100%;
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content {
  display: none;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
@media (min-width: 768px) {
  .type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content {
    width: 360px;
    padding: 102px 0px 0px 30px;
  }
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content .text-wrap {
  position: relative;
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content .text-wrap .text-static {
  opacity: 1;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content .text-wrap .text-hover {
  position: absolute;
  top: 0px;
  opacity: 0;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content .text-wrap .text-hover .btn {
  background: #fff;
  color: #007cc2;
  border-color: #fff;
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content .text-wrap .learn-more:after {
  content: '';
  width: 35px;
  height: 35px;
  background-image: url(https://www.spiritcruises.com/website/images/ecom/fleet/misc/plus-sign-icon.png);
  display: block;
  margin-top: 30px;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  opacity: 1;
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content h2 {
  color: #fff;
  margin-bottom: 20px;
}
.type-splash .pos-body .pos-columns .column .item-content .item-content-wrap i {
  font-size: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .type-splash .pos-body .pos-columns {
    height: 100vh;
  }
  .type-splash .pos-body .pos-columns .column {
    /*        transform: skewX(-7deg);
        -webkit-transform: skewX(-7deg);
*/
    margin-right: -4px;
    z-index: 2;
    /* close .solid */
    width: 400px;
    height: 100vh;
    position: relative;
  }
  .type-splash .pos-body .pos-columns .column .item-content {
    /*          transform: skewX(7deg);
          -webkit-transform: skewX(7deg);                    
*/
  }
  .type-splash .pos-body .pos-columns .column.solid {
    position: fixed;
    z-index: 9;
    background: #051b30;
    /*.logo{
          display: none;
          width: 225px;
          position: relative;
          top: 20%;
          margin-bottom: 10px;
        }
        &.seadog {
          background: #333;
          &.solid {
            &:after {
            border-left-color: #333;              
            }
          }
          .seadog-logo {
            display: block;
          }          
        }
        &.spirit{
          background: #053844;
          &.solid {
            &:after {
            border-left-color: #053844;              
            }
          }          
          &.alt {
            background: #0e6567;
            &.solid {
              &:after {
              border-left-color: #0e6567;              
              }
            }              
          }
          .spirit-logo {
            display: block;
          }
        }
        &.odyssey {
          background: #333;
          &.solid {
            &:after {
            border-left-color: #333;              
            }
          }          
          &.alt {
            background: #751038;
            &.solid {
              &:after {
              border-left-color: #751038;              
              }
            }            
          }
          .odyssey-logo {
            display: block;
          }          
        }
        &.mystic {
          background: #051b30;
          &.solid {
            &:after {
            border-left-color: #051b30;              
            }
          }            
          .mystic-logo {
            display: block;
          }          
        }
        &.elite {
          background: #002c3e;
          &.solid {
            &:after {
            border-left-color: #002c3e;              
            }
          }            
          &.alt {
            background: #4a768c;
            &.solid {
              &:after {
              border-left-color: #4a768c;              
              }
            }             
          }
          .elite-logo {
            display: block;
          }          
        }
        &.bateaux {
          background: #1e263b;
          &.solid {
            &:after {
            border-left-color: #1e263b;              
            }
          }           
          .bateaux-logo {
            display: block;
          }          
        }
        &.ec {
          background: #d0d0d0;
          cursor: pointer;
          &.solid {
            &:after {
              border-left: 0px;
            }
            .item-content .item-content-wrap .content {
              display: block;
              margin-top: 100%;
              padding-left: 0px;
              .selected-boat-content{
                padding-left: 20px;
              }
            }
          }
          .ec-logo {
            display: block;
            width: 380px;
            left: 10px;
          }
          h1 {
            color: #051b30;
          }
          .item-content {
            .item-content-wrap {
              .content {
                color: #051b30;
              }
            }
          }
        }*/
    /*        .title {
          position: absolute;
          padding: 120px 20px 10px;
          width: auto;
          z-index: 1;
        }*/
    /* Closes nav menu */
  }
  .type-splash .pos-body .pos-columns .column.solid .item-content {
    display: table;
  }
  .type-splash .pos-body .pos-columns .column.solid .item-content .item-content-wrap {
    display: table-cell;
    vertical-align: middle;
    padding: 102px 20px 0px;
  }
  .type-splash .pos-body .pos-columns .column.solid:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #051b30;
    position: absolute;
    left: 400px;
    top: 50%;
  }
  .type-splash .pos-body .pos-columns .column.solid:hover {
    cursor: default;
  }
  .type-splash .pos-body .pos-columns .column.solid .title {
    padding-bottom: 10px;
  }
  .type-splash .pos-body .pos-columns .column.solid .intro-content {
    display: none;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu {
    /*          display: table-cell;
          vertical-align: middle;
          width: 100%;
          padding: 120px 20px 0;
*/
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item {
    margin-bottom: 10px;
    cursor: pointer;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item h3,
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item h4 {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    font-weight: 100;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item .st0 {
    fill: none;
    stroke: #F2F2F2;
    stroke-width: 4;
    stroke-miterlimit: 10;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item #icon {
    position: relative;
    top: 3px;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item #icon .st0 {
    -webkit-transition: .5s;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item #icon .fill {
    -webkit-transition: .5s;
    fill: #ffffff;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item:hover h3,
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item.active h3,
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item:hover h4,
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item.active h4 {
    font-weight: bold;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item:hover #icon,
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item.active #icon {
    cursor: pointer;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item:hover #icon .st0,
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item.active #icon .st0 {
    stroke: #1f8a4c;
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item:hover #icon .fill,
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item.active #icon .fill {
    -webkit-transform: scale(893, 893);
  }
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item:hover h3,
  .type-splash .pos-body .pos-columns .column.solid .nav-menu .menu-item:hover h4 {
    font-weight: 600;
  }
  .type-splash .pos-body .pos-columns .column.solid .item-content,
  .type-splash .pos-body .pos-columns .column.solid .item-image {
    width: 400px;
  }
  .type-splash .pos-body .pos-columns .column.solid .item-content .item-content-wrap .content,
  .type-splash .pos-body .pos-columns .column.solid .item-image .item-content-wrap .content {
    display: none;
    padding-left: 40px;
    vertical-align: bottom;
    padding-bottom: 30px;
  }
  .type-splash .pos-body .pos-columns .column.solid .item-content,
  .type-splash .pos-body .pos-columns .column.solid .item-image {
    /*          transform: skewX(7deg);
          -webkit-transform: skewX(7deg);                    
*/
  }
  .type-splash .pos-body .pos-columns .column.contact-form {
    width: calc(100% - 400px);
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .type-splash .pos-body .pos-columns .column.contact-form.active .overlay {
    width: 100%;
    background: #051b30;
    opacity: 0.6;
  }
  .type-splash .pos-body .pos-columns .column.contact-form h3 {
    margin-top: 20px;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .item-content {
    position: relative;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .item-content .item-content-wrap {
    display: table;
    width: 100%;
    height: 100%;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .item-content .item-content-wrap .content {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    text-align: center;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .item-content .item-content-wrap .content .text-hover {
    position: relative;
    opacity: 1;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .item-content .item-content-wrap .formResponsive.two-col .formHorizontal .rsform-block .formControlLabel {
    width: auto;
  }
  .type-splash .pos-body .pos-columns .column .overlay {
    width: 400px;
  }
}
@media (max-width: 800px) {
  .type-splash .pos-body .pos-columns .column {
    width: 380px;
  }
  .type-splash .pos-body .pos-columns .column .overlay {
    width: 380px;
  }
  .type-splash .pos-body .pos-columns .column.solid:after {
    left: 380px;
  }
}
@media (max-width: 767px) {
  .type-splash .pos-body .pos-columns {
    /* end column */
  }
  .type-splash .pos-body .pos-columns .column {
    width: auto;
    display: block !important;
    /* Close Active Class */
  }
  .type-splash .pos-body .pos-columns .column:hover .overlay {
    opacity: 0;
  }
  .type-splash .pos-body .pos-columns .column.solid {
    padding: 20px 0;
  }
  .type-splash .pos-body .pos-columns .column.solid .title {
    display: table-cell;
    vertical-align: middle;
  }
  .type-splash .pos-body .pos-columns .column.solid .fancy-scroll {
    bottom: -30px;
  }
  .type-splash .pos-body .pos-columns .column .overlay {
    width: auto;
    opacity: 0;
  }
  .type-splash .pos-body .pos-columns .column .item-content {
    padding: 0 20px;
    padding-top: 50px;
  }
  .type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content .text-wrap .text-static {
    opacity: 1;
    display: block;
  }
  .type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .content .text-wrap .text-hover {
    display: none;
  }
  .type-splash .pos-body .pos-columns .column .item-content .item-content-wrap .learn-more:after {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(https://www.spiritcruises.com/website/images/ecom/fleet/misc/plus-sign-icon.png);
    display: block;
    margin-top: 30px;
    transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    opacity: 1;
  }
  .type-splash .pos-body .pos-columns .column.active .overlay {
    opacity: 0.8;
    background: #303030;
  }
  .type-splash .pos-body .pos-columns .column.active .item-content {
    padding: 0 20px;
  }
  .type-splash .pos-body .pos-columns .column.active .item-content .item-content-wrap .content .text-wrap .text-static {
    opacity: 0;
    display: none;
  }
  .type-splash .pos-body .pos-columns .column.active .item-content .item-content-wrap .content .text-wrap .text-hover {
    opacity: 1;
    display: block;
    position: relative;
  }
  .type-splash .pos-body .pos-columns .column.active .item-content .item-content-wrap .learn-more:after {
    opacity: 0;
  }
  .type-splash .pos-body .pos-columns .column.contact-form {
    padding-top: 20px;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .overlay {
    background: #051b30;
    opacity: 0.6;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .item-content {
    position: relative;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .item-content .item-content-wrap {
    height: 50vh;
  }
  .type-splash .pos-body .pos-columns .column.contact-form .item-content .item-content-wrap .content .text-hover {
    position: relative;
    opacity: 1;
    padding: 30px 0;
    display: block;
  }
}
.type-splash .pos-body .arrows {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .type-splash .pos-body .arrows {
    display: none;
  }
}
.type-splash .pos-body .arrows .arrow {
  position: absolute;
  bottom: 0;
  width: 3em;
  background: transparent;
  border: 0px;
  z-index: 9999;
}
.type-splash .pos-body .arrows .arrow:focus {
  outline: 0;
}
.type-splash .pos-body .arrows .arrow.left-arrow {
  left: 420px;
  opacity: 0;
}
.type-splash .pos-body .arrows .arrow.right-arrow {
  right: 20px;
}
.type-splash .pos-body .arrows .arrow i {
  line-height: 61px;
  font-size: 40px;
  color: #fff;
}
.type-splash .pos-body .fa-long-arrow-right {
  -webkit-animation: leftarrow 1.3s infinite alternate ease-in-out;
}
.type-splash .pos-body .fa-long-arrow-left {
  -webkit-animation: leftarrow 1.3s infinite alternate ease-in-out;
}
@-webkit-keyframes leftarrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translateX(-0.4em);
    opacity: 0.9;
  }
}
.type-splash .pos-baselights,
.type-splash .pos-footer {
  display: none;
}
.type-splash a.btn {
  background-color: #fff;
  color: #051b30;
  border-color: #fff;
}
.type-splash a.btn :hover {
  background-color: #5d90c4;
  border-color: #5d90c4;
  color: #fff;
}
.type-splash h1,
.type-splash h2,
.type-splash h3,
.type-splash h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
/* end type-splash */
.is-sticky {
  position: fixed;
  left: 0px;
  top: 102px;
  width: 100%;
  background: #fff;
  z-index: 99;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .is-sticky {
    top: 50px;
  }
}
.fancy-scroll {
  position: absolute;
  left: 50%;
  bottom: -10px;
}
.fancy-scroll.right {
  display: none;
  position: absolute;
  right: 100px;
  left: initial;
  bottom: 0px;
}
@media (min-width: 992px) {
  .fancy-scroll.right {
    display: block;
  }
}
.fancy-scroll.right a {
  position: absolute;
  bottom: 20px;
}
.fancy-scroll a {
  position: relative;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 80px;
  font-size: 0;
  z-index: 98;
}
.fancy-scroll a:hover {
  opacity: .5;
}
.fancy-scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.select .custom-select {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 1px solid #051b30;
  background-color: #fff;
  z-index: 10;
  border-radius: 5px;
  cursor: pointer;
}
.select .custom-select:hover:after {
  color: #007cc2;
}
.select .custom-select:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  line-height: 30px;
  content: '\25bc';
  text-align: center;
  color: #fff;
  font-size: 16px;
  z-index: -1;
  background: #051b30;
}
.select select {
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-weight: normal;
  cursor: pointer;
}
.hb-header {
  position: absolute;
  top: 0;
  height: 45px;
  background: #051b30;
  z-index: 7500;
  width: 100vw;
  font-size: 10px;
}
.hb-header ul {
  list-style-type: none;
  display: flex;
  height: 45px;
  z-index: 7500;
  justify-content: center;
}
.hb-header ul ul {
  flex-direction: column;
  margin: 15px;
  background: #007cc2;
  height: 135px;
  padding-left: 0;
  text-align: center;
}
.hb-header ul ul a:hover {
  color: #051b30;
}
.hb-header li {
  flex: 0 1 auto;
  margin-left: 3em;
  text-transform: uppercase;
  line-height: 45px;
  z-index: 7500;
}
.hb-header li a {
  color: white;
  font-family: "Open Sans", sans-serif;
}
.hb-header li a:hover {
  color: #007cc2;
}
.hb-header li.more-sisters {
  width: 30px;
  position: relative;
}
.hb-header li.more-sisters:after {
  content: '';
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  left: 5px;
  top: 40%;
  border-width: 10px 5px 0 5px;
}
.hb-header .top-more-sisters {
  display: block;
  width: 225px;
  position: absolute;
  top: 29px;
  left: -87px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}
.hb-header .top-more-sisters.active {
  max-height: 500px;
}
.hb-header .top-more-sisters li {
  margin-left: 0;
  line-height: 30px;
}
.hb-header .top-more-sisters li.aq {
  margin-left: 0;
  line-height: 15px;
}
.pos-promo {
  position: fixed;
  z-index: 400;
  background: #fff;
  top: 147px;
  width: 100vw;
}
.navbar-fixed-top {
  top: 45px;
}
@media only screen and (max-width: 992px) {
  .hb-header {
    display: none !important;
  }
  .navbar-fixed-top {
    top: 0 !important;
  }
  .pos-promo {
    top: unset !important;
  }
}
/**
 * ---------------------------------
 * UI & BOOTSTRAP OVERRIDES
 * Reusable elements
 * ---------------------------------
 */
.pos-main .btn,
.mod .btn {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
  border: 2px solid #007cc2;
  padding: 10px 23px;
}
.pos-main .btn:hover,
.mod .btn:hover,
.pos-main .btn:active,
.mod .btn:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .pos-main .btn,
  .mod .btn {
    padding: 8px 20px;
  }
}
.pos-main .btn:active,
.mod .btn:active,
.pos-main .btn:hover,
.mod .btn:hover {
  padding: 10px 23px;
  border: 2px solid #051b30;
}
@media (max-width: 767px) {
  .pos-main .btn:active,
  .mod .btn:active,
  .pos-main .btn:hover,
  .mod .btn:hover {
    padding: 8px 20px;
  }
}
.pos-main .btn.equal,
.mod .btn.equal {
  width: 139px;
}
.pos-main .btn.secondary,
.mod .btn.secondary {
  border-color: #007cc2;
  color: #007cc2;
  background: transparent;
  padding: 10px 23px;
}
.pos-main .btn.secondary:hover,
.mod .btn.secondary:hover {
  border-color: #051b30;
  background-color: #051b30;
  color: #fff;
}
.input-group-addon {
  font-size: 10px;
  padding: 6px;
}
.bootstrap-datetimepicker-widget {
  padding: 6px;
}
/* Calendar */
ul.ng-valid-date {
  margin: 3px 0 0 0;
  padding: 6px;
}
ul.ng-valid-date > li {
  margin: 0 !important;
}
ul.ng-valid-date > li button {
  border: 0 !important;
}
@-ms-viewport {
  width: auto;
}
@media (max-width: 767px) {
  .affix,
  .affix-top,
  .affix-bottom {
    position: static;
    top: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .affix-bottom {
    position: relative !important;
    bottom: 1px;
  }
}
#ieAlert {
  position: fixed;
  z-index: 1031;
  top: 5px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
.wk-ie .wk-slideshow .caption {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#77000000', endColorstr='#77000000') !important;
}
/**
 * RSForm style overrides
 */
.formResponsive select {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin: 0;
  box-sizing: border-box;
  height: 28px;
  width: calc(100% + 2px);
}
.formResponsive select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.formResponsive select::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
.formResponsive select:-ms-input-placeholder {
  color: #8a8a8a;
}
.formResponsive select::-webkit-input-placeholder {
  color: #8a8a8a;
}
.formResponsive select[disabled],
.formResponsive select[readonly],
fieldset[disabled] .formResponsive select {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.formResponsive select {
  height: auto;
}
select.formResponsive select {
  height: 30px;
  line-height: 30px;
}
textarea.formResponsive select,
select[multiple].formResponsive select {
  height: auto;
}
@media (min-width: 768px) {
  .formResponsive select {
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .formResponsive select {
    padding: 4px 5px;
  }
}
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  height: auto;
  margin: 0;
}
.formResponsive input[type="text"],
.formResponsive textarea {
  width: 100%;
}
.formResponsive input#submit {
  width: auto;
}
.formResponsive input.rsform-calendar-button {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  position: relative;
  top: 1px;
  border-left: 0 !important;
  margin-bottom: 5px;
  right: 31px;
}
.formResponsive#promoForm {
  margin: 30px auto;
}
.formResponsive#promoForm select,
.formResponsive#promoForm input[type="text"],
.formResponsive#promoForm textarea {
  width: 100% !important;
}
.formResponsive#emailSignupForm {
  background-color: #fff;
  color: #333333;
}
.formResponsive#emailSignupForm .rsform-block-date {
  margin-top: -15px;
}
.formResponsive#emailSignupForm fieldset {
  padding: 30px;
}
.formResponsive#emailSignupForm label {
  float: none;
  color: #000;
  margin-bottom: 8px;
}
.formResponsive#emailSignupForm select {
  width: 100%;
  height: 28px;
  min-height: 28px;
  line-height: 28px;
  color: #999;
  margin-bottom: 18px;
}
.formResponsive#emailSignupForm input#submit_email_signup {
  width: auto;
  color: #fff;
  background-image: none;
  text-shadow: none;
  border: 1px solid #ffffff;
}
.formResponsive#emailSignupForm .formValidation {
  display: block;
}
.formResponsive#emailSignupForm .rsform-error {
  color: #000;
  background: #e3b7b7;
}
.formResponsive#emailSignupForm .rsform-error::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.formResponsive#emailSignupForm .rsform-error:-ms-input-placeholder {
  color: #000;
}
.formResponsive#emailSignupForm .rsform-error::-webkit-input-placeholder {
  color: #000;
}
.formResponsive input[type="button"]:not(.rsform-calendar-button),
.formResponsive button[type="button"]:not(.rsform-calendar-button),
.formResponsive input[type="submit"],
.formResponsive button[type="submit"],
.formResponsive input[type="reset"],
.formResponsive button[type="reset"] {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  border: 0px;
  outline: 0 !important;
  background: #007cc2;
  color: #fff;
  border-radius: 0;
  padding: 12px 25px;
}
.formResponsive input[type="button"]:not(.rsform-calendar-button):hover,
.formResponsive button[type="button"]:not(.rsform-calendar-button):hover,
.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive button[type="reset"]:hover,
.formResponsive input[type="button"]:not(.rsform-calendar-button):active,
.formResponsive button[type="button"]:not(.rsform-calendar-button):active,
.formResponsive input[type="submit"]:active,
.formResponsive button[type="submit"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive button[type="reset"]:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #051b30;
  border: 0px;
}
@media (max-width: 767px) {
  .formResponsive input[type="button"]:not(.rsform-calendar-button),
  .formResponsive button[type="button"]:not(.rsform-calendar-button),
  .formResponsive input[type="submit"],
  .formResponsive button[type="submit"],
  .formResponsive input[type="reset"],
  .formResponsive button[type="reset"] {
    padding: 8px 20px;
  }
}
.formResponsive .rsform-block-00n50000002twvd {
  padding-right: 5px;
}
.formResponsive .formBody input[type="text"],
.formResponsive .formBody textarea {
  width: calc(75% - 8px) !important;
}
.formResponsive div[id^='g-recaptcha'] {
  transform: scale(0.85);
  transform-origin: 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .formResponsive div[id^='g-recaptcha'] {
    transform: scale(0.42);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .formResponsive div[id^='g-recaptcha'] {
    transform: scale(0.65);
  }
}
.formResponsive .rsform-block-newsletterReCaptcha.formControls {
  margin-left: 0%;
}
.formResponsive.two-col .formBody input[type="text"],
.formResponsive.two-col .formBody textarea {
  width: 100% !important;
  padding: 4px 0px 4px 8px;
}
@media (max-width: 767px) {
  .formResponsive.two-col .formBody input[type="text"],
  .formResponsive.two-col .formBody textarea {
    width: 98% !important;
    margin-top: 5px;
  }
}
.formResponsive.two-col .formBody select {
  width: 100% !important;
}
.formResponsive.two-col .formBody input.rsform-calendar-button {
  position: absolute;
  top: initial;
  bottom: -5px;
  right: 4px;
}
@media (max-width: 767px) {
  .formResponsive.two-col .formBody input.rsform-calendar-button {
    right: 13px;
  }
}
@media (max-width: 500px) {
  .formResponsive.two-col .formBody input.rsform-calendar-button {
    right: 11px;
    /*          bottom: 0px;
*/
  }
}
.formResponsive.two-col strong.formRequired {
  display: none;
}
.formResponsive.two-col .formBody select {
  width: 101% !important;
}
@media (max-width: 767px) {
  .formResponsive.two-col .formBody select {
    width: 98% !important;
  }
  .formResponsive.two-col .formBody select.stay-one-hundred {
    width: 100% !important;
  }
}
.formResponsive.two-col .formBody select.one-hundred {
  width: 100% !important;
}
@media (max-width: 767px) {
  .formResponsive.two-col .formBody select.one-hundred {
    width: 98% !important;
  }
}
.formResponsive.two-col label {
  padding: 0;
  margin: 10px 0 0;
}
.view-rsform .pos-body .pos-main {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
}
.view-rsform .pos-body .pos-main h2 {
  text-align: center;
}
.view-rsform .pos-body .pos-main .formResponsive .formHorizontal .rsform-block {
  margin: 0;
}
.view-rsform .pos-body .pos-main .formValidation {
  display: block;
}
.view-rsform .pos-body .pos-main .formBody h3 {
  margin-top: 15px;
}
.view-rsform .pos-body .pos-main .formContainer {
  border-top: 1px dotted #ddd;
  background: #fcfcfc;
  -webkit-box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .view-rsform .pos-body .pos-main {
    margin: 30px 15px;
    padding: 30px 15px 60px 15px;
  }
  .view-rsform .pos-body .pos-main .formResponsive select,
  .view-rsform .pos-body .pos-main .formResponsive textarea,
  .view-rsform .pos-body .pos-main .formResponsive input[type="text"],
  .view-rsform .pos-body .pos-main .formResponsive input[type="password"] {
    width: 75%;
  }
  .view-rsform .pos-body .pos-main .formContainer {
    padding: 30px 15px;
  }
  .view-rsform .pos-body .pos-main .formBody h3 {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .view-rsform .pos-body .pos-main {
    margin: 30px 6%;
    padding: 20px 30px 60px 30px;
  }
  .view-rsform .pos-body .pos-main .formResponsive select,
  .view-rsform .pos-body .pos-main .formResponsive textarea,
  .view-rsform .pos-body .pos-main .formResponsive input[type="text"],
  .view-rsform .pos-body .pos-main .formResponsive input[type="password"] {
    width: 75%;
  }
  .view-rsform .pos-body .pos-main .formContainer {
    padding: 30px 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .view-rsform .pos-body .pos-main {
    margin: 30px 8%;
    padding: 26px 60px 60px 60px;
  }
  .view-rsform .pos-body .pos-main .formResponsive select,
  .view-rsform .pos-body .pos-main .formResponsive textarea,
  .view-rsform .pos-body .pos-main .formResponsive input[type="text"],
  .view-rsform .pos-body .pos-main .formResponsive input[type="password"] {
    width: 75%;
  }
  .view-rsform .pos-body .pos-main .formContainer {
    padding: 30px 5%;
  }
  .view-rsform .pos-body .pos-main .formResponsive div#g-recaptcha-2633 {
    transform: scale(0.65);
  }
}
@media (min-width: 1200px) {
  .view-rsform .pos-body .pos-main {
    margin: 30px 10%;
    padding: 46px 90px 60px 90px;
  }
  .view-rsform .pos-body .pos-main .formResponsive select,
  .view-rsform .pos-body .pos-main .formResponsive textarea,
  .view-rsform .pos-body .pos-main .formResponsive input[type="text"],
  .view-rsform .pos-body .pos-main .formResponsive input[type="password"] {
    width: 75%;
  }
  .view-rsform .pos-body .pos-main .formContainer {
    padding: 30px 5%;
  }
}
/**
 * styles for brand pages
 */
.pos-header {
  /*  @media (max-width: @screen-xs-max) {
    height:50px;
    background-color: #fff;
    img {
      height: 50px;
      max-width: none;
    }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pos-header .mod-logo {
    width: 228px;
    max-width: 228px;
    height: 65px;
    display: flex;
    align-items: center;
  }
  .pos-header .mod-logo img {
    width: 100%;
    max-height: 65px;
  }
}
@media (min-width: 1200px) {
  .pos-header .mod-logo {
    width: 240px;
    max-width: 240px;
    height: 65px;
    display: flex;
    align-items: center;
  }
  .pos-header .mod-logo img {
    width: 100%;
    max-height: 65px;
  }
}
.pos-promo .mod_promo_banner {
  background: #9eabb7;
  border-bottom: 0px;
}
.pos-promo .mod_promo_banner .container {
  color: #fff;
}
.pos-promo .mod_promo_banner .container .tooltip-custom {
  color: #051b30;
}
