@charset "UTF-8";
/**
 * Opacity
 */
/**
 * Strip unit - return a value without the unit
 */
/**
 * Flexbox Legacy
 */
.media-youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.media-youtube-video iframe,
.media-youtube-video object,
.media-youtube-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  height: auto;
  max-width: 100%;
  page-break-inside: avoid;
  -ms-interpolation-mode: bicubic;
}

.cta-button,
.cta-button-wrapper > a {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #c6002b;
  border-color: #c6002b;
  background-color: #fff;
}
.cta-button:hover, .cta-button:focus, .cta-button.focus,
.cta-button-wrapper > a:hover,
.cta-button-wrapper > a:focus,
.cta-button-wrapper > a.focus {
  color: #c6002b;
  text-decoration: none;
}
.cta-button:hover,
.cta-button-wrapper > a:hover {
  background: #c6002b;
  border-color: #c6002b;
  color: #fff;
}

.cta-button.cta-button-blue {
  color: #fff;
  background-color: #2c4383;
  border-color: #2c4383;
}

.cta-button.cta-button-red-no-hover,
.cta-button.cta-button-red-no-hover:hover,
.cta-button.cta-button-red-no-hover:focus {
  color: #fff;
  border-color: #c6002b;
  background-color: #c6002b;
}

.cta-button.cta-button-grey {
  color: #2c4383;
  background-color: #ececec;
  border-color: #ececec;
}

.cta-button-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cta-button.cta-outline-primary {
  color: #499ddb;
  background-color: transparent;
  border-color: #499ddb;
  padding: 5px;
}
.cta-button.cta-outline-primary:hover {
  background: #499ddb;
  border-color: #499ddb;
  color: #fff;
}

body .cta-color {
  color: #c6002b;
}

body .cta-border {
  border-color: #c6002b;
}

body .cta-light-border {
  border-color: #dd6680;
}

body .orange-color {
  color: #f18700;
}

body .orange-border {
  border-color: #f18700;
}

body .teal-color {
  color: #029dab;
}

body .teal-border {
  border-color: #029dab;
}

body .teal-light-border {
  border-color: #67c4cd;
}

body .blue-color {
  color: #2c4383;
}

body .blue-border {
  border-color: #2c4383;
}

body .blue-light-border {
  border-color: #808eb5;
}

body .yellow-color {
  color: #e1a51a;
}

body .yellow-border {
  border-color: #e1a51a;
}

body .yellow-light-border {
  border-color: #edc976;
}

body .magenta-color {
  color: #b30056;
}

body .magenta-border {
  border-color: #b30056;
}

body .magenta-light-border {
  border-color: #d1669a;
}

body .purple-color {
  color: #91399c;
}

body .purple-border {
  border-color: #91399c;
}

body .purple-light-border {
  border-color: #bd88c4;
}

body .cta-bk {
  background-color: #c6002b;
}

body .cta-light-bk {
  background-color: #dd6680;
}

body .orange-bk {
  background-color: #f18700;
}

body .teal-bk {
  background-color: #029dab;
}

body .teal-light-bk {
  background-color: #67c4cd;
}

body .blue-bk {
  background-color: #2c4383;
}

body .blue-light-bk {
  background-color: #808eb5;
}

body .yellow-bk {
  background-color: #e1a51a;
}

body .yellow-light-bk {
  background-color: #edc976;
}

body .magenta-bk {
  background-color: #b30056;
}

body .magenta-light-bk {
  background-color: #d1669a;
}

body .purple-bk {
  background-color: #91399c;
}

body .purple-light-bk {
  background-color: #bd88c4;
}

body .no-padding {
  padding: 0;
}

body .no-padding-left {
  padding-left: 0;
}

body .no-padding-right {
  padding-right: 0;
}

body .no-padding-bottom {
  padding-bottom: 0;
}

body .no-padding-top {
  padding-top: 0;
}

body .no-margin {
  margin: 0;
}

body .no-margin-left {
  margin-left: 0;
}

body .no-margin-right {
  margin-right: 0;
}

body .no-margin-bottom {
  margin-bottom: 0;
}

body .no-margin-top {
  margin-top: 0;
}

body .no-margin-text p {
  margin: 0;
}

body .margin-after {
  margin-bottom: 2rem;
}

body .margin-after-large {
  margin-bottom: 4rem;
}

body .margin-before {
  margin-top: 2rem;
}

body .margin-before-extra-large {
  margin-top: 6rem;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.clear-floats {
  clear: both;
}

.flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.filled-heading {
  color: white !important;
  background-color: #164186;
  padding: 5px 10px;
}

@media only screen and (max-width: 479px) {
  body .no-padding-xs-max {
    padding: 0;
  }
  body .no-padding-left-xs-max {
    padding-left: 0;
  }
  body .no-padding-right-xs-max {
    padding-right: 0;
  }
  body .no-padding-bottom-xs-max {
    padding-bottom: 0;
  }
  body .no-padding-top-xs-max {
    padding-top: 0;
  }
  body .no-margin-xs-max {
    margin: 0;
  }
  body .no-margin-left-xs-max {
    margin-left: 0;
  }
  body .no-margin-right-xs-max {
    margin-right: 0;
  }
  body .no-margin-bottom-xs-max {
    margin-bottom: 0;
  }
  body .no-margin-top-xs-max {
    margin-top: 0;
  }
  .text-align-left-xs-max {
    text-align: left;
  }
  .text-align-right-xs-max {
    text-align: right;
  }
  .text-align-center-xs-max {
    text-align: center;
  }
  .flex-container-xs-max {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  body .no-padding-xsw-max {
    padding: 0;
  }
  body .no-padding-left-xsw-max {
    padding-left: 0;
  }
  body .no-padding-right-xsw-max {
    padding-right: 0;
  }
  body .no-padding-bottom-xsw-max {
    padding-bottom: 0;
  }
  body .no-padding-top-xsw-max {
    padding-top: 0;
  }
  body .no-margin-xsw-max {
    margin: 0;
  }
  body .no-margin-bottom-xsw-max {
    margin-bottom: 0;
  }
  body .no-margin-top-xsw-max {
    margin-top: 0;
  }
  body .no-margin-left-xsw-max {
    margin-left: 0;
  }
  body .no-margin-right-xsw-max {
    margin-right: 0;
  }
  .text-align-left-xsw-max {
    text-align: left;
  }
  .text-align-right-xsw-max {
    text-align: right;
  }
  .text-align-center-xsw-max {
    text-align: center;
  }
  .flex-container-xsw-max {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 480px) {
  body .no-padding-xsw {
    padding: 0;
  }
  body .no-padding-left-xsw {
    padding-left: 0;
  }
  body .no-padding-right-xsw {
    padding-right: 0;
  }
  body .no-padding-bottom-xsw {
    padding-bottom: 0;
  }
  body .no-padding-top-xsw {
    padding-top: 0;
  }
  body .no-margin-xsw {
    margin: 0;
  }
  body .no-margin-bottom-xsw {
    margin-bottom: 0;
  }
  body .no-margin-top-xsw {
    margin-top: 0;
  }
  body .no-margin-left-xsw {
    margin-left: 0;
  }
  body .no-margin-right-xsw {
    margin-right: 0;
  }
  .text-align-left-xsw {
    text-align: left;
  }
  .text-align-right-xsw {
    text-align: right;
  }
  .text-align-center-xsw {
    text-align: center;
  }
  .flex-container-xsw {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  body .no-padding-sm {
    padding: 0;
  }
  body .no-padding-left-sm {
    padding-left: 0;
  }
  body .no-padding-right-sm {
    padding-right: 0;
  }
  body .no-padding-bottom-sm {
    padding-bottom: 0;
  }
  body .no-padding-top-sm {
    padding-top: 0;
  }
  body .no-margin-sm {
    margin: 0;
  }
  body .no-margin-bottom-sm {
    margin-bottom: 0;
  }
  body .no-margin-top-sm {
    margin-top: 0;
  }
  body .no-margin-left-sm {
    margin-left: 0;
  }
  body .no-margin-right-sm {
    margin-right: 0;
  }
  .text-align-left-sm {
    text-align: left;
  }
  .text-align-right-sm {
    text-align: right;
  }
  .text-align-center-sm {
    text-align: center;
  }
  .flex-container-sm {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  body .no-padding-md {
    padding: 0;
  }
  body .no-padding-left-md {
    padding-left: 0;
  }
  body .no-padding-right-md {
    padding-right: 0;
  }
  body .no-padding-bottom-md {
    padding-bottom: 0;
  }
  body .no-padding-top-md {
    padding-top: 0;
  }
  body .no-margin-md {
    margin: 0;
  }
  body .no-margin-bottom-md {
    margin-bottom: 0;
  }
  body .no-margin-top-md {
    margin-top: 0;
  }
  body .no-margin-left-md {
    margin-left: 0;
  }
  body .no-margin-right-md {
    margin-right: 0;
  }
  .text-align-left-md {
    text-align: left;
  }
  .text-align-right-md {
    text-align: right;
  }
  .text-align-center-md {
    text-align: center;
  }
  .flex-container-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body .no-padding-md-only {
    padding: 0;
  }
  body .no-padding-left-md-only {
    padding-left: 0;
  }
  body .no-padding-right-md-only {
    padding-right: 0;
  }
  body .no-padding-bottom-md-only {
    padding-bottom: 0;
  }
  body .no-padding-top-md-only {
    padding-top: 0;
  }
  body .no-margin-md-only {
    margin: 0;
  }
  body .no-margin-bottom-md-only {
    margin-bottom: 0;
  }
  body .no-margin-top-md-only {
    margin-top: 0;
  }
  body .no-margin-left-md-only {
    margin-left: 0;
  }
  body .no-margin-right-md-only {
    margin-right: 0;
  }
  .text-align-left-md-only {
    text-align: left;
  }
  .text-align-right-md-only {
    text-align: right;
  }
  .text-align-center-md-only {
    text-align: center;
  }
  .flex-container-md-only {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  body .no-padding-lg {
    padding: 0;
  }
  body .no-padding-left-lg {
    padding-left: 0;
  }
  body .no-padding-right-lg {
    padding-right: 0;
  }
  body .no-padding-bottom-lg {
    padding-bottom: 0;
  }
  body .no-padding-top-lg {
    padding-top: 0;
  }
  body .no-margin-lg {
    margin: 0;
  }
  body .no-margin-bottom-lg {
    margin-bottom: 0;
  }
  body .no-margin-top-lg {
    margin-top: 0;
  }
  body .no-margin-left-lg {
    margin-left: 0;
  }
  body .no-margin-right-lg {
    margin-right: 0;
  }
  .text-align-left-lg {
    text-align: left;
  }
  .text-align-right-lg {
    text-align: right;
  }
  .text-align-center-lg {
    text-align: center;
  }
  .flex-container-lg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .clear-floats-left-xsw {
    clear: both;
  }
  .pull-left-xsw,
  .pull-right.pull-left-xsw {
    float: left !important;
  }
}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .calendar-calendar table.mini th,
  .table-bordered td,
  .calendar-calendar table.mini td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -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: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #666;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #499ddb;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2477b4;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  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;
  max-width: 100%;
  height: auto;
}

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

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

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: #2c4383;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #a1a1a1;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 11px;
}

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

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #a1a1a1;
}

.text-primary {
  color: #499ddb;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2885c9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #499ddb;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2885c9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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.428571429;
  color: #a1a1a1;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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, .view .row > .list-group, .calendar-calendar, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .view .row > .list-group, .calendar-calendar {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12, .view .row > .list-group, .calendar-calendar {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

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

th {
  text-align: left;
}

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

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

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

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

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

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .calendar-calendar .table-responsive > table.mini {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .calendar-calendar .table-responsive > table.mini > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .calendar-calendar .table-responsive > table.mini > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .calendar-calendar .table-responsive > table.mini > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .calendar-calendar .table-responsive > table.mini > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .calendar-calendar .table-responsive > table.mini > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .calendar-calendar .table-responsive > table.mini > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .calendar-calendar .table-responsive > table.mini > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .calendar-calendar .table-responsive > table.mini > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .calendar-calendar .table-responsive > table.mini > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .calendar-calendar .table-responsive > table.mini > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .calendar-calendar .table-responsive > table.mini > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .calendar-calendar .table-responsive > table.mini > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .calendar-calendar .table-responsive > table.mini > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .calendar-calendar .table-responsive > table.mini > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .calendar-calendar .table-responsive > table.mini > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .calendar-calendar .table-responsive > table.mini > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 41px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 104px;
  padding: 40px 40px;
  font-size: 16px;
  line-height: 1.428571429;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a1a1a1;
}
.form-control::-webkit-input-placeholder {
  color: #a1a1a1;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 104px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 63px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 194px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 63px;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control {
  height: 63px;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 63px;
  line-height: 63px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 63px;
  min-height: 36px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 194px;
  padding: 80px 80px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control {
  height: 194px;
  padding: 80px 80px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 194px;
  line-height: 194px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 194px;
  min-height: 46px;
  padding: 81px 80px;
  font-size: 24px;
  line-height: 1.33;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 41px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 63px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 41px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 81px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 21px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 40px 40px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #c6002b;
  border-color: #ad0025;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #930020;
  border-color: #2d000a;
}
.btn-primary:hover {
  color: #fff;
  background-color: #930020;
  border-color: #6f0018;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #930020;
  background-image: none;
  border-color: #6f0018;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #6f0018;
  border-color: #2d000a;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #c6002b;
  border-color: #ad0025;
}
.btn-primary .badge {
  color: #c6002b;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #499ddb;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2477b4;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #a1a1a1;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 80px 80px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  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-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #595959;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #a1a1a1;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 40px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 20px 20px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 80px 80px;
  font-size: 24px;
  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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #a1a1a1;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #a1a1a1;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #499ddb;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

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

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 24px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  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: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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: 22px;
  }
  .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: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -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: -27px;
  margin-bottom: -27px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@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-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-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 40px 40px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #499ddb;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #2477b4;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #499ddb;
  border-color: #499ddb;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #a1a1a1;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 80px 80px;
  font-size: 24px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 20px 20px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #a1a1a1;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #888888;
}

.label-primary {
  background-color: #499ddb;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #2885c9;
}

.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: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #a1a1a1;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #499ddb;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #499ddb;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  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: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #499ddb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

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

.progress-bar-success {
  background-color: #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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #a1a1a1;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.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: #a1a1a1;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #499ddb;
  border-color: #499ddb;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #f3f9fd;
}

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

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

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

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

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

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

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

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

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

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

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

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

.panel {
  margin-bottom: 22px;
  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-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

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

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

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

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

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .calendar-calendar .panel > table.mini,
.panel > .table-responsive > .table-bordered,
.calendar-calendar .panel > .table-responsive > table.mini {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .calendar-calendar .panel > table.mini > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.calendar-calendar .panel > table.mini > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.calendar-calendar .panel > table.mini > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.calendar-calendar .panel > table.mini > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.calendar-calendar .panel > table.mini > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.calendar-calendar .panel > table.mini > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.calendar-calendar .panel > .table-responsive > table.mini > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.calendar-calendar .panel > .table-responsive > table.mini > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.calendar-calendar .panel > .table-responsive > table.mini > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.calendar-calendar .panel > .table-responsive > table.mini > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.calendar-calendar .panel > .table-responsive > table.mini > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.calendar-calendar .panel > .table-responsive > table.mini > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .calendar-calendar .panel > table.mini > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.calendar-calendar .panel > table.mini > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.calendar-calendar .panel > table.mini > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.calendar-calendar .panel > table.mini > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.calendar-calendar .panel > table.mini > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.calendar-calendar .panel > table.mini > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.calendar-calendar .panel > .table-responsive > table.mini > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.calendar-calendar .panel > .table-responsive > table.mini > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.calendar-calendar .panel > .table-responsive > table.mini > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.calendar-calendar .panel > .table-responsive > table.mini > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.calendar-calendar .panel > .table-responsive > table.mini > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.calendar-calendar .panel > .table-responsive > table.mini > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .calendar-calendar .panel > table.mini > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.calendar-calendar .panel > table.mini > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.calendar-calendar .panel > table.mini > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.calendar-calendar .panel > table.mini > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.calendar-calendar .panel > .table-responsive > table.mini > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.calendar-calendar .panel > .table-responsive > table.mini > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.calendar-calendar .panel > .table-responsive > table.mini > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.calendar-calendar .panel > .table-responsive > table.mini > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .calendar-calendar .panel > table.mini > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.calendar-calendar .panel > table.mini > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.calendar-calendar .panel > table.mini > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.calendar-calendar .panel > table.mini > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.calendar-calendar .panel > .table-responsive > table.mini > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.calendar-calendar .panel > .table-responsive > table.mini > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.calendar-calendar .panel > .table-responsive > table.mini > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.calendar-calendar .panel > .table-responsive > table.mini > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

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

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #666;
  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: #666;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

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

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -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: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  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);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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;
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.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;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.container .container,
.container .container-fluid {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}

#footer {
  margin: 36px 0;
}

.page-header {
  margin: 0 0 18px;
}
.page-header h1 {
  margin: 0;
}

.page-title-hidden .page-header {
  display: none;
}

.breadcrumb a i {
  display: none;
}

.tabs, .nav-tabs {
  margin: 0 0 18px;
}

.action-links {
  list-style: none outside none;
  margin: 0 0 18px;
  padding: 0;
}
.action-links:before, .action-links:after {
  display: table;
  content: " ";
}
.action-links:after {
  clear: both;
}
.action-links > li {
  float: left;
  margin: 0 10px 0 0;
}

div.vertical-tabs {
  border: none;
  border: 1px solid #DDD;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
div.vertical-tabs ul.vertical-tabs-list {
  border: none;
  margin-top: 20px;
  margin-bottom: 20px;
  outline: none;
}
div.vertical-tabs ul.vertical-tabs-list li {
  border: none;
  background: none;
  outline: none !important;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border: 1px solid;
  border-color: #fff #ddd #fff #fff;
}
div.vertical-tabs ul.vertical-tabs-list li.selected {
  border-color: #ddd #fff #ddd #ddd;
}
div.vertical-tabs ul.vertical-tabs-list li a {
  outline: none !important;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
div.vertical-tabs ul.vertical-tabs-list li a:hover {
  color: #fff;
  background: #499ddb;
  text-decoration: none;
}
div.vertical-tabs ul.vertical-tabs-list li a:hover strong {
  text-decoration: none;
  color: #fff;
}
div.vertical-tabs .vertical-tabs-panes {
  padding: 20px 10px;
}
div.vertical-tabs .form-type-textfield input {
  width: 90%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

table {
  width: 100%;
  margin-bottom: 1.428571429;
}
table th,
table td {
  padding: 8px;
  line-height: 1.428571429;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table th.checkbox,
table td.checkbox {
  text-align: center;
  display: table-cell;
  min-height: 0;
  margin-bottom: 0;
  padding-left: 0;
}
table th.checkbox input,
table td.checkbox input {
  float: none !important;
  margin-left: 0 !important;
}
table th.checkbox div.checkbox,
table td.checkbox div.checkbox {
  text-align: center;
  min-height: 0;
  margin-bottom: 0;
  padding-left: 0;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #ddd;
}

ul.links {
  padding: 0;
  list-style: none outside none;
}
ul.links.inline {
  margin: 0;
}
ul.links.inline li {
  margin: 0 10px 0 0;
  padding: 0;
}

.carousel .carousel-control {
  z-index: 100;
}
.carousel .carousel-indicators li {
  float: none;
  margin-left: 3px;
  margin-right: 3px;
}
.carousel .carousel-indicators li a {
  display: none;
}
.carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3, .carousel .carousel-caption h4, .carousel .carousel-caption h5, .carousel .carousel-caption h6 {
  color: white;
}

.item-list ul.pagination {
  margin: 20px 0;
}
.item-list ul.pagination > li {
  margin: 0;
  display: inline-block;
  padding: 0;
  position: relative;
}
.item-list ul.pagination > li > a, .item-list ul.pagination > li > span {
  padding: 6px 12px;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.item-list ul.pagination > li > a.progress-disabled, .item-list ul.pagination > li > span.progress-disabled {
  float: left;
}
.item-list ul.pagination > li .ajax-progress {
  float: left;
  padding: 6px 5px 6px 10px;
}

.ctools-dropdown-container hr {
  margin: 0;
}

ul.nav,
ul.navl li,
ul.dropdown-menu,
ul.dropdown-menu li {
  list-style: none outside none !important;
}

.calendar-calendar table.mini td {
  border: 1px solid #eeeeee !important;
  padding: 5px;
}

.view-header .date-nav-wrapper h3 {
  margin-top: 5px !important;
  margin-bottom: 0;
}

body.ctools-modal-open {
  overflow: hidden;
}

#modalContent .modal-content {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#modalContent #modal-content {
  overflow: auto;
  width: 100% !important;
  background: white;
}
#modalContent .panels-add-content-modal {
  background: none;
  padding: 0;
  height: 100%;
  margin: -20px -20px 0;
  width: 100%;
  position: absolute;
}

#modalContent .panels-section-columns,
#modalContent .panels-categories-description {
  border: none;
}
#modalContent .panels-section-column-categories {
  margin-left: 0;
  border-right: 1px solid #ccc;
  height: 100%;
  background: white;
  overflow: auto;
  padding-bottom: 20px;
}
#modalContent .panels-section-column-categories .btn {
  border: 1px solid #a1a1a1 !important;
  line-height: inherit;
  margin: 0;
  text-align: left;
}
#modalContent .panels-categories-box {
  border: 0;
}
#modalContent .panels-categories-box a.btn {
  padding: 5px 10px;
}
#modalContent .panels-categories-box a.active {
  background: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#modalContent .panels-root-content-box a.btn {
  padding: 5px 10px;
}
#modalContent .panels-categories-description {
  padding: 20px;
}
#modalContent .panels-section-columns {
  padding-bottom: 20px;
}

#modal-content fieldset.widget-preview {
  margin-top: 18px;
  margin-bottom: 0;
  position: static;
  border: 1px solid #ddd;
}
#modal-content fieldset.widget-preview .panel-heading {
  position: relative;
}
#modal-content fieldset.widget-preview .panel-heading .btn {
  position: absolute;
  right: 10px;
  top: 5px;
}

#modal-content .ctools-auto-submit-full-form fieldset {
  width: 48%;
  display: block;
}
#modal-content .ctools-auto-submit-full-form fieldset fieldset {
  width: 100%;
}
#modal-content .ctools-auto-submit-full-form fieldset.widget-preview-single {
  float: right;
  margin-left: 1em;
  margin-top: 0;
  width: 48%;
  max-width: 48% !important;
}
#modal-content .ctools-auto-submit-full-form .form-actions {
  float: right;
  clear: right;
  width: 48%;
  max-width: 48%;
  text-align: right;
}

#modal-content .form-item-view-settings {
  display: block;
}
#modal-content .form-item-exposed-use-pager {
  display: block;
}
#modal-content #panopoly-form-widget-preview {
  width: 50%;
  float: right;
}
#modal-content #panopoly-form-widget-preview .container {
  width: auto;
}

.drupal-navbar .navbar-bar,
.drupal-navbar .navbar-tray-vertical > .navbar-lining:before,
.drupal-navbar .navbar-tray-horizontal {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drupal-navbar .navbar-tray-vertical,
.drupal-navbar .navbar-tray-vertical > .navbar-lining:before {
  bottom: 0;
  width: 240px !important;
}

@media only screen and (min-width: 38.125em) {
  body.navbar-tray-open.navbar-vertical {
    margin-left: 240px !important;
  }
}
a#navbar-link-admin-panopoly:before {
  background-image: url("../images/icon/icon-panopoly.png");
}
a#navbar-link-admin-panopoly.active:before {
  background-image: url("../images/icon/icon-panopoly-active.png");
}

a#navbar-link-admin-apps:before {
  background-image: url("../images/icon/icon-apps.png");
}
a#navbar-link-admin-apps.active:before {
  background-image: url("../images/icon/icon-apps-active.png");
}

ul.nav > li.dropdown:after {
  width: 100%;
  height: 2px;
  background: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  content: "";
}

.nav-expanded .caret {
  display: none;
}
.nav-expanded > li > a {
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
  color: #666;
}
.nav-expanded > li > a:hover, .nav-expanded > li > a:focus, .nav-expanded > li > a.active, .nav-expanded > li > a.active-trail {
  color: #2477b4;
  background: none;
}
.nav-expanded > li ul.dropdown-menu {
  background: none;
  display: block;
  border: 0;
  padding: 0;
  position: static;
  float: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-expanded > li ul.dropdown-menu li a {
  padding: 3px 15px;
  color: #666;
}
.nav-expanded > li ul.dropdown-menu li a:hover, .nav-expanded > li ul.dropdown-menu li a:focus, .nav-expanded > li ul.dropdown-menu li a.active, .nav-expanded > li ul.dropdown-menu li a.active-trail {
  color: #2477b4;
  background: none;
}
.nav-expanded > li ul.dropdown-menu ul {
  display: none !important;
}
@media (max-width: 767px) {
  .nav-expanded > li {
    float: none;
    margin-bottom: 18px;
  }
}
.nav-expanded > li.open > a {
  color: #666;
  background: none;
}
.nav-expanded > li.open > a:hover, .nav-expanded > li.open > a:focus, .nav-expanded > li.open > a.active, .nav-expanded > li.open > a.active-trail {
  color: #2477b4;
  background: none;
}

.panel-display > .row {
  margin-bottom: 20px;
}

.panel-flexible .panel-separator {
  display: none;
}

div#panels-ipe-control-container {
  width: auto;
  left: 0;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#panels-ipe-control-container .panels-ipe-button-container {
  text-align: center;
}
div#panels-ipe-control-container .panels-ipe-button-container .panels-ipe-pseudobutton-container {
  margin: 0 5px;
}
div#panels-ipe-control-container .panels-ipe-button-container .panels-ipe-pseudobutton-container a {
  padding: 0px 10px 0px 34px;
}
div#panels-ipe-control-container .panels-ipe-button-container .panels-ipe-pseudobutton-container a:hover {
  text-decoration: none;
}
div#panels-ipe-control-container .panels-ipe-form-container form > div {
  text-align: center;
}
div#panels-ipe-control-container .panels-ipe-form-container form .form-submit {
  margin: 0 5px;
  padding: 0px 10px 0px 34px;
}
div#panels-ipe-control-container .panels-ipe-form-container form .form-submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul.panels-ipe-linkbar {
  list-style: none outside none;
}
ul.panels-ipe-linkbar > li {
  display: inline-block;
  margin: 0 0 0 5px;
}
ul.panels-ipe-linkbar > li a {
  margin: 0 !important;
}

.views-exposed-form .views-submit-button,
.views-exposed-form .views-reset-button {
  margin-top: 3px;
}

.form-item {
  margin-top: 0;
}

form .form-managed-file input {
  display: inline-block;
  margin: 0 10px 0 0;
}
form .container-inline-date .date-padding {
  padding: 0;
  float: none;
}
form .form-actions .btn {
  margin-right: 10px;
}
form .field-type-datetime select {
  min-width: 80px;
}
form .format-toggle {
  float: none;
}

form .field-multiple-table thead th {
  padding: 10px !important;
}
form .field-multiple-table thead th label {
  margin: 0;
  font-weight: bold;
}
form .description {
  margin: 2px 0;
  color: #555555;
}

.media-widget > a {
  margin: 0 10px 0 0;
  display: inline-block;
}

fieldset legend {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}

html.js input.form-autocomplete {
  background: url("../images/throbber.gif") no-repeat right 8px #fff !important;
}
html.js input.throbbing {
  background-position: right -122px !important;
}
html.js fieldset.collapsed {
  height: auto;
  border-left-width: 1px;
  border-right-width: 1px;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.8em;
}

@media (max-width: 767px) {
  form .btn {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 5px;
  }
  form input.form-text,
  form textarea,
  form select {
    width: 100%;
  }
  form .confirm-parent,
  form .password-parent,
  form .password-suggestions {
    width: auto !important;
  }
  form .password-parent div.password-strength {
    width: 150px;
    float: right;
    margin-top: 0;
    font-size: 10px;
    margin-bottom: 5px;
    margin-top: -5px;
  }
  form .confirm-parent div.password-confirm {
    width: 110px;
    float: right;
    margin-top: 0;
    font-size: 10px;
    margin-bottom: 5px;
    margin-top: -5px;
  }
}
#node-edit #edit-title {
  font-size: 1.6em;
  line-height: 1.6em;
  height: 45px;
  width: 90%;
}
#node-edit .form-item-path-alias:before, #node-edit .form-item-path-alias:after {
  display: table;
  content: " ";
}
#node-edit .form-item-path-alias:after {
  clear: both;
}
#node-edit .form-item-path-alias label, #node-edit .form-item-path-alias input {
  display: inline;
}
#node-edit .burr-flipped-sidebar .panel-pane {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  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);
  padding: 10px;
}
#node-edit .burr-flipped-sidebar .panel-pane blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#node-edit .burr-flipped-sidebar .panel-pane .pane-title {
  margin-top: 0;
}
#node-edit .burr-flipped-sidebar .pane-node-form-buttons {
  background: none;
  padding: inherit;
}
#node-edit .burr-flipped-sidebar .pane-node-form-buttons .form-actions {
  margin: 0;
  border-top: 0;
}
#node-edit .pane-node-form-buttons {
  clear: both;
}

.filter-wrapper {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  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);
  margin-top: 10px;
}
.filter-wrapper blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.filter-wrapper .form-item {
  margin: 0 0 10px;
  padding: 0;
}
.filter-wrapper .filter-guidelines {
  padding: 0;
}
.filter-wrapper .filter-guidelines .tips {
  margin-left: 0;
}

.page-admin form table select,
.page-admin form table input.form-text {
  width: 150px;
}

#features-export-form .features-export-parent {
  margin: 0 0 20px;
}
#features-export-form .features-export-parent fieldset.collapsed {
  min-height: 43px !important;
  background: none;
}
#features-export-form .features-export-parent .features-export-list {
  padding: 10px;
}
#features-export-form .features-export-parent .features-export-list .form-item {
  float: none !important;
}

#panels-panel-context-edit-move .container,
#panels-panel-context-edit-content .container {
  width: auto;
  padding: 0;
}
#panels-panel-context-edit-move .container .row,
#panels-panel-context-edit-content .container .row {
  margin-bottom: 20px;
}

.navbar-form .form-wrapper {
  padding: 0;
}
.navbar-form .form-item-keys,
.navbar-form .form-item {
  margin-top: 0 !important;
}
.navbar-form .form-submit {
  display: none;
}

.pane-search-box form .form-wrapper .form-group {
  display: block;
  margin-bottom: 10px;
}

.tabledrag-handle .handle {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.field-collection-container {
  border: 0;
}
.field-collection-container .field-collection-view {
  margin: 0;
  padding: 0;
  border: none;
}

.node-panopoly-page.node-teaser .panel-pane {
  margin: 0 0 10px 260px;
}
.node-panopoly-page.node-teaser .pane-node-field-featured-image {
  float: left;
  margin-left: 0;
}
@media (max-width: 767px) {
  .node-panopoly-page .panel-pane {
    float: none !important;
    margin: 0 0 10px !important;
  }
}

.node-panopoly-news-article.node-teaser .panel-pane {
  margin: 0 0 10px 260px;
}
.node-panopoly-news-article.node-teaser .pane-node-field-featured-image {
  float: left;
  margin-left: 0;
}
@media (max-width: 767px) {
  .node-panopoly-news-article .panel-pane {
    float: none !important;
    margin: 0 0 10px !important;
  }
}

.comment {
  margin-top: 15px;
}
.comment .user-picture {
  float: left;
  margin-right: 10px;
}
.comment .user-picture a {
  display: block;
}
.comment .submitted {
  font-size: 0.9em;
}
.comment .submitted .permalink {
  margin-left: 5px;
}
.comment .submitted .new {
  color: #d9534f;
}
.comment .content {
  margin: 10px 0;
}
.comment .links {
  font-size: 0.8em;
}

.views-display-setting .views-admin-label {
  display: inline-block;
  float: left; /* LTR */
  margin-right: 3pt; /* LTR */
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

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

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

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

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

h1.span-title-text,
h2.span-title-text,
h3.span-title-text,
h4.span-title-text,
h5.span-title-text {
  border-bottom: 1px solid #a1a1a1;
}

h1.span-title-text > span,
h2.span-title-text > span,
h3.span-title-text > span,
h4.span-title-text > span,
h5.span-title-text > span {
  background: #fff;
  padding-right: 5px;
  position: relative;
  top: 6px;
}

b,
strong {
  font-weight: 600;
}

.usps {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.usps li {
  line-height: 1.2;
  padding-left: 2rem;
  text-indent: -9px;
}

.usps li + li {
  margin-top: 0.7rem;
}

.usps i {
  bottom: 2px;
  font-size: 70%;
  position: relative;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 20px;
}
.btn:hover {
  background: #c6002b;
  border-color: #c6002b;
  color: #fff;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 11px;
}

@media only screen and (min-width: 1200px) {
  .field-name-field-sunsail-region-intro,
  .field-name-field-sunsail-region-explore {
    margin-right: 80px;
  }
}
.mceContentBody {
  padding: 15px;
}

.mceContentBody .media,
.mceContentBody .row {
  border: 1px dotted #ededed;
  margin: 10px 0;
}

.checklist {
  list-style: outside none none !important;
  margin: 0px;
  padding: 0px;
}

.checklist li {
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
}

.checklist li + li {
  margin-top: 0.7rem;
}

.checklist li:before,
.checklist li.checklist-check:before {
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size-adjust: none;
  font-stretch: normal;
  font-feature-settings: normal;
  font-language-override: normal;
  font-kerning: auto;
  font-synthesis: weight style;
  font-variant: normal;
  text-rendering: auto;
  transform: translate(0px, 0px);
  color: #2C4383;
  bottom: 2px;
  font-size: 14px;
  position: absolute;
  top: 4px;
  left: 0;
}

.checklist li.checklist-x:before {
  content: "\f00d";
}

table,
div.table-responsive {
  margin: 2rem 0;
}

div.table-responsive > table {
  margin: 0;
}

table thead th,
table th {
  font-weight: 600;
  text-align: center;
}

table tbody tr td,
table tr td {
  text-align: center;
}

table.table-striped > thead > tr {
  background-color: #ececec;
}

table.table-striped > tbody > tr:nth-child(2n+1) {
  background-color: #FFFFFF;
}

table.table-striped > tbody > tr:nth-child(2n) {
  background-color: #ececec;
}

table.table-bordered > thead > tr > th, .calendar-calendar table.mini > thead > tr > th {
  border-top: 1px solid #969696 !important;
  border-left: 1px solid #969696 !important;
  border-right: 1px solid #969696 !important;
  border-bottom: 2px solid #499ddb;
}

table.table-bordered > tbody > tr > td, .calendar-calendar table.mini > tbody > tr > td {
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
}

table.table-bordered > tbody > tr:last-child > td, .calendar-calendar table.mini > tbody > tr:last-child > td {
  border-bottom: 1px solid #969696;
}

table.table > thead > tr > th {
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    border: 1px solid #969696;
    border-top: none;
  }
  .table-responsive .table-bordered > thead > tr > th, .table-responsive .calendar-calendar table.mini > thead > tr > th, .calendar-calendar .table-responsive table.mini > thead > tr > th {
    border-top: none;
  }
  .table-responsive .table-bordered > thead > tr > th:first-child, .table-responsive .calendar-calendar table.mini > thead > tr > th:first-child, .calendar-calendar .table-responsive table.mini > thead > tr > th:first-child {
    border-left: none !important;
  }
  .table-responsive .table-bordered > thead > tr > th:last-child, .table-responsive .calendar-calendar table.mini > thead > tr > th:last-child, .calendar-calendar .table-responsive table.mini > thead > tr > th:last-child {
    border-right: none !important;
  }
}
.field .field-label {
  font-weight: 600;
}

@media only screen and (min-width: 1200px) {
  .field-type-text-long > h2,
  .field-type-text-long > h3,
  .field-type-text-long > h4,
  .field-type-text-long > h5,
  .field-type-text-long > h6,
  .field-type-text-long > p,
  .field-type-text-long > ul,
  .field-type-text-long > ol,
  .field-type-text-long > blockquote {
    max-width: 800px;
  }
}
.media-featured {
  background: #ececec;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative;
}

.media-featured.with-top-tips {
  padding-top: 60px;
}

.top-tips {
  background: #2c4383;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 3px 8px;
  position: absolute;
  width: 100%;
}

.media-featured .top-tips {
  display: none;
  margin-left: -15px;
  top: 0;
}

.media-featured.with-top-tips .top-tips {
  display: block;
}

.media-featured img {
  max-width: 95px;
  width: 100%;
}

.media-featured .sidebar h4 {
  font-size: 1.6rem;
  margin: 0.5rem 0 0;
}

.media-featured .sidebar p {
  font-size: 14px;
}

.media-featured .usps li + li {
  margin-top: 1rem;
}

.media-featured .phone-hours {
  margin-top: 2rem;
  padding-left: 5.5rem;
  position: relative;
}

.media-featured .phone-hours br {
  display: none;
}

.media-featured .phone-hours i,
.media-featured .phone,
.media-featured .hours {
  display: block;
  line-height: 1;
}

.media-featured .phone-hours i {
  font-size: 5rem;
  left: 0;
  position: absolute;
  top: 0;
}

.media-featured .phone {
  font-size: 3.2rem;
  font-weight: 700;
}
.media-featured .phone::after {
  bottom: 12px;
  right: 7px;
}

.media-featured .hours {
  font-size: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 479px) {
  .media-featured .sidebar {
    margin-bottom: 2rem;
  }
  .media-featured .sidebar img {
    float: right;
    margin-left: 15px;
  }
  .media-featured.with-top-tips .sidebar {
    margin-bottom: 0;
  }
  .media-featured .sidebar,
  .media-featured .sidebar + div {
    float: none;
    width: auto;
  }
  .media-featured .phone-hours {
    margin-top: 1rem;
    padding-left: 35px;
  }
  .media-featured .phone-hours i {
    font-size: 3.2rem;
  }
  .media-featured .phone {
    font-size: 24px;
  }
  .media-featured .phone::after {
    bottom: 8px;
    right: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .field-type-text-long > .media-featured {
    margin: 0 0 20px 20px;
  }
  .media-featured.with-top-tips {
    margin: 0 0 20px 30px;
  }
  .media-featured .sidebar {
    margin-bottom: 2rem;
  }
  .media-featured.with-top-tips .sidebar {
    margin-bottom: 0;
  }
  .media-featured.with-top-tips .sidebar img {
    bottom: 20px;
    float: right;
    margin-left: 15px;
    position: relative;
  }
  .media-featured .usps {
    margin-top: 1rem;
  }
}
.custom-staff-block img {
  height: 95px;
  margin-bottom: 20px;
  width: 95px;
}

@media only screen and (max-width: 767px) {
  .custom-staff-block img {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .custom-staff-block {
    margin-bottom: 40px;
    margin-right: 20px;
  }
}
.quick-facts-pane {
  margin-top: 20px;
}

.quick-facts-pane .quick-facts-row {
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}

.quick-facts-pane h3 + .quick-facts-row {
  margin-top: 20px;
}

.region-hero + .quick-facts-row {
  margin-top: 80px;
}

.quick-fact {
  border-left-width: 8px;
  border-left-style: solid;
  color: #fff;
  display: inline-block;
  height: 12rem;
  padding: 5px 8px;
  position: relative;
  text-align: center;
  width: 12rem;
}

.quick-fact.quick-fact-large {
  width: 26rem;
}

.quick-fact.quick-fact-full-width {
  width: 100%;
  height: 15rem;
  float: none;
  clear: both;
  margin-bottom: 2rem;
}

.quick-fact.quick-fact-full-width .label {
  font-size: 15px;
}

.quick-fact.quick-fact-full-width .value + .label {
  margin: 0px;
}

.quick-fact.quick-fact-full-width .value {
  line-height: 85px;
  font-size: 85px;
  padding-top: 15px;
}

.quick-fact.quick-fact-columned {
  display: table;
}

.quick-fact.quick-fact-columned .label,
.quick-fact.quick-fact-columned .description,
.quick-fact.quick-fact-columned .value {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.quick-fact.quick-fact-columned .label,
.quick-fact.quick-fact-columned .description {
  width: 40%;
}

.quick-fact.quick-fact-columned .value {
  width: 20%;
}

.quick-fact.quick-fact-full-width.quick-fact-columned .label {
  font-weight: 600;
  font-size: 28px;
  padding-right: 5px;
  padding-left: 10px;
}

.quick-fact.quick-fact-full-width.quick-fact-columned .value {
  font-size: 143px;
}

.quick-fact.quick-fact-columned .description {
  line-height: 18px;
  font-style: italic;
  padding-left: 20px;
  padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-fact.quick-fact-full-width.quick-fact-columned .label {
    font-size: 25px;
  }
  .quick-fact.quick-fact-full-width .value {
    line-height: 70px;
    font-size: 75px;
  }
  .quick-fact.quick-fact-columned .description {
    font-size: 16px;
  }
  .node-sunsail-base .quick-fact.leadin > div:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .quick-fact.quick-fact-columned,
  .quick-fact.quick-fact-columned.quick-fact-full-width {
    display: block;
    height: auto;
  }
  .quick-fact.quick-fact-columned .label,
  .quick-fact.quick-fact-columned .description,
  .quick-fact.quick-fact-columned .value {
    display: block;
    text-align: center;
  }
  .quick-fact.quick-fact-columned .label,
  .quick-fact.quick-fact-full-width.quick-fact-columned .label {
    width: 60%;
    float: left;
    padding-top: 25px;
    max-width: 200px;
  }
  .quick-fact.quick-fact-columned .description,
  .quick-fact.quick-fact-full-width.quick-fact-columned .description {
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    padding: 0;
  }
  .quick-fact.quick-fact-columned .value,
  .quick-fact.quick-fact-full-width.quick-fact-columned .value {
    width: 20%;
    float: left;
    line-height: 110px;
    padding-top: 20px;
  }
  .quick-fact.quick-fact-full-width {
    height: 12rem;
  }
  .quick-fact.quick-fact-full-width .value {
    line-height: 30px;
    font-size: 50px;
  }
}
#quick-facts .field-name-field-sunsail-base-transfer.pull-right {
  float: none !important;
}

.quick-fact.compact {
  height: 7.5rem;
  padding: 8px 3px 0;
  width: 7.5rem;
}

.quick-fact.compact.extended {
  width: 15rem;
}

.quick-fact.compact .value {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
}

.quick-fact.compact .label {
  font-size: 1.1rem;
}

.quick-fact.compact .value + .label {
  margin-top: -1.25rem;
}

.quick-fact.compact .fa-info {
  bottom: 4px;
  position: absolute;
  font-size: 1.2rem;
  right: 6px;
}

.quick-fact.leadin {
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
  line-height: 1.1;
  margin-right: 0;
}

.region-hero .quick-fact.leadin {
  bottom: -6.5rem;
  height: 12rem;
  left: 30px;
  position: absolute;
  width: 24rem;
}

.quick-fact.leadin > div {
  padding-left: 0.5rem;
}
.quick-fact.leadin > div:first-child {
  min-width: 55%;
}

.quick-fact.leadin > div i {
  font-size: 70%;
  margin-left: 0.7rem;
}

.quick-fact.leadin span {
  display: block;
}

.quick-fact.leadin .price {
  font-size: 21px;
  line-height: 1;
}

.quick-fact.leadin .price + span {
  font-size: 12px;
}

.quick-fact.leadin a,
.quick-fact.leadin h5,
.quick-fact.leadin i {
  color: inherit;
}

.quick-fact.leadin h5 {
  font-size: 14px;
}

.quick-fact.leadin .usps li {
  font-size: 12px;
  text-indent: -11px;
}

.quick-fact.leadin .usps li + li {
  margin-top: 0.2rem;
}

.quick-fact.leadin i {
  bottom: 1px;
}

.quick-facts-pane .quick-fact {
  margin: auto;
}
.quick-facts-pane .quick-fact:first-child {
  margin-left: 0;
}
.quick-facts-pane .quick-fact:last-child {
  margin-right: 0;
}

.quick-fact br {
  display: none !important;
}

.quick-fact .value {
  font-size: 6rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 78px;
}

.quick-fact .value.abta {
  background: url(../images/quick-fact--abta.png) no-repeat center 10px;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -5000px;
}

.quick-fact .value.medium {
  font-size: 3.6rem;
  line-height: 0.85em;
  margin: 0.8rem 0 1.3rem;
}

.quick-fact .value.medium-small {
  letter-spacing: -0.01em;
  line-height: 1.2em;
  font-size: 2.4rem;
  font-weight: 600;
}

.quick-fact .suffix {
  font-size: 2.5rem;
  line-height: 1.4;
  display: block;
  margin-top: -2.1rem;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

.quick-fact .suffix.suffix-inline {
  display: inline;
}

.quick-fact .value .unit {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  margin-left: -1rem;
}

.quick-fact .value .unit.unit-large {
  font-size: 20px;
}

.quick-fact .value .temperature {
  bottom: 2.5rem;
  font-size: 2.25rem;
  margin-right: -1rem;
  position: relative;
}

.quick-fact .label {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.1;
  padding: 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 37px;
}

.quick-fact .label .label-extra,
.quick-fact .label .label-title {
  display: block;
}

.quick-fact .value + .label {
  margin-top: -1.25rem;
}

.quick-fact .value + .label.label-short {
  margin-top: -0.5rem;
}

.quick-fact .small {
  display: block;
  font-size: 1.2rem;
}

.quick-fact .fa-info {
  bottom: 4px;
  position: absolute;
  font-size: 1.4rem;
  right: 6px;
  cursor: help;
}

.quick-fact-icon {
  height: 74px;
  width: 74px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  float: left;
  clear: left;
  margin-top: 5px;
  margin-left: 4px;
}

.quick-fact-icon.plane-icon {
  background-image: url(../images/icons/plane.png);
}

.quick-fact.leadin a {
  font-size: 1.3rem;
  border: 1px solid #d1669a;
  padding: 2px 3px;
  margin-top: 5px;
  display: block;
}

.quick-fact.leadin i {
  cursor: help;
  font-style: normal;
}

@media only screen and (min-width: 480px) {
  .quick-fact.leadin {
    width: 22rem;
  }
  .region-hero .quick-fact.leadin {
    bottom: -6.5rem;
    height: 12rem;
    left: 3rem;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .quick-fact {
    height: 8rem;
    padding: 5px 3px;
    width: 8rem;
  }
  .quick-fact .value {
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 1rem;
    max-height: 35px;
  }
  .quick-fact .suffix {
    font-size: 1.8rem;
    margin-top: -1rem;
  }
  .quick-fact .value.abta {
    background-position: center 0;
  }
  .quick-fact .value.medium {
    font-size: 2.1rem;
  }
  .quick-fact .value.medium-small {
    line-height: 2rem;
    font-size: 2rem;
  }
  .quick-fact .value .unit {
    font-size: 1.4rem;
    margin-left: -0.5rem;
  }
  .quick-fact .value .unit.unit-large {
    font-size: 1.6rem;
  }
  .quick-fact .unit.temperature {
    bottom: 1.5rem;
    font-size: 14px;
    margin-right: -0.5rem;
  }
  .quick-fact .label {
    font-size: 1.1rem;
  }
  .quick-fact .value + .label {
    margin-top: -1.25rem;
  }
  .quick-fact .small {
    font-size: 1rem;
  }
  .quick-fact .fa-info {
    bottom: 4px;
    position: absolute;
    font-size: 1.2rem;
    right: 6px;
  }
  .quick-fact-icon {
    height: 40px;
    width: 40px;
  }
  .quick-fact.field-name-field-sunsail-base-airport {
    margin-right: 2rem;
  }
  .quick-fact.quick-fact-large {
    width: 19rem;
  }
  .quick-fact .suffix.suffix-inline {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 991px) {
  #quick-facts .field-name-field-sunsail-base-transfer {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .quick-facts-pane .quick-facts-row {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .quick-fact {
    margin: auto;
  }
  .quick-fact:first-child {
    margin-left: 0;
  }
  .quick-fact:last-child {
    margin-right: 0;
  }
  .quick-fact.field-name-field-sunsail-base-airport {
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .overview + .quick-facts-row {
    margin-top: -3rem;
  }
  .quick-facts-pane {
    margin-top: 40px;
  }
  .quick-fact {
    float: left;
    margin-right: 3rem;
  }
  .node-tm-yacht .quick-fact {
    margin-right: 2rem;
  }
  .quick-fact.leadin .price {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) {
  .overview + .quick-facts-row {
    margin-top: -6rem;
  }
  .quick-fact.leadin {
    width: 24rem;
    float: right;
  }
  .quick-facts-pane {
    margin-bottom: 0;
  }
  .node-tm-yacht .quick-fact {
    margin-right: 3rem;
  }
  .quick-fact.leadin .price {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-fact.leadin .usps li {
    font-size: 10px;
  }
}
.quick-fact.purple-light-border, .quick-fact.magenta-light-border, .quick-fact.yellow-light-border, .quick-fact.blue-light-border, .quick-fact.teal-light-border, .quick-fact.cta-light-border {
  border-style: solid;
  border-width: 1px;
}
.quick-fact.purple-bk {
  background: #fff;
  color: #91399c;
}
.quick-fact.purple-bk .label {
  color: #91399c;
}
.quick-fact.magenta-bk {
  background: #fff;
  color: #b30056;
}
.quick-fact.magenta-bk .label {
  color: #b30056;
}
.quick-fact.yellow-bk {
  background: #fff;
  color: #e1a51a;
}
.quick-fact.yellow-bk .label {
  color: #e1a51a;
}
.quick-fact.blue-bk {
  background: #fff;
  color: #2c4383;
}
.quick-fact.blue-bk .label {
  color: #2c4383;
}
.quick-fact.teal-bk {
  background: #fff;
  color: #029dab;
}
.quick-fact.teal-bk .label {
  color: #029dab;
}
.quick-fact.cta-bk {
  background: #fff;
  color: #c6002b;
}
.quick-fact.cta-bk .label {
  color: #c6002b;
}

.media-box {
  background: #f7f7f7;
  border: 1px solid #a1a1a1;
  border-top: 3px solid #499ddb;
  margin-bottom: 40px;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
}

.media-box h1.span-title-text > span,
.media-box h2.span-title-text > span,
.media-box h3.span-title-text > span,
.media-box h4.span-title-text > span,
.media-box h5.span-title-text > span {
  background: #f7f7f7;
}

body.modal-open {
  overflow: hidden;
  position: relative;
}

body.modal-form-open {
  position: fixed;
  height: 100%;
}

.modal-open .modal {
  z-index: 2001 !important;
}

.modal-dialog {
  width: 768px;
  margin: auto;
  max-height: calc(100vh - 150px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.modal-backdrop.fade.in {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.8;
}

.modal-body {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}

.modal-dialog .navbar-bar {
  display: none;
}

.modal-dialog .modal-header {
  border-bottom: none;
}

.modal-dialog .modal-header .bootstrap-dialog-header:before, .modal-dialog .modal-header .bootstrap-dialog-header:after {
  display: table;
  content: " ";
}
.modal-dialog .modal-header .bootstrap-dialog-header:after {
  clear: both;
}

.modal-dialog .modal-body {
  padding: 0 15px 20px;
}

.modal-dialog .bootstrap-dialog-body {
  border-top: 1px solid #a1a1a1;
  padding-top: 20px;
}

.modal-dialog .modal-content {
  border-radius: 0;
  border-top: 4px solid #c6002b;
}

.modal-dialog .bootstrap-dialog-title {
  font-size: 32px;
  font-weight: 600;
  color: #2c4383;
  line-height: 1.1;
  float: left;
}

.modal-dialog .bootstrap-dialog-close-button {
  float: right;
}

.modal-dialog .bootstrap-dialog-close-button button {
  opacity: 1;
  color: #c6002b;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-right: 35px;
  height: 33px;
}

.modal-dialog .bootstrap-dialog-close-button button i.fa-remove {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 0px;
  top: 3px;
  font-weight: 700;
  font-size: 16px;
}

.modal-dialog .modal-body #main {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 100%;
    max-width: 480px;
  }
  .modal-dialog .modal-header {
    border-bottom: 1px solid #a1a1a1;
  }
  .modal-dialog .bootstrap-dialog-body {
    border-top: none;
  }
  .modal-dialog .bootstrap-dialog-title {
    font-size: 22px;
  }
  .modal-dialog .bootstrap-dialog-close-button button {
    font-size: 15px;
    padding-right: 28px;
    height: 23px;
  }
  .modal-dialog .bootstrap-dialog-close-button button i.fa-remove {
    width: 23px;
    height: 23px;
    top: 0px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .modal-dialog .bootstrap-dialog-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-small .modal-dialog {
    width: 600px;
    max-height: 462px;
  }
  .modal-small .modal-body {
    max-height: 400px;
  }
}
/* "Wide" modal styles */
.modal-wide .modal-dialog {
  width: 95%;
  min-height: 90vh;
}
.modal-wide .modal-dialog .modal-content {
  height: 100%;
}
.modal-wide .modal-dialog .modal-body {
  max-height: calc(90vh - 72px);
}
.modal-wide .modal-dialog iframe {
  border: 0px solid transparent;
  min-height: 90vh;
  width: 100%;
}
.modal-wide .modal-dialog .bootstrap-dialog-body {
  padding-top: 0;
}

/* "Form" modal styles */
.modal-form .modal-dialog {
  width: 95%;
  min-height: 610px;
  max-height: 610px;
  max-width: 600px;
}
.modal-form .modal-dialog .modal-content {
  height: 100%;
}
.modal-form .modal-dialog .modal-body {
  max-height: 570px;
}
.modal-form .modal-dialog iframe {
  border: 0px solid transparent;
  min-height: 510px;
  width: 100%;
}
.modal-form .modal-dialog .bootstrap-dialog-body {
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  body.modal-form-open .modal-form .modal-dialog .modal-body {
    max-height: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-form .modal-dialog {
    min-height: 90vh;
    max-height: 90vh;
  }
  .modal-form .modal-dialog .modal-body {
    max-height: calc(90vh - 72px);
  }
  .modal-form .modal-dialog iframe {
    min-height: calc(90vh - 80px);
  }
}
@media only screen and (max-width: 479px) {
  .modal-form .modal-dialog {
    min-height: 430px;
    max-height: 430px;
  }
  .modal-form .modal-dialog .modal-body {
    max-height: 370px;
  }
  .modal-form .modal-dialog iframe {
    min-height: 350px;
  }
}
.modal-wide.modal-yacht .modal-dialog iframe,
.modal-wide.modal-share-quote .modal-dialog iframe {
  min-height: initial;
}

.bootstrap-dialog-message {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.view-mode-modal #feedbackify {
  display: none;
}

/* 360 gallery modal styles */
.sunsail-gallery-modal .modal-dialog {
  width: 100%;
  max-height: none;
}

.sunsail-gallery-modal .modal-dialog .modal-header {
  border-bottom: 1px solid #a1a1a1;
}

.sunsail-gallery-modal .modal-dialog .modal-body {
  padding: 0;
  max-height: none;
  overflow: hidden;
  overflow-y: hidden;
}

.sunsail-gallery-modal .modal-dialog .modal-body .bootstrap-dialog-body {
  padding: 0;
  border: none;
  overflow: hidden;
  overflow-y: hidden;
}

.sunsail-gallery-modal .modal-dialog .modal-body .bootstrap-dialog-body .bootstrap-dialog-message {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
}

.sunsail-gallery-modal .modal-dialog .modal-body .bootstrap-dialog-body .bootstrap-dialog-message iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

@media only screen and (max-width: 767px) {
  .sunsail-gallery-modal .modal-dialog {
    max-width: none;
  }
  .sunsail-gallery-modal .modal-dialog .modal-body .bootstrap-dialog-body .bootstrap-dialog-message {
    padding-bottom: 68%;
  }
}
@media only screen and (max-width: 479px) {
  .sunsail-gallery-modal .modal-dialog .modal-body .bootstrap-dialog-body .bootstrap-dialog-message {
    padding-bottom: 101%;
  }
}
.field-name-field-tm-yacht-360-display-url {
  margin: 40px 0;
}

a.sunsail-gallery-modal-link {
  background-image: url(../images/icons/360-double.png);
  background-repeat: no-repeat;
  background-position: 20px 9px;
  background-size: 23px 25px;
  padding-left: 60px;
}

a.sunsail-gallery-modal-link:hover,
a.sunsail-gallery-modal-link:focus {
  background-image: url(../images/icons/360-white-double.png);
  background-repeat: no-repeat;
  background-position: 20px 9px;
  background-size: 23px 25px;
}

.featured-block {
  background: #ececec;
  padding: 25px;
  margin-bottom: 2rem;
}

.featured-block .featured-block-title {
  font-size: 60px;
  color: #2c4383;
  line-height: 50px;
}

.featured-block .featured-block-sub-title {
  font-size: 32px;
  color: #2c4383;
  line-height: 32px;
  font-weight: 600;
}

@media only screen and (max-width: 479px) {
  .yacht-age div.col-xs-12 > div.col-xs-6.col-sm-12 {
    width: 100%;
  }
}
.region-hero .offer-ribbons,
.offer-ribbons.card-offer-ribbons {
  position: absolute;
  top: 0;
  right: 10px;
}

.offer-ribbons.card-offer-ribbons {
  left: 0px;
  right: auto;
}

.offer-ribbons .offer-ribbon {
  border-top-width: 8px;
  border-top-style: solid;
  width: 8rem;
  min-height: 13rem;
  margin-right: 10px;
  display: block;
  float: left;
  color: white;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.offer-ribbons .offer-ribbon:after {
  content: "";
  display: block;
  position: absolute;
  border: 4rem solid #c6002b;
  bottom: -4rem;
  border-top-width: 0rem;
  border-bottom-color: transparent;
  visibility: visible;
}

.offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-discount {
  font-size: 34px;
  line-height: 1;
  padding: 5px;
  padding-bottom: 0px;
  text-transform: uppercase;
}

.offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-label {
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  padding: 5px;
  padding-top: 0px;
}

.offer-ribbons .offer-ribbon i {
  display: none;
}

.offer-ribbons.card-offer-ribbons .offer-ribbon {
  width: 5.6rem;
  margin-left: 10px;
  margin-right: 0px;
  min-height: 8.5rem;
}
.offer-ribbons.card-offer-ribbons .offer-ribbon:after {
  bottom: -2.8rem;
  border-width: 0rem 2.8rem 2.8rem;
}

.card-layout .offer-ribbons.card-offer-ribbons .node.offer-ribbon,
.card-layout .offer-ribbons.card-offer-ribbons .node.offer-ribbon:nth-of-type(2n+1) {
  border-top-width: 8px;
  border-top-style: solid;
  clear: none;
  border: 0;
  border-color: #dd6680;
  padding: 0;
}

.card-layout .offer-ribbons.card-offer-ribbons .node.offer-ribbon > div {
  border: none;
}

.offer-ribbons.card-offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-discount {
  font-size: 23px;
  line-height: 1;
}

.offer-ribbons.card-offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-label {
  font-size: 10px;
  line-height: 12px;
}

@media only screen and (min-width: 768px) {
  .offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-discount {
    letter-spacing: -0.05em;
  }
  .card-layout .node:nth-of-type(2n) .offer-ribbons .offer-ribbon:first-child {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .offer-ribbons .offer-ribbon {
    width: 6rem;
    min-height: 12rem;
  }
  .offer-ribbons .offer-ribbon:after {
    border-width: 0rem 3rem 3rem;
    bottom: -3rem;
  }
  .offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-discount {
    font-size: 28px;
  }
  .offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-label {
    font-size: 12px;
    line-height: 1.1;
  }
  .offer-ribbons.card-offer-ribbons .offer-ribbon {
    min-height: 8.5rem;
    width: 4.6rem;
  }
  .offer-ribbons.card-offer-ribbons .offer-ribbon:after {
    border-width: 0rem 2.3rem 2.3rem;
    bottom: -2.3rem;
  }
  .offer-ribbons.card-offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-discount {
    font-size: 21px;
  }
  .offer-ribbons .offer-ribbon .field-name-field-sunsail-offer-label {
    padding: 0px 3px 3px;
  }
}
@media only screen and (max-width: 767px) {
  .offer-ribbons-mobile > h4 {
    margin: 2rem 0 1rem;
  }
  .offer-ribbons-mobile .offer-ribbons {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .offer-ribbons-mobile .offer-ribbons {
    padding-bottom: 2rem;
  }
  .offer-ribbons-mobile .offer-ribbons .offer-ribbon {
    min-height: 8.5rem;
    width: 14rem;
  }
  .offer-ribbons-mobile .offer-ribbons .offer-ribbon:first-child {
    margin-left: 0;
  }
  .offer-ribbons-mobile .offer-ribbons .offer-ribbon:last-child {
    margin-right: 0;
  }
  .offer-ribbons-mobile .offer-ribbons .offer-ribbon::after {
    border-width: 0rem 7rem 2rem;
    bottom: -2rem;
  }
  .offer-ribbons-mobile .offer-ribbon .field-name-field-sunsail-offer-discount {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }
  .offer-ribbons-mobile .offer-ribbon .field-name-field-sunsail-offer-label {
    padding-right: 20px;
  }
  .offer-ribbons-mobile .offer-ribbon .field-name-field-sunsail-offer-label::after {
    content: "\f105";
    display: inline;
    font-family: "FontAwesome";
    margin-left: 0.2rem;
  }
}
@media only screen and (max-width: 479px) {
  .offer-ribbons-mobile .offer-ribbons .offer-ribbon {
    min-height: 9.5rem;
    width: 9rem;
  }
  .offer-ribbons-mobile .offer-ribbons .offer-ribbon::after {
    border-width: 0rem 4.5rem 2rem;
  }
  .offer-ribbons-mobile .offer-ribbon .field-name-field-sunsail-offer-discount {
    font-size: 16px;
  }
}
#tc-link {
  color: #ffffff;
  font-size: 0.5rem;
  margin: 3px;
  display: block;
}

#T051-iframe {
  border: none;
  width: 100%;
}

.block-lb-general-social-media-links-footer li.fb a {
  font-size: 15px;
  background-image: url(//dd6zx4ibq538k.cloudfront.net/static/images/3806/6c44b4e7d86c88860ac95d039679230d_14_15.png);
}

.block-lb-general-social-media-links-footer li.twitter a {
  font-size: 15px;
  background-image: url(//dd6zx4ibq538k.cloudfront.net/static/images/3806/7a1f0e87035b8d838f530e8f8bcdff15_15_12.png);
}

.block-lb-general-social-media-links-footer li.youtube a {
  font-size: 15px;
  background-image: url(//dd6zx4ibq538k.cloudfront.net/static/images/3806/6422afe709124ab0a6ab683728398469_14_17.png);
}

#footer > div {
  padding-left: 7%;
  padding-right: 7%;
}

.T051site-footer {
  background: #499ddb;
  color: #ffffff;
  margin-top: -1rem;
}

.T051site-footer h5 {
  color: #ffffff;
}

.T051site-footer li a {
  color: #ffffff;
}

.T051site-footer a {
  color: #ffffff;
}

#T051-footer {
  min-height: 150px;
  display: block;
  background: #ffffff;
  padding: 0px 40px;
  margin: 2rem 1rem;
  font-family: "DIN1451W01-Mittelschrif";
  font: 16px "Proxima N W01 Reg", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.T051-contact-segment {
  display: block;
  float: left;
  text-align: center;
  padding: 10px 40px;
  min-height: 150px;
}
.T051-contact-segment.two-cols {
  width: 49%;
}
.T051-contact-segment.three-cols {
  width: 33%;
}

#T051-book {
  border-right: #eaeff2 solid 3px;
  border-left: #eaeff2 solid 3px;
}
#T051-book.two-cols {
  border-right: none;
}

#T051-credit-cards {
  display: block;
  width: 60%;
  height: 50px;
  margin: auto;
}

.T051-card {
  display: block;
  float: left;
  width: 30%;
  margin: 2px;
}

.T051-icon {
  height: 25px;
  width: 25px;
  vertical-align: text-bottom;
}

.T051-contact-segment h3, .T051-contact-segment a {
  color: #2C4383;
  font-size: 24px;
}

.T051-contact-segment p {
  font-size: 12px;
}

#T051-number a {
  color: #499ddb;
  font-weight: 300;
}

#T051-chat-button {
  color: #c6002b;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #c6002b;
  border-radius: 2px;
  font-size: 1.2em;
  line-height: 1.428571429;
  text-decoration: none !important;
  margin: 10px 0;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
#T051-chat-button:hover {
  background-color: #c6002b;
  color: #fff;
}
#T051-chat-button:active {
  border-color: #adadad;
  background-color: #e6e6e6;
  color: #333;
}

#hubspot-chat-button {
  color: #c6002b;
  font-weight: 600;
  padding: 10px 20px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #c6002b;
  border-radius: 2px;
  font-size: 1.2em;
  line-height: 1.428571429;
  text-decoration: none !important;
  margin: 10px 0;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
}
#hubspot-chat-button:hover {
  background-color: #c6002b;
  color: #fff;
}
#hubspot-chat-button:active {
  border-color: #adadad;
  background-color: #e6e6e6;
  color: #333;
}

#T051-email-signup {
  width: 100%;
  background-color: #2C4383;
  color: #ffffff;
  height: 90px;
}

#T051-signup-text {
  display: block;
  float: left;
  width: 35%;
  font-size: 1.2rem;
  text-align: center;
  padding: 0% 3%;
  margin-top: 0.7rem;
}

#T051-email-field {
  display: block;
  width: 65%;
  float: left;
  height: 85px;
}

#webform-client-form-6006 {
  width: 200px;
}

#edit-submitted-e-mail-address {
  border-radius: 3px;
  width: 30%;
}

#T051-submit {
  display: block;
  float: left;
  position: relative;
  top: -85px;
  left: 230px;
}

.T051-signup-btn {
  display: block;
  float: left;
  width: 100%;
  color: #fff;
  background-color: #C6002b;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  margin-top: 1rem;
  text-align: center;
  margin-left: 1rem;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 3px !important;
  border: none !important;
  font-size: 0.875rem;
}

#habla_window_div #habla_topbar_div {
  background-color: #2C4383 !important;
}

#habla_window_div .habla_offline_submit_input {
  background-color: #2C4383 !important;
}

@media only screen and (min-width: 40.063em) {
  .T051site-footer {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1200px) {
  #T051-signup-text {
    font-size: 0.98rem;
    width: 30%;
  }
  #T051-email-field {
    width: 70%;
  }
}
@media only screen and (max-width: 950px) {
  #T051-footer {
    padding: 0px;
  }
  #T051-chat-button {
    width: 80%;
  }
}
@media screen and (max-width: 950px) {
  .T051-contact-segment.two-cols,
  .T051-contact-segment.three-cols {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
  #T051-footer {
    max-height: 550px;
  }
  #T051-book {
    border-top: #eaeff2 solid 3px;
    border-bottom: #eaeff2 solid 3px;
  }
  #T051-book.two-cols {
    border-bottom: none;
    border-left: none;
  }
  #T051-signup-text {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0;
  }
  #T051-email-signup {
    height: 120px;
  }
  #T051-email-field {
    width: 95%;
    margin-left: 5%;
  }
  #T051-book > div:nth-child(3) {
    display: block;
    width: 100%;
  }
  #T051-credit-cards {
    margin: 0% 40%;
  }
  .T051-card {
    width: 10%;
  }
  #T051-button {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #T051-email-signup {
    height: 140px;
  }
}
.booking-flow {
  margin-top: 15px;
}
.booking-flow h2 {
  font-size: 1.778em;
  font-weight: bold;
  margin-top: 12px;
}
.booking-flow h3 {
  font-size: 1.333em;
  color: #2c4383;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .booking-flow span.error {
    display: block;
    margin-top: 5px;
  }
}
.booking-flow form label {
  display: block;
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.34;
  color: #2c4383;
  padding-left: 5px;
  margin-top: 10px;
}
.booking-flow form .error {
  color: #c6002b;
}
.booking-flow .payment h2, .booking-flow .payment h3 {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .booking-flow {
    padding-left: 0;
    padding-right: 0;
  }
}
.booking-flow nav {
  display: flex;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
  justify-content: space-between;
  width: 100%;
  margin-inline: auto;
}
.booking-flow nav:before, .booking-flow nav:after {
  display: table;
  content: " ";
}
.booking-flow nav:after {
  clear: both;
}
.booking-flow nav > .step {
  padding: 0;
  height: auto;
}
.booking-flow .steps {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .booking-flow .steps {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .booking-flow .steps {
    padding-top: 40px;
  }
}
.booking-flow .number {
  border: 1px solid #2C4383;
  border-radius: 50%;
  display: block;
  height: 24px;
  text-align: center;
  width: 24px;
  margin-right: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  z-index: 3;
}

.booking-flow .step {
  color: #2C4383;
  display: flex;
  flex-direction: column;
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: -50px;
  margin-top: 4px;
  height: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
  text-align: center;
  align-items: center;
  flex: 1;
  margin-left: 0 !important;
  margin-top: 0;
}
.booking-flow .step:not(.active) .number {
  background: #fff;
  z-index: 3;
}
.booking-flow .step::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #BEBEBE;
  top: 22%;
}
@media only screen and (max-width: 991px) {
  .booking-flow .step {
    background-size: 480px 40px;
    font-size: 0.889em;
    height: 40px;
    padding-top: 8px;
    padding-left: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .booking-flow .step {
    background-size: 384px 32px;
    font-size: 0.778em;
    height: 32px;
    letter-spacing: -0.02em;
    margin-left: -30px;
    min-width: auto;
    padding-left: 3.4rem;
    padding-top: 7px;
    width: calc(51% + 15px);
  }
}
.booking-flow .step:first-child {
  margin-left: 0;
  min-width: 20%;
  padding-left: 1rem;
  z-index: 3;
}
.booking-flow .step:first-child::before {
  width: 100%;
  left: 50%;
}
@media only screen and (max-width: 1199px) {
  .booking-flow .step:first-child {
    min-width: 23%;
  }
}
@media only screen and (max-width: 767px) {
  .booking-flow .step:first-child {
    min-width: initial;
    padding-left: 0.5rem;
    width: calc(49% + 15px);
  }
}
.booking-flow .step:last-child::before {
  width: 44%;
  left: 0;
  right: auto;
}
.booking-flow .step.completed::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 50%;
  background-color: #2C4383;
  top: 22%;
  z-index: 2;
}
.booking-flow .step.completed:last-child::after {
  width: 44%;
  left: 0;
  right: auto;
}
.booking-flow .step.completed .number {
  background: #2C4383;
}
.booking-flow .step.completed .number::before {
  content: "";
  display: inline-block;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 12px;
  top: 5px;
  width: 6px;
  border-bottom: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  position: absolute;
}
.booking-flow .step.active .number {
  background-color: #2C4383;
  color: #fff;
}
.booking-flow .step.active::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #BEBEBE;
  top: 22%;
}
.booking-flow .step.active:first-child::after {
  width: 44%;
  left: auto;
  right: 0;
}
.booking-flow .step.active:last-child::after {
  width: 44%;
  left: 0;
  right: auto;
}

.booking-flow input[type=text], .booking-flow input[type=email], .booking-flow input[type=tel] {
  width: 300px;
  max-width: 100%;
  height: 42px;
  padding-left: 10px;
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #2c4383;
}
.booking-flow input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.booking-flow input[name=dobMonth], .booking-flow input[name=dobDay] {
  width: 60px;
  height: 42px;
  margin-right: 15px;
  padding-left: 10px;
  border: 1px solid #2c4383;
}
.booking-flow input[name=dobYear] {
  width: 70px;
  height: 42px;
  margin-right: 15px;
  padding-left: 10px;
  border: 1px solid #2c4383;
}
.booking-flow input.promo {
  margin-right: 0;
}

.booking-flow button[type=submit] {
  float: right;
  margin: 15px;
  padding: 5px;
  min-width: 30rem;
}
@media only screen and (max-width: 767px) {
  .booking-flow button[type=submit] {
    width: 100%;
    margin: 15px 0;
    min-width: 0;
  }
}

.booking-flow .passenger button[type=submit] {
  float: left;
  margin: 15px 0;
  padding: 5px;
  min-width: 30rem;
}
@media only screen and (max-width: 767px) {
  .booking-flow .passenger button[type=submit] {
    width: 100%;
    margin: 15px 0;
    min-width: 0;
  }
}

.booking-flow select {
  border-width: 1px;
  width: 300px;
  height: 42px;
  background: #ffffff;
  border-color: #2c4383;
  padding: 0 10px;
  max-width: 100%;
  display: inline-block;
  margin-right: 15px;
}

.booking-flow .main .extras {
  border-bottom: 2px solid #ececec;
  margin-bottom: 5px;
}
.booking-flow .main .extras .capacity-message {
  color: #c6002b;
}

.booking-flow .Collapsible,
.booking-flow .nonCollapsible {
  margin-bottom: 5px;
}
.booking-flow .Collapsible .Collapsible__trigger,
.booking-flow .Collapsible .categoryTitle,
.booking-flow .nonCollapsible .Collapsible__trigger,
.booking-flow .nonCollapsible .categoryTitle {
  background-color: #ececec;
  padding: 12px 15px 12px 20px;
  display: block;
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #499ddb;
}
.booking-flow .Collapsible .Collapsible__trigger,
.booking-flow .nonCollapsible .Collapsible__trigger {
  cursor: pointer;
}
.booking-flow .Collapsible .Collapsible__trigger:after,
.booking-flow .nonCollapsible .Collapsible__trigger:after {
  color: #499ddb;
  border: 1px solid #ccc;
  border-radius: 50%;
  float: right;
  font-size: 16px;
  height: 28px;
  width: 28px;
  text-align: center;
}
.booking-flow .Collapsible .Collapsible__trigger.is-open:after,
.booking-flow .nonCollapsible .Collapsible__trigger.is-open:after {
  content: "▲";
  padding-top: 2px;
}
.booking-flow .Collapsible .Collapsible__trigger.is-closed:after,
.booking-flow .nonCollapsible .Collapsible__trigger.is-closed:after {
  content: "▼";
  padding-top: 4px;
}

.booking-flow .main .extra {
  border: 1px solid #ececec;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .booking-flow .main .extra h2 {
    margin-top: 12.5px;
  }
}
.booking-flow .main .extra .extra-line-item {
  padding: 0 10px 5px 10px;
}
.booking-flow .main .extra .extra-line-item .ui {
  display: inline-block;
  margin-right: 20px;
  line-height: 1em;
}
.booking-flow .main .extra .extra-line-item .ui input[type=text] {
  border-left: none;
  border-right: none;
  border-top: solid 1px #d9d6d0;
  border-bottom: solid 1px #d9d6d0;
  background: none;
  text-align: center !important;
  font-weight: bold;
  height: 30px;
  width: 40px;
  padding: 0 5px;
  margin: 0;
}
.booking-flow .main .extra .extra-line-item .ui button {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #142346;
  border-radius: 3px !important;
  font-weight: bold;
}
.booking-flow .main .extra .extra-line-item .ui button i {
  font-size: 1.25em;
  font-style: normal;
  text-align: center;
  line-height: 0.1em;
}
.booking-flow .main .extra .extra-line-item .ui button i.minus:before {
  content: "-";
}
.booking-flow .main .extra .extra-line-item .ui button i.plus:before {
  content: "+";
}
.booking-flow .main .extra .extra-line-item .ui button.disabled i {
  color: #eeeeee;
}
@media only screen and (max-width: 767px) {
  .booking-flow .main .extra .extra-line-item .ui.input {
    margin-left: 3rem;
  }
}
.booking-flow .main .extra .extra-inner-capacity-message {
  padding: 0 10px 25px 10px;
  font-size: 0.875em;
  color: #c6002b;
}
@media only screen and (max-width: 767px) {
  .booking-flow .main .extra .extra-inner-capacity-message {
    padding-bottom: 15px;
  }
}
.booking-flow .main .extra .extra-inner {
  padding: 20px 5px;
}
.booking-flow .main .extra .notes {
  margin: 0 0 15px 0;
}
.booking-flow .main .extra .notes .crew-message {
  border-left: 1px solid #000;
  margin-left: 15px;
  padding-left: 15px;
}
.booking-flow .main .extra.capacity-error {
  border: 2px solid #c6002b;
}
.booking-flow .main .extra .extra-description {
  margin: 0;
  color: #1c2021;
  font-size: 0.875em;
  padding-top: 10px;
  width: 100%;
}
.booking-flow .main .extra .extra-description.image .qualifier {
  margin: 5px 0 10px 0;
}
@media only screen and (max-width: 479px) {
  .booking-flow .main .extra .extra-description.image .image {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .booking-flow .main .extra .extra-description.image .text {
    width: 100%;
    margin-top: 15px;
  }
}
.booking-flow .main .extra select {
  width: 40px;
  padding: 0 0 0 5px;
  float: right;
}
@media only screen and (min-width: 480px) {
  .booking-flow .main .extra .price-quantity {
    float: right;
  }
}
.booking-flow .main .extra .price-quantity .totalPrice {
  display: inline-block;
  margin: 5px 0;
  float: right;
  font-weight: bold;
}
.booking-flow .main .extra label {
  display: inline-block;
  color: #2c4383;
  font-weight: bold;
  max-width: 65%;
  margin: 0;
}
.booking-flow .main .extra.child {
  background-color: rgba(217, 83, 79, 0.8);
}
.booking-flow .main .extra img {
  width: 100%;
}

.booking-flow .price-changed-message {
  background-color: #e1a51a;
  color: white;
  padding: 15px 20px;
}

.booking-flow .error-icon {
  float: left;
  position: relative;
  font-size: 4em;
  top: 6px;
}

.booking-flow .error-message {
  padding-bottom: 10px;
  padding-left: 80px;
}

.booking-flow .main .extras .btn-primary {
  margin: 20px 0 20px;
}

.booking-flow .passenger h3 {
  font-weight: bold;
}
.booking-flow .passenger .description {
  font-size: 16px;
}
.booking-flow .passenger .geosuggest {
  width: 300px;
  max-width: 100%;
  display: inline-block;
  margin-right: 15px;
}
.booking-flow .passenger .geosuggest__suggests {
  list-style: none;
  width: 300px;
  margin: 0;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  border: 1px solid #142346;
}
.booking-flow .passenger .geosuggest__suggests--hidden {
  max-height: 0;
  display: none;
  border-width: 0;
}
.booking-flow .passenger .geosuggest__item--active,
.booking-flow .passenger .geosuggest__item:hover {
  color: #499ddb;
}
.booking-flow .passenger .geosuggest__item:hover {
  cursor: pointer;
}
.booking-flow .passenger .promo,
.booking-flow .passenger button {
  margin-right: 0;
}
.booking-flow .passenger .promo:disabled,
.booking-flow .passenger button:disabled {
  opacity: 0.5;
}
.booking-flow .passenger .promo + button {
  background-color: #2c4383;
  color: #ffffff;
  margin: -2px 0 0 -2px;
  width: 145px;
  padding: 9px 20px;
  font-weight: normal;
  border: none;
}
@media only screen and (max-width: 767px) {
  .booking-flow .passenger .promo + button {
    margin-top: 15px;
    width: 100%;
    max-width: 300px;
  }
}
.booking-flow .passenger .promo + button:focus, .booking-flow .passenger .promo + button:hover {
  background-color: #2c4383;
  border: none;
}
.booking-flow .passenger label.terms-conditions {
  font-size: 0.889em;
  color: #1c2021;
  font-weight: normal;
}
.booking-flow .passenger label.abandon-basket {
  font-size: 0.889em;
  color: #1c2021;
  font-weight: normal;
  max-width: 54%;
  margin-bottom: 20px;
}

.booking-flow .payment .reload-iframe {
  display: none !important;
}
.booking-flow .payment .description {
  margin-top: 10px;
  font-size: 0.75em;
}
.booking-flow .payment .payment-screen-notes {
  margin-bottom: 10px;
}
.booking-flow .payment h2 + h3 {
  background: url(../images/icons/secure.png) no-repeat left 4px;
  background-size: 12px auto;
  padding-left: 2rem;
  margin-top: 15px;
}
.booking-flow .payment .deposit-toggle.fee-group {
  margin-top: 20px;
}
.booking-flow .payment .deposit-toggle > p {
  font-size: 1em;
  color: #2c4383;
  font-weight: bold;
}
.booking-flow .payment .deposit-toggle label {
  display: block;
  padding: 10px;
  border: 1px solid #ececec;
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
  font-weight: normal;
}
.booking-flow .payment .deposit-toggle label:hover {
  background-color: #ececec;
}
.booking-flow .payment .deposit-toggle label input {
  margin-right: 10px;
}
.booking-flow .payment .deposit-toggle label .amount {
  font-size: 1em;
  margin-right: 5px;
}
.booking-flow .payment .deposit-toggle label .payment-type {
  font-size: 0.75em;
}
.booking-flow .payment .deposit-toggle label.checked {
  background-color: #ececec;
}
.booking-flow .payment .deposit-toggle .description {
  margin-top: 10px;
  font-size: 0.75em;
}
.booking-flow .payment .error-cc {
  font-size: 1em;
  color: #2c4383;
  font-weight: bold;
  margin-top: 15px;
}
.booking-flow .payment .credit-cards {
  justify-content: left;
}
.booking-flow .payment .credit-cards img {
  width: 58px;
  height: 38px;
  margin-right: 5px;
}

.booking-flow iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.booking-flow .booking-details {
  background-color: #ececec;
  color: #2c4383;
}
.booking-flow .booking-details .yacht-image {
  padding: 0;
}
.booking-flow .booking-details .departure-details {
  font-size: 0.778em;
  color: #142346;
  padding: 10px 0 10px 15px !important;
}

.booking-flow .sidebar *[class*=col-] {
  padding: 0;
}
.booking-flow .sidebar .yacht-image {
  padding: 0;
}
.booking-flow .sidebar h3, .booking-flow .sidebar h5 {
  color: #2c4383;
  font-weight: normal;
}
.booking-flow .sidebar h2, .booking-flow .sidebar h3.your-booking {
  font-weight: bold;
}
.booking-flow .sidebar h3.title {
  font-size: 1.333em;
  font-weight: bold;
  padding: 15px 15px 0 15px;
}
.booking-flow .sidebar h5 {
  font-size: 0.889em;
  border-bottom: 1px solid #ccc;
}
.booking-flow .sidebar h6 {
  font-size: 0.889em;
}
.booking-flow .sidebar .departure-details {
  font-size: 1em;
  color: #2c4383;
}
.booking-flow .sidebar .price-label {
  margin: 10px 0;
  font-size: 0.889em;
  line-height: 1.34;
  color: #252525;
}
.booking-flow .sidebar .taxes-fees {
  margin-top: 10px;
  border-top: solid 1px #ececec;
}
.booking-flow .sidebar .taxes-fees .discount .name {
  font-size: 0.8em;
}
.booking-flow .sidebar .fee .name {
  font-size: 0.8em;
}
.booking-flow .sidebar .fee .price {
  font-size: 0.8em;
  color: #142346;
}
.booking-flow .sidebar .inner {
  border: 1px solid #D0CDC5;
}
@media only screen and (max-width: 767px) {
  .booking-flow .sidebar .inner {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
}
.booking-flow .sidebar .priceDetails {
  padding: 15px;
}
.booking-flow .sidebar .yacht_name {
  line-height: 1.17;
  font-size: 0.8em;
  margin-top: 5px;
}
.booking-flow .sidebar .yacht_class {
  line-height: 1.17;
  font-size: 0.8em;
  margin: 10px 0;
}
.booking-flow .sidebar .price {
  text-align: right;
  color: #142346;
  font-size: 0.8em;
}
.booking-flow .sidebar .extra {
  margin-bottom: 5px;
}
.booking-flow .sidebar .extra .name {
  font-size: 0.8em;
}
.booking-flow .sidebar .totalPrice {
  background-color: #ececec;
  padding: 15px;
}
.booking-flow .sidebar .totalPrice label {
  display: inline;
  font-size: 0.889em;
  font-weight: bold;
  line-height: 1.34;
  margin-top: 5px;
  color: #2c4383;
}
@media only screen and (min-width: 992px) {
  .booking-flow .sidebar .totalPrice label {
    font-size: 1em;
  }
}
.booking-flow .sidebar .totalPrice .price {
  color: #c6002b;
  font-size: 1em;
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .booking-flow .sidebar .totalPrice .price {
    font-size: 1.333em;
  }
}
.booking-flow .sidebar .sidebar-footer .deposit,
.booking-flow .sidebar .sidebar-footer .full,
.booking-flow .sidebar .sidebar-footer .disclaimer,
.booking-flow .sidebar .sidebar-footer .credit-card-copy {
  margin-bottom: 15px;
}
.booking-flow .sidebar .sidebar-footer .full,
.booking-flow .sidebar .sidebar-footer .deposit {
  font-size: 0.8em;
}
.booking-flow .sidebar .sidebar-footer .disclaimer,
.booking-flow .sidebar .sidebar-footer .credit-card-copy {
  font-size: 0.667em;
}
.booking-flow .sidebar .sidebar-footer .credit-card-copy {
  text-align: center;
  font-weight: bold;
}
.booking-flow .sidebar .sidebar-footer .credit-cards-image {
  display: flex;
  justify-content: center;
}
.booking-flow .sidebar .sidebar-footer .credit-cards-image img {
  width: 47px;
  height: 30px;
  margin-right: 5px;
}
.booking-flow .sidebar .sidebar-footer .booking-share-quote {
  margin-bottom: 15px;
}
.booking-flow .sidebar .sidebar-footer .booking-share-quote .cta-outline-primary {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .booking-flow.confirmation .step {
    width: calc(50% + 15px);
  }
  .booking-flow.confirmation .step:first-child, .booking-flow.confirmation .step:nth-child(3) {
    width: calc(48% + 15px);
  }
}
.booking-flow.confirmation .sidebar .inner {
  border: 1px solid #ececec;
}
.booking-flow.confirmation .sidebar .departure-details div {
  padding-bottom: 5px;
}
.booking-flow.confirmation .sidebar .departure-details div:nth-child(2) {
  padding-top: 20px;
}
.booking-flow.confirmation .summary-title {
  padding-left: 30px;
  line-height: 1.34;
  font-size: 16px;
}
.booking-flow.confirmation .top-text {
  padding: 15px;
}
.booking-flow.confirmation .top-text h3 {
  padding: 0;
  margin-bottom: 15px;
}
.booking-flow.confirmation .priceDetails .fee .name,
.booking-flow.confirmation .priceDetails .yacht_name {
  font-size: 14px;
  font-weight: bold;
}
.booking-flow.confirmation .priceDetails .fee .price,
.booking-flow.confirmation .priceDetails .price {
  font-size: 16px;
}
.booking-flow.confirmation .top-text .booking-id .id-code {
  padding: 5px;
  color: #fff;
  font-size: 24px;
  background-color: #2c4383;
}
.booking-flow.confirmation .part {
  padding-top: 10px;
  border-top: 1px solid #ececec;
}
.booking-flow.confirmation .part {
  padding-top: 10px;
  border-top: 1px solid #ececec;
}
.booking-flow.confirmation .part .discount .name {
  font-size: 0.8em;
}
.booking-flow.confirmation .charter-name {
  color: #2c4383;
  font-size: 20px;
  font-weight: bold;
}
.booking-flow.confirmation .amount-paid .paid-price {
  text-align: right;
  color: #2c4383;
}
.booking-flow.confirmation .amount-due {
  background-color: #2c4383;
  border: 1px solid #2c4383;
  padding: 5px 15px;
  font-size: 12px;
  color: #fff;
}
.booking-flow.confirmation .amount-due .paid-label {
  font-size: 14px;
  font-weight: bold;
}
.booking-flow.confirmation .amount-due .due-price {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.booking-flow.confirmation .amount-due .paid-text {
  padding-top: 2px;
}
.booking-flow.confirmation .amount-due .smiley {
  font-size: 12px;
}
.booking-flow.confirmation .whats-next {
  font-size: 16px;
}
.booking-flow.confirmation .whats-next .title {
  color: #fff;
  background-color: #2c4383;
  padding: 5px 5px 5px 15px;
  font-size: 24px;
  margin-bottom: 0;
}
.booking-flow.confirmation .whats-next .inner {
  background-color: #ececec;
  padding: 15px;
}
.booking-flow.confirmation .whats-next ul {
  padding-left: 20px;
}
.booking-flow.confirmation .whats-next li {
  margin-bottom: 15px;
}
.booking-flow.confirmation .whats-next .phone-number {
  padding-left: 20px;
  font-weight: bold;
  font-size: 24px;
}
.booking-flow.confirmation .whats-next .phone-number .phone:after {
  content: "*";
  font-size: 21px;
  font-weight: bold;
  color: #499ddb;
  position: relative;
  bottom: 1px;
  margin-right: -5px;
}
.booking-flow.confirmation .whats-next .phone-number .number {
  border: none;
  display: block;
  width: auto;
  text-align: left;
}
.booking-flow.confirmation .whats-next .social-links {
  margin-top: 10px;
}
.booking-flow.confirmation .whats-next .social-links ul {
  list-style: none;
  display: flex;
  flex-direction: row;
}
.booking-flow.confirmation .whats-next .social-links li {
  margin-right: 15px;
}
.booking-flow.confirmation .whats-next .social-links li .network--icon {
  width: 32px;
  height: 32px;
  display: block;
}
.booking-flow.confirmation .whats-next .social-links li .network--icon.facebook {
  background: url(../images/social/facebook.png) no-repeat center center;
}
.booking-flow.confirmation .whats-next .social-links li .network--icon.instagram {
  background: url(../images/social/instagram.png) no-repeat center center;
}
.booking-flow.confirmation .whats-next .social-links li .network--icon.twitter {
  background: url(../images/social/twitter.png) no-repeat center center;
}
.booking-flow.confirmation .whats-next .social-links li .network--icon.youtube {
  background: url(../images/social/youtube.png) no-repeat center center;
}
.booking-flow.confirmation .whats-next .social-links li .network--name {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.booking-flow-bottom .bottom-copy {
  margin: 24px 0 15px 0;
}
.booking-flow-bottom .bottom-copy .bottom-inner {
  padding: 15px;
  background-size: 30px;
  background-color: #f3f3f3;
}
.booking-flow-bottom .bottom-copy h3 img {
  margin-top: -5px;
  margin-right: 5px;
}

.i18n-en-au .sidebar .totalPrice .price {
  font-size: 1em;
  margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
  .booking-flow .Collapsible .is-open + .Collapsible__contentOuter {
    overflow: visible !important;
  }
}
@media all and (max-width: 660px) {
  .booking-flow .sidebar .yacht-image {
    width: 100%;
  }
  .booking-flow .sidebar .yacht-image img {
    width: 100%;
  }
  .booking-flow .sidebar .departure-details {
    width: 100%;
  }
}
/* Loading page */
.booking-flow.booking-loading {
  margin-top: 40px;
}

.booking-flow.booking-loading .loading-message-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 130px;
}

.booking-flow.booking-loading .loading-message-wrapper img {
  width: 45px;
  height: 56px;
  margin-right: 20px;
  animation: booking-flow-loading-page-animation 3s infinite ease-in-out;
}

@media only screen and (max-width: 479px) {
  .booking-flow.booking-loading .loading-message-wrapper {
    flex-direction: column;
  }
  .booking-flow.booking-loading .loading-message-wrapper img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .booking-flow.booking-loading .loading-message-wrapper span {
    text-align: center;
  }
}
@keyframes booking-flow-loading-page-animation {
  0%, 100% {
    transform: rotate(-30deg);
  }
  20% {
    transform: scale(0.88);
  }
  50% {
    transform: rotate(30deg);
  }
  80% {
    transform: scale(0.88);
  }
}
#sliding-popup.sliding-popup-bottom {
  position: fixed;
  width: 100%;
  background: #ededed;
  border-top: 2px solid #c6002b;
  opacity: 0.9;
  z-index: 9999999990;
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-text p {
  color: #323232 !important;
  font-size: 16px;
  font-weight: 100;
}
@media only screen and (max-width: 1199px) {
  #sliding-popup.sliding-popup-bottom .popup-content #popup-text {
    width: 100%;
    max-width: none;
  }
}
#sliding-popup.sliding-popup-bottom .popup-content #popup-buttons button {
  color: #fff;
  background-color: #2c4383;
  background-image: none;
  text-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  margin: 5px 0;
  font-size: 18px;
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (max-width: 1199px) {
  #sliding-popup.sliding-popup-bottom .popup-content #popup-buttons {
    width: 100%;
    float: left;
    max-width: none;
  }
}

.pane-sunsail-customer-reviews-sunsail-customer-review-bar {
  margin-top: 40px;
}
.pane-sunsail-customer-reviews-sunsail-customer-review-bar .tab-container li {
  width: 50%;
  text-align: center;
}
.pane-sunsail-customer-reviews-sunsail-customer-review-bar .tab-container li a {
  padding: 20px 15px;
  height: 70px;
  border-color: transparent;
  margin: 0;
}
.pane-sunsail-customer-reviews-sunsail-customer-review-bar .tab-container li a:focus {
  border-color: transparent;
}
.pane-sunsail-customer-reviews-sunsail-customer-review-bar .tab-container li.active a {
  background: #F5F5F6;
  border-bottom: 2px solid #142346;
}

#share-quote-form-wrapper {
  font-size: 16px;
  margin: 0 auto;
  padding-top: 1rem;
  width: 365px;
}
#share-quote-form-wrapper div.alert-danger {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
}
#share-quote-form-wrapper div.alert-danger em.placeholder {
  word-wrap: break-word;
}
#share-quote-form-wrapper.share-quote-success-message {
  color: #2c4383;
  font-size: 20px;
  font-weight: 700;
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  width: 100%;
}

.share-quote-error-message {
  color: #c6002b;
  font-size: 20px;
  font-weight: 700;
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  width: 100%;
}

#sunsail-charters-share-quote-form {
  color: #2c4383;
}
#sunsail-charters-share-quote-form .description {
  color: #2c4383;
  margin: 1rem 0;
  margin-top: 1.5rem;
}
#sunsail-charters-share-quote-form .form-control {
  background-color: #eeeeee;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 16px;
  height: 35px;
  padding: 0.5rem 1rem;
}
#sunsail-charters-share-quote-form .form-item {
  margin-bottom: 1rem;
}
#sunsail-charters-share-quote-form .form-item input.error {
  border: 1px solid #c6002b;
}
#sunsail-charters-share-quote-form .form-notes,
#sunsail-charters-share-quote-form .btn {
  display: inline-block;
  margin-top: 1rem;
  width: auto;
}
#sunsail-charters-share-quote-form .btn {
  width: auto;
}
#sunsail-charters-share-quote-form .form-notes {
  margin-right: 2rem;
}
#sunsail-charters-share-quote-form label {
  font-weight: normal;
}
#sunsail-charters-share-quote-form .form-item-email-alerts-optout label {
  font-size: 14px;
}
#sunsail-charters-share-quote-form .form-item-email-alerts-optout label input {
  margin-top: 3px;
}
#sunsail-charters-share-quote-form .form-required {
  color: #2c4383;
}

@media only screen and (max-width: 479px) {
  #sunsail-charters-share-quote-form .description {
    margin: 1rem 0rem 0.5rem;
  }
  #sunsail-charters-share-quote-form .form-notes {
    margin-right: 1rem;
  }
  #sunsail-charters-share-quote-form .btn {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
  }
  #sunsail-charters-share-quote-form label {
    margin-bottom: 0;
  }
  #share-quote-form-wrapper {
    width: 100%;
    font-size: 15px;
  }
  #share-quote-form-wrapper div.alert-danger {
    padding-left: 2rem;
  }
  #share-quote-form-wrapper div.alert-danger ul {
    padding-left: 1rem;
  }
}
.tag-editor {
  padding: 0.5rem 0rem;
  border: 1px solid #eeeeee;
}

.tag-editor .tag-editor-tag {
  background-color: #eeeeee;
  color: #555555;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 15px 0px 0px 15px;
  padding-left: 10px;
  max-width: 83%;
}

.tag-editor .tag-editor-delete {
  background-color: #eeeeee;
  color: #555555;
  position: relative;
  border-radius: 0px 15px 15px 0px;
  padding-left: 3px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.tag-editor .tag-editor-delete:before {
  position: absolute;
  color: #a1a1a1;
  content: "|";
  font-size: 12px;
  top: 3px;
}

.tag-editor .tag-editor-delete i {
  padding-left: 8px;
}

.tag-editor .tag-editor-delete i:before,
.tag-editor .tag-editor-delete:hover i:before {
  color: #555555;
}

.tag-editor li.error .tag-editor-tag {
  color: red;
  background: #FFD8D8;
}

.tag-editor li.error .tag-editor-delete {
  background-color: #FFD8D8;
}

.tag-editor li.error .tag-editor-delete i:before {
  color: red;
}

.tag-editor li {
  max-width: 99%;
}

.sailing-cv div#edit-submitted-sailing-qualifications-qualifications-you-hold > .checkbox,
.sailing-cv div#edit-submitted-yachting-experience-skipper-experience-type > .checkbox,
.sailing-cv div#edit-submitted-yachting-experience-crew-experience-type > .checkbox {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sailing-cv div#edit-submitted-sailing-qualifications-qualifications-you-hold > .checkbox,
  .sailing-cv div#edit-submitted-yachting-experience-skipper-experience-type > .checkbox,
  .sailing-cv div#edit-submitted-yachting-experience-crew-experience-type > .checkbox {
    width: 50%;
  }
}
.sailing-cv .webform-component--sailing-qualifications--other-sailing-qualifications {
  float: left;
  width: 100%;
}
.sailing-cv .webform-component-fieldset.webform-component--your-details .form-control {
  height: 40px;
  padding: 5px;
}
.sailing-cv .webform-component-fieldset.webform-component--your-details .form-control.form-text {
  width: 100%;
}
.sailing-cv .form-checkboxes .form-item:not(.form-item-submitted-yachting-history-currently-own-yacht):not(.form-item-submitted-email-preferences-email-alerts-optout-optout):not(.form-item-submitted-email-preferences-terms-conditions),
.sailing-cv .form-radios .form-item:not(.form-item-submitted-yachting-history-currently-own-yacht):not(.form-item-submitted-email-preferences-email-alerts-optout-optout):not(.form-item-submitted-email-preferences-terms-conditions) {
  width: 100%;
  float: left;
  margin-top: 0.4em;
}
@media only screen and (min-width: 768px) {
  .sailing-cv .form-checkboxes .form-item:not(.form-item-submitted-yachting-history-currently-own-yacht):not(.form-item-submitted-email-preferences-email-alerts-optout-optout):not(.form-item-submitted-email-preferences-terms-conditions),
  .sailing-cv .form-radios .form-item:not(.form-item-submitted-yachting-history-currently-own-yacht):not(.form-item-submitted-email-preferences-email-alerts-optout-optout):not(.form-item-submitted-email-preferences-terms-conditions) {
    width: 19%;
  }
}
.sailing-cv .webform-component--email-preferences--data-protection {
  float: left;
}

#admin-menu .form-control {
  width: auto;
  height: auto;
}

.image-gallery {
  margin: 30px 0;
}

.image-gallery .main-slider button {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 105px;
  margin-top: -53px;
  width: 10%;
  background: none;
  border: none;
  color: #fff;
  font-size: 8rem;
  padding: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
  outline: 0 none;
}

.image-gallery .main-slider button:hover,
.image-gallery .main-slider button:focus,
.image-gallery .main-slider button:active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.image-gallery .main-slider button.slick-prev {
  left: 0;
}

.image-gallery .main-slider button.slick-next {
  right: 0;
}

.image-gallery .main-slider .mobile-pager {
  display: none;
}

@media only screen and (max-width: 767px) {
  .image-gallery .main-slider button {
    width: 18%;
  }
  .image-gallery .main-slider .mobile-pager {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 1.9rem;
    bottom: 14px;
    text-align: center;
    width: 100%;
    font-weight: 600;
  }
  .image-gallery .main-slider .mobile-pager.hidden {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .image-gallery .main-slider button {
    width: 24%;
    font-size: 4rem;
    height: 48px;
    margin-top: -24px;
    top: 43%;
  }
}
.mosaic-layout .video-tile .media-youtube-video,
.image-gallery .main-slider .media-youtube-video {
  padding-top: 0;
}

.mosaic-layout .video-tile iframe,
.image-gallery .main-slider iframe {
  width: 100%;
  height: 100%;
}

.mosaic-layout .video-tile .video-play-icon,
.image-gallery .main-slider .video-play-icon {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 13rem;
  margin-left: -56px;
  margin-top: -65px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: pointer;
  display: none;
}

.mosaic-layout .video-tile .video-play-icon {
  display: block;
}

.mosaic-layout .video-tile .video-play-icon.video-player-shown {
  display: none;
}

.mosaic-layout .video-tile .video-play-icon:hover,
.mosaic-layout .video-tile .video-play-icon:focus,
.mosaic-layout .video-tile .video-play-icon:active,
.image-gallery .main-slider .video-play-icon:hover,
.image-gallery .main-slider .video-play-icon:focus,
.image-gallery .main-slider .video-play-icon:active {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .image-gallery .main-slider .video-play-icon {
    font-size: 10rem;
    margin-left: -44px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .image-gallery .main-slider .video-play-icon {
    font-size: 7rem;
    margin-left: -30px;
    margin-top: -35px;
  }
}
@media only screen and (max-width: 479px) {
  .image-gallery .main-slider .video-play-icon {
    font-size: 7rem;
    margin-left: -30px;
    margin-top: -35px;
  }
}
.mosaic-layout .col-xs-6 .video-play-icon,
.mosaic-layout .col-md-8.col-xs-6 .video-play-icon {
  font-size: 10rem;
  margin-left: -44px;
  margin-top: -50px;
}

.mosaic-layout .col-md-12.col-xs-6 .video-play-icon, .mosaic-layout .col-xs-6.calendar-calendar .video-play-icon, .mosaic-layout .view .row > .col-xs-6.list-group .video-play-icon, .view .mosaic-layout .row > .col-xs-6.list-group .video-play-icon {
  font-size: 13rem;
  margin-left: -56px;
  margin-top: -65px;
}

.mosaic-layout .col-md-4.col-xs-6 .video-play-icon {
  font-size: 7rem;
  margin-left: -30px;
  margin-top: -35px;
}

@media only screen and (max-width: 991px) {
  .mosaic-layout .col-xs-6 .video-play-icon,
  .mosaic-layout .col-xs-6.col-md-12 .video-play-icon,
  .mosaic-layout .col-xs-6.col-md-8 .video-play-icon {
    font-size: 7rem;
    margin-left: -30px;
    margin-top: -35px;
  }
  .mosaic-layout .col-xs-12 .video-play-icon {
    font-size: 10rem;
    margin-left: -44px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .mosaic-layout .col-xs-6 .video-play-icon,
  .mosaic-layout .col-xs-6.col-md-12 .video-play-icon,
  .mosaic-layout .col-xs-6.col-md-8 .video-play-icon,
  .mosaic-layout .col-md-4.col-xs-6 .video-play-icon {
    font-size: 6rem;
    margin-left: -26px;
    margin-top: -30px;
  }
  .mosaic-layout .col-xs-12 .video-play-icon {
    font-size: 8rem;
    margin-left: -35px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 479px) {
  .mosaic-layout .col-xs-6 .video-play-icon,
  .mosaic-layout .col-xs-6.col-md-12 .video-play-icon,
  .mosaic-layout .col-xs-6.col-md-8 .video-play-icon,
  .mosaic-layout .col-md-4.col-xs-6 .video-play-icon {
    font-size: 4rem;
    margin-left: -17px;
    margin-top: -20px;
  }
  .mosaic-layout .col-xs-12 .video-play-icon {
    font-size: 6rem;
    margin-left: -26px;
    margin-top: -30px;
  }
}
.image-gallery .main-slider .video-play-icon.visible {
  display: block;
  z-index: 9999;
}

.mosaic-layout .video-tile.ios .video-play-icon,
.image-gallery .main-slider.ios .video-play-icon {
  display: none !important;
}

.mosaic-layout .video-tile .media-youtube-video,
.image-gallery .main-slider .video-item .media-youtube-video {
  padding-bottom: 0;
}

.mosaic-layout .video-tile .media-youtube-video.video-player-shown,
.image-gallery .main-slider .video-item .media-youtube-video.video-player-shown {
  padding-bottom: 56.25%;
  display: block;
}

.mosaic-layout .video-tile picture.video-player-shown,
.image-gallery .main-slider picture.video-player-shown {
  display: none;
}

/* Thumbnail slick slider styles */
@media only screen and (max-width: 767px) {
  .image-gallery .nav-slider {
    display: none;
  }
}
.image-gallery .nav-slider {
  margin-top: 10px;
}

.image-gallery .nav-slider .slick-list {
  width: calc(100% - 70px); /* 30 width of left button + 30 width of right button + 5 + 5 for margins*/
  margin: 0 auto;
}

.image-gallery .nav-slider button {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  background: #ececec;
  width: 30px;
  color: #499ddb;
  font-size: 4.8rem;
  padding: 0;
  outline: 0 none;
  border: none;
}

.image-gallery .nav-slider button.slick-prev {
  left: 0;
}

.image-gallery .nav-slider button.slick-next {
  right: 0;
}

.image-gallery .nav-slider .slick-track > img,
.image-gallery .nav-slider .slick-track div.slick-slide {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.image-gallery .nav-slider .fa-play-circle-o {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  margin-left: -17px;
  margin-top: -20px;
  display: block;
}

.image-gallery .nav-slider .slick-track div.slick-slide img {
  width: 100%;
}

#d2-notification-content {
  background-color: #f2f2f2;
  width: 100%;
}
#d2-notification-content button.close {
  display: none;
}
#d2-notification-content button.close.cancel {
  display: inline;
}
#d2-notification-content #notification-container {
  color: #204984;
  font-size: 16px;
  padding: 0.3rem;
}
#d2-notification-content #notification-container .field {
  padding-right: 0.3rem;
}
#d2-notification-content #notification-container .btn.redirect-url {
  color: #fff;
  font-size: 16px;
}
#d2-notification-content #notification-container .btn.close {
  float: none;
  font-size: 16px;
  filter: alpha(opacity=100);
  opacity: 1;
}
#d2-notification-content #notification-container .btn.close i {
  height: 30px;
  line-height: 28px;
  font-size: 28px;
  vertical-align: middle;
}
#d2-notification-content #notification-container .btn.close:hover {
  background: transparent;
  color: #204984;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  #d2-notification-content #notification-container {
    padding: 0.3rem 3rem;
  }
  #d2-notification-content #notification-container .field {
    padding: 0.3rem 3rem;
  }
  #d2-notification-content #notification-container > * {
    display: inline-block;
  }
  #d2-notification-content #notification-container .buttons > * {
    display: inline-block;
    margin: inherit;
  }
}

.search-form .form-control {
  height: auto;
  padding: 5px;
  display: inline;
}
.search-form .form-control.form-text {
  border-radius: 0px;
}
.search-form.gss.navbar-form.navbar-right {
  float: none !important;
  align: center;
  margin: auto;
  text-align: center;
  padding-bottom: 10px;
}
.search-form.gss.navbar-form.navbar-right .form-submit {
  background: #c6200b url(../images/icons/icon-search.png) center center/25px no-repeat scroll;
  height: 38px;
  width: 50px;
  border-radius: 0;
  cursor: pointer;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  display: inline;
  margin-left: -5px;
}

@media only screen and (max-width: 767px) {
  .search-form {
    padding: 10px 0px;
  }
  .search-form.gss.navbar-form.navbar-right .form-control.form-text {
    width: 80%;
  }
}
.searchhead {
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.gss-result h3 {
  font-size: 2.5rem;
  text-decoration: underline;
}
.gss-result h3 a {
  color: #2c4383;
}
.gss-result .gss-search-url {
  font-size: 1.5rem;
}
.gss-result .gss-search-url a,
.gss-result .gss-search-url a:active,
.gss-result .gss-search-url a:hover,
.gss-result .gss-search-url a:focus {
  text-decoration: none;
}
.gss-result .gss-thumbnail-image {
  float: left;
  max-height: 100px;
  max-width: 150px;
  padding: 5px 10px 5px 0;
}

@media only screen and (max-width: 991px) {
  .pane-menu-sunsail-destinations {
    clear: both;
  }
}
@media only screen and (max-width: 991px) {
  .pane-menu-sunsail-destinations .pane-title {
    margin-bottom: 0px;
  }
}
.pane-menu-sunsail-destinations .menu-level-1 > .nav > li > a {
  color: #666;
  padding-left: 0;
}
.pane-menu-sunsail-destinations .leaf {
  border: 1px solid #a1a1a1;
  border-radius: 4px;
}

.pane-node-field-sunsail-hero-banner .pane-title {
  display: none;
}

.pane-node-field-sunsail-hero-banner .action-links {
  display: none;
}

.hero-banner-wrapper {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  height: 455px;
  margin: 0 auto;
  max-width: 1200px;
}
.hero-banner-wrapper p.title, .hero-banner-wrapper p.small-title {
  color: #2c4383;
  font-size: 48x;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left !important;
}
.hero-banner-wrapper p.title .red, .hero-banner-wrapper p.small-title .red {
  color: #c6002b;
}
.hero-banner-wrapper p.small-title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 20px;
}
.hero-banner-wrapper p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-left: 50px;
  text-align: left;
}
.hero-banner-wrapper .offer {
  background: rgba(44, 67, 131, 0.9);
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.hero-banner-wrapper .arrow {
  display: none;
}
.hero-banner-wrapper a {
  border-radius: 3px;
  font-size: 18px;
  margin-bottom: 33px;
  margin-right: 40px;
  padding: 5px 50px;
}
.hero-banner-wrapper .banner-copy {
  left: 2rem;
  position: absolute;
  top: 0;
}
.hero-banner-wrapper .hero-banner-picture {
  overflow: hidden;
}

.hero-banner-large-wrapper {
  flex: 2;
  margin: 0 0 6px 0;
  position: relative;
  width: 67%;
}
.hero-banner-large-wrapper .banner-copy {
  left: 4rem;
}
.hero-banner-large-wrapper .hero-banner-picture {
  height: 455px;
}
.hero-banner-large-wrapper .offer {
  line-height: 1;
  padding-bottom: 11px;
  padding-top: 11px;
}
.hero-banner-large-wrapper .arrow {
  border-width: 18px 0px 18px 17.3px;
}

.hero-banner-small-wrapper {
  flex: 1;
  margin-left: 6px;
  width: 33%;
}
.hero-banner-small-wrapper .hero-banner-small:first-child {
  margin-bottom: 4px;
}
.hero-banner-small-wrapper .offer {
  line-height: 1;
  padding-bottom: 7px;
  padding-top: 7px;
}
.hero-banner-small-wrapper .arrow {
  border-width: 14px 0 14px 15.3px;
}
.hero-banner-small-wrapper a {
  margin-bottom: 14px;
  margin-right: 14px;
  padding: 5px 20px;
}

.hero-banner-small {
  background: #fff;
  height: 223px;
  position: relative;
}
.hero-banner-small .hero-banner-picture {
  height: 223px;
}
.hero-banner-small ul.link-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  list-style: none;
  padding: 0;
}
.hero-banner-small ul.link-list li {
  flex-grow: 1;
  margin-top: 3px;
  position: relative;
}
.hero-banner-small ul.link-list li a {
  border: #ececec 1px solid;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-banner-small ul.link-list li a:hover {
  background-color: #ececec;
}
.hero-banner-small ul.link-list li a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.hero-banner-small ul.link-list li a span:first-child {
  left: 10px;
}
.hero-banner-small ul.link-list li a span p {
  margin: 0;
  padding: 0;
}
.hero-banner-small ul.link-list li a span p:first-child {
  color: #499ddb;
  font-size: 18px;
}
.hero-banner-small ul.link-list li a span p:last-child {
  color: #323232;
  font-size: 14px;
  font-weight: normal;
}
.hero-banner-small ul.link-list li a span.arrow {
  border-color: transparent transparent transparent #499ddb;
  border-style: solid;
  border-width: 12px 0 12px 13.3px;
  height: 0;
  margin-right: 10px;
  right: 0;
  width: 0;
}

.hero-banner-wrapper a.btn-primary {
  bottom: 0;
  padding: 3px 30px;
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-banner-wrapper {
    flex-direction: column;
    height: 100%;
  }
  .hero-banner-large-wrapper {
    width: 100%;
  }
  .hero-banner-large-wrapper .banner-copy {
    left: 2rem;
  }
  .hero-banner-large-wrapper .hero-banner-picture {
    height: 100%;
  }
  .hero-banner-large-wrapper .hero-banner-picture img {
    margin-left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .hero-banner-small-wrapper {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    width: 100%;
  }
  .hero-banner-small-wrapper .hero-banner-small {
    height: 100%;
    width: 50%;
  }
  .hero-banner-small-wrapper .hero-banner-small .hero-banner-picture {
    height: 100%;
  }
  .hero-banner-small-wrapper .hero-banner-small .hero-banner-picture img {
    margin-left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
  }
  .hero-banner-small-wrapper .hero-banner-small .link-list {
    height: calc(220px - 220 * ((600px - 50vw) / 600));
  }
  .hero-banner-small-wrapper .hero-banner-small:first-child {
    margin-right: 4px;
  }
  .hero-banner-small-wrapper .hero-banner-small ul li:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner-wrapper {
    flex-direction: column;
    height: 100%;
  }
  .hero-banner-wrapper .hero-banner-picture {
    height: 100%;
  }
  .hero-banner-wrapper .hero-banner-picture img {
    margin-left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
  }
  .hero-banner-large-wrapper {
    height: 100%;
    width: 100%;
  }
  .hero-banner-large-wrapper .banner-copy {
    left: 2rem;
  }
  .hero-banner-large-wrapper p {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-banner-large-wrapper p.title {
    font-size: 24px;
    margin-left: 0;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-banner-large-wrapper .offer {
    background: #fff;
    color: #2c4383;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
  .hero-banner-large-wrapper .arrow {
    border-color: transparent transparent transparent #fff;
    border-width: 17px 0 17px 15.3px;
  }
  .hero-banner-large-wrapper a {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .hero-banner-small-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
  .hero-banner-small-wrapper .hero-banner-small {
    height: 100%;
    width: 100%;
  }
  .hero-banner-small-wrapper .hero-banner-small p {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-banner-small-wrapper .hero-banner-small p.small-title {
    font-size: 24px;
    margin-left: 0;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  .hero-banner-small-wrapper .hero-banner-small .offer {
    background: #fff;
    color: #2c4383;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-banner-small-wrapper .hero-banner-small .arrow {
    border-color: transparent transparent transparent #fff;
  }
  .hero-banner-small-wrapper .hero-banner-small:first-child {
    margin-bottom: 4px;
  }
  .hero-banner-small-wrapper .hero-banner-small ul {
    height: 220px;
  }
  .hero-banner-small-wrapper .hero-banner-small ul li:first-child {
    margin-top: 0;
  }
}
.hero-banner-wrapper.blue p.title, .hero-banner-wrapper.blue p.small-title {
  background-color: rgba(44, 67, 131, 0.9);
  color: #fff;
}
.hero-banner-wrapper.blue .hero-banner-large-wrapper p {
  color: #fff;
}
.hero-banner-wrapper.blue .hero-banner-large-wrapper div.offer {
  background-color: rgba(44, 67, 131, 0.9);
  color: #fff;
}
.hero-banner-wrapper.blue .hero-banner-large-wrapper div.arrow {
  border-color: transparent transparent transparent rgba(44, 67, 131, 0.9);
}
.hero-banner-wrapper.blue .hero-banner-small-wrapper .offer {
  background: rgba(44, 67, 131, 0.9);
  color: #fff;
}
.hero-banner-wrapper.blue .hero-banner-small-wrapper .arrow {
  border-color: transparent transparent transparent rgba(44, 67, 131, 0.9);
}
.hero-banner-wrapper.blue .hero-banner-small-wrapper ul li .arrow {
  border-color: transparent transparent transparent #499ddb;
}

.hero-banner-wrapper.white p.title, .hero-banner-wrapper.white p.small-title {
  background: rgba(255, 255, 255, 0.9);
  color: #2c4383;
}
.hero-banner-wrapper.white .hero-banner-large-wrapper p {
  color: #2c4383;
}
.hero-banner-wrapper.white .hero-banner-large-wrapper div.offer {
  background: rgba(255, 255, 255, 0.9);
  color: #2c4383;
}
.hero-banner-wrapper.white .hero-banner-large-wrapper div.arrow {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
.hero-banner-wrapper.white .hero-banner-small-wrapper .offer {
  background: rgba(255, 255, 255, 0.9);
  color: #2c4383;
}
.hero-banner-wrapper.white .hero-banner-small-wrapper .arrow {
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}
.hero-banner-wrapper.white .hero-banner-small-wrapper .hero-banner-small.third span.arrow {
  border-color: transparent transparent transparent rgb(73, 157, 219);
}
.hero-banner-wrapper.white .hero-banner-small-wrapper .hero-banner-small.third ul li .arrow {
  border-color: transparent transparent transparent #499ddb;
}

.holiduct-main-panel {
  color: #2c4383;
  position: relative;
}

.holiduct-main-panel-inner {
  border: 1px solid #dbdbdb;
  padding: 5px 20px;
}

.holiduct-main-panel .overlay {
  background: transparent;
  display: none;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 0;
}

.holiduct-main-panel .overlay.initializing {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50px;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  width: 100%;
  z-index: 20;
}

.holiduct-main-panel .invalid-configuration-message {
  z-index: 30;
  width: 70%;
  max-width: 600px;
  height: 170px;
  background-color: white;
  color: #2c4383;
  border-top: 4px solid #c6002b;
  position: fixed;
  left: calc(50% - 300px);
  top: calc(50% - 85px);
  padding: 15px 20px;
  margin: 0 auto;
}

.holiduct-main-panel .invalid-configuration-message.adjusted-holiday {
  height: 270px;
  top: calc(50% - 135px);
}

.holiduct-main-panel .invalid-configuration-message p {
  font-weight: bold;
}

.holiduct-main-panel .invalid-configuration-message a {
  background-color: #c6002b;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.holiduct-main-panel .invalid-configuration-message a:hover {
  text-decoration: none;
}

.holiduct-main-panel .invalid-configuration-message ul {
  padding-left: 0;
  margin-top: 20px;
}

.holiduct-main-panel .invalid-configuration-message li {
  list-style-type: none;
}

.holiduct-main-panel .invalid-configuration-message li span:first-child {
  font-weight: bold;
}

.holiduct-main-panel .no-results-message {
  border: 2px solid #c6002b;
  padding: 20px;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.holiduct-main-panel h2 {
  border: none;
  color: #2c4383;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .holiduct-main-panel h2 {
    margin-bottom: 7rem;
  }
  .holiduct-main-panel h2 span {
    background: #fff;
    padding: 0 2rem;
    position: relative;
    top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .holiduct-main-panel .invalid-configuration-message {
    max-width: 100%;
    width: 80%;
    left: 10%;
    height: 226px;
    top: calc(50% - 113px);
  }
  .holiduct-main-panel .invalid-configuration-message.adjusted-holiday {
    height: 280px;
    top: calc(50% - 140px);
  }
}
@media only screen and (max-width: 479px) {
  .holiduct-main-panel .invalid-configuration-message {
    height: 290px;
    top: calc(50% - 145px);
  }
  .holiduct-main-panel .invalid-configuration-message.adjusted-holiday {
    height: 380px;
    top: calc(50% - 190px);
  }
}
.holiduct-main-panel .heading,
.base-holiday-planner .heading {
  margin: 30px 0 40px;
  padding-left: 0;
  position: relative;
}

.holiduct-main-panel .heading h3 {
  border-top: 1px dotted #ececec;
  padding-top: 25px;
}

.holiduct-main-panel .flight-heading h3 {
  border-top: none;
  padding-top: inherit;
}

.holiduct-main-panel .heading h3,
.base-holiday-planner .heading h3,
.holiduct-main-panel .heading p {
  color: #2c4383;
  line-height: 1.1;
  text-align: center;
}

.holiduct-main-panel .heading p {
  font-size: 16px;
}

.holiduct-main-panel .media-featured {
  background: none;
  border: none;
  text-align: center;
}

.holiduct-main-panel .radio-default {
  overflow: hidden;
}

.holiduct-main-panel .radio-default label {
  background: #499ddb no-repeat;
  border-left: 8px solid #499ddb;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 5px;
  margin-right: 2px;
  max-width: 300px;
  min-height: 6.5rem;
  overflow: hidden;
  padding: 11px 27px 0;
  position: relative;
  text-align: center;
}
.holiduct-main-panel .radio-default label:hover {
  background: #2c4383;
  border-left-color: #2c4383;
  color: #fff;
  cursor: pointer;
}

.holiduct-main-panel .radio-default .selected {
  background: #2c4383;
  border-left-color: #2c4383;
  color: #fff;
}
.holiduct-main-panel .radio-default .selected:hover {
  cursor: default;
}

.holiduct-main-panel .radio-default input {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.holiduct-main-panel .radio-default label .small {
  font-size: 14px;
}

@media only screen and (max-width: 479px) {
  .holiduct-main-panel .radio-default label .small {
    display: block;
  }
}
.holiduct-main-panel .type-value label {
  float: none;
  line-height: 5.6rem;
  margin-right: 2px;
  min-height: 5.6rem;
  min-width: 25rem;
  padding: 0;
  width: 33%;
}
.holiduct-main-panel .type-value label:nth-child(odd) {
  clear: left;
}

.holiduct-main-panel .type-value .selected::before {
  background-position: center -420px;
}

.holiduct-main-panel .type-value label .bareboat-icon {
  background-position: center -300px;
}

.holiduct-main-panel .type-value label:hover .flotilla-icon,
.holiduct-main-panel .type-value .selected .flotilla-icon {
  background-position: center -420px;
}

.holiduct-main-panel .type-value label:hover .bareboat-icon,
.holiduct-main-panel .type-value .selected .bareboat-icon {
  background-position: center -540px;
}

@media only screen and (max-width: 767px) {
  .holiduct-main-panel .type-value label {
    float: none;
    max-width: none;
    width: 100%;
  }
  .holiduct-main-panel .type-value label:nth-child(odd) {
    margin-right: 0;
  }
}
.holiduct-main-panel .daypicker-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 480px;
  position: relative;
  padding: 1rem 0;
  user-select: none;
}
.holiduct-main-panel .daypicker-wrapper:focus {
  outline: 0 none !important;
}
.holiduct-main-panel .DayPicker:focus {
  outline: 0 none !important;
}
.holiduct-main-panel .DayPicker-Month {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  margin: 0;
  user-select: none;
  width: 100%;
}
.holiduct-main-panel .DayPicker-Month + .DayPicker-Month {
  display: none;
}
.holiduct-main-panel .DayPicker-NavBar {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 0.5rem;
}
.holiduct-main-panel .DayPicker-NavButton {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #499ddb;
  cursor: pointer;
  height: 1.5rem;
  position: absolute;
  width: 8rem;
}
.holiduct-main-panel .DayPicker-NavButton i {
  font-size: 24px;
}
.holiduct-main-panel .DayPicker-NavButton span {
  bottom: 5px;
  font-size: 10px;
  position: relative;
}
.holiduct-main-panel .DayPicker-NavButton--prev {
  left: 6%;
}
.holiduct-main-panel .DayPicker-NavButton--next {
  right: 4%;
  text-align: right;
}
.holiduct-main-panel .DayPicker-Caption {
  display: table-caption;
  height: 1.5rem;
  text-align: center;
}
.holiduct-main-panel .DayPicker-Weekdays,
.holiduct-main-panel .DayPicker-Body {
  display: table-header-group;
}
.holiduct-main-panel .DayPicker-Weekdays > div,
.holiduct-main-panel .DayPicker-Week {
  display: table-row;
}
.holiduct-main-panel .DayPicker-Week {
  border-top: 1px solid #a1a1a1;
}
.holiduct-main-panel .DayPicker-Week:last-child {
  border-bottom: 1px solid #a1a1a1;
}
.holiduct-main-panel .DayPicker-Weekday,
.holiduct-main-panel .DayPicker-Day {
  float: left;
  width: 14.285714286%;
}
.holiduct-main-panel .DayPicker-Weekday {
  font-size: 16px;
  padding: 1.5rem 0 1rem;
  text-align: center;
}
.holiduct-main-panel .DayPicker-Day {
  border-right: 1px solid #a1a1a1;
  color: #499ddb;
  cursor: pointer;
  font-size: 16px;
  height: 6.5rem;
  padding: 1px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.holiduct-main-panel .DayPicker-Day:first-child {
  border-left: 1px solid #a1a1a1;
}
.holiduct-main-panel .DayPicker-Day:focus {
  outline: 0 none;
}
.holiduct-main-panel .DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}
.holiduct-main-panel .DayPicker-Day--disabled {
  cursor: default;
  background: #f3f6f8;
}
.holiduct-main-panel .DayPicker-Day--outside {
  background: #f3f6f8;
  cursor: default;
  color: #a1a1a1;
}
.holiduct-main-panel .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: #fff;
  background-color: #2c4383;
}
.holiduct-main-panel .DayPicker--ar {
  direction: rtl;
}
.holiduct-main-panel .DayPicker-Day > span > span {
  display: block;
}
.holiduct-main-panel .DayPicker-Day .price {
  bottom: 0.5rem;
  color: #c6002b;
  font-size: 11px;
  position: absolute;
  width: 100%;
}
.holiduct-main-panel .DayPicker-Day .price .long .amount {
  line-height: 1;
  display: block;
}
.holiduct-main-panel .DayPicker-Day--selected .price {
  color: #fff;
}

@media only screen and (max-width: 479px) {
  .holiduct-main-panel .DayPicker-Day {
    height: 5rem;
  }
}
@media only screen and (min-width: 768px) {
  .holiduct-main-panel .daypicker-wrapper {
    max-width: none;
  }
  .holiduct-main-panel .DayPicker-Month {
    float: left;
    width: 49%;
  }
  .holiduct-main-panel .DayPicker-Month + .DayPicker-Month {
    display: table;
    margin-left: 2%;
    padding: 0 0 0 0.5rem;
  }
  .holiduct-main-panel .DayPicker-NavButton {
    top: -0.5rem;
  }
  .holiduct-main-panel .DayPicker-NavButton--prev {
    left: 2.7%;
  }
  .holiduct-main-panel .DayPicker-NavButton--next {
    right: 2%;
  }
  .holiduct-main-panel .DayPicker-NavButton span {
    bottom: 4px;
    font-size: 12px;
  }
  .holiduct-main-panel .DayPicker-Day {
    font-size: 14px;
    height: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  .holiduct-main-panel .DayPicker-NavButton {
    top: -0.5rem;
  }
  .holiduct-main-panel .DayPicker-Day {
    font-size: 16px;
    height: 6rem;
  }
}
.holiduct-main-panel .day-picker-awaiting-message {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 410px;
  height: 160px;
  margin-top: -80px;
  margin-left: -205px;
  background: #fff;
  border: 3px solid #2c4383;
  color: #2c4383;
  font-weight: 600;
  text-align: center;
}
.holiduct-main-panel .day-picker-awaiting-message p {
  margin-bottom: 9px;
}
.holiduct-main-panel .day-picker-awaiting-message p:first-child {
  margin-top: 18px;
  margin-bottom: 11px;
}

@media only screen and (max-width: 479px) {
  .holiduct-main-panel .day-picker-awaiting-message {
    padding: 0 20px 15px 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 135px;
    margin-left: 0;
  }
  .holiduct-main-panel .day-picker-awaiting-message p:first-child {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@-webkit-keyframes day-picker-awaiting-message-ico-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes day-picker-awaiting-message-ico-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.holiduct-main-panel .day-picker-awaiting-message .day-picker-awaiting-message-ico {
  -webkit-animation-name: day-picker-awaiting-message-ico-animation;
  animation-name: day-picker-awaiting-message-ico-animation;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: url(../images/icons/wheel.png) 0 0 no-repeat;
  background-size: 100% auto;
  height: 54px;
  margin: 0 auto;
  width: 54px;
}

.holiduct-main-panel .duration-value label {
  float: none;
  line-height: 4rem;
  width: 48%;
}
.holiduct-main-panel .duration-value label::after {
  left: 55%;
  top: 1.25rem;
}
.holiduct-main-panel .duration-value span {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .holiduct-main-panel .duration-value label {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .holiduct-main-panel .duration-value label {
    width: 32%;
  }
  .holiduct-main-panel .duration-value label::after {
    left: 60%;
  }
  .holiduct-main-panel .duration-value label:nth-child(odd) {
    margin-right: 0;
  }
  .holiduct-main-panel .duration-value label:nth-child(4n), .holiduct-main-panel .duration-value label:nth-child(4n+1), .holiduct-main-panel .duration-value label:nth-child(4n+2) {
    margin-right: 1%;
  }
  .holiduct-main-panel .duration-value span {
    width: 55%;
  }
}
@media only screen and (min-width: 992px) {
  .holiduct-main-panel .duration-value label {
    width: 13%;
  }
  .holiduct-main-panel .duration-value label::after {
    left: 65%;
  }
  .holiduct-main-panel .duration-value label:nth-child(odd) {
    margin-right: 0;
  }
  .holiduct-main-panel .duration-value label:nth-child(5n), .holiduct-main-panel .duration-value label:nth-child(5n+1), .holiduct-main-panel .duration-value label:nth-child(5n+2), .holiduct-main-panel .duration-value label:nth-child(5n+3) {
    margin-right: 1% !important;
  }
  .holiduct-main-panel .duration-value span {
    width: 60%;
  }
}
.holiduct-main-panel .passengers-value {
  text-align: center;
}

.holiduct-main-panel .passengers-value .number,
.holiduct-main-panel .passengers-value .number > span,
.holiduct-main-panel .passengers-value a {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.holiduct-main-panel .passengers-value .number,
.holiduct-main-panel .passengers-value a {
  height: 4.5rem;
}

.holiduct-main-panel .passengers-value .number {
  background: #ececec;
  padding-top: 0rem;
  width: 5rem;
}

.holiduct-main-panel .passengers-value .number > span {
  background: #fff;
  border: 1px solid #a1a1a1;
  font-size: 2.8rem;
  height: 4.5rem;
  padding-top: 0.3rem;
  width: 4.5rem;
}

.holiduct-main-panel .passengers-value a {
  background: #ececec;
  color: #2c4383;
  font-size: 3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 4.5rem;
}
.holiduct-main-panel .passengers-value a:hover {
  background: #2c4383;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.holiduct-main-panel .passengers-value .disabled a {
  opacity: 0.5;
}
.holiduct-main-panel .passengers-value .disabled a:hover {
  background: #dbdbdb;
  cursor: default;
}

.holiduct-main-panel .skipper-value label {
  display: inline-block;
  padding-right: 7rem;
}
.holiduct-main-panel .skipper-value label::after {
  right: 1.5rem;
  top: 1.25rem;
}

.holiduct-main-panel .yacht-filters,
.yachts-list-main-panel .yacht-filters {
  float: left;
  margin-bottom: 2rem;
  width: 48%;
}
.holiduct-main-panel .yacht-filters:nth-child(odd),
.yachts-list-main-panel .yacht-filters:nth-child(odd) {
  margin-right: 4%;
}

@media only screen and (max-width: 991px) {
  .yachts-list-main-panel .yachts-list-filters a.btn {
    margin-bottom: 2rem;
  }
}
.holiduct-main-panel .yacht-filters label,
.yachts-list-main-panel .yacht-filters label {
  color: #2c4383;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  margin: 0 0 0.3rem;
}

.holiduct-main-panel .yacht-filters select,
.yachts-list-main-panel .yacht-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fafafa url(../images/icons/drop-down.png) no-repeat 90% center;
  background-size: 14px auto;
  border: 1px solid #a1a1a1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 0.4rem 3rem 0.3rem 1rem;
  position: relative;
  width: 100%;
}

.ie10 .holiduct-main-panel .yacht-filters select::-ms-expand,
.ie10 .yachts-list-main-panel .yacht-filters select::-ms-expand,
.ie11 .holiduct-main-panel .yacht-filters select::-ms-expand,
.ie11 .yachts-list-main-panel .yacht-filters select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  .holiduct-main-panel .yacht-filters select,
  .yachts-list-main-panel .yacht-filters select {
    background-position: 95% center;
    padding-right: 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .holiduct-main-panel .yacht-filters,
  .yachts-list-main-panel .yacht-filters {
    display: inline-block;
    float: none;
    margin-bottom: 4rem;
    margin-right: 3%;
    width: auto;
  }
  .holiduct-main-panel .yacht-filters:nth-child(odd),
  .yachts-list-main-panel .yacht-filters:nth-child(odd) {
    margin-right: 3%;
  }
}
.card-layout .holiduct-yacht-card.card-view {
  margin-bottom: 60px;
}

.card-layout .holiduct-yacht-card.selected > div {
  border: 1px solid #a1a1a1;
}

.holiduct-yacht-card .lead-price > span {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.holiduct-yacht-card .card-icons {
  padding: 0;
}

.holiduct-yacht-card .yacht-icon {
  color: #2c4383;
  display: inline-block;
  font-size: 22px !important;
  font-weight: 600;
  padding: 0;
  text-align: center;
}

.holiduct-yacht-card .yacht-icon + span {
  margin-left: 2rem;
}

.holiduct-yacht-card .boat-class {
  text-align: left;
  padding: 0px;
}

.holiduct-yacht-card .tooltip-main {
  text-align: center;
}

.holiduct-yacht-card .tooltip-class {
  color: #fff;
  padding-top: 2px;
  font-size: 14px;
  background: #499ddb;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 70px;
  margin-bottom: 9px;
  margin-right: 5px;
  cursor: help;
}

.holiduct-yacht-card .yacht-card-popover {
  max-width: initial;
  width: 300px;
  min-height: 110px;
  z-index: -1;
  border: 1px solid #a1a1a1;
  border-radius: 0;
  padding: 15px 20px 10px 20px;
  margin-top: 29px !important;
  margin-left: -20px;
}

.holiduct-yacht-card .yacht-icon span:last-child {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.holiduct-yacht-card .custom-yacht-card {
  color: #2c4383;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
  padding: 0;
  text-align: center;
}

.holiduct-yacht-card .custom-yacht-card + span {
  margin-left: 2rem;
}

.holiduct-yacht-card .custom-yacht-card span:last-child {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.holiduct-yacht-card .btn {
  width: 17rem;
}

.holiduct-yacht-card .link a {
  color: #2c4383;
}
.holiduct-yacht-card .link a:hover {
  color: #499ddb;
}

.holiduct-yacht-card .btn.selected::before {
  background: url(../images/icons/holiduct.png) no-repeat center -215px;
  background-size: 35px auto;
  content: "";
  display: inline-block;
  height: 21px;
  margin-right: 1px;
  position: relative;
  top: 2px;
  width: 21px;
}
.holiduct-yacht-card .btn.selected:hover {
  background-color: #c6002b;
  border-color: #c6002b;
  color: #fff;
  cursor: default;
}
.holiduct-yacht-card .btn.selected:focus {
  outline: 0 none;
}

.holiduct-yacht-card .cta-color {
  color: #499ddb;
}
.holiduct-yacht-card .cta-color:hover {
  color: #fff;
}

.holiduct-yacht-card .cta-border {
  border-color: #499ddb;
}
.holiduct-yacht-card .cta-border:hover {
  border-color: #c6002b;
}

.holiduct-show-all {
  border-top: 1px solid #ccc;
  clear: both;
  margin-bottom: 4rem;
  position: relative;
  top: 2rem;
}

.holiduct-show-all .btn {
  bottom: 18px;
  color: #499ddb;
  position: relative;
}
.holiduct-show-all .btn::after, .holiduct-show-all .btn::before {
  background: #fafafa url(../images/icons/drop-down.png) no-repeat center center;
  background-size: 14px auto;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0;
  position: relative;
  top: 2px;
  width: 14px;
}
.holiduct-show-all .btn::before {
  margin-right: 10px;
}
.holiduct-show-all .btn::after {
  margin-left: 10px;
}
.holiduct-show-all .btn:hover {
  background: #fff;
  color: #c6002b;
}

.holiduct-bottom .booking-link {
  clear: both;
  display: none;
  padding-bottom: 0;
  padding-top: 4rem;
  text-align: center;
}
.holiduct-bottom .booking-link a {
  width: 100%;
}
@media only screen and (max-width: 479px) {
  .holiduct-bottom .booking-link {
    display: block;
  }
}

.holiduct-main-panel .flights-damage-waiver .media-featured {
  padding: 1rem 2rem;
}

.holiduct-main-panel .flights-damage-waiver .holiduct-phone-number::after {
  bottom: 3px;
}

.holiduct-main-panel .flights-damage-waiver > div:last-child {
  display: none;
}

.panel-pane.base-holiday-planner {
  padding: 0;
}

.base-holiday-planner .bottom-cta,
.base-holiday-planner .bottom-cta h4,
.base-holiday-planner .bottom-cta h5 {
  color: #fff;
}

.base-holiday-planner .bottom-cta {
  border-left: 8px solid #dd6680;
  padding: 2rem 1rem;
  position: relative;
}

.base-holiday-planner .bottom-cta h4 {
  font-size: 16px;
  width: 40px;
}

.base-holiday-planner .bottom-cta h4,
.base-holiday-planner .bottom-cta h4 + .price {
  display: inline-block;
}

.base-holiday-planner .bottom-cta h4 + .price {
  font-size: 36px;
  margin-left: 1rem;
}

.base-holiday-planner .bottom-cta h5 {
  font-size: 14px;
  margin-top: 0;
}

.base-holiday-planner .bottom-cta .values {
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 1;
  max-width: 200px;
  padding-left: 15px;
  text-indent: -7px;
  width: 48%;
}
.base-holiday-planner .bottom-cta .values:nth-child(odd) {
  clear: left;
  margin-right: 4%;
}

.base-holiday-planner .bottom-cta .values i {
  margin-right: 3px;
}

.base-holiday-planner .bottom-cta .values .fa-remove {
  margin-right: 5px;
}

.base-holiday-planner .bottom-cta .values div {
  display: inline;
}

.base-holiday-planner .bottom-cta .included {
  font-size: 12px;
  left: 190px;
  position: absolute;
  top: 45px;
}

.base-holiday-planner .bottom-cta .included i {
  cursor: help;
  font-style: normal;
}

.base-holiday-planner .cta-contact-info {
  background: #ececec;
  padding-bottom: 15px;
  padding-top: 4rem;
  position: relative;
}
.base-holiday-planner .cta-contact-info::before {
  background: url(../images/base-holiday-planner--mobile.png) no-repeat center top;
  background-size: 100% 20px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.base-holiday-planner .sidebar img {
  max-width: 95px;
}

.base-holiday-planner .sidebar h4,
.base-holiday-planner .sidebar p {
  line-height: 1.1;
  margin-bottom: 0;
}

.base-holiday-planner .sidebar h4 {
  font-size: 16px;
  margin-top: 0.5rem;
}

.base-holiday-planner .sidebar p {
  font-size: 14px;
}

.base-holiday-planner .phone-hours {
  padding-left: 2.5em;
}

.base-holiday-planner .phone-hours h5,
.base-holiday-planner .phone-hours p {
  line-height: 1.1;
}

.base-holiday-planner .phone-hours h5 {
  margin: 0;
  position: relative;
}
.base-holiday-planner .phone-hours h5::before {
  background: url(../images/icons/holiduct.png) no-repeat center -920px;
  background-size: 40px auto;
  content: "";
  display: block;
  height: 40px;
  left: -42px;
  position: absolute;
  top: 0;
  width: 40px;
}

.base-holiday-planner .phone-hours .phone {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.base-holiday-planner .phone-hours .holiduct-phone-number::after {
  bottom: 9px;
}

.base-holiday-planner .phone-hours .hours {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .base-holiday-planner .bottom-cta,
  .base-holiday-planner .cta-contact-info {
    height: 215px;
  }
  .base-holiday-planner .bottom-cta .included {
    margin-top: 1rem;
    padding-left: 15px;
    position: static;
  }
  .base-holiday-planner .cta-contact-info {
    padding-left: 3rem;
    padding-top: 15px;
  }
  .base-holiday-planner .cta-contact-info::before {
    background: url(../images/base-holiday-planner--desktop.png) no-repeat left center;
    background-size: 20px 100%;
    height: 100%;
    width: 20px;
  }
  .base-holiday-planner .sidebar,
  .base-holiday-planner .phone-hours {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
  }
  .base-holiday-planner .phone-hours h5 {
    max-width: 70%;
  }
  .base-holiday-planner .phone-hours .hours {
    font-size: 16px;
  }
  .base-holiday-planner .phone-hours .phone {
    font-size: 36px;
  }
  .base-holiday-planner .phone-hours .holiduct-phone-number::after {
    bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .base-holiday-planner .phone-hours h5 {
    max-width: none;
  }
}
@media only screen and (max-width: 479px) {
  .base-holiday-planner .bottom-cta .values {
    float: none;
    max-width: none;
    width: auto;
  }
  .base-holiday-planner .bottom-cta .values:nth-child(odd) {
    margin-right: 0;
  }
  .base-holiday-planner .bottom-cta .included {
    margin-top: 1rem;
    position: static;
  }
  .base-holiday-planner .cta-contact-info .sidebar {
    display: none;
  }
  .base-holiday-planner .phone-hours {
    float: none !important;
    width: auto;
  }
  .base-holiday-planner .phone-hours .phone {
    font-size: 24px;
  }
  .base-holiday-planner .phone-hours .holiduct-phone-number::after {
    bottom: 7px;
  }
}
.holiduct-sidebar {
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.holiduct-sidebar .price {
  line-height: 1.1;
}

.holiduct-sidebar .price > .currency,
.holiduct-sidebar .price > span:nth-child(2) {
  color: #c6002b;
}

.holiduct-sidebar .price > .has-price {
  font-size: 24px;
  text-align: right;
}
.holiduct-sidebar .price > .has-price .amount {
  font-size: 42px;
}

.holiduct-sidebar .price > span:nth-child(2) {
  font-size: 12px;
}

.holiduct-sidebar .price > span:last-of-type {
  clear: both;
  color: #c6002b;
  font-size: 14px;
  text-align: center;
}

span.flotilla-fee-text {
  color: #c6002b;
  font-size: 13px;
}

.holiduct-sidebar .values {
  background: #f7f7f7;
  display: none;
  font-size: 16px;
  line-height: 1.1;
  min-height: 42px;
  padding: 1.4rem 6rem 1rem 4rem;
  position: relative;
}
.holiduct-sidebar .values::before {
  background: url(../images/icons/holiduct.png) no-repeat center 0;
  background-size: 30px auto;
  content: "";
  display: block;
  height: 3rem;
  left: 0.5rem;
  margin-top: -1.5rem;
  position: absolute;
  top: 50%;
  width: 3rem;
}

.holiduct-sidebar .values + .values {
  margin-top: 1rem;
}

.holiduct-visible .holiduct-sidebar .values,
.holiduct-sidebar .open .values {
  display: block;
}

.holiduct-sidebar .date-current-value::before {
  background-position: center -30px;
}

.holiduct-sidebar .duration-current-value::before {
  background-position: center -60px;
}

.holiduct-sidebar .passengers-current-value::before {
  background-position: center -90px;
}

.holiduct-sidebar .yacht-current-value::before {
  background-position: center -150px;
}

.holiduct-sidebar .flight-current-value::before {
  background-position: center -510px;
}

.holiduct-sidebar .yacht-current-value .age,
.holiduct-sidebar .flight-current-value .cta-color {
  font-size: 12px;
}

.holiduct-sidebar .flight-current-value .cta-color {
  display: block;
}

.holiduct-sidebar .values div {
  width: 80%;
  clear: both;
}

.holiduct-sidebar .values a {
  font-size: 12px;
  font-weight: normal;
  margin-top: -5px;
  position: absolute;
  right: 1rem;
  top: 50%;
}

.holiduct-sidebar .contact-info {
  line-height: 1.2;
  padding: 1rem;
  text-align: center;
}

.holiduct-visible .holiduct-sidebar .contact-info {
  padding-top: 1rem;
}

.holiduct-sidebar .contact-info > span {
  color: #2c4383;
  display: block;
}

.holiduct-sidebar .contact-info > span:first-child {
  font-size: 16px;
}

.holiduct-sidebar .holiduct-phone-number {
  font-size: 24px;
}
.holiduct-sidebar .holiduct-phone-number::after {
  bottom: 7px;
}

.holiduct-sidebar .contact-info i {
  font-size: 85%;
}

.holiduct-sidebar .contact-info > span:last-child {
  display: none;
  font-size: 10px;
}

.holiduct-visible .holiduct-sidebar .contact-info > span:last-child {
  display: block;
}

.holiduct-sidebar .booking-link {
  text-align: center;
  padding-bottom: 0;
  padding-top: 0.5rem;
  clear: both;
}

.holiduct-sidebar .booking-link .cta-button-red-no-hover {
  width: 190px;
  white-space: break-spaces;
}

.holiduct-sidebar .share-quote {
  text-align: center;
  padding-bottom: 0.5rem;
  padding-top: 0;
  clear: both;
}

.holiduct-sidebar .share-quote a.holiduct-share-quote {
  display: none;
}
.holiduct-sidebar .share-quote a.holiduct-share-quote.holiduct-share-quote-processed {
  display: inline-block;
}

.holiduct-sidebar .add-shortlist,
.holiduct-sidebar .remove-shortlist {
  clear: both;
  display: none;
  padding-bottom: 0.5rem;
  padding-top: 0;
  text-align: center;
}

.holiduct-sidebar .holiduct-share-quote,
.holiduct-sidebar .holiduct-share-quote:hover {
  background: #2c4383 url("../images/icons/email.png") no-repeat scroll 15px center/1.2em auto;
  content: "";
  display: inline-block;
  padding-left: 38px;
  padding-top: 12px;
  vertical-align: middle;
  width: 190px;
  white-space: break-spaces;
}

@media only screen and (max-width: 1199px) {
  .holiduct-visible .holiduct-sidebar {
    background: #ececec;
    height: 43px;
  }
  .holiduct-visible .open .holiduct-sidebar {
    height: 560px;
  }
  .holiduct-sidebar > .open.inner {
    padding: 0 1rem;
  }
  .holiduct-sidebar .back,
  .holiduct-sidebar h2,
  .holiduct-sidebar .values,
  .holiduct-sidebar .contact-info,
  .holiduct-sidebar .price > span:last-of-type {
    display: none;
  }
  .holiduct-sidebar .open .values,
  .holiduct-sidebar .open .contact-info,
  .holiduct-sidebar .open .price > span:last-of-type {
    display: block;
  }
  .holiduct-sidebar .open .price i {
    display: none;
  }
  .holiduct-sidebar .price {
    display: block;
    margin: 0 auto 1rem;
    text-align: center;
    width: 300px;
  }
  .holiduct-sidebar .price > .currency,
  .holiduct-sidebar .price > span:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
  }
  .holiduct-sidebar .price > span:nth-child(2) {
    padding-left: 5px;
    text-align: left;
    width: 40px;
  }
  .holiduct-sidebar .values {
    font-size: 14px;
    min-height: 30px;
    padding-bottom: 0.75rem;
    padding-top: 1rem;
  }
  .holiduct-sidebar .values::before {
    background-position: center 0;
    background-size: 20px auto;
    height: 2rem;
    margin-top: -1rem;
    width: 2rem;
  }
  .holiduct-sidebar .date-current-value::before {
    background-position: center -20px;
  }
  .holiduct-sidebar .duration-current-value::before {
    background-position: center -40px;
  }
  .holiduct-sidebar .passengers-current-value::before {
    background-position: center -60px;
  }
  .holiduct-sidebar .yacht-current-value::before {
    background-position: center -100px;
  }
  .holiduct-sidebar .values + .values {
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .holiduct-sidebar .booking-link {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1199px) {
  .holiduct-sidebar .share-quote {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-right: 2%;
    margin-top: 1rem;
  }
  .holiduct-sidebar .add-shortlist,
  .holiduct-sidebar .remove-shortlist {
    display: inline-block;
    width: 48%;
    text-align: left;
    margin-left: 2%;
    margin-top: 1rem;
  }
  .holiduct-sidebar .booking-link {
    padding-top: 2rem;
  }
  .holiduct-sidebar .contact-info {
    margin-top: 3rem;
  }
  .holiduct-visible .open .holiduct-sidebar {
    height: 460px;
  }
  .holiduct-sidebar .values {
    float: left;
    margin: 0.5rem 1% 0;
    width: 47%;
    outline: 0;
  }
  .holiduct-sidebar .duration-current-value,
  .holiduct-sidebar .yacht-current-value {
    clear: left;
  }
  .holiduct-sidebar .contact-info {
    clear: both;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .holiduct-visible .open .holiduct-sidebar {
    height: 330px;
  }
  .holiduct-sidebar .open .price {
    margin-bottom: 0;
    width: auto;
  }
  .holiduct-sidebar .open .price + .values,
  .holiduct-sidebar .open .price + .values + .values {
    margin-top: 0;
  }
  .holiduct-sidebar .open .price > span:last-of-type {
    display: inline-block;
    margin-left: 2rem;
  }
  .holiduct-sidebar .contact-info > span:first-child,
  .holiduct-sidebar .contact-info > span:nth-child(2) {
    float: left;
    padding: 0 1rem;
    width: 50%;
  }
  .holiduct-sidebar .contact-info > span:first-child {
    position: relative;
    text-align: right;
    top: 4px;
  }
  .holiduct-sidebar .contact-info > span:nth-child(2) {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .stuck .holiduct-sidebar {
    height: 305px;
  }
  .holiduct-visible .holiduct-sidebar {
    height: 505px;
    margin-top: 2rem;
    overflow: visible;
  }
  .holiduct-sidebar > .inner {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 0 1rem;
    width: 255px;
  }
  .holiduct-visible .holiduct-sidebar > .inner {
    border: 3px solid #c6002b;
  }
  .holiduct-sidebar .back {
    display: none;
    font-size: 10px;
    font-weight: normal;
    margin: -2rem 0 0;
    text-align: center;
  }
  .holiduct-visible .holiduct-sidebar .back {
    display: block;
  }
  .holiduct-sidebar h2 {
    display: none;
    font-size: 16px;
    margin: 0;
    text-align: center;
  }
  .holiduct-visible .holiduct-sidebar h2 {
    display: block;
  }
  .holiduct-sidebar h2 span {
    background: #c6002b;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
  }
  .holiduct-sidebar .price {
    margin: 1rem 0;
  }
  .holiduct-sidebar .price-call + .total-price-label {
    display: none;
  }
  .holiduct-sidebar .price-call {
    display: block;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
  }
  .holiduct-sidebar .price > .has-price,
  .holiduct-sidebar .price > span:nth-child(2) {
    float: left;
  }
  .holiduct-sidebar .price > .has-price {
    width: 75%;
  }
  .holiduct-sidebar .price > .has-price .amount {
    font-size: 36px;
  }
  .holiduct-sidebar .price > span:nth-child(2) {
    padding: 1rem 2rem 0 5px;
    width: 25%;
  }
  .holiduct-sidebar .price > span:last-of-type {
    display: block;
  }
  .holiduct-sidebar .price i {
    display: none;
  }
  .holiduct-sidebar .contact-info {
    padding: 1rem;
    text-align: center;
  }
  .holiduct-sidebar .contact-info > span {
    color: #2c4383;
    display: block;
  }
  .holiduct-sidebar .contact-info > span:first-child {
    font-size: 16px;
  }
  .holiduct-sidebar .contact-info > span:nth-child(2) {
    font-size: 24px;
  }
  .holiduct-sidebar .contact-info i {
    font-size: 85%;
  }
  .holiduct-sidebar .contact-info > span:last-child {
    display: none;
    font-size: 10px;
  }
  .holiduct-visible .holiduct-sidebar .contact-info > span:last-child {
    display: block;
  }
}
.yacht-destinations h3 {
  margin-bottom: 0;
}

.yacht-destinations .group {
  padding: 2rem 2rem 0 0;
}

.yacht-destinations a {
  background: #ececec;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 1rem 1rem 0;
  padding: 1rem 2rem;
  word-wrap: nowrap;
}

.holiduct-sidebar .remove-shortlist.hide {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .holiduct-main-panel .number-days-filter label {
    font-size: 18px;
  }
  .holiduct-main-panel .number-days-filter label span {
    margin-top: 3px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 560px) {
  .holiduct-main-panel .number-days-filter label {
    font-size: 17px;
  }
  .holiduct-main-panel .number-days-filter label span {
    margin-top: 5px;
  }
}
.hubspot-form-container input[type=text],
.hubspot-form-container input[type=email],
.hubspot-form-container select {
  width: 300px;
  max-width: 100%;
  padding: 10px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .hubspot-form-container input[type=text],
  .hubspot-form-container input[type=email],
  .hubspot-form-container select {
    width: 100%;
  }
}
.hubspot-form-container input[type=text].error,
.hubspot-form-container input[type=email].error,
.hubspot-form-container select.error {
  border: 1px solid #c6002b;
}
.hubspot-form-container textarea {
  width: 300px;
}
@media only screen and (max-width: 479px) {
  .hubspot-form-container textarea {
    width: 100%;
  }
}
.hubspot-form-container input[type=checkbox] {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.hubspot-form-container .hs-form-required {
  color: #c6002b;
  padding-left: 3px;
}
.hubspot-form-container .hs-form-field label {
  color: #2c4383;
  font-size: 14px;
}
.hubspot-form-container .hs-form-field .inputs-list {
  list-style-type: none;
  padding-left: 0;
}
.hubspot-form-container .hs-form-field .hs-error-msgs label {
  color: #c6002b;
}
.hubspot-form-container .hs-button.primary {
  background-color: #c6002b;
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #c6002b;
  border-radius: 2px;
  font-size: 1.2em;
  line-height: 1.428571429;
  text-decoration: none !important;
  display: block;
  width: 300px;
  text-align: center;
}
.hubspot-form-container .hs-button.primary:hover, .hubspot-form-container .hs-button.primary:active {
  background-color: #dd6680;
  border: 1px solid #dd6680;
}
@media only screen and (max-width: 479px) {
  .hubspot-form-container .hs-button.primary {
    width: 100%;
  }
}

.container-fluid {
  max-width: 1170px;
}

.site-header {
  border-bottom: 1px solid #a1a1a1;
  border-top: 4px solid #c6002b;
  padding: 20px 0 0;
}

.navbar-header > div.feefo-header {
  float: left;
  margin-left: 30px;
}

.navbar {
  margin-bottom: 0;
}

.main-menu-navbar {
  padding: 0;
  margin: 0 -15px;
}

.navbar-toggle {
  padding: 0;
  width: 20px;
  color: #090909;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 5rem;
  margin: 0.1rem 0 0 0;
  float: unset;
}

.navbar-toggle .icon-bar {
  background: #090909;
  height: 2px;
  margin: 0;
  width: 20px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggle .text {
  bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1;
  position: relative;
  display: inline;
}

.header-info-toggle i {
  bottom: 1px;
  font-size: 2rem;
  position: relative;
}

.navbar-brand {
  padding: 0;
  margin: 0 auto;
  max-width: 10.8rem;
}
.navbar-brand img {
  max-width: 130px;
  width: 100%;
  margin-top: 6px;
}

.header-info .phone::after,
.media-featured .phone::after,
.holiduct-phone-number::after {
  content: "*";
  font-size: 14px;
  font-weight: normal;
  position: relative;
}

.mobile-highlight-menu {
  float: left;
}

.mobile-highlight-menu li {
  background: #ececec;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0.2rem 0 0.2rem;
  padding: 1rem 1rem;
}
.mobile-highlight-menu li:hover {
  background: #499ddb;
}
.mobile-highlight-menu li:hover a {
  color: #ececec;
}
.mobile-highlight-menu li:first-child {
  margin-left: 0;
}
.mobile-highlight-menu li:last-child {
  margin-right: 0;
}

.mobile-highlight-menu li a {
  color: #499ddb;
}

@media only screen and (max-width: 479px) {
  .site-header {
    padding-bottom: 10px;
  }
  .mobile-highlight-menu li {
    font-size: 13px;
  }
  .front .main-menu-navbar li.e-news-item,
  .front .main-menu-navbar li.brochure-item {
    display: block;
  }
  .front .main-menu-navbar li.e-news-item a,
  .front .main-menu-navbar li.brochure-item a {
    font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: inherit;
  }
  .front .main-menu-navbar li.e-news-item .fa.fa-leanpub:before,
  .front .main-menu-navbar li.e-news-item .fa.fa-envelope-o:before,
  .front .main-menu-navbar li.brochure-item .fa.fa-leanpub:before,
  .front .main-menu-navbar li.brochure-item .fa.fa-envelope-o:before {
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
  }
}
@media only screen and (min-width: 480px) {
  .mobile-highlight-menu {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .site-header {
    padding-top: 0;
  }
  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: unset;
    width: 100%;
    padding: 3px 0 2px;
  }
  .navbar-nav {
    margin: 10px 0 0;
  }
  #block-menu-menu-locale-menu {
    position: unset;
    background: #ececec;
    border-top: 1px solid #fff;
  }
  .block-menu-menu-locale-menu .dropdown-toggle {
    border-left: 8px solid #dbdbdb;
  }
  .navbar-nav li + li {
    border-top: 1px solid #fff;
  }
  .navbar-nav li a {
    background: #ececec;
    border-left: 8px solid #dbdbdb;
    padding: 2rem 2rem;
  }
  .navbar-nav li a:hover, .navbar-nav li a:active, .navbar-nav li a:focus {
    background: #dbdbdb;
    color: #666;
  }
  .navbar-nav li ul {
    display: none;
  }
  .navbar-header > div.feefo-header {
    float: left;
    margin: 10px 30px 20px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .site-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .navbar-header > div.feefo-header {
    float: left;
    margin-left: 30px;
    margin-top: 7px;
  }
  .mobile-highlight-menu {
    display: none;
  }
  .navbar-nav {
    clear: both;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    float: none;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .navbar > div {
    margin: auto;
  }
  .navbar-header > div.feefo-header {
    float: left;
    margin-left: 30px;
    margin-top: 7px;
  }
  .main-menu-navbar li {
    float: none;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
  }
  .main-menu-navbar li:first-child {
    margin-left: 0;
  }
  .main-menu-navbar li:last-child {
    margin-right: 0;
  }
  .main-menu-navbar li a {
    color: #666;
    display: inline;
    font-size: 1.4rem;
    padding: 0;
  }
  .main-menu-navbar li a:hover {
    background: transparent;
    color: #c6002b;
  }
  .main-menu-navbar li ul {
    display: none;
  }
}
/* Fix for main menu from 1200px till 1300px */
@media only screen and (min-width: 1440px) {
  .flex-container-lg-navbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .site-header .container-fluid {
    max-width: 100%;
  }
  .navbar {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .navbar > div:first-child {
    margin-left: 0;
  }
  .navbar > div:last-child {
    margin-right: 0;
  }
  .navbar-header {
    float: none;
  }
  .navbar .main-menu-navbar {
    margin-left: 0;
    margin-top: -0.5rem;
  }
  .main-menu-navbar li + li {
    margin-left: 2rem;
  }
}
#page-header > .tabs {
  margin-top: 3rem;
}

.region-hero .hero-text {
  left: 4rem;
  position: absolute;
  top: 50%;
  width: 100%;
}

.region-hero .hero-text h1,
.region-hero .hero-text h2 {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}

.region-hero .hero-text h1 {
  font-size: 3.2rem;
  font-weight: 700;
  max-width: 95%;
}

.region-hero .hero-text h2 {
  font-size: 2.8rem;
  margin-top: 0.5rem;
  max-width: 85%;
}

@media only screen and (min-width: 992px) {
  .region-hero .hero-text h1 {
    font-size: 5rem;
  }
  .region-hero .hero-text h2 {
    font-size: 3.5rem;
  }
}
.region-hero {
  position: relative;
  margin: 0 -15px 8rem;
  max-width: 1200px;
  position: relative;
  min-height: 220px;
}
@media only screen and (min-width: 1200px) {
  .region-hero {
    margin: 0 -30px;
    min-height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .region-hero {
    margin-bottom: 1rem;
  }
}

main {
  padding: 0 0 40px;
  position: relative;
}

@media only screen and (max-width: 479px) {
  main > .view-mode-full {
    margin: 0 -15px;
  }
}
#region-main-content,
#region-main-content + aside {
  margin-bottom: 40px;
  margin-top: 20px;
}

body.front #region-main-content {
  margin-top: 3px;
}

@media only screen and (min-width: 768px) {
  #region-main-content,
  #region-main-content + aside {
    margin-bottom: 80px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .region-main-sidebar {
    margin-top: 40px;
  }
}
.site-footer {
  background: #2c4383;
  border-top: 1px solid #a1a1a1;
  color: #ccc;
  padding: 40px 0;
}

.feefo-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.footer-menu {
  margin-bottom: 40px;
}
.footer-menu li {
  font-size: 14px;
  list-style: none !important;
  padding: 2px;
}
.footer-menu li a {
  color: #b6d7f1;
  line-height: 1.85em;
}
.footer-menu li a:hover {
  font-weight: bold;
  text-decoration: none !important;
}
.footer-menu .text-uppercase, .footer-menu .initialism {
  font-weight: bold;
}

.footer-menu > li:first-child {
  display: block;
}

.footer-menu > li ul {
  margin-top: 4px;
}

.footer-menu > li > a {
  letter-spacing: 0.03rem;
}

.site-footer p,
.site-footer .postal,
.site-footer .charges,
.site-footer .terms_conditions {
  font-size: 12px;
}

.site-footer .postal,
.site-footer .charges {
  text-align: center;
  margin: 0;
}

.site-footer .charges {
  padding-left: 30px;
}

.site-footer p strong {
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .footer-menu > li {
    display: block;
  }
}
.main-menu-navbar li.e-news-item,
.main-menu-navbar li.brochure-item {
  display: none;
}

@media only screen and (max-width: 991px) {
  .footer-menu > li > span {
    border: 1px solid #ddd;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 90%;
    cursor: pointer;
  }
  .menu-overflow {
    overflow: hidden;
  }
  .caret-sign-footer {
    font: normal normal normal 20px/1 FontAwesome;
    color: #fff;
    right: 10px;
    bottom: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    padding-left: 10px;
    cursor: pointer;
  }
  .caret-sign-footer:before {
    content: "\f107";
  }
  .navbar-form {
    display: none;
  }
}
.feefowidget-global-container {
  padding: 20px 0 !important;
}

.feefo-base-card {
  text-align: left;
  margin-bottom: 7px;
  margin-top: -10px;
}

.feefo-yacht-card {
  margin-top: -10px;
  margin-bottom: 10px;
  text-align: left;
}

.feefo-product {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

.contact-bar {
  border-bottom: 0.25px solid #d3d3d3;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}

#block-menu-menu-locale-menu {
  right: -10px;
  top: -25px !important;
}
@media (min-width: 768px) {
  #block-menu-menu-locale-menu {
    right: 0;
    top: -75px !important;
  }
}

.manage-booking {
  background-color: #fff;
  border: 1px solid #2c4383;
  color: #2c4383;
  margin-top: 12px;
  padding: 0.6rem 3rem;
}
.manage-booking:hover, .manage-booking:focus {
  background: #2c4383;
  color: #fff;
  border: none;
  text-decoration: none;
}

.d-manage-booking {
  display: block;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  width: auto;
}

.locale {
  display: none;
}

@media only screen and (min-width: 1440px) {
  #main-menu {
    margin-right: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggle .text {
    display: none !important;
  }
  .locale {
    background: #ececec;
    border-left: 8px solid #d3d3d3;
    display: flex;
    height: auto;
    justify-content: space-between;
    padding: 15px 40px;
  }
  .contact-bar,
  .d-manage-booking {
    display: none;
  }
  .m-manage-booking {
    padding: 0.6rem 3rem;
    width: 100%;
  }
}
#header-info .phone {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
#header-info .phone::after {
  display: none;
}
#header-info .phone .number {
  width: max-content;
}
#header-info .phone .fa-phone {
  color: #499ddb;
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px 0 0;
}
#header-info .phone a {
  display: inline-block;
}
#header-info .phone a:hover, #header-info .phone a:focus {
  text-decoration: none;
}
#header-info .tagline, #header-info .phone, #header-info .hours, #header-info .fa-phone {
  display: none;
}
#header-info.collapse.in .phone {
  display: flex;
  justify-content: center;
}
#header-info.sticky {
  background: #fff;
  border-bottom: 1px solid #c6002b;
  box-shadow: 3px 4px 22px -3px #A99384;
  justify-content: center;
  margin: 0 !important;
  padding: 10px !important;
  position: fixed !important;
  right: 0 !important;
  text-align: center !important;
  top: 0 !important;
  width: 100%;
  z-index: 999;
}
#header-info.sticky .phone {
  display: flex;
  justify-content: center;
}
#header-info.sticky .phone::after {
  display: none;
}
@media (min-width: 768px) {
  #header-info {
    display: flex !important;
    justify-content: center;
    position: absolute;
    top: -80px !important;
    width: 95%;
  }
  #header-info .tagline, #header-info .phone, #header-info .hours {
    display: flex;
  }
  #header-info .tagline,
  #header-info .hours {
    font-size: 12px;
    padding: 5px 10px;
  }
  #header-info .hours {
    font-weight: 600;
  }
  #header-info .phone {
    width: auto;
  }
  #header-info .phone::after {
    display: inline-block;
  }
}

.mega-menu {
  max-height: 0;
  padding: 0 52px;
  overflow: hidden;
  -webkit-transition: all 600ms ease-in;
  -o-transition: all 600ms ease-in;
  transition: all 600ms ease-in;
}

.mega-menu h3 {
  font-weight: normal;
}

.mega-menu h3 a {
  color: #2c4383;
  font-weight: normal;
}

.mega-menu h4 {
  font-size: 21px;
}

.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu ul li {
  min-height: 35px;
}

.mega-menu li a {
  font-weight: normal;
}

.mega-menu span {
  background-image: url(../images/icons/flotillas.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
  bottom: 6px;
  display: inline-block;
  height: 27px;
  margin: 0 3px;
  position: relative;
  vertical-align: middle;
  width: 27px;
}

.mega-menu span.sailing-schools {
  background-image: url(../images/icons/skipper-hat.png);
}

@media only screen and (max-width: 767px) {
  .mega-menu {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #main-menu li a[id^=mega-menu-link-] {
    background: url(../images/icons/drop-down.png) no-repeat right 4px;
    background-size: 14px auto;
    padding-right: 17px;
  }
  #main-menu li.open a[id^=mega-menu-link-] {
    background-image: url(../images/icons/drop-up.png);
  }
  .mega-menu.open {
    padding: 0 52px;
    max-height: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .mega-menu.open {
    visibility: visible;
    max-height: 500px;
  }
  .mega-menu .promo-block {
    margin-top: 0;
  }
}
.mega-menu .wrap-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mega-menu .wrap-flex .sub-menu {
  display: flex;
  flex-grow: 0.7;
}
.mega-menu .wrap-flex .sub-menu div {
  margin-right: auto;
}
.mega-menu .wrap-flex .promo-block {
  display: flex;
}
@media screen and (min-width: 1200px) {
  .mega-menu .wrap-flex .promo-block {
    width: 45%;
  }
}
.mega-menu .wrap-flex .promo-block .mega-menu-text {
  width: 60%;
  margin-right: 30px;
  margin-left: auto;
}
.mega-menu .wrap-flex .promo-block .mega-menu-cta {
  position: relative;
  width: 340px;
  height: 223px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .mega-menu .wrap-flex .promo-block .mega-menu-cta {
    margin-left: auto;
  }
}
.mega-menu .wrap-flex .promo-block .mega-menu-cta .cta-copy {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  color: #2c4383;
  font-size: 24px;
  padding: 0 15px;
  margin-top: 20px;
  left: 1em;
}
.mega-menu .wrap-flex .promo-block .mega-menu-cta .cta-copy p {
  margin-bottom: 0;
}
.mega-menu .wrap-flex .promo-block .mega-menu-cta .cta-btn:hover {
  background-color: #c6002b;
  color: #fff;
}
.mega-menu .wrap-flex .promo-block .mega-menu-cta .cta-btn {
  color: #c6002b;
  font-weight: 600;
  padding: 6px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #c6002b;
  min-width: 50%;
  bottom: 0;
  right: 40px;
  text-align: center;
  position: absolute;
  margin-bottom: 5%;
}

.block-menu-menu-locale-menu {
  float: none;
  position: absolute;
  right: -8px;
  top: -25px;
}

.block-menu-menu-locale-menu .btn:hover {
  border-color: transparent;
  background-color: transparent;
  color: #666;
}
.block-menu-menu-locale-menu .btn:focus {
  outline: none;
}

.block-menu-menu-locale-menu .dropdown-toggle {
  background: transparent;
  box-shadow: none;
  text-transform: none;
  min-width: 6rem;
}

.block-menu-menu-locale-menu .dropdown-toggle .current {
  display: none;
}

@media only screen and (max-width: 767px) {
  .block-menu-menu-locale-menu .dropdown-toggle .caret {
    position: relative;
  }
}

.block-menu-menu-locale-menu .dropdown-menu {
  width: 100%;
  top: 86%;
}
@media only screen and (max-width: 767px) {
  .block-menu-menu-locale-menu .dropdown-menu {
    top: 72%;
  }
}

.block-menu-menu-locale-menu .dropdown-toggle,
.block-menu-menu-locale-menu li a {
  font-size: 12px;
  padding-right: 0;
}

.block-menu-menu-locale-menu .dropdown-toggle::before,
.block-menu-menu-locale-menu .dropdown-menu li a::before {
  background-size: 33px auto;
  background-position: center;
  content: "";
  display: inline-block;
  height: 16px;
  position: relative;
  top: 2px;
  right: 8px;
  width: 27px;
}

.block-menu-menu-locale-menu .dropdown-menu li a.menu-uk::before,
.block-menu-menu-locale-menu .dropdown-toggle.menu-uk::before {
  background-image: url("../../assets/images/icons/flag_uk.jpg");
}
.block-menu-menu-locale-menu .dropdown-menu li a.menu-us::before,
.block-menu-menu-locale-menu .dropdown-toggle.menu-us::before {
  background-image: url("../../assets/images/icons/flag_us.png");
}
.block-menu-menu-locale-menu .dropdown-menu li a.menu-fr::before,
.block-menu-menu-locale-menu .dropdown-toggle.menu-fr::before {
  background-image: url("../../assets/images/icons/flag_fr.jpg");
}
.block-menu-menu-locale-menu .dropdown-menu li a.menu-de::before,
.block-menu-menu-locale-menu .dropdown-toggle.menu-de::before {
  background-image: url("../../assets/images/icons/flag_de.jpg");
}
.block-menu-menu-locale-menu .dropdown-menu li a.menu-nl::before,
.block-menu-menu-locale-menu .dropdown-toggle.menu-nl::before {
  background-image: url("../../assets/images/icons/flag_nl.jpg");
}
.block-menu-menu-locale-menu .dropdown-menu li a.menu-au::before,
.block-menu-menu-locale-menu .dropdown-toggle.menu-au::before {
  background-image: url("../../assets/images/icons/flag_au.png");
}
.block-menu-menu-locale-menu .dropdown-menu li a.menu-es::before,
.block-menu-menu-locale-menu .dropdown-toggle.menu-es::before {
  background-image: url("../../assets/images/icons/flag_es.png");
}
.block-menu-menu-locale-menu .dropdown-menu li a.menu-za::before,
.block-menu-menu-locale-menu .dropdown-toggle.menu-za::before {
  background-image: url("../../assets/images/icons/flag_za.png");
}

.view-mode-full .field-name-field-sunsail-region-tagline {
  margin-top: 0;
}

.card-layout {
  clear: both;
}

.card-layout .node,
.columned-card {
  margin-bottom: 80px;
  padding: 0;
  position: relative;
}

.card-layout .node > div,
.columned-card {
  border: 1px solid #a1a1a1;
}

.columned-card {
  margin-top: 2rem;
}

.card-layout .node > div {
  padding: 15px;
}

.card-layout .lead-price {
  background: #ececec;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #a1a1a1;
  color: #c6002b;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  padding: 0.5rem 1rem 0.3rem;
  position: absolute;
  right: 1rem;
  top: -1.5rem;
  width: 12rem;
}

.card-layout .lead-price > span {
  display: block;
}

.card-layout picture {
  display: block;
  margin: -15px -15px 0;
}

.card-layout picture img,
.columned-card picture img {
  width: 100%;
}

.columned-card .columned-card-text {
  padding-top: 15px;
  text-align: center;
}

.columned-card .columned-card-text * {
  text-align: left;
}

.columned-card .columned-card-text p,
.columned-card .columned-card-text .checklist li {
  margin: 0 !important;
  line-height: 25px;
}

.card-layout > h3 {
  margin: 40px 0 20px;
}

.card-layout h4 {
  color: #499ddb;
}

.columned-card h4 {
  margin-bottom: 5px;
}

.card-layout .btn {
  margin-bottom: -55px;
}

.columned-card .btn {
  margin-bottom: -50px;
}

.card-layout .usps li + li {
  margin-top: 0.2rem;
}

.columned-card .columned-card-icon {
  position: absolute;
  top: -20px;
  left: 20px;
  height: 63px;
  width: 63px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.sailing-school-icon,
.skippered-holiday-icon {
  height: 63px;
  width: 63px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.sailing-school-icon {
  background-image: url(../images/icons/school-hat.png);
}

.skippered-holiday-icon {
  background-image: url(../images/icons/skippered-hat.png);
}

@media only screen and (min-width: 768px) {
  .card-layout .node:nth-of-type(odd) {
    clear: left;
    padding-left: 0;
    padding-right: 15px;
  }
  .card-layout .node:nth-of-type(even) {
    padding-left: 15px;
    padding-right: 0;
  }
  .card-layout .node:nth-of-type(odd) .lead-price {
    right: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .card-layout .node {
    margin-bottom: 80px;
  }
}
.card-icons {
  padding: 20px 0 0;
}

.card-icons span {
  font-size: 14px;
  line-height: 1;
}

.card-icons > span {
  display: inline-block;
  padding: 0 0.5rem 1rem 3rem;
  position: relative;
  vertical-align: middle;
}

.card-icons .flotillas {
  width: 9rem;
}

.card-icons .experience {
  width: 11rem;
}

.card-icons .qualifications {
  width: 6.5rem;
}

.card-icons .sailing-school {
  width: 8.5rem;
}

.card-icons .card-icon > span:first-child {
  background-image: url(../images/icons/flotillas.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  display: inline-block;
  height: 27px;
  left: 0;
  position: absolute;
  top: 0;
  width: 27px;
}

.card-icons .experience > span:first-child {
  background-image: url(../images/icons/experience.png);
}

.card-icons .qualifications > span:first-child {
  background-image: url(../images/icons/qualifications.png);
}

.card-icons .sailing-school > span:first-child {
  background-image: url(../images/icons/sailing-school.png);
}

.card-icons .card-icon > .orange-bk {
  margin-top: -7px;
}

.node-tm-itinerary-poi.node-teaser {
  font-size: 16px;
}

.node-tm-itinerary-poi.node-teaser .media-featured {
  font-size: 14px;
  line-height: 18px;
  margin-left: 0px;
  margin-right: 0px;
}

.node-tm-itinerary-poi.node-teaser .media-featured img {
  max-width: 100%;
}

.field-name-field-sunsail-base-extras h4 {
  clear: both;
  margin-bottom: -10px;
  padding: 0 15px;
}

.itinerary-anchor {
  bottom: 130px;
  display: block;
  left: -300px;
  position: relative;
}

.itinerary-nav-block {
  background: #fff;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 1rem 0 2rem;
  width: 100%;
}

.itinerary-nav-block.stuck {
  border-bottom: 1px solid #a1a1a1;
  position: fixed;
  top: 0;
  z-index: 2000;
}

.itinerary-nav-block > .inner {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
}

.itinerary-nav-block.stuck > .inner {
  padding: 0 15px;
}

.itinerary-nav-block h1 {
  font-size: 42px;
  line-height: 0.95;
  margin: 0;
}

.itinerary-nav-block h1,
.itinerary-nav-block h1 + a {
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.itinerary-nav-block h1 + a {
  white-space: normal;
}

.pane-tm-itineraries-day-shortcuts {
  position: relative;
}

.itinerary-nav {
  float: left;
  margin: 1rem 0 0;
  padding: 0;
  white-space: nowrap;
}

.itinerary-nav-block.stuck .itinerary-nav {
  max-width: 100%;
  margin: 0;
}

.itinerary-nav .day-shortcut {
  display: inline-block;
}
.itinerary-nav .day-shortcut:focus {
  outline: 0 none;
}

.itinerary-nav .slick-list {
  margin: 0 5rem;
  overflow: hidden;
  position: relative;
}

.itinerary-nav .slick-track .day-shortcut {
  display: block;
}

.itinerary-nav .slick-track div {
  float: left;
}

.itinerary-nav .day-shortcut + div,
.itinerary-nav .slick-track .day-shortcut + div {
  padding-left: 1rem;
}

.itinerary-nav .day-shortcut a,
.itinerary-nav button {
  background: #ececec;
  border-left: 8px solid #dbdbdb;
  display: inline-block;
  font-weight: 600;
  height: 5rem;
  line-height: 1;
  padding-right: 0.5rem;
  padding-top: 0.7rem;
  position: relative;
  text-align: center;
  vertical-align: top;
  white-space: normal;
  width: 5rem;
}
.itinerary-nav .day-shortcut a:focus,
.itinerary-nav button:focus {
  background: #dbdbdb;
  outline: 0 none !important;
}

.itinerary-nav button {
  border: 0 none !important;
  color: #499ddb;
  outline: 0 none;
  position: absolute;
  top: 1rem;
  z-index: 10;
}

.itinerary-nav-block.stuck button {
  top: 0;
}

.itinerary-nav button:first-child {
  border-right: 8px solid #fff !important;
  left: 0;
}

.itinerary-nav button:last-child {
  border-left: 8px solid #fff !important;
  right: 0;
}

.itinerary-nav .day-shortcut.active a,
.itinerary-nav .day-shortcut a:hover,
.itinerary-nav button:hover {
  background: #2c4383;
  border-left-color: #2c4383;
  color: #fff;
  text-decoration: none;
}

.itinerary-nav .day-shortcut.active a::after,
.itinerary-nav .day-shortcut a:hover::after {
  border-top: 6px solid #2c4383;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -6px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  height: 0;
  width: 0;
}

.itinerary-nav .day-shortcut:first-child a {
  padding-top: 1.5rem;
  width: 9rem;
}

.ie11 .itinerary-nav .day-shortcut:first-child a,
.ie10 .itinerary-nav .day-shortcut:first-child a {
  top: -1rem;
}

.ie11 .itinerary-nav .day-shortcut.slick-slide:first-child a,
.ie10 .itinerary-nav .day-shortcut.slick-slide:first-child a {
  top: 0;
}

.itinerary-nav .day-shortcut span {
  display: inline-block;
  font-size: 12px;
  width: 100%;
}
.itinerary-nav .day-shortcut span:nth-child(2) {
  font-size: 14px;
}

.itinerary-overview .map {
  bottom: 3rem;
  position: relative;
}

.itinerary-overview .top-tips {
  left: -1rem;
  bottom: 1.5rem;
  z-index: 1500;
}

.itinerary-overview img {
  max-width: 95px;
}

.itinerary-overview .field-name-field-tm-itinerary-staff h4,
.itinerary-overview .field-name-field-tm-itinerary-staff h4 + p {
  line-height: 1.1;
}

.itinerary-overview .field-name-field-tm-itinerary-staff h4 {
  font-size: 16px;
  margin: 1rem 0 0;
}

.itinerary-overview .field-name-field-tm-itinerary-staff h4 + p {
  font-size: 16px;
}

.itinerary-overview .distance {
  background-image: url(../images/icons/itinerary-distance.png);
  background-position: 9px 23px;
  background-repeat: no-repeat;
  background-size: auto 41px;
  padding-left: 5.5rem;
}

.itinerary-overview .distance div {
  text-align: left;
}
.itinerary-overview .distance div:first-child {
  margin-left: -4.5rem;
}

.itinerary-overview .best-time .label {
  padding: 0 5px;
}

.itinerary-overview .best-time .value {
  font-size: 16px;
  line-height: 1;
  margin-top: 0.3rem;
}

.itinerary-overview .highlights {
  margin-top: 20px;
}

.itinerary-overview .highlights li {
  color: #2c4383;
}

.itinerary-day .day-count {
  color: #fff;
  display: block;
  height: 5rem;
  left: 1.5rem;
  line-height: 1;
  padding-top: 0.7rem;
  position: absolute;
  text-align: center;
  top: -1rem;
  width: 5rem;
}

.itinerary-day .day-count span {
  display: block;
  font-size: 14px;
}
.itinerary-day .day-count span:last-child {
  font-size: 21px;
  font-weight: 600;
}

.itinerary-day .day-count + h2 {
  margin-left: 6rem;
  margin-top: -21px;
}

.itinerary-day .field-name-field-tm-itinerary-day-desc {
  margin-top: 1rem;
}

.itinerary-day .quick-facts-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.itinerary-day .quick-fact {
  margin: 0;
  height: 10rem;
  width: 10rem;
}

.itinerary-day .quick-fact .value {
  font-size: 5rem;
}

.itinerary-day .quick-fact .value .value-wrapper {
  display: inline-block;
  max-width: 6.3rem;
}

.itinerary-day .quick-facts-row p {
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  max-width: 40%;
}

.itinerary-day .activities li {
  border-left-style: solid;
  border-left-width: 8px;
  display: inline-block;
  height: 7rem;
  margin: 0 0.3rem 0.7rem 0;
  overflow: hidden;
  padding-top: 0.4rem;
  text-align: center;
  vertical-align: top;
  width: 7rem;
}

.itinerary-day .activities li span {
  color: #fff;
  display: block;
  font-size: 9px;
  line-height: 1;
  margin: 0 auto;
  padding: 3px 2px 2px;
}
.itinerary-day .activities li span:first-child {
  height: 4rem;
  width: 4.5rem;
}

.itinerary-day .activities li img {
  max-height: 100%;
  max-width: 100%;
}

.itinerary-day .hidden-gem + .hidden-gem {
  margin-top: 2rem;
}

.itinerary-day .hidden-gem > div:first-child {
  margin-bottom: 1rem;
}

.itinerary-day .hidden-gem h4 {
  margin: 0;
}

.itinerary-day .field-name-field-tm-itinerary-day-attr,
.itinerary-day .field-name-field-tm-itinerary-day-attr a {
  font-size: 14px;
  line-height: 16px;
  color: #aaa;
  width: 40%;
  padding-top: 10px;
}

.itinerary-day .field-name-field-tm-itinerary-day-attr a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 479px) {
  .itinerary-overview .overview-staff,
  .itinerary-overview .overview-text {
    float: none;
    overflow: hidden;
    width: auto;
  }
  .itinerary-overview .overview-staff {
    margin-bottom: 1rem;
  }
  .itinerary-overview .overview-staff > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .itinerary-overview .overview-staff img {
    margin-right: 1rem;
    max-height: 95px;
  }
  .itinerary-overview .overview-staff h4 {
    margin-top: 2rem;
  }
  .itinerary-overview .quick-facts-row,
  .itinerary-day .quick-facts-row {
    display: block;
  }
  .itinerary-overview .quick-facts-row > div {
    vertical-align: top;
  }
  .itinerary-day .quick-fact {
    margin-right: 1rem;
    vertical-align: top;
  }
  .itinerary-day .quick-fact .label {
    font-size: 16px;
  }
  .itinerary-day .quick-facts-row p {
    margin: 1rem 0;
    max-width: none;
    width: auto;
  }
}
@media only screen and (min-width: 480px) {
  .itinerary-nav-block {
    padding: 2rem 0;
  }
  .itinerary-anchor {
    bottom: 150px;
  }
  .itinerary-overview .quick-facts-row {
    height: 7.5rem;
    vertical-align: top;
  }
  .itinerary-overview .quick-facts-row > div {
    vertical-align: top;
  }
  .itinerary-overview .quick-fact {
    display: inline-block;
    margin-right: 1rem;
  }
  .itinerary-overview .highlights ul {
    overflow: hidden;
  }
  .itinerary-overview .highlights li {
    float: left;
    margin-bottom: 0.5rem;
    width: 46%;
  }
  .itinerary-overview .highlights li:nth-child(odd) {
    clear: left;
    margin-right: 6%;
  }
  .itinerary-overview .highlights li + li {
    margin-top: 0;
  }
  .itinerary-day .quick-facts-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .itinerary-day .quick-fact {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .itinerary-nav-block.stuck h1,
  .itinerary-nav-block.stuck h1 + a {
    bottom: 10rem;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
  }
}
@media only screen and (min-width: 768px) {
  .itinerary-nav-block.stuck h1 + a {
    white-space: nowrap;
  }
  .itinerary-nav-block.stuck .itinerary-nav {
    margin-top: 1rem;
  }
  .itinerary-anchor {
    bottom: 270px;
  }
  .itinerary-nav .slick-list {
    margin: 0 7rem;
  }
  .itinerary-nav .day-shortcut a,
  .itinerary-nav button {
    height: 6.4rem;
    line-height: 1.2;
    padding-top: 1.3rem;
    width: 6.4rem;
  }
  .itinerary-nav-block.stuck button {
    top: 1rem;
  }
  .itinerary-nav .day-shortcut.active a::after,
  .itinerary-nav .day-shortcut a:hover::after {
    border-top-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    bottom: -10px;
    margin-left: -14px;
  }
  .itinerary-nav .day-shortcut:first-child a {
    padding-top: 2.3rem;
    width: 10rem;
  }
  .ie11 .itinerary-nav .day-shortcut:first-child a,
  .ie10 .itinerary-nav .day-shortcut:first-child a {
    top: -1.5rem;
  }
  .itinerary-nav .day-shortcut span {
    font-size: 16px;
  }
  .itinerary-nav .day-shortcut span:nth-child(2) {
    font-size: 22px;
  }
  .itinerary-day .day-count + h2 {
    margin-left: 10rem;
    margin-top: -2px;
  }
  .itinerary-day .day-count {
    height: 8rem;
    padding-top: 1rem;
    top: -2rem;
    width: 8rem;
  }
  .itinerary-day .day-count span {
    font-size: 21px;
  }
  .itinerary-day .day-count span:last-child {
    font-size: 40px;
  }
  .itinerary-day .day-count + h2 {
    margin-left: 10rem;
    margin-top: -2px;
  }
  .itinerary-day .quick-fact {
    margin-bottom: 1rem;
  }
  .itinerary-day .quick-facts-row p {
    clear: both;
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .itinerary-anchor {
    bottom: 220px;
  }
  .itinerary-nav-block h1 + a {
    position: absolute;
    right: 0;
    top: -0.5rem;
  }
  .itinerary-overview .highlights ul {
    margin-right: 80px;
  }
  .itinerary-day .quick-facts-row p {
    clear: none;
    max-width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .itinerary-nav-block.stuck > .inner {
    padding: 0;
  }
  .itinerary-nav {
    float: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .itinerary-nav.flex-container-lg .day-shortcut + div {
    padding-left: 0;
  }
  .itinerary-overview .highlights ul {
    margin-right: 0;
  }
  .itinerary-day .quick-facts-row p {
    clear: both;
    max-width: none;
  }
}
.node-tm-itinerary-poi.node-teaser .featured-image {
  margin-bottom: 10px;
}

.node-tm-itinerary-poi.node-teaser .field-name-field-tm-itinerary-poifocal-attr {
  margin-left: 15px;
  font-size: 12px;
}
.node-tm-itinerary-poi.node-teaser .field-name-field-tm-itinerary-poifocal-attr a,
.node-tm-itinerary-poi.node-teaser .field-name-field-tm-itinerary-poifocal-attr a:hover {
  color: #bbb;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .node-tm-itinerary-poi.node-teaser,
  .node-tm-itinerary-poi.node-teaser .media-featured {
    font-size: 18px;
    line-height: 22px;
  }
  .node-tm-itinerary-poi.node-teaser .media-featured {
    margin-top: 30px;
  }
  .node-tm-itinerary-poi.node-teaser .media-featured .col-sm-5 {
    margin-bottom: 20px;
  }
  .node-tm-itinerary-poi.node-teaser .featured-image {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .node-tm-itinerary-poi.node-teaser .featured-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.base-itineraries-intro {
  margin-top: 20px;
}

.base-itineraries-intro + .base-itineraries-usps {
  margin-top: 6.5rem;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .node-type-sunsail-base .pane-node-field-sunsail-base-bb-intro {
    padding-right: 0;
  }
  .base-itineraries-intro + .base-itineraries-usps {
    margin-top: 20px;
  }
}
.card-layout .node-tm-itinerary.card-view .node-staff-profile > div {
  border: none;
  padding: 0;
}

.node-tm-itinerary.card-view > div {
  position: relative;
}

.node-tm-itinerary.card-view .node-staff-profile.card-view,
.card-layout .node-tm-itinerary.card-view .node-staff-profile.card-view {
  margin: 0;
  float: none;
  position: absolute;
  background: white;
  left: 10px;
  top: -10px;
  width: 120px;
  height: 80px;
  border: 1px solid #67c4cd;
  padding: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
}

.node-staff-profile.card-view h5 {
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 5px;
}

.node-staff-profile.card-view h6 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.node-staff-profile.card-view .field-name-field-sunsail-staff-photo {
  padding-right: 10px;
}

.node-type-sunsail-base .node-tm-itinerary.card-view {
  margin-top: 20px;
}

.node-type-sunsail-base #holiduct-main {
  clear: both;
}

.field-name-field-sunsail-base-exp-qual {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .field-name-field-sunsail-base-exp-qual > .row > div + div {
    margin-top: 40px;
  }
}
.panel-sunsail-home h2,
.panel-sunsail-home h3 {
  text-align: center;
}

.pane-sunsail-home-map-pane a {
  text-decoration: none !important;
}

.node-home .field-label,
.node-home .field-name-title-field {
  display: none;
}

.node-home .pane-node-title-field .field-name-title-field,
.node-home .field-name-field-sunsail-home-page-title,
.node-home .pane-node-title-field .pane-title {
  display: block;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
.node-home .pane-node-title-field .field-name-title-field h1,
.node-home .field-name-field-sunsail-home-page-title h1,
.node-home .pane-node-title-field .pane-title h1 {
  font-size: 42px;
}

.home-products > div {
  margin-bottom: 20px;
}
.home-products > div:nth-child(odd) {
  clear: both;
}

.home-products .product-title {
  font-size: 21px;
  margin: 1rem 0;
  display: block;
}

.panel-sunsail-home .quick-facts-pane {
  margin-bottom: 40px;
}

@media only screen and (max-width: 479px) {
  .home-products > div {
    float: none;
    width: 100%;
  }
  .node-type-sunsail-base .field-name-field-sunsail-base-info-address,
  .node-type-sunsail-base .field-name-field-sunsail-base-info-hours {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .home-products > div:nth-child(odd) {
    clear: none;
  }
  .home-products img {
    border: 3px solid #fff;
  }
}
.webform-confirmation {
  padding-bottom: 40px;
  padding-top: 40px;
}

.node-type-sunsail-base .pane-sunsail-sailing-school-pane .columned-card,
.node-type-sunsail-base .pane-sunsail-skippered-holiday-pane .columned-card {
  margin-bottom: 6rem;
}

.node-sunsail-base .field-name-field-sunsail-base-title {
  font-size: 21px;
  margin: 11px 0;
  color: #499ddb;
}

@media only screen and (min-width: 1200px) {
  .columned-card {
    margin-top: 0;
  }
  .node-type-sunsail-base .pane-sunsail-sailing-school-pane,
  .node-type-sunsail-base .pane-sunsail-skippered-holiday-pane {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .node-type-sunsail-base .pane-sunsail-sailing-school-pane .columned-card .columned-card-text,
  .node-type-sunsail-base .pane-sunsail-skippered-holiday-pane .columned-card .columned-card-text {
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .node-type-sunsail-base .pane-sunsail-sailing-school-pane,
  .node-type-sunsail-base .pane-sunsail-skippered-holiday-pane {
    padding: 0;
  }
}
.yacht-listing {
  margin-top: 40px;
}

.yacht-listing h3::before {
  background: url(../images/icons/holiduct.png) center -600px no-repeat;
  background-size: 60px;
  content: "";
  display: inline-block;
  height: 60px;
  margin-right: 0.5rem;
  position: relative;
  top: 1rem;
  width: 60px;
}

.yacht-listing .other-boat-type {
  position: relative;
  margin: 20px 0;
}

.yacht-listing .other-boat-type i {
  margin-left: 10px;
  font-size: 30px;
  line-height: 12px;
  position: relative;
  top: 4px;
}

.yachts-list-filters {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .yachts-list-filters {
    margin-bottom: 0;
  }
  .yacht-filters.yacht-filter-length {
    min-width: 175px;
  }
}
@media only screen and (min-width: 1200px) {
  .yacht-listing .other-boat-type {
    position: absolute;
    top: 60px;
    right: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .yacht-listing .card-layout .node:nth-of-type(odd) {
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .yacht-listing .card-layout .node:nth-of-type(even) {
    padding-left: 15px;
    padding-right: 15px;
  }
  .yacht-listing .card-layout .node:nth-of-type(3n) {
    padding-right: 0;
  }
  .yacht-listing .card-layout .node:nth-of-type(3n+1) {
    clear: left;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .node-tm-yacht .region-hero {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .node-tm-yacht #quick-facts {
    display: table;
  }
}
.node-type-webform .form-control.form-text {
  width: 50%;
  height: 40px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .node-type-webform .form-control.form-text {
    width: 100%;
  }
}
article.node-sunsail-blog.node-teaser {
  border: 1px solid #a1a1a1;
  margin: 30px auto;
  padding: 10px 30px;
}

.node-sunsail-blog h2 {
  font-weight: bold;
}

.node-sunsail-blog .submitted {
  margin-bottom: 20px;
}

.node-sunsail-blog .submitted .fa {
  color: #2c4383;
}

.node-sunsail-blog .field-name-body {
  margin: 20px 0;
}

.node-sunsail-blog ul.links.inline {
  margin-bottom: 30px;
}

.node-sunsail-blog .node-readmore a {
  border: 2px solid #c6002b;
  color: #c6002b;
  font-weight: bold;
  padding: 5px 50px;
}

.sidebar .panel-pane {
  margin-top: 35px;
}

.sidebar .pane-title {
  font-weight: bold;
}

.blog-sidebar ul {
  list-style-type: none;
  padding: 0px;
}

.blog-sidebar ul li {
  background-color: #ececec;
  font-weight: 600;
  margin-bottom: 2px;
  padding: 10px;
  width: 100%;
}

.view-id-sunsail_blog_main.view-display-id-related .view-content {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blogfeatured {
  width: 260px;
}

.blogfeatured picture img {
  max-height: 150px;
  max-width: 100%;
}

.blogfeatured .content-box__text {
  margin-top: 20px;
  padding: 5px;
}

.blogfeatured .content-box__text h3 {
  font-weight: bold;
}

.blogfeatured .btn-blog-related {
  background-color: #2c4383;
  color: #ffffff;
  padding: 10px 60px;
}

.pane-sunsail-blog-feature-image-banner-pane .hero-text {
  position: absolute;
  text-align: center;
  top: 30%;
  width: 100%;
}

.pane-sunsail-blog-feature-image-banner-pane .hero-text h1,
.pane-sunsail-blog-feature-image-banner-pane .hero-text h2 {
  background: rgba(255, 255, 255, 0.7);
  display: inline-block;
  margin: 0;
  padding: 0 20px;
}

.pane-sunsail-blog-feature-image-banner-pane .hero-text h1 {
  font-size: 3.2rem;
  font-weight: 700;
  max-width: 95%;
}

.pane-sunsail-blog-feature-image-banner-pane .hero-text h2 {
  font-size: 2.8rem;
  margin-top: 0.5rem;
  max-width: 85%;
}

@media only screen and (min-width: 992px) {
  .pane-sunsail-blog-feature-image-banner-pane .hero-text h1 {
    font-size: 5rem;
  }
  .pane-sunsail-blog-feature-image-banner-pane .hero-text h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .pane-sunsail-blog-feature-image-banner-pane .hero-text {
    margin-top: 10px;
    position: unset;
  }
}
.pane-sunsail-blog-feature-image-banner-pane {
  position: relative;
  margin: 0 -15px 8rem;
  max-width: 1200px;
  position: relative;
  min-height: 220px;
}
@media only screen and (min-width: 1200px) {
  .pane-sunsail-blog-feature-image-banner-pane {
    margin: 0 -30px;
    min-height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .pane-sunsail-blog-feature-image-banner-pane {
    margin-bottom: 1rem;
  }
}

.sharethis-buttons {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .sharethis-buttons {
    margin: -5rem 0 1rem;
    text-align: right;
  }
}

.sharethis-buttons span {
  border: 1px solid #2c4383;
  border-radius: 50%;
  color: #2c4383;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  height: 3rem;
  padding-top: 7px;
  width: 3rem;
  text-align: center;
}
.sharethis-buttons span:hover {
  background: #2c4383;
  color: #FFFFFF;
  cursor: pointer;
}
.sharethis-buttons span::before {
  content: "\f09a";
}

.sharethis-buttons .st_twitter_custom {
  border-color: #2c4383;
  color: #2c4383;
  padding-left: 1px;
}
.sharethis-buttons .st_twitter_custom:hover {
  background: #2c4383;
}
.sharethis-buttons .st_twitter_custom::before {
  content: "\f099";
}

.sharethis-buttons .st_googleplus_custom {
  border-color: #2c4383;
  color: #2c4383;
  padding-left: 2px;
}
.sharethis-buttons .st_googleplus_custom:hover {
  background: #2c4383;
}
.sharethis-buttons .st_googleplus_custom::before {
  content: "\f0d5";
}

.sharethis-buttons .st_linkedin_custom {
  border-color: #2c4383;
  color: #2c4383;
  padding-left: 1px;
}
.sharethis-buttons .st_linkedin_custom:hover {
  background: #2c4383;
}
.sharethis-buttons .st_linkedin_custom::before {
  content: "\f0e1";
}

.sharethis-buttons span + span {
  margin-left: 0.5rem;
}

.pane-sunsail-blog-homepage-pane-blog-homepage-pane {
  margin-left: -15px;
  margin-right: -15px;
}

.pane-sunsail-blog-homepage-pane-blog-homepage-pane .views-row {
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.pane-sunsail-blog-homepage-pane-blog-homepage-pane .views-row img {
  width: 100%;
  height: auto;
}

.pane-sunsail-blog-homepage-pane-blog-homepage-pane .views-row .title-field a {
  display: block;
  font-weight: 600;
  line-height: 1.1;
  padding: 1rem 0 0.5rem;
  text-align: left;
  text-decoration: none;
}

.node-sunsail-blog .vote-title {
  bottom: 1.5rem;
  color: #499ddb;
  font-weight: bold;
  margin-right: 2rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pane-sunsail-blog-homepage-pane-blog-homepage-pane .views-row:nth-of-type(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .pane-sunsail-blog-homepage-pane-blog-homepage-pane .views-row .title-field a {
    background: rgba(255, 255, 255, 0.8);
    bottom: 15px;
    left: 15px;
    padding: 10px 15px 5px;
    position: absolute;
  }
}
.field.field-name-field-blog-images img,
.node-sunsail-blog .field-name-body img,
.node-teaser__image img {
  width: 100%;
}

.panel-sunsail-blog .pane-node-title h1.h2 {
  margin-top: 28px;
}

.page-not-found-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  margin: 50px auto;
  text-align: center;
}
.page-not-found-content h1 {
  font-size: 150px;
  line-height: 150px;
  font-weight: 600;
}
.page-not-found-content h2 {
  color: black;
  font-weight: 600;
  line-height: 40px;
}
.page-not-found-content p {
  margin: 0;
  color: black;
  font-weight: 400;
  line-height: 24px;
}
.page-not-found-content a {
  font-weight: 700;
  line-height: 24px;
  margin-top: 36px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .page-not-found-content {
    max-width: 320px;
    margin: 30px auto;
  }
}

/* Share quote modal form page */
body.page-share-quote #feedbackify,
body.page-share-quote #navbar-administration,
body.page-share-quote #habla_beta_container_do_not_rely_on_div_classes_or_names {
  display: none;
}

body.page-share-quote .main {
  padding: 0px;
}

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

.mosaic-tile {
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.mosaic-tile img {
  width: 100%;
  height: auto;
}

.mosaic-tile a {
  display: block;
  font-weight: 600;
  line-height: 1.1;
  padding: 1rem 0 0.5rem;
  text-align: left;
}

.mosaic-tile.video-tile a {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mosaic-tile:nth-of-type(odd) {
    clear: left;
  }
}
@media only screen and (min-width: 768px) {
  .mosaic-tile a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .mosaic-tile a span {
    background: rgba(255, 255, 255, 0.8);
    bottom: 15px;
    left: 15px;
    padding: 10px 15px 5px;
    position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .mosaic-row {
    clear: left;
  }
}
@media only screen and (min-width: 992px) {
  .mosaic-tile.mosaic-inner-tile {
    padding-bottom: 2px;
  }
  .mosaic-inner-tile a span {
    bottom: 0;
    left: 0;
  }
  .mosaic-tile.mosaic-inner-tile .mosaic-row {
    clear: left;
  }
}
.info-block {
  margin-bottom: 20px;
}
.info-block:nth-child(even) {
  clear: both;
}

.info-block > div {
  background: #f7f7f7;
  padding: 15px;
}

.info-block > div > div {
  padding: 0;
}

.info-block .info-image {
  float: right;
  max-width: 35%;
  padding: 0 0 3px 3px;
}

.info-block a {
  background-color: #fff;
  border: 1px solid #2c4383;
  color: #2c4383;
  margin-top: 20px;
  padding: 0.6rem 3rem;
  width: 100%;
}
.info-block a:hover {
  background-color: #2c4383;
  border-color: #2c4383;
  color: #fff;
}

.info-block h5,
.info-block p,
.info-block a {
  font-size: 16px;
}

.info-block .form-item,
.info-block .form-actions {
  float: left;
  margin: 0;
}

.info-block .form-item {
  width: 80%;
}

.info-block .form-actions {
  width: 20%;
}

.info-block input {
  border: 1px solid #a1a1a1;
  font-size: 12px;
  height: 30px;
}

.info-block .form-item input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 2px 5px;
  width: 100%;
}

.info-block .form-actions input {
  background: #2c4383;
  border-color: #2c4383;
  margin: 0;
  padding: 0;
  width: 100%;
}

.info-block.form > div {
  background-color: rgb(73, 157, 219);
}

.info-block.form .info-image {
  display: none;
}

.info-block.form h5 {
  font-weight: 700;
}

.info-block.form h5,
.info-block.form p {
  color: #fff;
}

.info-block.form .form-actions input {
  background: #c6200b;
  border: #fff;
  font-size: 14px;
}

.info-block.form .form-item {
  width: 69%;
}

.info-block.form .form-actions {
  width: 31%;
}

@media only screen and (min-width: 480px) {
  .info-block.form .form-item {
    width: 59%;
  }
  .info-block.form .form-actions {
    width: 41%;
  }
}
@media only screen and (min-width: 768px) {
  .info-block.form .info-image {
    display: block;
  }
  .info-block.form .info-image img {
    position: absolute;
    top: -36px;
    left: 31px;
  }
}
@media only screen and (min-width: 992px) {
  .info-block.form .info-image img {
    left: 27px;
  }
  .info-block.form h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .info-block {
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .info-block > div {
    min-height: 18.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .info-block > div {
    min-height: 17.5rem;
  }
  .info-block .info-image {
    padding: 0 0 0 15px;
  }
}
@media only screen and (min-width: 992px) {
  .info-block:nth-child(even) {
    clear: none;
  }
  .info-block > div {
    min-height: 18.5rem;
  }
  .info-block h5 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .info-block > div {
    min-height: 15rem;
  }
  aside.col-lg-3 .info-block {
    width: 100%;
  }
  aside.col-lg-3 .info-block > div {
    min-height: auto;
  }
}
.pane-bundle-sunsail-info-blocks .field-name-field-sunsail-info-block-title {
  font-size: 20px;
  color: #2c4383;
  margin-bottom: 11px;
}

.region-main-sidebar {
  clear: both;
  padding-top: 30px;
  position: relative;
}

.region-main-sidebar .stuck {
  position: fixed;
  z-index: 11;
}

.region-main-sidebar .stuck.unstuck {
  position: fixed;
}

.holiduct-visible .sidebar-sticky-nav {
  display: none !important;
}

.sidebar-sticky-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-sticky-nav li a {
  background: #ececec;
  border-left: 8px solid #dbdbdb;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 1.3rem 1rem;
  text-align: center;
}

.sidebar-sticky-nav li.active a,
.sidebar-sticky-nav li a:hover {
  background: #dbdbdb;
  color: #666;
  text-decoration: none;
}

.sidebar-open-close {
  background: #ececec;
  bottom: 1px;
  color: #499ddb;
  display: none;
  font-size: 28px;
  height: 4rem;
  left: 15px;
  padding-top: 3px;
  position: absolute;
  text-align: center;
  width: 4rem;
}
.sidebar-open-close:hover {
  background: #2c4383;
  color: #fff;
  cursor: pointer;
}

.stuck .sidebar-open-close {
  background: #fff;
  left: 0;
}
.stuck .sidebar-open-close:hover {
  background: #2c4383;
}

@media only screen and (max-width: 1199px) {
  .region-main-sidebar .stuck {
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
    left: 0;
    padding-top: 0;
    top: 0;
    width: 100%;
    z-index: 1002;
  }
  .region-main-sidebar .open {
    padding-bottom: 4.2rem;
  }
  .region-main-sidebar li {
    display: none;
  }
  .region-main-sidebar .open li,
  .region-main-sidebar .active {
    display: block;
  }
  .region-main-sidebar .open li + li {
    border-top: 1px solid #555555;
  }
  .region-main-sidebar li.active a {
    background: #ececec;
    border-color: #ececec;
    height: 43px;
  }
  .region-main-sidebar li.active a:hover {
    border-color: #dbdbdb;
  }
  .region-main-sidebar .open li.active a {
    background: #dbdbdb;
    border-color: #dbdbdb;
  }
  .region-main-sidebar li .fa-caret-up,
  .region-main-sidebar.open li .fa {
    display: none;
  }
  .region-main-sidebar .active .fa-caret-down {
    display: inline-block;
  }
  .region-main-sidebar .open .sidebar-open-close {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .region-main-sidebar {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .region-main-sidebar {
    padding-top: 0;
  }
  .region-main-sidebar .stuck {
    top: 1rem;
    width: 255px;
  }
  .region-main-sidebar .stuck.unstuck {
    position: absolute;
  }
  .sidebar-sticky-nav {
    margin-bottom: 3rem;
  }
  .sidebar-sticky-nav li + li {
    margin-top: 1rem;
  }
  .sidebar-sticky-nav li a i {
    display: none;
  }
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .destinations-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px -10px;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .pane-views-panes.pane-yacht-destinations-pane .view-content .base-card {
    width: 25%;
  }
}
@media only screen and (max-width: 1199px) {
  .pane-views-panes.pane-yacht-destinations-pane .view-content .base-card {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .pane-views-panes.pane-yacht-destinations-pane .view-content .base-card {
    width: 100%;
  }
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .card {
  position: relative;
  margin-bottom: 15px;
  height: 260px;
  border-radius: 5px;
  box-shadow: 4px 4px 43px -4px rgb(166, 166, 166);
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .title {
  top: -10px;
  position: inherit;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .title a {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  font-weight: 300;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .field-content.destination-image {
  padding: 0px;
  border-radius: 5px;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .field-content.destination-image a {
  padding: 0px;
  height: 200px;
  margin: 0px;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .field-content.destination-image a img {
  height: 100%;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .field-content.experience {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 5px 15px;
  background: #e1a51a;
  color: #fff;
  text-align: center;
  border: 2px solid;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .field-content.experience::before {
  content: "level";
  display: block;
  font-size: 11px;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .field-content.explore-more {
  position: inherit;
  bottom: 15px;
  width: fit-content;
  margin: auto;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .field-content.explore-more a {
  padding: 15px;
  margin: 0px 0px;
  border: 2px solid #c6002b;
  background: #fff;
  color: #c6002b;
}
.pane-views-panes.pane-yacht-destinations-pane .view-content .base-card .field-content.explore-more a:hover {
  text-decoration: none;
  background: #c6002b;
  color: #fff;
}

.popover {
  max-width: initial;
  width: 385px;
  min-height: 110px;
  z-index: -1;
  border: 1px solid #a1a1a1;
  border-radius: 0;
  padding: 15px 38px 10px 15px;
}

@media only screen and (max-width: 479px) {
  .popover {
    width: 280px;
  }
}
.popover.fade.in {
  z-index: 12 !important; /* Have to put this value to overlap feedback element which has z-index: 2147483646 !important */
}

.popover .arrow {
  border-bottom-color: #a1a1a1 !important;
}

.popover .popover-title {
  background: #fff;
  text-align: left;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}

.popover .popover-content {
  background: #fff;
  color: #666;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
}

.popover .btn.close {
  background-color: transparent;
  border: 0px solid transparent;
  top: 0;
  color: #499DDB;
  right: 0;
  opacity: 1;
  position: absolute;
  padding: 5px 10px 5px 5px;
}
.popover .btn.close:hover {
  background-color: transparent;
  border: 0px solid transparent;
  color: #A1A1A1;
}

.popover.popover-offer-ribon {
  overflow: hidden;
  min-height: 102px;
  padding-bottom: 15px;
}

.popover.popover-offer-ribon .popover-content .btn.btn-default {
  max-width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 480px) {
  .popover.popover-offer-ribon {
    width: auto;
  }
}
.qualtrics-filter-data .customize-dropdown label {
  color: #2C4383;
  text-transform: none;
}
.qualtrics-filter-data .customize-dropdown .icon-wrap-style-change {
  top: 38px;
}

.customize-dropdown-content-ul .customize-dropdown-content-li label {
  font-weight: normal;
}

.qual-list-review-overall-rate {
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #2C4383;
}

#qualtrics-review-section .page-item a {
  color: #2C4383 !important;
}
#qualtrics-review-section .page-item.active a {
  background-color: #2C4383;
  color: #FFFFFF !important;
}
#qualtrics-review-section .pagination .page-item.disabled a {
  color: #999 !important;
}

.pane-marine-qualtrics-marine-qualtrics-reviews-slider .pane-title {
  font-family: "Proxima Nova W01", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #2C4383;
  font-size: 32px;
}
.pane-marine-qualtrics-marine-qualtrics-reviews-slider .btn.btn-default {
  border-color: #c6002b;
  color: #c6002b;
}
.pane-marine-qualtrics-marine-qualtrics-reviews-slider .btn.btn-default:hover {
  color: #fff;
}
.pane-marine-qualtrics-marine-qualtrics-reviews-slider svg {
  background: none;
}

#search-widget {
  max-width: 1200px;
  margin: 0 auto;
}

#region-main-content #search-widget {
  margin: 0 -15px;
  margin-bottom: 20px;
}

#search-widget .search-widget-main-panel {
  padding: 30px 70px 40px;
}

#search-widget .search-widget-main-panel {
  background-color: #499ddb;
  min-height: 120px;
}

#search-widget .search-widget-main-panel .search-widget-btn-wrapper {
  padding-top: 18px;
}

#search-widget .search-widget-main-panel .search-widget-filter label {
  display: block;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper select,
#search-widget .search-dropdown .selected-value {
  color: #2c4383;
  font-weight: 600;
}

#search-widget .search-widget-main-panel .search-widget-filter label:before {
  display: block;
  position: absolute;
  content: "";
  margin-right: 10px;
  left: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper {
  position: relative;
  overflow: hidden;
  border: 2px solid #dbddcf;
  border-radius: 2px;
  height: 40px;
  background-color: white;
}
#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper:after {
  font: normal normal normal 20px/1 FontAwesome;
  color: #499ddb;
  position: absolute;
  display: block;
  right: 10px;
  bottom: 9px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  content: "\f107";
  z-index: 1;
}

#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper.select-open {
  border: 2px solid #499ddb;
}
#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper.select-open:after {
  content: "\f106";
}

#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper select {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  height: 38px;
  width: 120%;
  border-radius: 0px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: none;
  padding: 6px 8px;
  border-radius: 2px;
  z-index: 2;
}

#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper select,
#search-widget .search-dropdown .selected-value {
  font-size: 18px;
}

#search-widget #search-widget-destination-filter label:before {
  background-image: url(../images/search/destination-w.svg);
  width: 18px;
  height: 26px;
  top: -1px;
}

#search-widget #search-widget-date-filter-wrapper label:before {
  background-image: url(../images/search/calendar-icon-w.svg);
  width: 25px;
  height: 24px;
  top: -4px;
}

#search-widget #search-widget-duration-filter-wrapper label:before {
  background-image: url(../images/search/days-icon-w.svg);
  width: 31px;
  height: 29px;
  top: -6px;
}

#search-widget #search-widget-pax-filter label:before {
  background-image: url(../images/search/passengers-w.svg);
  width: 26px;
  height: 24px;
  top: -4px;
}

#search-widget #search-widget-pax-filter .search-widget-button-wrapper {
  text-align: center;
}

#search-widget .search-widget-pax-filter a,
#search-widget .search-widget-pax-filter span {
  color: #fff;
  cursor: pointer;
}

#search-widget .search-widget-pax-filter span.button a {
  border: 2px solid #fff;
  border-radius: 30px;
  display: inline-block;
  height: 40px;
  padding: 7px 0px;
  text-align: center;
  width: 40px;
}
#search-widget .search-widget-pax-filter span.button a:hover, #search-widget .search-widget-pax-filter span.button a:active {
  background: #fff;
  border: 2px solid #4398d6;
  color: #4398d6;
}

#search-widget .search-widget-pax-filter span.button a,
#search-widget .search-widget-pax-filter span.button a:hover,
#search-widget .search-widget-pax-filter span.button a:active {
  text-decoration: none;
}

#search-widget .search-widget-pax-filter span.number {
  display: inline-block;
  margin: 0px 20px;
  font-size: 26px;
}

#search-widget .search-widget-main-panel .search-widget-btn {
  padding: 10px 0px;
  border: 1px solid #eac1d4;
  border-radius: 2px;
  color: #fff;
  width: 100%;
}

#search-widget .search-dropdown {
  position: relative;
}

#search-widget .search-dropdown .select-backdrop-layer {
  display: none;
}

#search-widget .search-dropdown .selected-value {
  height: 40px;
  background-color: white;
  padding: 6px 8px;
  cursor: default;
  border: 2px solid #dbddcf;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  z-index: 14;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search-widget .search-dropdown.open .selected-value {
  border: 2px solid #499ddb;
}

#search-widget .search-dropdown.open .select-backdrop-layer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 13;
  display: block;
}

#search-widget .search-dropdown .selected-value .caret-sign {
  font: normal normal normal 20px/1 FontAwesome;
  color: #499ddb;
  position: absolute;
  display: block;
  right: 10px;
  bottom: 9px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
}
#search-widget .search-dropdown .selected-value .caret-sign:before {
  content: "\f107";
}

#search-widget .search-dropdown.open .selected-value .caret-sign {
  bottom: 11px;
}
#search-widget .search-dropdown.open .selected-value .caret-sign:before {
  content: "\f106";
}

#search-widget .search-dropdown .dropdown-menu {
  box-shadow: none;
  z-index: 14;
  border-radius: 2px;
  font-size: 15px;
  margin-top: 0px;
  background-color: transparent;
  border: none;
}

#search-widget .search-dropdown > .dropdown-menu {
  right: 0;
  padding: 0;
  padding-top: 5px;
  min-width: 100%;
}

#search-widget .search-dropdown > .dropdown-menu > ul {
  list-style: none outside none;
  padding: 0;
  background-color: white;
  padding: 10px 0px;
  border: 1px solid #dbddcf;
  position: relative;
  border-radius: 2px;
}
#search-widget .search-dropdown > .dropdown-menu > ul:before {
  display: block;
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  top: -10px;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

#search-widget .dropdown-menu .dropdown-item {
  display: block;
  cursor: pointer;
  border-top: 1px solid #dbddcf;
  padding: 7px 20px;
}

#search-widget .countries.dropdown-menu > ul > .dropdown-submenu {
  position: relative;
  padding: 0px 5px;
}

#search-widget .dropdown-submenu > .dropdown-menu {
  top: calc(50% - 25px);
  left: 100%;
  margin: 0;
  border-radius: 0 2px 2px 0px;
  border: none;
  background-color: #eeeeee;
  padding: 10px 5px;
  min-height: 50px;
}

#search-widget .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

#search-widget .dropdown-submenu:hover > .dropdown-item {
  color: #499ddb;
  font-weight: 500;
  position: relative;
}
#search-widget .dropdown-submenu:hover > .dropdown-item:after {
  display: block;
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 10px;
  bottom: calc(50% - 7px);
}

#search-widget .dropdown-submenu > .dropdown-menu .dropdown-item {
  border: none;
}
#search-widget .dropdown-submenu > .dropdown-menu .dropdown-item:hover {
  background-color: white;
  position: relative;
}

/* Styles for disable form items */
#search-widget .search-widget-main-panel .search-widget-btn-wrapper.disabled .search-widget-btn {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  color: #a1a1a1;
}

#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper.disabled:after {
  color: #a1a1a1;
}

#search-widget .search-widget-main-panel .search-widget-filter .select-wrapper.disabled select {
  color: #a1a1a1;
}

@media only screen and (min-width: 480px) {
  #region-main-content #search-widget {
    margin: 0 -30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 479px) {
  #search-widget .search-widget-main-panel .search-widget-filter label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #search-widget .search-widget-main-panel {
    padding: 30px 60px 40px;
  }
  #search-widget .search-widget-main-panel .search-widget-filter {
    margin-bottom: 35px;
  }
  #search-widget .search-widget-main-panel .search-widget-filter label {
    margin-bottom: 20px;
  }
  #search-widget .search-widget-main-panel.mobile-filters-hidden {
    height: 150px;
    transition: height 0s linear 0.5s;
    position: relative;
    margin-bottom: 40px;
  }
  #search-widget .search-widget-main-panel.mobile-filters-hidden:after {
    display: block;
    content: "";
    position: absolute;
    height: 0px;
    width: 0px;
    bottom: -15px;
    left: calc(50% - 15px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #499ddb;
  }
  #search-widget .search-widget-main-panel .mobile-filter-wrapper {
    visibility: visible;
    opacity: 1;
  }
  #search-widget .search-widget-main-panel .mobile-filter-wrapper.mobile-hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  }
  #search-widget .dropdown-submenu:hover > .dropdown-menu {
    left: 0;
    position: relative;
    margin: 0 -5px;
    width: calc(100% + 10px);
    float: none;
    z-index: 15;
    top: auto;
    min-height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #region-main-content #search-widget {
    margin-bottom: 90px;
  }
  #search-widget .search-widget-main-panel {
    min-height: 125px;
  }
  #search-widget .search-widget-main-panel .search-widget-filter,
  #search-widget .search-widget-main-panel .search-widget-btn-wrapper {
    float: left;
  }
  #search-widget .search-widget-main-panel .search-widget-filter {
    margin-right: 2%;
  }
  #search-widget .search-widget-main-panel #search-widget-destination-filter {
    width: 24%;
  }
  #search-widget .search-widget-main-panel #search-widget-date-filter-wrapper {
    width: 22%;
  }
  #search-widget .search-widget-main-panel #search-widget-duration-filter-wrapper {
    width: 14%;
  }
  #search-widget .search-widget-main-panel #search-widget-pax-filter {
    width: 18%;
  }
  #search-widget .search-widget-main-panel .search-widget-btn-wrapper {
    width: 14%;
  }
  #search-widget .search-widget-pax-filter span.number {
    margin: 0px 10px;
  }
  #search-widget .search-widget-main-panel {
    padding: 20px 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #search-widget .search-widget-main-panel .search-widget-filter label {
    height: 35px;
    line-height: 16px;
  }
  #search-widget .search-widget-main-panel {
    min-height: 130px;
  }
  #search-widget .search-widget-main-panel .search-widget-btn-wrapper {
    padding-top: 35px;
  }
  #search-widget .search-widget-main-panel .search-widget-filter .select-wrapper select,
  #search-widget .search-dropdown .selected-value {
    font-size: 16px;
  }
  #search-widget #search-widget-date-filter-wrapper label:before {
    top: -2px;
  }
  #search-widget #search-widget-duration-filter-wrapper label:before {
    top: -3px;
  }
  #search-widget #search-widget-pax-filter label:before {
    top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  #region-main-content #search-widget {
    margin-bottom: 35px;
  }
  #search-widget .search-widget-main-panel {
    padding: 20px 30px 25px;
  }
  #search-widget .search-widget-main-panel #search-widget-destination-filter {
    width: 19%;
  }
  #search-widget .search-widget-main-panel #search-widget-date-filter-wrapper {
    width: 18%;
  }
  #search-widget .search-widget-main-panel #search-widget-duration-filter-wrapper {
    width: 16%;
  }
  #search-widget .search-widget-main-panel #search-widget-pax-filter {
    width: 20%;
  }
  #search-widget .search-widget-main-panel .search-widget-btn-wrapper {
    width: 19%;
  }
}
@media only screen and (min-width: 1200px) {
  #region-main-content #search-widget {
    margin: 0 -45px;
    margin-bottom: 35px;
  }
  #search-widget .search-widget-main-panel {
    padding: 25px 60px 30px;
  }
}
.breadcrumb-wrapper {
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.breadcrumb {
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 10px;
  margin: 0;
  padding: 3px 5px 2px;
}

@media only screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 11px;
    padding: 5px 10px 4px;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1200px) {
  .breadcrumb-wrapper {
    left: -15px;
  }
  .breadcrumb {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .ss-base-cnt .region-hero {
    margin-bottom: 0;
  }
}
.ss-base-cnt .title-detail-cnt .ss-base-hero-text {
  width: 56%;
  float: left;
  height: auto;
}
.ss-base-cnt .title-detail-cnt .ss-base-hero-text .field-name-field-sunsail-base-title {
  font-weight: 700;
  font-size: 5rem;
  color: #2c4383;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt .ss-base-hero-text .field-name-field-sunsail-base-title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt .ss-base-hero-text h2 {
    font-size: 2.2rem;
  }
}
.ss-base-cnt .title-detail-cnt #quick-facts {
  width: 44%;
  float: right;
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt .quick-fact {
    margin-right: 10px;
    height: 8rem;
    width: 8rem;
    padding: 5px 3px;
  }
}
@media only screen and (min-width: 0) and (max-width: 479px) {
  .ss-base-cnt .title-detail-cnt .quick-fact {
    width: 6.6rem;
  }
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt .quick-fact .value {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt .quick-fact .value .temperature {
    bottom: 1.5rem;
    font-size: 2.25rem;
    margin-right: -1rem;
    position: relative;
  }
}
@media only screen and (max-width: 479px) {
  .ss-base-cnt .title-detail-cnt .quick-fact .value.medium {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt .quick-fact .label {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 479px) {
  .ss-base-cnt .title-detail-cnt .quick-fact .fa-info {
    bottom: 1px;
    right: 3px;
    position: absolute;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt .quick-fact .small {
    font-size: 1.2rem;
  }
}
.ss-base-cnt .title-detail-cnt #quick-facts > div {
  float: right;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt {
    margin-left: 10px;
  }
}
.ss-base-cnt .pane-sunsail-block-sunsail-block-base-bar {
  clear: both;
  padding-top: 15px;
}
.ss-base-cnt .image-gallery {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .ss-base-cnt .sunsail-base {
    right: 25%;
  }
}
.ss-base-cnt .nav-slider {
  bottom: 100px;
  max-width: 600px;
  margin: 0px auto;
  opacity: 0.5;
  transition: 0.7s ease;
}
.ss-base-cnt .nav-slider:hover {
  opacity: 1;
}
.ss-base-cnt .nav-slider .fa-caret-left {
  position: relative;
  bottom: 13px;
}
.ss-base-cnt .nav-slider .fa-caret-right {
  position: relative;
  bottom: 13px;
}
.ss-base-cnt .tab-container {
  max-width: 1200px;
  height: 60px;
  transition: 0.2s all ease-out;
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .tab-container {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    margin-left: 10px;
  }
}
.ss-base-cnt .tab-container .nav-tabs {
  border-bottom: 1px solid #2c4383 !important;
  clear: both;
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .tab-container .nav-tabs {
    width: 810px;
  }
}
.ss-base-cnt .tab-container .nav-tabs > li.active > a {
  color: #fff !important;
  font-weight: bold !important;
  background-color: #2c4383 !important;
}
.ss-base-cnt .quick-facts div {
  float: right;
}
.ss-base-cnt .quick-facts h1 {
  float: right;
}
@media only screen and (min-width: 768px) {
  .ss-base-cnt .title-detail-cnt {
    margin: -55px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt .less-space-hero-text {
    width: 38% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-base-cnt .title-detail-cnt .less-space-hero-text {
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .ss-base-cnt .title-detail-cnt #quick-facts.more-quick-facts {
    width: 62% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ss-base-cnt .title-detail-cnt #quick-facts.more-quick-facts {
    width: 45%;
  }
}
.ss-base-cnt .holiduct-bottom .booking-link {
  padding: 0px;
  height: 0px;
}
@media only screen and (max-width: 479px) {
  .ss-base-cnt .holiduct-bottom .booking-link {
    padding-top: 4rem;
    height: auto;
  }
}
@media screen and (max-width: 380px) {
  .ss-base-cnt .title-detail-cnt .ss-base-hero-text {
    width: 54%;
  }
  .ss-base-cnt .title-detail-cnt #quick-facts {
    width: 46%;
  }
  .ss-base-cnt .title-detail-cnt #quick-facts .quick-fact {
    margin-right: 10px;
    height: 7rem;
    width: 6rem;
    padding: 5px 3px;
  }
  .ss-base-cnt .title-detail-cnt #quick-facts .quick-fact .value {
    font-size: 3rem;
  }
  .ss-base-cnt .title-detail-cnt #quick-facts .quick-fact .value .temperature {
    font-size: 14px;
    bottom: 1.5rem;
    margin-right: -0.5rem;
  }
  .ss-base-cnt .title-detail-cnt #quick-facts .quick-fact .label {
    font-size: 1rem;
  }
  .ss-base-cnt .title-detail-cnt #quick-facts .quick-fact .small {
    font-size: 1rem;
  }
  .ss-base-cnt .title-detail-cnt #quick-facts .quick-fact .medium {
    font-size: 1.8rem;
  }
}

.base-map-pane {
  position: relative;
}

.base-map-tabs-wrapper {
  display: table;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  padding-top: 30px;
}

.base-map-tabs-wrapper .base-map-tab {
  padding-right: 1rem;
  border-spacing: 10px;
  position: relative;
  overflow: visible;
  padding-left: 0;
  padding-bottom: 1rem;
}

.base-map-tabs-wrapper .base-map-tab h4.base-map-tabs-title {
  position: absolute;
  top: -30px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
  color: #666;
}

.base-map-tabs-wrapper .base-map-tab a {
  background: #ececec;
  border-left: 8px solid #dbdbdb;
  display: inline-block;
  font-weight: 600;
  height: 9rem;
  line-height: 18px;
  padding-right: 0.5rem;
  padding-top: 0.7rem;
  position: relative;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  padding-left: 1rem;
  font-size: 16px;
}
.base-map-tabs-wrapper .base-map-tab a:focus {
  background: #dbdbdb;
  outline: 0 none !important;
}

.base-map-tabs-wrapper .base-map-tab.active a,
.base-map-tabs-wrapper .base-map-tab a:hover {
  background: #2c4383;
  border-left-color: #2c4383;
  color: #fff;
  text-decoration: none;
}

.base-map-pane .ajax-progress-throbber {
  display: none;
}

@media only screen and (min-width: 768px) {
  .base-map-tabs-wrapper .base-map-tab.active a:after,
  .base-map-tabs-wrapper .base-map-tab a:hover:after {
    border-top: 6px solid #2c4383;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: -6px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    height: 0;
    width: 0;
  }
  h4.base-map-tabs-label {
    background: #2c4383;
    border-left-color: #2c4383;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding: 5px 15px;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .base-map-tabs-wrapper .base-map-tab a {
    height: 11rem;
  }
  .shortlist .quote ul li {
    text-align: center;
  }
  .shortlist .quote li div.field-content {
    text-align: center;
    display: inline-block;
    width: 70%;
  }
  .shortlist .quote .charter-type {
    text-align: left;
  }
  .shortlist .quote .charter-type:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
  }
  .shortlist .quote .departure-date {
    text-align: left;
  }
  .shortlist .quote .departure-date:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -30px;
  }
  .shortlist .quote .duration {
    text-align: left;
  }
  .shortlist .quote .duration:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -60px;
  }
  .shortlist .quote .pax {
    text-align: left;
  }
  .shortlist .quote .pax:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -90px;
  }
  .shortlist .quote .yacht {
    text-align: left;
  }
  .shortlist .quote .yacht:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -150px;
  }
  .shortlist .quote .yacht .title {
    display: inline-block;
    text-align: center;
    width: 70%;
  }
  .shortlist .quote .yacht .age {
    text-align: center;
  }
  .shortlist .quote .yacht .length {
    text-align: center;
  }
  .shortlist .quote .yacht .berths {
    text-align: center;
  }
  .shortlist .quote .flight {
    text-align: left;
  }
  .shortlist .quote .flight:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -510px;
  }
  .shortlist .quote .flight .flight-included {
    display: inline-block;
    text-align: center;
    width: 70%;
  }
  .shortlist .quote .flight .flight-notice {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .base-map-tabs-wrapper {
    padding: 0;
    z-index: 1001;
  }
  .base-map-tabs-wrapper .base-map-tab {
    padding: 0px;
  }
  .base-map-tabs-wrapper .base-map-tab a {
    border-left: none;
    border-top: 1px solid #959595;
    height: auto;
    padding: 10px 15px;
    display: block;
    width: auto;
  }
  .base-map-tabs-wrapper .base-map-tab:first-child a {
    border-top: none;
  }
  .base-map-tabs-wrapper .base-map-tab h4.base-map-tabs-title {
    display: none;
  }
  .base-map-tabs-wrapper .base-map-tab.active a,
  .base-map-tabs-wrapper .base-map-tab a:hover {
    border-bottom: none;
    padding-left: 30px;
  }
  .base-map-tabs-wrapper .base-map-tab.active a:after,
  .base-map-tabs-wrapper .base-map-tab a:hover:after {
    display: none;
  }
  .base-map-tabs-wrapper .base-map-tab.active a {
    padding-right: 2rem;
  }
  .base-map-tabs-wrapper .base-map-tab.active a:after {
    display: block;
    content: "more \f0d7";
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: FontAwesome;
  }
  .base-map-tabs-wrapper.single-tab .base-map-tab.active a:after {
    display: none;
  }
  .base-map-tabs-wrapper .base-map-tab.active.open a:after {
    content: "less \f0d8";
  }
  h4.base-map-tabs-label {
    display: none;
  }
  .shortlist .quote ul li {
    text-align: center;
  }
  .shortlist .quote li div.field-content {
    text-align: center;
    display: inline-block;
    width: 70%;
  }
  .shortlist .quote .charter-type {
    text-align: left;
  }
  .shortlist .quote .charter-type:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
  }
  .shortlist .quote .departure-date {
    text-align: left;
  }
  .shortlist .quote .departure-date:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -30px;
  }
  .shortlist .quote .duration {
    text-align: left;
  }
  .shortlist .quote .duration:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -60px;
  }
  .shortlist .quote .pax {
    text-align: left;
  }
  .shortlist .quote .pax:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -90px;
  }
  .shortlist .quote .yacht {
    text-align: left;
  }
  .shortlist .quote .yacht:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -150px;
  }
  .shortlist .quote .yacht .title {
    display: inline-block;
    text-align: center;
    width: 70%;
  }
  .shortlist .quote .yacht .age {
    text-align: center;
  }
  .shortlist .quote .yacht .length {
    text-align: center;
  }
  .shortlist .quote .yacht .berths {
    text-align: center;
  }
  .shortlist .quote .flight {
    text-align: left;
  }
  .shortlist .quote .flight:before {
    background: #F2F2F2 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
    background-position: center -510px;
  }
  .shortlist .quote .flight .flight-included {
    display: inline-block;
    text-align: center;
    width: 70%;
  }
  .shortlist .quote .flight .flight-notice {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .base-map-tabs-wrapper .base-map-tab.active a:after {
    content: "\f0d7";
  }
  .base-map-tabs-wrapper .base-map-tab.active.open a:after {
    content: "\f0d8";
  }
}
.shortlist .row,
.shortlist .quote {
  padding-bottom: 10px;
  padding-top: 10px;
}

.shortlist .headings ul,
.shortlist .quote ul {
  list-style: none;
  padding: 0;
}

.shortlist .headings li,
.shortlist .quote li {
  line-height: 2em;
  margin-bottom: 2px;
  margin-top: 2px;
  min-height: 2.3em;
}

.shortlist .headings li {
  background-color: #E6E6E6;
}

.shortlist .quote li {
  line-height: 2em;
  background-color: #F2F2F2;
}

.shortlist .headings .item-intro {
  background-color: #F5F5F5;
  height: 13.5em;
}

.shortlist-prev,
.shortlist-next,
.shortlist-remove,
.shortlist-cross {
  background-color: #f5f5f5;
  border-width: 0;
  color: #499ddb;
  font-family: inherit;
  font-weight: bold;
  height: 1.5em;
}

.shortlist-prev,
.shortlist-next {
  font-size: 0.8em;
  height: 2.5em;
  padding: 0.5em;
}

.shortlist-remove {
  font-size: 0.75em;
  font-weight: normal;
}

.shortlist-cross {
  color: #2c4383;
  font-family: inherit;
  font-size: 0.75em;
  font-weight: normal;
}

.shortlist.row {
  margin-left: -30px;
  margin-right: -30px;
}

.float-right {
  float: right;
}

/*
.yacht-img {
    max-width: 87%;
}  */
.shortlist-buttons {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*
  .yacht-img {
      max-width: 53%;
  }*/
  .shortlist-buttons {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .shortlist .headings li .field-content::before {
    background: #E6E6E6 url("../images/icons/holiduct.png") no-repeat scroll center top/3rem auto;
    content: "";
    display: inline-block;
    height: 3rem;
    margin-left: 1.5em;
    margin-right: 1em;
    vertical-align: middle;
    width: 3rem;
  }
  .shortlist .headings .departure-date .field-content::before {
    background-position: center -30px;
  }
  .shortlist .headings .duration .field-content::before {
    background-position: center -60px;
  }
  .shortlist .headings .pax .field-content::before {
    background-position: center -90px;
  }
  .shortlist .headings .yacht .field-content::before {
    background-position: center -150px;
  }
  .shortlist .headings .flight .field-content::before {
    background-position: center -510px;
  }
  .yacht-img {
    max-width: 70%;
  }
  .shortlist-buttons {
    display: block;
  }
  .shortlist .col-md-3 {
    padding: 0px;
  }
  .shortlist .col-md-3 .yacht-img {
    padding: 0px 15px;
  }
  .shortlist .quote .item-intro {
    background-color: white;
    height: 13.55em;
  }
  .shortlist .quote ul {
    margin-bottom: 25px;
  }
}
.shortlist .destination {
  color: #2C4383;
  font-weight: bold;
  padding-left: 15px;
}

.shortlist .price {
  line-height: 3em;
}

.shortlist .price .field-content {
  color: #C6002B;
  font-size: 2em;
  font-weight: bold;
}

.shortlist .total-price-label {
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1em;
  width: 1em;
}

.shortlist .yacht {
  height: 5em;
}

.shortlist .yacht .age,
.shortlist .yacht .length,
.shortlist .yacht .berths {
  font-size: 0.7em;
  line-height: 1em;
}

.shortlist .flight-notice {
  font-size: 0.7em;
}

.shortlist .view-more a {
  margin-bottom: -40px;
  padding: 5px 20px;
}

@media only screen and (min-width: 1200px) {
  .yacht-img {
    max-width: 100%;
  }
  .shortlist-buttons {
    display: block;
  }
}
.shortlist-count {
  font-size: 1.92em;
}

.shortlist-space {
  font-size: 0.5em;
}

.shortlist-destination {
  font-size: 0.93em;
}

.cta-button.view-charter {
  padding: 5px 20px;
}

.holiduct-add-shortlist,
.holiduct-add-shortlist:hover {
  background: #ececec url("../images/icons/star.png") no-repeat scroll 15px center/1.2em auto;
  content: "";
  display: inline-block;
  padding-left: 45px;
  padding-top: 12px;
  vertical-align: middle;
  display: none;
}

div.shortlist-buttons.text-right {
  min-height: 2em;
}

nav#shortlist {
  padding-top: 3px;
}
nav#shortlist a {
  float: right;
  color: #323232;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 35px;
  display: none;
}
nav#shortlist a:hover {
  color: #c6002b;
}
