/* Minification failed. Returning unminified contents.
(29804,32): run-time error CSS1034: Expected closing parenthesis, found ','
(29804,32): run-time error CSS1042: Expected function, found ','
(29804,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(29811,32): run-time error CSS1034: Expected closing parenthesis, found ','
(29811,32): run-time error CSS1042: Expected function, found ','
(29811,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.font-family-standard {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-family-standard-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font-family-adobe-garamond-pro, .font-family-serif {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #B10A32 !important;
}

.text-blue {
  color: #142640 !important;
}

.text-blue-navy {
  color: #0F3055 !important;
}

.text-blue-medium {
  color: #456580 !important;
}

.text-blue-light {
  color: #DAE8EF !important;
}

.text-gray-darkest {
  color: #333333 !important;
}

.text-gray-dark {
  color: #595959 !important;
}

.text-gray-medium {
  color: #979797 !important;
}

.text-gray {
  color: #CCCCCC !important;
}

.text-gray-light {
  color: #F4F4F4 !important;
}

.text-green {
  color: #5AAC00 !important;
}

.bg-black {
  background: #000 !important;
}

.bg-red {
  background: #B10A32 !important;
}

.bg-blue {
  background: #142640 !important;
}

.bg-blue-navy {
  background: #0F3055 !important;
}

.bg-blue-medium {
  background: #456580 !important;
}

.bg-blue-light {
  background: #DAE8EF !important;
}

.bg-gray-darkest {
  background: #333333 !important;
}

.bg-gray-dark {
  background: #595959 !important;
}

.bg-gray-medium {
  background: #979797 !important;
}

.bg-gray {
  background: #CCCCCC !important;
}

.bg-gray-light {
  background: #F4F4F4 !important;
}

.bg-green {
  background: #5AAC00 !important;
}

html {
  min-height: 100%;
  position: relative;
  -ms-overflow-style: scrollbar;
}

.page_header {
  margin: 0 auto;
}

.bodyWrapper {
  margin: 0 auto;
  max-width: 1600px;
}

.contentWrapper {
  position: relative;
  background: #ffffff;
  padding: 0 40px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .contentWrapper .container-fluid {
    padding: 0;
  }
}

.home .contentWrapper,
.portal .contentWrapper {
  min-height: 0;
}

.portal .contentWrapper {
  padding: 0;
}

.home .mainContent,
.portal .mainContent {
  min-height: 0;
}

.destinationsWrapper {
  padding-top: 80px;
  position: relative;
}

.destinationsWrapper > h1 {
  margin: -15px 0 45px;
}

.job-listings {
  margin-bottom: 20px;
}

.mainContent:after, .job-listings:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

table {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 -1px;
  width: 100%;
  line-height: normal;
  color: #333333;
  word-spacing: 0;
}

table caption {
  background: #f2f2f2;
  padding: 15px;
}

td,
th {
  border: 1px solid #fff;
  border-bottom-color: #ddd;
  border-right-color: #ddd;
}

td.remove-line, th.remove-line {
  border-left-style: hidden;
}

td {
  background: #f2f2f2;
  min-height: 21px;
  padding: 15px;
}

th {
  font-family: "Open Sans", sans-serif;
  min-height: 32px;
  text-transform: uppercase;
  background: #f2f2f2 url("../../images/v2/gradients/th.jpg") center top repeat-x;
  background-size: auto 150%;
  height: 50px;
  vertical-align: middle;
  padding: 5px;
}

tfoot td {
  text-align: right;
  padding: 15px;
  background: #fafafa;
}

.red,
a {
  color: #b10a32;
  text-decoration: none;
  background: url(../../images/v2/black_50.png) no-repeat -99em -99em;
}

a .dark {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  color: #333;
}

a:active {
  background-color: transparent;
}

a span {
  cursor: pointer;
}

a.underline {
  text-decoration: underline;
  border-bottom: none;
}

p a:not(.trd-menu-item):not(.btn-red):not(.trd-expand),
:not(.cruise-subnav-area):not(.subnav-wrapper):not(.vn-filter-dropdown):not(.cruise-subnav):not(.dropdown-menu) > ul:not(.why-viking-left-navigation):not(.slides):not(.list-unstyled):not(.list-inline):not(.nav):not(.nav-pills):not(.nav-stacked):not(#trd-main-menu) li a:not(.trd-menu-item):not(.btn-red):not(.trd-expand) {
  text-decoration: underline;
}

p a:not(.trd-menu-item):not(.btn-red):not(.trd-expand):hover,
:not(.cruise-subnav-area):not(.subnav-wrapper):not(.vn-filter-dropdown):not(.cruise-subnav):not(.dropdown-menu) > ul:not(.why-viking-left-navigation):not(.slides):not(.list-unstyled):not(.list-inline):not(.nav):not(.nav-pills):not(.nav-stacked):not(#trd-main-menu) li a:not(.trd-menu-item):not(.btn-red):not(.trd-expand):hover {
  text-decoration: underline;
}

i.small {
  font-size: 12px;
}

ol {
  list-style-position: inside;
}

iframe {
  border: none;
  display: block;
  margin: 0 auto;
}

p {
  padding: 0;
  margin: 0 0 1.5em 0;
}

p.disclaimer {
  font-size: 13px;
}

.description p {
    font-size: 16px;
    line-height: 26px;
}

.disclaimers {
  border-top: 1px solid #ccc;
  padding: 15px 30px 10px 30px;
  text-indent: -0.5em;
}

.modal .disclaimers {
  padding: 24px 0 0 0;
  border: none;
  text-indent: 0;
}

.disclaimers p.disclaimer {
  font-size: 12px;
  margin-bottom: 5px;
}

#colorbox .disclaimers {
  border-top: none;
}

h1, #colorbox h4.slide_title, h2.oceans_title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #b10a32;
  margin: 0.5em 0;
  line-height: 1.0;
  font-size: 28px;
}

#colorbox h4.slide_title, h2.oceans_title {
  text-transform: uppercase;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 26px;
  margin-bottom: 25px;
}

.disclaimer > b:first-child,
h3 {
  margin: 1em 0;
}

.disclaimer > b:first-child,
h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.disclaimer > b:first-child,
h3, h5 {
  line-height: 1.2;
}

.disclaimer > b:first-child {
  text-transform: uppercase;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 140%;
  color: #333;
}

h3.regular-weight {
  font-weight: 400;
  font-size: 18px;
}

h3.no-text-transform {
  text-transform: none;
  font-variant: normal;
  font-size: 21px;
}

h4 {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.2em;
  padding: 0;
  text-transform: uppercase;
}

h4.subtitle {
  font-size: 115%;
  margin-bottom: 1.5em;
}

h4.no-text-transform {
  text-transform: none;
}

h4.value_subtitle {
  font-size: 115%;
  margin-bottom: 1.5em;
}

h5 {
  padding: 0;
  margin: 10px 0 2px;
}

sup {
  font-size: 12px;
}

textarea.code {
  font-size: 14px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  overflow: auto;
  resize: none;
  width: 100%;
  height: auto;
}

.cruiseNavWrapper {
  position: relative;
  z-index: 5;
  margin-top: 4px;
}

.cruiseNavWrapper h1 {
  margin: 0.25em 0;
}

.deckplans_header {
  background: url("../../images/v2/logo_bug.gif") no-repeat scroll 25px center #F2F2F2;
  color: #666666;
  font-size: 14px;
  margin: 12px 0 25px;
  padding: 25px 25px 25px 12em;
  text-indent: -6.25em;
}

.deckplans_overview h2 {
  font-size: 34px;
}

.disclaimer > b:first-child {
  font-size: 120%;
}

ul {
  padding: 0 0 0 2em;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.dim {
  padding: 0 0.5em;
  color: #999;
  position: relative;
  top: -0.1em;
}

.big {
  font-size: 140%;
}

.mainContent {
  position: relative;
}

.mainContent p {
  margin: 0 0 2em;
  font-size: 14px;
}

.mainContent li {
  margin: 0 0 1em;
  font-size: 14px;
}

.mainContent ul.condensed li {
  margin: 0;
}

.mainContent blockquote {
  border: 4px solid #b10a32;
  margin: 30px 0;
  padding: 0 20px 0 0;
  text-align: left;
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeecec));
  background: linear-gradient(to bottom, #ffffff 0%, #eeecec 100%);
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
}

.mainContent .raq-contact-info ul.hours-of-operation li {
  margin: 0px;
}

.mainContent .raq-contact-info p {
  margin: 0 0 10.5px;
}

#colorbox .buttons a,
#bodyMover .buttons a,
#trd-body-mover .buttons a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 1px 10px;
  color: #363636;
  margin: 0 6px 0 0;
  background: #eeeeee;
  -webkit-box-shadow: inset 0 -50px 40px -30px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -50px 40px -30px rgba(0, 0, 0, 0.2);
}

#trd-body-mover .embedded-deckplans {
  display: none !important;
}

.hide {
  display: none;
}

.visibly-hidden {
  position: absolute;
  border: 0;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
}

#airfare_pricing {
  text-transform: uppercase;
  overflow: hidden;
  margin: 0 0 2em;
  font-size: 14px;
}

#airfare_pricing th {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  height: 50px;
  max-height: 50px;
  padding: 0 20px;
}

#airfare_pricing td {
  text-align: center;
  vertical-align: top;
  padding: 15px 20px;
}

#airfare_pricing td:first-child {
  font-size: 90%;
  text-transform: none;
}

#airfare_pricing td:first-child,
#airfare_pricing th:first-child {
  text-align: left;
}

#airfare_pricing tr:first-child td {
  -webkit-box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.2);
}

#airfare_pricing .gateways {
  width: 100%;
  margin: 0;
}

#airfare_pricing.additional-pricing col:first-child {
  width: 30%;
}

#airfare_pricing.additional-pricing col:nth-child(2) {
  width: 35%;
}

.airfare_pricing_header {
  padding: 10px 20px;
  background: #999;
  color: #fff;
}

#whats_included {
  background: #ececec;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0 2em;
  font-size: 14px;
}

#whats_included table {
  width: 100%;
  border-collapse: collapse;
}

#whats_included col:nth-child(2) {
  border: 3px solid #b10a32;
}

#whats_included th {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  height: 30px;
  max-height: 50px;
  padding: 0 20px;
}

#whats_included td {
  text-align: center;
  vertical-align: top;
  padding: 15px 20px;
}

#whats_included td:first-child {
  text-transform: none;
}

#whats_included td:first-child,
#whats_included th:first-child {
  text-align: left;
}

#whats_included tr:first-child td {
  -webkit-box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.2);
}

#regional_flights {
  text-transform: uppercase;
  overflow: hidden;
  font-size: 14px;
}

#regional_flights table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  table-layout: fixed;
}

#regional_flights table tr {
  height: 44px;
}

#regional_flights table tr.label {
  height: 30px;
}

#regional_flights tr:first-child td {
  -webkit-box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 6px 5px -5px rgba(0, 0, 0, 0.2);
}

#regional_flights tr.label td {
  padding: 0;
}

#regional_flights th, #regional_flights td {
  text-align: center;
  vertical-align: middle;
  width: 6%;
}

#regional_flights th:first-child, #regional_flights td:first-child {
  line-height: 1.3;
}

#regional_flights th {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  height: 65px;
  padding: 0 5px;
}

#regional_flights td {
  padding: 5px;
}

#regional_flights td:first-child {
  text-transform: none;
  font-size: 12px;
}

#regional_flights .annotation {
  float: right;
  margin: 11px 20% -11px -33%;
}

#regional_flights .row-description {
  position: absolute;
  width: 165px;
}

#regional_flights .row-description td {
  text-align: left;
}

#regional_flights .table-content {
  padding-left: 165px;
  overflow: auto;
}

#regional_flights .table-content table {
  width: 1700px;
}

tr.label td {
  background: url("../../images/v2/gradients/table_cruise_direction.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  padding: 0;
}

tr.label span {
  border-left: 5px solid #B10A32;
  color: #333333;
  display: block;
  font-size: 12px;
  /*font-weight: bold;*/
  height: 29px;
  line-height: 29px;
  text-align: left;
  text-indent: 10px;
  white-space: nowrap;
  text-transform: uppercase;
}

.row-description.scrolled_left {
  -webkit-box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 0 20px -5px rgba(0, 0, 0, 0.2);
}

#shadow_overlay {
  height: 100%;
  width: 30px;
  position: absolute;
  right: -30px;
  top: 0;
  display: block;
  z-index: 9;
}

#shadow_overlay.scrolled_right {
  -webkit-box-shadow: -10px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: -10px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.footnote {
  padding-bottom: 20px;
  padding-left: 10%;
}

.enlarge-image img {
  max-width: 150px;
}

#colorbox .enlarge-image {
  text-align: center;
}

#colorbox .enlarge-image img {
  max-width: 100%;
}

.compact-table td {
  padding-top: 0;
  padding-bottom: 0;
}

.no-background table, .no-background tbody, .no-background tr, .no-background table td {
  background: none;
  border: medium none;
}

.price {
  /*font-weight: bold;*/
}

.oldPrice {
  text-decoration: line-through;
  color: #9d9d9d;
  padding: 0 5px;
}

.imgholder {
  position: relative;
}

.imgholder a {
  display: block;
}

.imgholder .video_modal {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 0;
}

.imgholder .video_modal:after {
  content: 'WATCH VIDEO';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99.5%;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-indent: 50px;
  background: url("../../images/v2/video_prompt.png") repeat 10px center;
  text-align: left;
}

.video_subtitle {
  font-size: 13px;
  min-height: 45px;
}

#yt_modal_player_sizer {
  display: block;
  position: relative;
  margin: 0 -20px;
}

#yt_modal_player_sizer:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

#colorbox.video_launched .contentWrapper {
  padding-bottom: 0;
}

#yt_modal_player {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cruiseNavTabs {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  height: 50px;
  margin: 30px -20px;
  background: #444444;
}

.cruiseNavTabs * {
  vertical-align: bottom;
}

.cruiseNavTabs span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.cruiseNavTabs > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 20px;
  font-size: 13px;
  height: 50px;
}

.cruiseNavTabs > ul > li {
  display: inline-block;
  margin: 0 -1px 0 -1px;
  margin: 0;
  padding: 0;
  width: 12%;
  text-align: center;
  font-size: 12px;
  line-height: 39px;
  height: 45px;
}

.cruiseNavTabs > ul > li.currentTab {
  background: #ffffff;
}

.cruiseNavTabs > ul > li.currentTab > a {
  color: #333333;
}

.cruiseNavTabs > ul > li.currentTab > a:hover {
  color: #333333;
}

.cruiseNavTabs select {
  width: 500px;
  margin: 0 auto;
}

.cruiseNavTabs .sub {
  display: none;
}

.subNavTabs a, .cruiseNavTabs a {
  color: #FFFFFF;
  line-height: 14px;
  vertical-align: middle;
}

.subNavTabs > ul a:hover, .cruiseNavTabs > ul a:hover {
  color: #FFFFFF;
}

#navTabsSelect, .cruiseNavTabs .chzn-container {
  position: relative;
  left: -999em;
}

.cruiseDetails,
.bodyWrapper .cruiseDetails {
  margin: 0.5em 0 2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
}

.cruiseDetails b,
.bodyWrapper .cruiseDetails b {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 140%;
}

.cruiseDetails em {
  font-size: 160%;
  font-style: normal;
  color: #b10a32;
}

.subNavWrapper a, .cruiseNavWrapper a {
  text-decoration: none;
  display: inline-block;
}

.subNavWrapper .ctas, .cruiseNavWrapper .ctas {
  position: absolute;
  font-size: 120%;
  top: 0;
  right: 0;
  line-height: 0.8;
  text-align: right;
}

.cruiseDirection {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
}

.contentWrapper .cruiseDirection a {
  padding: 0 1em;
}

.contentWrapper .cruiseDirection a:first-child {
  margin-left: -1em;
}

.cruiseMeta .cruiseDirection {
  margin: 0.4em 0 0.1em;
}

.cruiseDirection a.selected {
  color: #333;
  background: url("../../images/v2/cruise_check.png") 1em center no-repeat;
  padding-left: 2.1em;
}

.columnWrapper {
  word-spacing: -0.31em;
}

#colorbox .columnWrapper {
  font-size: 13px;
  padding: 20px 0 30px;
  margin: 0;
  line-height: 20px;
}

.columnWrapper > * {
  word-spacing: 0;
}

.columnWrapper.rtl {
  direction: rtl;
}

.columnWrapper.rtl .contentColumn {
  direction: ltr;
}

.columnWrapper > * {
  word-spacing: 0;
}

.contentColumn {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  margin-bottom: 50px;
  word-spacing: 0 !important;
}

.contentColumn p {
  margin: 0 0 1em;
}

.contentColumn .feature {
  background: none;
  overflow: visible;
}

.videoBox {
  display: none;
  width: 57%;
  margin: 1.2em 0 0 2%;
  overflow: hidden;
}

.videoBox .flex-control-thumbs {
  padding-top: 15px;
  clear: both;
  white-space: nowrap;
}

.videotiles {
  white-space: nowrap;
}

.videotiles a.video:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../../images/v2/icon_play_small.png") center no-repeat;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.videotiles a, .videoBox .flex-control-thumbs li {
  display: inline-block;
  padding: 0 0 1px;
  margin: 0 1.7% 0 0;
  line-height: 0;
  width: 18%;
  position: relative;
}

.videotiles a img, .videoBox .flex-control-thumbs li img {
  width: 100%;
  border-bottom: 4px solid #FFF;
  cursor: pointer;
}

.videotiles a.selected,
.videotiles a.active,
.videoBox .flex-control-thumbs img.flex-active {
  border-bottom: 4px solid #b10a32;
}

.playerHolder {
  margin-bottom: .3em;
}

.playerHolder * {
  width: 100%;
}

.cta {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  border: 1px solid #B10A32;
  background: #b10a32;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 21px;
  text-decoration: none;
  vertical-align: top;
  padding: 0 !important;
  direction: ltr;
}

.cta img {
  display: none;
}

.cta.submit span {
  padding-left: 5em;
  padding-right: 5em;
}

.cta.fixed-width {
  min-width: 245px;
}

.cta:hover {
  color: #ffffff;
  background: #B10A32;
}

.cta > span {
  display: block;
  text-align: center;
  height: 48px;
  padding: 0 5px !important;
  line-height: 48px;
  -webkit-box-shadow: inset 0 -3.5em 2em -2em rgba(50, 0, 0, 0.2);
  box-shadow: inset 0 -3.5em 2em -2em rgba(50, 0, 0, 0.2);
}

.cta span:before {
  content: '.';
  visibility: hidden;
  margin-left: -3px;
  color: #b10a32;
}

input.cta {
  -webkit-box-shadow: inset 0 -2.5em 2em -2em rgba(50, 0, 0, 0.2);
  box-shadow: inset 0 -2.5em 2em -2em rgba(50, 0, 0, 0.2);
}

.ctas {
  text-align: center;
  word-spacing: 1em;
}

.mainContent > .ctas {
  margin: 0 0 2em;
}

.columnWrapper > .ctas {
  margin: 2.5em 0 0;
}

.portal.home .mainContent > .ctas {
  margin: 0;
}

.ctas > .cta {
  vertical-align: top;
  word-spacing: 0;
}

.contentWrapper > .ctas .cta {
  font-size: 16px !important;
  display: inline-block;
  width: auto;
  line-height: inherit;
}

.contentWrapper > .ctas .cta > span {
  padding: 0.8em 1em;
}

.modules {
  padding-top: 15px;
}

.modules a {
  text-decoration: none;
}

.modules, .quick_buttons {
  font-size: 0;
}

.modules > div, .modules p, .quick_buttons a {
  font-size: 16px;
}

.input_module {
  display: inline-block;
  vertical-align: top;
  background: #f0f0f0;
  margin-bottom: 40px;
  overflow: hidden;
}

.input_module .module_title {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 18px;
  border-left: 5px solid #b10a32;
  padding: 0 15px;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
}

.mainContent .input_module {
  border-right: 1px solid #ddd;
}

.module_title span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  right: 5px;
  background: url("../../images/v2/arrow_modules.png") 2px -100px no-repeat;
}

.module_open .module_title span {
  background-position: 2px 0;
}

.input_module .module_title, #contest {
  border-left: 5px solid #b10a32;
  background: #e4dfdb;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e4dfdb), to(#fafafa));
  background: linear-gradient(to bottom, #e4dfdb 0%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dfdb', endColorstr='#fafafa',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contest {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.module_inner {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  overflow: hidden;
}

#contest {
  display: block;
}

#contest .module_title {
  padding: 0 15px;
  background: transparent;
  -webkit-filter: none;
  filter: none;
  border-left: none;
}

#contest .module_inner {
  border: none;
}

#contest .special_offers_wrap {
  float: left;
  margin: .5em 20px 0;
  width: 77%;
}

#contest .offers_intro {
  margin: 0 0 1em;
  overflow: hidden;
}

#contest .imgholder {
  float: left;
  height: 170px;
}

#fac {
  width: 48%;
  margin-right: 3.75%;
}

#order_brochure {
  width: 48%;
}

#order_brochure .imgholder {
  display: inline-block;
  margin: 1.5em 20px 0;
  vertical-align: top;
}

#order_brochure .imgholder img {
  max-width: 157px;
}

#order_brochure .brochure_form_wrap {
  display: inline-block;
  width: 230px;
}

#order_brochure .brochure_input_wrap {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px;
  margin: 0 0 -20px;
}

#order_brochure .brochure_input_wrap > span {
  display: inline-block;
  left: 5px;
  line-height: 21px;
  height: 7px;
  position: relative;
  width: 100px;
  text-align: center;
}

#order_brochure label {
  text-align: left;
  text-transform: uppercase;
}

#order_brochure .formArea .cta {
  display: block;
  width: 130px;
  margin: 0 auto;
}

#order_brochure .formArea .cta > span {
  padding: 0.7em 0;
  min-width: 1px;
}

#order_brochure .quick_results {
  margin-bottom: 0;
}

.brochure-explanation {
  margin: 1.5em 0 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #666;
}

#fac .module_inner, #order_brochure .module_inner {
  height: 0;
}

.input_module a {
  display: inline-block;
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.quick_buttons {
  margin-left: 2%;
  margin-top: 15px;
}

.quick_buttons a {
  display: inline-block;
  width: 30%;
  padding: 10px 0;
  margin: 0 0 10px 2%;
  text-decoration: none;
  background: #ddd;
  text-align: center;
}

.select_month a {
  width: 14%;
}

.select_area a {
  text-align: left;
  text-indent: 12px;
}

.input_module h5 {
  font-size: 12px;
  margin: 25px 4% 10px;
  clear: right;
}

.quick_results {
  margin: 20px 0 10px;
  border-top: 1px solid #fff;
  padding: 20px 0 0;
}

.quick_results .reset {
  margin: 1em 0;
}

.quick_results .recommended {
  float: right;
}

.quick_results .loading {
  background: url("../../images/v2/loading_icon_red.gif") center no-repeat;
}

.quick_results .skinny {
  display: none;
}

.quick_results .fat {
  display: inline-block;
}

#fac_nav .quick_buttons a,
#fac .quick_buttons a {
  font-size: 14px;
  padding: 0;
  line-height: 28px;
  background-color: #efefef;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dadada));
  background: linear-gradient(to bottom, #efefef 0%, #dadada 100%);
  border: 1px solid #ccc;
}

#fac_nav .quick_buttons a.selected,
#fac .quick_buttons a.selected {
  color: #fff;
  background: #343434;
}

#fac_nav .quick_buttons a.disabled,
#fac .quick_buttons a.disabled {
  cursor: default;
  opacity: .2;
  background: #e0e0e0;
  color: #b10a32;
}

#fac_nav .quick_buttons a.disabled span,
#fac .quick_buttons a.disabled span {
  font-size: 16px;
  color: #b10a32;
  /*font-weight: bold;*/
}

#fac.module_open > .module_inner, #order_brochure.module_open > .module_inner {
  height: 250px;
}

#fac.module_open .module_inner,
#order_brochure.module_open .module_inner {
  border-bottom: 1px solid #ddd;
}

.portal .mainContent .header_navigation {
  display: none;
}

.portal .portal_search {
  display: none;
  position: relative;
  background: #dedede;
  -webkit-box-shadow: inset 0 157px 90px -90px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 157px 90px -90px rgba(255, 255, 255, 0.5);
  height: 105px;
}

.portal .portal_search .button_window {
  top: 45px;
  left: 27%;
}

.portal .portal_search input[type='text'] {
  width: 50%;
  position: relative;
  left: 25%;
  top: 25px;
  padding: 10px 0 10px 6%;
  font-size: 22px;
  text-align: left !important;
}

.close_x {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url("../../images/v2/close_x.png") center no-repeat;
}

.close_video {
  z-index: 10;
  top: 30px;
  background: url("../../images/v2/close_x_video.png") center no-repeat;
}

/* Cruise - Overview */
.cruiseOverview {
  position: relative;
  min-height: 340px;
}

.cruiseOverview .contentColumn a {
  /*font-weight: bold;*/
}

.cruiseOverview .contentColumn li span {
  /*font-weight: bold;*/
  text-transform: uppercase;
  display: block;
}

.cruiseOverview .videoBox {
  margin: 0;
  width: 500px;
  max-height: 600px;
  overflow: hidden !important;
  position: absolute;
  min-height: 280px;
}

.cruiseOverview .playerHolder {
  width: 500px;
}

.cruiseOverview .playerHolder .bx-viewport {
  min-height: 100%;
}

.cruiseOverview h3 > span {
  text-transform: lowercase;
}

.change-stateroom-cabin-highlight {
  display: none;
  /*hide this by default - we'll show it for each deck plan once they've been updated to support highlighting specific cabins*/
}

.stateroom_feature {
  padding: 7px 0;
}

.accordion .handle {
  color: #b10a32;
  cursor: pointer;
}

a.slideshow_modal:focus {
  outline: none;
}

#colorbox .slide .contentWrapper {
  padding: 18px;
  background-color: #ddd;
}

#colorbox .slide img {
  background-color: #fff;
  width: auto;
  margin-bottom: -6px;
  padding: 20px;
}

#colorbox .slide h1, #colorbox .slide h4.slide_title {
  /*font-weight: 600;*/
  font-size: 16px;
  font-variant: normal;
  text-transform: uppercase;
}

#colorbox .slide h4 {
  font-size: 13px;
  margin: 0 0 2em;
  padding-left: 20px;
  padding-right: 20px;
}

/* contact us */
table.transparent td {
  border: none;
  background: transparent;
  padding: 1px 0;
  height: auto;
  text-align: left;
  width: 50%;
}

table.transparent tbody {
  background: transparent;
}

table.transparent a {
  text-decoration: none;
  /*font-weight: bold;*/
}

.form-explanation {
  height: 37px;
}

.denotes {
  position: absolute;
  right: 0;
  margin-top: -43px;
}

.contact-main-info div {
  font-size: 13px;
  vertical-align: top;
}

.contact-info {
  display: inline-block;
  width: 70%;
}

.contact-info div {
  display: inline-block;
  width: 49%;
}

.contact-info table {
  width: auto;
}

.contact-info table td.even {
  text-align: right;
  padding-left: 20px;
}

.mailing-address {
  display: inline-block;
  width: 29%;
}

.mailing-address span {
  white-space: pre;
}

.form-footer {
  margin: 20px 0;
}

.submit {
  float: right;
}

.modals_hidden, #modals {
  position: absolute;
  height: 0;
  overflow: hidden;
}

.left {
  float: left;
  margin: 0 10px 10px 0;
}

/* Modal - Deck Plans Room Details */
.modal {
  padding: 30px 0 0 0;
}

.modal h1 {
  margin-top: 0;
}

.columnWrapper .imgholder {
  text-align: center;
  height: 266px;
  overflow: hidden;
}

.learnMore {
  background: url(../../images/list_arrow.png) no-repeat left;
  padding: 0 0 0 16px;
  margin: 0 0 .5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

/******************
* SEARCH RESULTS  ... Also applies to Ships Itineraries because formatting is the same
******************/
.searchResults h5 {
  text-transform: none;
  font-size: 14px;
}

.contentWrapper .searchOverview {
  overflow: hidden;
  border-bottom: 1px solid #c6c6c6;
}

.contentWrapper .searchBox {
  background: #f2f2f2;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contentWrapper .searchBox form {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.contentWrapper .searchBox .button_window {
  left: 13px;
  top: 16px;
}

.contentWrapper .searchBox input[type='text'] {
  border: none;
  background: none;
  text-align: left;
  width: 100%;
  height: 50px;
  padding: 0 0 0 60px;
  vertical-align: middle;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}

.contentWrapper .searchBox input[type='text'].watermark {
  text-transform: uppercase;
  padding: 9px 0;
  font-size: 12px;
  color: #666;
}

.contentWrapper .numResults {
  margin: 2em 0 .5em;
  float: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  font-size: 1.4em;
  line-height: 1.0;
  text-transform: uppercase;
}

.contentWrapper .otherResults {
  border-top: 1px solid #c6c6c6;
}

.contentWrapper .otherResults h4 {
  margin: 1em 0;
}

.contentWrapper .noMatches {
  margin: 1.5em 0 0.5em;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  font-size: 1.4em;
  line-height: 1.0;
}

.contentWrapper .deemphasis {
  font-size: .85em;
}

.contentWrapper .modal-form .btn-reset:hover {
  color: #B10A32;
  background-color: #e6e6e6 !important;
  border-color: #e0e0e0;
}

.contentWrapper .modal-form .btn-cancel {
  display: none;
}

.contentWrapper .modal-form input[type='submit'] {
  border: 1px solid #B10A32;
  font-size: 14px;
  line-height: 1.5;
  height: auto;
  min-width: inherit;
}

.viewAll {
  display: block;
  float: right;
  margin: 2em 0 .5em;
  text-transform: uppercase;
  font-size: 115%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.explore {
  margin: 0 0 .5em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 115%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.modalIcon {
  display: inline-block;
}

.modalIcon img {
  margin: 0 0 -3px 8px;
}

h4.suggestions {
  font-size: 1.2em;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.searchTips ul {
  margin: 0 0 2em;
  padding: 0;
  overflow: hidden;
}

.searchTips ul li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0 0 4px;
  width: 34%;
  font-size: 90%;
}

.zeroResults {
  overflow: hidden;
  border-bottom: none;
}

/* Life on Board */
#colorbox .slider_inline_content .contentWrapper {
  padding: 20px 30px;
}

.slider_inline_content {
  min-height: 600px;
}

.slider_inline_content h3 {
  margin: 0 0 2em;
  border: none;
  font-size: 13px;
  /*font-weight: bold;*/
  color: #333;
}

.slider_inline_content p {
  padding: 0 20px 1em;
  margin: 0;
}

.slider_inline_content li {
  display: block;
  width: 724px;
  position: absolute;
  top: 0;
  padding: 0 0 1.5em;
}

.slider_inline_content img {
  margin: 0 -20px 1em;
  width: 724px;
}

#inline_packages h2 {
  font-size: 34px;
  color: #B10A32;
  line-height: 1;
  margin: 0.5em 0;
}

#inline_packages .cruiseDetails {
  margin-top: -0.8em;
}

#inline_packages > img {
  width: 852px;
  padding: 0;
  margin: 1em 0 0;
}

#inline_packages h4 {
  padding: 0;
  font-size: 165%;
  font-weight: normal;
  color: #b10a32;
}

#inline_packages .imgholder {
  display: none;
}

#inline_packages p {
  padding: 0;
  margin: 0 0 1em;
}

#inline_packages p.disclaimer {
  font-size: 90%;
}

#inline_packages .video-playlist-tile h4 {
  color: #333;
  background: #fff;
  font-size: 18px;
  margin: 0;
  padding: 1em 0 0.5em;
  border-bottom: 1px solid #ddd;
}

#inline_packages .tourDay {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin: 0 0 1em;
  min-height: 192px;
}

#inline_packages .tourDay:first-child {
  border-top: none;
}

#inline_packages .tourDay img {
  float: right;
  margin: 1.5em 0 20px 20px;
}

#inline_packages .tourDay h4 {
  color: #333;
  /*font-weight: bold;*/
}

.bx-prev {
  background: url(../../images/v2/slide_arrow_left.png) no-repeat;
  left: 20px;
}

.bx-next {
  background: url(../../images/v2/slide_arrow_right.png) no-repeat;
  right: 20px;
}

/* Sitemap and 404 */
.notFoundHeader h3 {
  font-size: 105%;
  border: none;
  /*font-weight: bold;*/
  padding: 0;
  margin: 2em 0 .5em;
  color: #333;
}

.listColumn .cruiseLinks {
  margin: 1.5em 0 0;
}

.listColumn .cruiseLinks a {
  display: block;
  padding: 0 0 1em;
}

.cruisesByLocation {
  border-bottom: 1px solid #c6c6c6;
  padding: 1.5em 0;
  overflow: hidden;
}

.mainContent .listColumn {
  float: left;
  padding: 0 20px 0 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.listColumn ul {
  list-style: none;
  padding-left: 5px;
  display: block;
}

.listColumn.byRegion {
  width: 42.391304347826%;
}

.listColumn.byCountry {
  width: 19.565217391304%;
}

.listColumn.byCities {
  width: 38.04347826087%;
  padding: 0;
}

.listColumn.byCities .leftColumn {
  float: left;
  width: 50%;
}

.listColumn.byCities .rightColumn {
  float: right;
  width: 50%;
}

.listColumn h4 {
  margin: 0;
  padding: 0 0 12px;
}

.listColumn h5 {
  font-size: 14px;
  margin: 0;
  padding: 3px 0;
  line-height: inherit;
  text-transform: none;
}

.listColumn h5 a {
  color: #333;
}

.listColumn h5 a:hover {
  color: #555;
}

.listColumn li {
  display: block;
  font-size: 13px;
  padding: 6px 0;
  margin: 0;
  margin-bottom: 2px;
  list-style: none outside none;
}

.listColumn li > ul {
  margin: 0 0 -6px 0;
}

.otherLinks .listColumn h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.otherLinks {
  overflow: hidden;
  clear: left;
  margin: 1.5em 0 0;
}

.otherLinks h5 a {
  color: #333;
  text-transform: uppercase;
}

.otherLinks .listColumn {
  width: 25%;
}

.otherLinks .imgHolder {
  margin: 0 0 .5em;
}

.otherLinks span.imgHolder {
  float: left;
  margin: 0 10px 0 0;
}

.otherLinks span.imgHolder img {
  width: 60px;
}

.otherLinks .brochure {
  overflow: hidden;
  line-height: 1.2;
}

.cruiseResults {
  border: none;
  overflow: hidden;
}

.cruiseResults .modalIcon {
  display: inline-block;
}

.cruiseResults .modalIcon img {
  margin: 0 0 -3px 8px;
}

.page_title {
  margin: .5em 0 1em;
}

.resultsOverview {
  overflow: hidden;
  margin: 0 0 2em;
  padding: 0 0 1em;
  border-bottom: 1px solid #c6c6c6;
}

.resultsOverview h2 {
  font-size: 125%;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.searchCriteria {
  float: left;
  font-size: 13px;
  padding: 0;
}

.searchCriteria li {
  display: inline-block;
}

.searchCriteria span {
  text-transform: uppercase;
}

.searchCriteria .divider {
  color: #ccc;
  font-weight: normal;
  padding: 0 5px;
}

.editSearch {
  float: right;
  display: block;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 16px 0 0;
  line-height: 1;
}

#cruiseSearch {
  padding: 20px;
  background: #fff;
}

#cruiseSearch #fac_nav {
  display: block;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

#cruiseSearch #fac_nav .module_inner {
  max-height: none;
  background: #f0f0f0;
  border: none;
  overflow: visible;
  padding: 1em 0 .5em;
}

#cruiseSearch .quick_results {
  overflow: hidden;
  padding: 20px 4%;
  margin: 10px 0 0;
}

#cruiseSearch .quick_results .reset {
  margin: -.5em 0 0;
}

#fac_nav.input_module,
#fac.module_open .module_inner,
#fac.module_open {
  overflow: visible;
}

#fac_nav .chzn-container,
#fac .chzn-container {
  display: block;
  margin: .5em auto 0;
}

.fypc {
  background: #f2f2f2;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fypc label {
  display: block;
  margin: 0 0 1em;
  padding: 0 0 0 1px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fypc select {
  width: 400px;
}

.fypc_select_wrap {
  padding: 0 0 1em;
  border-bottom: 1px solid #ddd;
  margin: 0 40px;
}

.fypc_item_wrap .chzn-container,
.fypc_select_wrap .chzn-container {
  width: 100% !important;
}

.fypc_item_wrap .chzn-container .chzn-drop,
.fypc_select_wrap .chzn-container .chzn-drop {
  width: 99.8% !important;
}

.fypc_item_wrap .chzn-container .chzn-drop li,
.fypc_select_wrap .chzn-container .chzn-drop li {
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 110%;
  white-space: nowrap;
}

.fypc_item_wrap .chzn-container .chzn-drop li:first-child,
.fypc_select_wrap .chzn-container .chzn-drop li:first-child {
  display: none;
}

#fac .fypc_select_wrap {
  padding-top: 20px;
}

.fypc_form .chzn-container-single .chzn-single {
  height: 50px;
  padding-left: 20px;
}

.fypc_form .chzn-container-single .chzn-single > span {
  height: auto;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
}

.fypc_form .form-footer {
  margin: 0 40px 1em;
  border-top: 1px solid #fff;
  padding: 1em 0 0;
}

.fypc_form input[type='reset'].reset {
  width: 220px;
  min-width: 0;
  padding: 0 !important;
  font-size: 18px;
}

.fypc_form input[type='submit'] {
  padding: 0 !important;
  width: 220px;
  margin: 0;
}

#fypc_destination_chzn,
#fypc_destination_nav_chzn,
#fypc_departure_chzn,
#fypc_departure_nav_chzn {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fypc_item_wrap {
  display: inline-block;
  width: 49%;
  margin-right: -5px;
}

.fypc_item_wrap:first-child {
  padding-right: 2%;
}

/* Request A Quote */
.requestQuote {
  min-height: 520px;
}

/*ContentBloom: Additions start ->*/
.underline {
  border-bottom: 1px solid #DDDDDD;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
}

table.underline {
  display: table;
}

.columns.underline h3 {
  margin: 0;
}

.centered-heading {
  text-align: center;
}

.centered-heading p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 140%;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.compact-list li {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.mainContent .no-margin {
  margin: 0;
}

.align-left {
  text-align: left;
}

.no-margin-left {
  margin-left: 0 !important;
}

.mainContent .no-margin-bottom {
  margin-bottom: 0;
}

.mainContent .no-margin-top {
  margin-top: 0;
}

.fullAreaLink {
  position: relative;
}

.fullAreaLink a {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.padded-top {
  padding-top: 25px;
}

.padded-bottom {
  padding-bottom: 25px;
}

.padded-right {
  padding-right: 5%;
}

.padded-left {
  padding-left: 5%;
}

.margin-left {
  margin-left: 5%;
}

.spaced-bottom {
  padding-bottom: 25px;
  margin-bottom: 40px;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.center-text {
  text-align: center;
}

.secondary-section {
  margin-top: 20px;
}

.secondary-section h3 {
  margin: 0;
}

.secondary-section p {
  margin: 0;
}

.links a {
  border-bottom: 1px solid #B10A32;
}

.links a:hover {
  border-bottom: 1px solid #333;
}

.job-column {
  width: 30%;
  float: left;
}

.job-category {
  margin-top: 15px;
}

.job-location h4 {
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.job-location h3 {
  padding-top: 35px;
  padding-left: 30px;
}

.job-location h3:first-of-type {
  padding-left: 0;
}

.job-location h3:first-of-type, .job-location h3:nth-of-type(2) {
  padding-top: 0;
}

.columns .chzn-container-single .chzn-single, .left-content .chzn-container-single .chzn-single {
  padding-left: 25px;
}

.columns .chzn-container-single .chzn-single > span, .left-content .chzn-container-single .chzn-single > span {
  height: auto;
  font-size: 100%;
  color: #999999;
}

.column img.formImage,
.columns img.formImage {
  width: auto;
}

.select_wrap {
  position: relative;
  display: inline-block;
}

.select_wrap .chzn-container {
  width: 100% !important;
}

.select_wrap .chzn-container .chzn-drop {
  width: 99.8% !important;
}

.select_wrap .chzn-container .chzn-drop li {
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 100%;
  white-space: nowrap;
}

.chzn-container-single .chzn-single span ~ div, .chzn-container-active .chzn-single-with-drop span ~ div {
  border-left: 1px solid #DDDDDD;
  height: 30px;
  margin: 5px 0;
  width: 33px;
}

.selects-two-columns .select_wrap {
  width: 47%;
}

.selects-two-columns .select_wrap:nth-of-type(2n) {
  padding-left: 5%;
}

.chevron-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: url("../../images/v2/list_arrow.png") no-repeat scroll left top 6px rgba(0, 0, 0, 0);
  display: block;
  line-height: 21px;
  padding: 0 0 0 16px;
  margin: 0 0 .5em;
  text-transform: uppercase;
  word-spacing: 0;
  font-size: 16px;
}

.chevron-link.margin-top {
  display: inline-block;
  margin-top: 15px;
}

.chevron-link-bottom {
  position: absolute;
  bottom: 0px;
}

.chevron-link-left {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: url("../../images/v2/list_arrow-left.png") no-repeat scroll left top 6px rgba(0, 0, 0, 0);
  padding: 0 0 0 16px;
  margin: 0 0 .5em;
  text-transform: uppercase;
  word-spacing: 0;
  font-size: 16px;
}

.chevron-link-left.large {
  background: url("../../images/v2/list_arrow-left.png") no-repeat scroll left top 8px transparent;
  font-size: 18px;
}

.colored-box-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
  padding-left: 10px;
}

.colored-box-link .icon {
  border: 1px solid #CCCCCC;
  display: inline-block;
  height: 20px;
  margin-bottom: 6px;
  margin-right: 9px;
  vertical-align: middle;
  width: 20px;
}

.deckplan-map {
  position: relative;
}

.selected.hit_area,
a.selected .hit_area,
a:hover .hit_area {
  opacity: 1;
}

.hit_area {
  position: absolute;
  background: url("../../images/v2/deckplan_hover.png");
  color: #fff;
  text-indent: -199em;
  font-size: 12px;
  opacity: 0;
  width: 2.5%;
  height: 25%;
  top: 7.6%;
  left: auto;
  -webkit-transition: opacity 0.25s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.25s cubic-bezier(0.3, 0, 0.7, 1);
}

/*override for input because we want this to remain positioned relatively*/
input.hit_area {
  position: relative;
  top: auto;
  left: auto;
}

.contentWrapper.padded {
  padding-top: 30px;
  padding-bottom: 30px;
}

.width-auto img {
  width: auto !important;
}

.bottom-logo {
  width: 450px;
  display: inline-block;
}

.bottom-logo img {
  float: left;
}

.bottom-logo h4 {
  margin: 1em 5px;
  width: 300px;
  display: inline-block;
  float: left;
}

.denotes-left {
  line-height: 21px;
  position: relative;
  word-spacing: 0;
}

.formArea .denotes-left p {
  margin-bottom: 5px;
}

#colorbox .contentWrapper.padded {
  padding: 20px 4% 40px 4%;
}

.imgholder .video-expander {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  line-height: 0;
}

.overlay-block-text .cta-video {
  background: url("../../images/v2/watch_button_small.png") no-repeat 10px center;
  padding-left: 4px;
  display: block;
}

.overlay-block-text .cta-white h3, .overlay-block-text .cta-video h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  text-indent: 50px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.overlay-block-text h3 {
  text-transform: uppercase !important;
  margin: 2% 0 !important;
  font-size: 18px !important;
  color: #fff;
}

/*cruiseNavTabs*/
.cruiseNavWrapper:first-child .cruiseNavTabs {
  margin-top: -15px;
}

.contentWrapper div > .select-list-box + ul {
  display: inline-block;
  padding-left: 0;
  width: 67%;
}

.contentWrapper .cruiseNavTabs .select-list-box {
  width: 31%;
}

.contentWrapper .select-list-box {
  position: relative;
  height: 100%;
  padding: 8px 1% 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  z-index: 1;
}

.contentWrapper .select-list-box a {
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  float: none;
}

.contentWrapper .select_list {
  background: url("../../images/v2/drop_arrow.gif") no-repeat scroll 98% 15px rgba(0, 0, 0, 0);
  display: block;
  height: 100%;
  overflow: hidden;
  padding-left: 2%;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 98%;
  line-height: 40px;
}

.contentWrapper .select_list.open {
  background: url("../../images/v2/drop_arrow.gif") no-repeat scroll 98% -35px rgba(0, 0, 0, 0);
}

.contentWrapper .select-list-title {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  color: #444444;
  display: block;
  height: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.contentWrapper .select-list-box .options {
  background: #ffffff;
  display: none;
  padding: 0;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}

.contentWrapper .select-list-box .options li {
  margin: 0;
  list-style: none outside none;
}

.contentWrapper .select-list-box .options a {
  color: #444444;
  padding-left: 20px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
}

.contentWrapper .select-list-box .options a:hover {
  color: #ffffff;
  background-color: #444444;
}

.table-container {
  width: 100%;
  display: table;
  clear: left;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}

.right-button {
  display: table-cell;
  width: 220px;
}

.right-content {
  display: table-cell;
}

.right-content img {
  margin-top: -35px;
  margin-bottom: 15px;
  margin-left: 5%;
  float: right;
}

.right-content img ~ img {
  margin: 0;
}

#colorbox .right-content img {
  margin-top: 0;
}

.left-content {
  display: table-cell;
  vertical-align: top;
}

.left-content .formArea {
  max-width: 800px;
}

.responsive-width.reduced-width img {
  width: 100%;
  max-width: 312px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.colWrap li {
  display: inline-block;
  width: 260px;
  white-space: nowrap;
  margin: 0;
}

.promo-Container {
  border: #B10A32 solid 3px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.promo-Body {
  padding: 20px;
}

.promo-banner {
  display: table;
  width: 100%;
  background-color: #B10A32;
  overflow: hidden;
}

.promo-banner img {
  float: left;
  padding-right: 18px;
  display: table-cell;
}

.promo-banner h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 42px;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 36px;
}

.promo-banner h3 {
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  font-size: 28px;
}

.promo-banner h4 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 4px;
}

.promo-banner p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 7px;
}

.promo-banner p.subheading {
  text-align: center;
  font-size: 24px;
}

.promo-banner em {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
}

.promo-info {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

/* condensed-promos */
.six.columns.condensed-promos {
  margin-left: 0;
  clear: none;
  margin-right: 2%;
}

.condensed-promos .promo-Container {
  border: 0;
}

.condensed-promos .promo-banner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.condensed-promos .promo-banner h2 {
  font-size: 32px;
}

.condensed-promos .promo-banner .header {
  text-align: center;
}

.condensed-promos .promo-banner hr {
  border: 1px solid #fff;
  margin: 20px auto;
  width: 50%;
  background-color: #fff;
}

.condensed-promos .promo-banner .disclaimer {
  margin-left: 0;
}

.condensed-promos .promo-banner .action {
  float: right;
  margin-top: 20px;
}

.condensed-promos .promo-banner .action p {
  font-size: 24px;
  margin: 0;
}

.condensed-promos .promo-banner .action p:after {
  content: ">>";
  bottom: 1px;
  margin-left: 10px;
  position: relative;
  right: 0;
}

.condensed-promos .promo-banner .action a, .condensed-promos .promo-banner .action a:hover, .condensed-promos .promo-banner .action a:focus {
  color: #fff;
}

.condensed-promos .promo-banner .text, .condensed-promos .promo-banner .disclaimer {
  margin-left: 5%;
  margin-right: 5%;
}

.condensed-promos .promo-banner .header, .condensed-promos .promo-banner .text, .condensed-promos .promo-banner .disclaimer {
  margin-top: 10px;
}

/* end condensed-promos */
.float-right {
  float: right;
  padding: 0 0 15px 3%;
}

.float-right.responsive-width {
  max-width: 478px;
  width: 35%;
}

.float-right img {
  width: 100%;
}

.deckplans_widget {
  display: inline-block;
  position: relative;
}

.deckplans_widget img {
  float: right;
}

.microSendTF {
  display: none;
}

.linkBar a {
  margin-right: 40px;
  display: inline-block;
}

.outlined p {
  margin: 10px 0;
}

.tableCleanBoldSecondColumn {
  width: 100%;
}

.tableCleanBoldSecondColumn tr > td:nth-child(1) {
  text-transform: uppercase;
  width: 40%;
}

.tableCleanBoldSecondColumn tr > td:nth-child(2) {
  /*font-weight: 900;*/
}

.tableCleanBoldSecondColumn, .tableCleanBoldSecondColumn tbody, .tableCleanBoldSecondColumn tr, .tableCleanBoldSecondColumn td {
  background: none;
  border: none;
  padding: 2px;
}

.pifConfirm {
  margin: 40px 0;
}

.pifConfirm a {
  margin-right: 40px;
  display: inline-block;
}

.thank-you-blocks {
  display: table;
  text-align: center;
  width: 100%;
}

.thank-you-blocks > div {
  display: table-cell;
}

.thank-you-blocks .overlay-block {
  max-width: 286px;
  width: 90%;
}

.thank-you-blocks .overlay-block img {
  width: 100%;
}

.display-inline-block {
  display: inline-block;
}

.fixed-right-container {
  display: table-cell;
  padding-left: 5%;
  width: 46.67%;
}

.desktop-table {
  display: table;
  width: 100%;
}

/*Cruise Search Results Table*/
.cruise-search-results h4 {
  margin: 0;
}

.cruise-search-results h5 {
  margin: 0 0 30px 0;
}

.cruise-search-results del {
  display: block;
  color: #ccc;
}

.cruise-search-results table {
  margin: 21px 0 0 0;
}

.cruise-search-results th, .selected-cruise th {
  padding-left: 26px;
  text-align: left;
}

.cruise-search-results td {
  text-align: center;
  border-top: 5px solid;
  width: 11.11%;
}

.cruise-search-results p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 140%;
  margin: 0;
}

.cruise-search-results .title, .selected-cruise .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 140%;
  display: block;
}

.cruise-search-results .subtitle, .selected-cruise .subtitle {
  font-size: 14px;
  padding: 0;
  display: block;
}

.cruise-search-results .linkBar {
  padding-top: 10px;
  border: 1px solid #ccc;
}

/*Sitemap*/
.otherLinks .listColumn {
  display: inline-block;
  min-width: 300px;
  vertical-align: top;
  width: 20%;
}

.cruisesByLocation .listColumn {
  display: inline-block;
  vertical-align: top;
}

/*Cell Colors*/
.cruise-search-results td:nth-child(1) {
  border-top-color: #E78394;
}

.cruise-search-results td:nth-child(2) {
  border-top-color: #ACAE7C;
}

.cruise-search-results td:nth-child(3) {
  border-top-color: #B4C7D7;
}

.cruise-search-results td:nth-child(4) {
  border-top-color: #CEAFA4;
}

.cruise-search-results td:nth-child(5) {
  border-top-color: #E9CE79;
}

.cruise-search-results td:nth-child(6) {
  border-top-color: #64bde1;
}

.cruise-search-results td:nth-child(7) {
  border-top-color: #4887c6;
}

.cruise-search-results td:nth-child(8) {
  border-top-color: #eee09a;
}

.button_window {
  position: absolute;
  width: 20px;
  height: 20px;
  overflow: hidden;
}

.button_window:hover input {
  margin-top: -50px;
}

.searchResultsList h5 {
  clear: both;
}

span.recaptcha-error {
  display: block;
  text-align: center;
  width: 100%;
  height: auto;
  line-height: normal;
}

.seo-block {
  width: 80%;
  margin-left: 10%;
  margin-top: 24px;
}

@media only screen and (max-width: 768px) {
  .seo-block {
    margin-bottom: 50px;
  }
}

.seo-block p, .home .seo-block h1 {
  font-size: 12px;
}

.contentWrapper .seo-block span h1 {
  color: #333333;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
}

.seo-block span h1 {
  color: #333333;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 1.5em;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.trd-travel-protection a:hover {
  color: #333333;
}

.trd-travel-protection p {
  font-size: 13px;
}

.trd-travel-protection p.trd-travel-advice {
  font-size: 15px;
  text-align: center;
}

.trd-travel-protection div {
  text-align: center;
}

.header-vertical-spacer-div {
  height: 20px;
}

.dir-instruction {
  display: block;
  text-transform: uppercase;
  margin-top: -20px;
}

/*Former Itineraries.css: Start: Moved to core during rivers migration (These are the only itineraries definitions we need so doesn't warant a seperate file */
/* Only rule to keep after the version3p2 cutover .excursion_sub p and .duration_tourprice  */
#colorbox .excursion_sub p {
  padding: 0;
}

.duration_tourprice {
  margin: 5px 0;
}

.excursion_sub .sub_text {
  padding-top: 1px;
}

.excursion_sub img {
  float: right;
  margin: 33px 0 8px 20px;
}

.excursion_sub ul {
  padding-bottom: 2em;
}

.excursion_sub li {
  margin: 0 0 0.5em;
}

.excursion_sub h2 {
  font-size: 30px;
  color: #b10a32;
  margin: 0.5em 0;
}

.excursion_sub h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: small-caps;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.excursion_sub .sub_text h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.excursion_sub h4.tour_code {
  margin-bottom: 5px;
  margin-top: 0;
}

.excursion_sub div img.icon {
  float: left;
  margin: 0 5px 8px 0;
  height: 17px;
  width: 17px;
}

.excursion_sub div h4.duration_tourprice {
  margin-top: 30px;
  margin-bottom: 15px;
}

.itinerary_disclaimer {
  padding: 30px 30px 10px 30px;
  text-indent: -0.5em;
  font-size: 12px;
}

.itinerary_overview .column:not(:first-child) {
  margin-left: 20px;
}

/*Former Itineraries.css: End*/
#IdleSessionExpired {
  display: none;
}

.invoice-email-success {
  display: none;
  color: #b10a32;
}

.mobile-only {
  /*dont show on mobile*/
  display: none;
}

/*social media sprites
----------------------*/
.background-icon,
.sprite {
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
}

.sprite:link {
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
}

.sprite-core {
  background-image: url("../../images/v2/sprite-core.png");
}

.dimension-30x30 {
  width: 30px;
  height: 30px;
}

.dimension-32x32 {
  width: 32px;
  height: 32px;
}

.dimension-42x42 {
  width: 42px;
  height: 42px;
}

.dimension-45x45 {
  width: 45px;
  height: 45px;
  background-size: 45px;
}

.dimension-50x32 {
  width: 50px;
  height: 32px;
}

.dimension-60x60 {
  width: 60px;
  height: 60px;
}

/* Core sprites
-----------------------*/
.icon-chat-light {
  width: 22px;
  height: 18px;
  background-position: -51px -480px;
}

.icon-chevron-right-dark {
  width: 8px;
  height: 11px;
  background-position: -51px -498px;
}

.icon-chevron-right-light {
  width: 7px;
  height: 10px;
  background-position: -59px -498px;
}

.icon-chevron-down-light {
  width: 10px;
  height: 7px;
  background-position: -51px -509px;
}

.icon-clear-search {
  width: 14px;
  height: 15px;
  background-position: -51px -516px;
}

.icon-search {
  width: 25px;
  height: 25px;
  background-position: -49px -543px;
}

.icon-search-dark {
  width: 25px;
  height: 25px;
  background-position: -49px -568px;
}

.icon-search-light {
  width: 25px;
  height: 25px;
  background-position: -49px -593px;
}

.icon-close-x-light {
  width: 30px;
  height: 30px;
  background-position: 0 -1050px;
}

.icon-envelope {
  width: 21px;
  height: 12px;
  background-position: -51px -531px;
}

.icon-menu-stripes {
  width: 71px;
  height: 38px;
  background-position: 0 -1080px;
}

.icon-play-white-medium {
  width: 45px;
  height: 45px;
  background-position: 0 -1118px;
}

.icon-slideshow-medium {
  width: 62px;
  height: 26px;
  background-position: 0 -1163px;
}

.icon-slideshow-small-small {
  width: 30px;
  height: 12px;
  background-position: -30px -1050px;
}

/* Social 42x42
-----------------------*/
/*Email*/
.icon-email.dimension-42x42 {
  background-position: -4PX 0;
}

.icon-email.dimension-42x42:hover {
  background-position: -4PX -42px;
}

/*Facebook*/
.icon-facebook.dimension-42x42 {
  background-position: -4PX -84px;
}

.icon-facebook.dimension-42x42:hover {
  background-position: -4PX -126px;
}

/*GooglePlus*/
.icon-googleplus.dimension-42x42 {
  background-position: -4PX -168px;
}

.icon-googleplus.dimension-42x42:hover {
  background-position: -4PX -210px;
}

/*Instagram*/
.icon-instagram.dimension-42x42 {
  background-position: -4PX -252px;
}

.icon-instagram.dimension-42x42:hover {
  background-position: -4PX -294px;
}

/*Twitter*/
.icon-twitter.dimension-42x42 {
  background-position: -4PX -378px;
}

.icon-twitter.dimension-42x42:hover {
  background-position: -4PX -420px;
}

/*Video Play*/
.icon-videoPlay.dimension-42x42 {
  background-position: -4PX -462px;
}

.icon-videoPlay.dimension-42x42:hover {
  background-position: -4PX -504px;
}

/*Youtube Play*/
.icon-youtubePlay.dimension-42x42 {
  background-position: -4PX -546px;
}

.icon-youtubePlay.dimension-42x42:hover {
  background-position: -4PX -588px;
}

/*Pinterest*/
.icon-pinterest.dimension-42x42 {
  background-position: -4px -966px;
}

.icon-pinterest.dimension-42x42:hover {
  background-position: -4px -1008px;
}

/* Social 32x32
-----------------------*/
/*Share*/
.icon-share.dimension-32x32 {
  background-position: -9px -677px;
}

.icon-share.dimension-32x32:hover {
  background-position: -9px -635px;
}

.icon-share-select.dimension-32x32 {
  background-position: -9px -341px;
}

/*close*/
.icon-close.dimension-32x32 {
  background-position: -9px -720px;
}

.icon-close.dimension-32x32:hover {
  background-position: -9px -804px;
}

.icon-close-select.dimension-32x32 {
  background-position: -9px -762px;
}

/* Social 50x32
-----------------------*/
/*Related Videos*/
.icon-related-videos.dimension-50x32 {
  background-position: 0 -887px;
}

.icon-related-videos.dimension-50x32:hover {
  background-position: 0 -845px;
}

.icon-related-videos-select.dimension-50x32 {
  background-position: 0 -928px;
}

/* Social 60x60
-----------------------*/
/*Video Play*/
.icon-videoPlay.dimension-60x60 {
  background-position: 0 -1189px;
}

.icon-videoPlay.dimension-60x60:hover {
  background-position: 0 -1249px;
}

/* Social 30x30
-----------------------*/
/*Share*/
.icon-share.dimension-30x30 {
  background-position: -50px -216px;
}

/*design agency provided no hover or select state*/
/*close*/
.icon-close.dimension-30x30 {
  background-position: -50px 0;
}

/*design agency provided no hover or select state*/
/*Video Play*/
.icon-videoPlay.dimension-30x30 {
  background-position: -50px -288px;
}

.icon-videoPlay.dimension-30x30:hover {
  background-position: -50px -312px;
}

/* Social : None sprite'd (used in footer)
-----------------------*/
.background-icon {
  background-position: 0 0;
}

.social-links a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #000;
  width: 30px;
  height: 30px;
  padding: 4px 0;
  border-radius: 100%;
  border: 2px solid #000;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.social-links a:hover {
  color: #FFF;
  border-color: #B10A32;
  background-color: #B10A32;
}

/*Icon transitions
 ---------------------*/
/*hide secondary by default; hide primary on hover*/
.icon-transition.secondary,
.icon-transition-holder:hover .primary {
  opacity: 0;
}

.icon-transition.primary,
.icon-transition-holder:hover .secondary {
  opacity: 1;
}

.icon-transition-holder {
  position: relative;
  display: block;
}

.icon-transition {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.icon-transition-holder,
.icon-transition {
  height: 45px;
  width: 45px;
}

.hidden-content-block {
  display: none;
}

.faqList > ol {
  padding: 0;
}

/*Index block*/
.index-block {
  margin: 0 20px 50px 0;
}

.index-block h3 {
  margin-bottom: .5em;
  padding-bottom: 0;
  color: #b10a32;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.index-block .chevron-link {
  font-size: 16px;
  padding-right: 5%;
}

.index-block .playlist-video-title {
  color: #B10A32;
  font-size: inherit;
  /*font-weight: bold;*/
  margin: 0.75em 0 0.5em;
  padding: 0;
  position: static;
  text-transform: uppercase;
}

.index-block em {
  display: inline-block;
  font-weight: normal;
  margin-top: 2px;
}

.one.columns.index-block h3 {
  font-size: 11px;
}

.two.columns.index-block h3 {
  font-size: 15px;
}

.three.columns.index-block h3 {
  font-size: 21px;
}

.four.columns.index-block h3 {
  font-size: 26px;
}

.six.columns.index-block h3 {
  font-size: 34px;
}

.twelve.columns.index-block h3 {
  font-size: 42px;
}

.one.columns.index-block h4 {
  font-size: 11px;
}

.two.columns.index-block h4 {
  font-size: 11px;
}

.three.columns.index-block h4 {
  font-size: 11px;
}

.four.columns.index-block h4 {
  font-size: 15px;
}

.six.columns.index-block h4 {
  font-size: 21px;
}

.twelve.columns.index-block h4 {
  font-size: 26px;
}

.four.columns.index-block h5 {
  font-size: 10px;
}

/*overlay-block*/
.overlay-block {
  vertical-align: top;
  word-spacing: 0;
  position: relative;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}

.overlay-block a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(#);
  /* IE9 hack */
}

.overlay-block-text {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.overlay-block-text.top {
  top: 0;
}

.overlay-block-text.bottom {
  bottom: 0;
}

a.thumbnail-anchor:hover .thumbnail-img .overlay-block-text h3 {
  color: #fff;
}

.one.columns .overlay-block-text h3 {
  font-size: 12px;
}

.two.columns .overlay-block-text h3 {
  font-size: 15px;
}

.three.columns .overlay-block-text h3 {
  font-size: 18px;
}

.four.columns .overlay-block-text h3 {
  font-size: 22px;
}

.six.columns .overlay-block-text h3 {
  font-size: 25px;
}

.twelve.columns .overlay-block-text h3 {
  font-size: 30px;
}

.formImg {
  margin-top: -35px;
  margin-bottom: 50px;
  margin-left: 5%;
  float: right;
}

.debug-tip {
  position: relative;
}

.debug-tip ul {
  position: absolute;
  z-index: 1000;
  max-width: 300px;
  list-style: none;
  padding: 5px;
}

.debug-tip.head ul {
  z-index: 2005;
}

.debug-tip ul li {
  list-style: none;
  margin: 0 5px 3px 5px;
  font-size: 11px;
}

.debug-tip.cms ul li a, .debug-tip.cms ul li {
  color: #FFF;
  /*font-weight:bold;*/
}

.debug-tip.cms ul {
  background-color: #4887c6;
  border: 1px solid #0f579f;
}

.debug-tip.cms ul .icon {
  font-family: "icomoon";
  font-size: 12px;
  color: #fff;
}

.tooltip {
  z-index: 1070 !important;
}

/*** Live Person CSS Styling file ***/
/* Overwrite chat image position */
.lp_chat_line_wrapper {
  margin-bottom: 20px !important;
}

#lpChat {
  font-size: 130% !important;
}

.lp_header .lp_title {
  padding-top: 5px !important;
}

.lp_submit_button,
.lp_confirm_button,
.lp_next_button {
  color: #ffffff !important;
  background-color: #b80635 !important;
}

.lp_bottom-logo-icon {
  visibility: hidden !important;
}

#lpChat .arrowDown {
  position: relative;
}

#lpChat .arrowDown select {
  cursor: pointer;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #lpChat .arrowDown select {
    padding-right: 0 !important;
  }
}

#lpChat .arrowDown:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  right: 0.7em;
  display: block;
  top: 0.4em;
  border-right: 2px solid #515151;
  border-bottom: 2px solid #515151;
  z-index: 1;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #lpChat .arrowDown:before {
    content: none !important;
  }
}

.lp-window-root .lp_input_area {
  padding-top: 10px !important;
}

.lp_expandable_textarea {
  line-height: 20px !important;
}

@media print {
  .LPMcontainer {
    display: none !important;
  }
}

#lpChat .pci_submit {
  color: red !important;
}

#lpChat .lp_cb_button_accept {
  background: #b80635 !important;
  color: #fff !important;
}

.lpc_message__text {
  line-height: 1.4em !important;
}

.LPMcontainer img {
  max-width: none;
}

.animate-from-right {
    position: fixed;
    right: -533px !important;
    -webkit-transition: right 0.5s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: right 0.5s ease-out; /* Firefox 4-15 */
    -o-transition: right 0.5s ease-out; /* Opera 10.50�12.00 */
    transition: right 0.5s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.animate-from-right.open {
    right: 0 !important;
}

.proactive-chat {
    top: 0;
    position: relative;
}

.proactive-chat .LPMimage {
    position: relative;
    z-index: 10;
    top: -90px;
    left: -35px;
    cursor:pointer;
}

.proactive-chat .LPMcloseButton {
    position: absolute;
    z-index: 100;
    top: -70px;
    left: 245px;
    cursor:pointer;
}

.proactive-chat.bubble .LPMimage {
    position: relative;
    z-index: 10;
    top: -70px;
    left: 5px;
    cursor:pointer;
}

.proactive-chat.bubble .LPMcloseButton {
    position: absolute;
    z-index: 100;
    top: -36px;
    left: 25px;
    cursor:pointer;
}

/*** End Live Person CSS Styling file ***/

.modal-processing__text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 1.2;
    text-align: center;
}

/*# sourceMappingURL=core-V3P2.css.map */

/* ==================================================
Content Bloom: Columns
==================================================*/

/* Column definitions 
==================================================*/
.column,.columns{ 
    float: left; 
    display: block;
	vertical-align:top;
	word-spacing:0;
}
.column img,.columns img{ 
    width:100%;
}
.one.column, .one.columns{
    width: 7.96%;
    margin-right: 0.2%;
    margin-left: 0.2%;
}
.two.columns{
    width: 15.83%;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
.three.columns{
    width: 23.8%;
    margin-right: 0.8%;
    margin-left: 0.8%;
}
.four.columns{
    width: 31.45%;
    margin-right: 1.41%;
    margin-left: 1.41%;
}
.five.columns{
    width: 40.67%;
    margin-right: 2%;
    margin-left: 2%;
}
.six.columns{
    width: 48%;
    margin-right: 2%;
    margin-left: 2%;
}
.seven.columns{
    width: 57.33%;
    margin-right: 2%;
    margin-left: 2%;
}
.eight.columns{
    width: 65.67%;
    margin-right: 2%;
    margin-left: 2%;
}
.nine.columns{
    width: 74%;
    margin-right: 2%;
    margin-left: 2%;
}
.ten.columns{
    width: 82.33%;
    margin-right: 2%;
    margin-left: 2%;
}
.eleven.columns{
    width: 90.67%;
    margin-right: 2%;
    margin-left: 2%;
}
.twelve.columns{
    width: 100%;
}
.columns.right,.column.right{float: right;}
.columns.right img, .column.right img{
	float:right;
	padding-bottom: 20px;
    max-width:100%
}
.columns.right img:last-child, .column.right img:last-child{
	padding-bottom: 0;
}
.columns .denotes{   
    position: relative;
}
.columns.padded-right{
    padding-right: 8.3%;
}
/*Targets the left most column to eliminate the margin*/
.one:nth-child(12n+1), .one:first-child, .one:nth-child(12n+1), .one:first-child{
    margin-left: 0;
    clear:left;
}
.two:nth-child(6n+1),.two:first-child{
    margin-left: 0;
    clear:left;
}
.three:nth-child(4n+1),.three:first-child{
    margin-left: 0;
    clear:left;
}
.four:nth-child(3n+1),.four:first-child{
    margin-left: 0;
    clear:left;
}
.five:first-child{
    margin-left: 0;
    clear:left;
}
.six:nth-child(2n-1){
    margin-left: 0;
    clear:left;
}
.seven:first-child{
    margin-left: 0;
    clear:left;
}
.eight:first-child{
    margin-left: 0;
    clear:left;
}
.nine:first-child{
    margin-left: 0;
    clear:left;
}
.ten:first-child{
    margin-left: 0;
    clear:left;
}
.eleven:first-child{
    margin-left: 0;
    clear:left;
}

/*Targets the right most column to eliminate the margin*/
.one:nth-child(12n), .one:nth-child(12n){
    margin-right:0;
}
.two:nth-child(6n){
    margin-right:0;
}
.three:nth-child(4n){
    margin-right:0;
}
.four:nth-child(3n){
    margin-right:0;
}
.five:last-child{
    margin-right:0;
}
.six:nth-child(2n){
    margin-right:0;
}
.seven:last-child{
    margin-right:0;
}
.eight:last-child{
    margin-right:0;
}
.nine:last-child{
    margin-right:0;
}
.ten:last-child{
    margin-right:0;
}
.eleven:last-child{
    margin-right:0;
}
/*Handles "right" class*/
.one.right, .one.right{
    margin-right:0;
    margin-left: 0.2%;
}
.two.right{
    margin-right:0;
    margin-left: 0.3%;
}
.three.right{
    margin-right:0;
    margin-left: 0.5%;
}
.four.right{
    margin-right:0;
    margin-left: 0.7%;
}
.five.right{
    margin-right:0;
    margin-left: 1%;
}
.six.right{
    margin-right:0;
    margin-left: 1%;
}
.seven.right{
    margin-right:0;
    margin-left: 1%;
}
.eight.right{
    margin-right:0;
    margin-left: 1%;
}
.nine.right{
    margin-right:0;
    margin-left: 1%;
}
.ten.right{
    margin-right:0;
    margin-left: 1%;
}
.eleven.right{
    margin-right:0;
    margin-left: 1%;
}
/*Handles "left" class*/
.one.left, .one.left{
    margin-left:0;
    margin-right: 0.2%;
}
.two.left{
    margin-left:0;
    margin-right: 0.3%;
}
.three.left{
    margin-left:0;
    margin-right: 0.5%;
}
.four.left{
    margin-left:0;
    margin-right: 0.7%;
}
.five.left{
    margin-left:0;
    margin-right: 1%;
}
.six.left{
    margin-left:0;
    margin-right: 1%;
}
.seven.left{
    margin-left:0;
    margin-right: 1%;
}
.eight.left{
    margin-left:0;
    margin-right: 1%;
}
.nine.left{
    margin-left:0;
    margin-right: 1%;
}
.ten.left{
    margin-left:0;
    margin-right: 1%;
}
.eleven.left{
    margin-left:0;
    margin-right: 1%;
}
/*Flush class definitions*/
.one.column.flush, .one.columns.flush{
    width: 8.33%;
    margin: 0%;
}
.two.columns.flush{
    width: 16.63%;
    margin: 0%;
}
.three.columns.flush{
    width:25%;
    margin: 0%;
}
.four.columns.flush{
    width: 33.33%;
    margin: 0%;
}
.five.columns.flush{
    width: 41.67%;
    margin: 0%;
}
.six.columns.flush{
    width: 50%;
    margin: 0%;
}
.seven.columns.flush{
    width: 58.33%;
    margin: 0%;
}
.eight.columns.flush{
    width: 66.67%;
    margin: 0%;
}
.nine.columns.flush{
    width: 75%;
    margin: 0%;
}
.ten.columns.flush{
    width: 83.33%;
    margin: 0%;
}
.eleven.columns.flush{
    width: 91.67%;
    margin: 0%;
}
.twelve.columns.flush{
    width: 100%;
    margin: 0%;
}
.column-container{
    display:inline-block;
    width:100%;
}
.column-container h2, .column-container h3, .column-container h4, .column-container p{
	word-spacing:0;
}
.column-container.padded-bottom{
    padding-bottom: 70px;
}
.column-container.shaded{
    background-color:#eeeeee;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
    margin: 10px 0;
}
/*Plain block*/
.plain-block{
    margin-bottom:50px;
}
.plain-block h3{
    margin: 10px 0 5px 0;
}
.one.columns.plain-block h3{
    font-size: 11px;
}
.two.columns.plain-block h3{
    font-size: 11px;
}
.three.columns.plain-block h3{
    font-size: 14px;
}
.four.columns.plain-block h3{
    font-size: 16px;
}
.six.columns.plain-block h3{
    font-size: 21px;
}
.twelve.columns.plain-block h3{
    font-size: 35px;
}


/*Index block*/
.index-block {
    margin: 0 20px 50px 0;
}
.index-block h3 {
    margin-bottom: .5em;
    padding-bottom: 0;
    color: #b10a32;
    font-weight:normal;
}
.index-block .chevron-link {
    font-size:16px;
    padding-right:5%;
}
.index-block .playlist-video-title {
    color: #B10A32;
    font-size: inherit;
    font-weight: bold;
    margin: 0.75em 0 0.5em;
    padding: 0;
    position: static;
    text-transform: uppercase;
}
.index-block em {
    display: inline-block;
    font-weight: normal;
    margin-top: 2px;
}
.one.columns.index-block h3{
    font-size: 11px;
}
.two.columns.index-block h3{
    font-size: 15px;
}
.three.columns.index-block h3{
    font-size: 21px;
}
.four.columns.index-block h3{
    font-size: 26px;
}
.six.columns.index-block h3{
    font-size: 34px;
}
.twelve.columns.index-block h3{
    font-size: 42px;
}

.one.columns.index-block h4{
    font-size: 11px;
}
.two.columns.index-block h4{
    font-size: 11px;
}
.three.columns.index-block h4{
    font-size: 11px;
}
.four.columns.index-block h4{
    font-size: 15px;
}
.six.columns.index-block h4{
    font-size: 21px;
}
.twelve.columns.index-block h4{
    font-size: 26px;
}
.four.columns.index-block h5{
    font-size: 10px;
}
/*overlay-block*/
.overlay-block {
    vertical-align: top;
    word-spacing:0;
    position: relative;
    line-height: 0;
    text-align: center;
    overflow:hidden;
}

.overlay-block a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: url(#); /* IE9 hack */
}
.overlay-block-text {
    position: absolute;
    left: 0;
    text-align: center;
    width:100%;
    background:rgba(0,0,0,0.5);
}
.overlay-block-text.top {
    top: 0;
}
.overlay-block-text.bottom {
    bottom: 0;
}
.overlay-block-text h3 {
    text-transform: uppercase !important; 
    margin:2% 0 !important;
    font-size: 18px !important;
    color:#fff;
}
a.thumbnail-anchor:hover .thumbnail-img .overlay-block-text h3, .modal-static-content .modal-body .overlay-block-text h3 {
    color:#fff;
}
.one.columns .overlay-block-text h3{
    font-size: 12px;
}
.two.columns .overlay-block-text h3{
    font-size: 15px;
}
.three.columns .overlay-block-text h3{
    font-size: 18px;
}
.four.columns .overlay-block-text h3{
    font-size: 22px;
}
.six.columns .overlay-block-text h3{
    font-size: 25px;
}
.twelve.columns .overlay-block-text h3{
    font-size: 30px;
}

.highlight td {
    background-color: #FFDDDD; 
}

 /* Pager */
 .pageCounter {
     display: inline-block;
 }
.pageCounter ul {
    direction: ltr;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    width: auto;
    display: inline-block;       
}
.pageCounter li {    
    display: inline-block;       
}
li.liBgCur {
    height: 20px;
    padding: 0;
    margin: 0;
}
li.liBgCur input {
    width: 25px;
    margin: 0;
    min-width: 25px;
    padding: 0 3px;
}

/* For sorting */
 th.contentLeft {
    text-align: left;
    padding-left: 15px;
    position: relative;
}
.down-arrow-inactive,  .down-arrow, .up-arrow {       
    display: block;
    height: 16px;       
    width: 23px;
    position: absolute;
    top: 45%;
    right: 2px;
}
.down-arrow-inactive {
    background: url("../../images/v2/sort-arrow_down-inactive.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);       
}
.down-arrow {
    background: url("../../images/v2/sort-arrow_down-active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);        
}
.up-arrow {
    background: url("../../images/v2/sort-arrow_up-active.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);       
}
/* Current Page Size*/  
.current {
    text-decoration: underline;
}

.booking-summary a {
    cursor: pointer;
}

/* Nested Column Classes 
==================================================*/
.column.alpha, .columns.alpha               { margin-left: 0; }
.column.omega, .columns.omega               { margin-right: 0; }

/* submit busy gif */
.submit-busy
{
    width: 100%;
    text-align:center;
    line-height: normal;
}
.submit-busy img {
    width: auto;
}
.form-button-right .submit-busy, .form-button-left .submit-busy
{
    text-align:inherit;
}
.two-buttons .submit-busy
{
    width: 10%;
    float:left;
}
.right-content .submit-busy img
{
    float: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 20px;

}

/*ECommerce modals:applied to all*/
#cboxLoadedContent .modal-ecommerce { background-color: #FFFFFF; padding: 10px; }

/*ECommerce modals:specific*/
#cboxLoadedContent .modal-timeout { text-align: center; padding:20px 10px }
#cboxLoadedContent .modal-insurance { text-align: center; }
#cboxLoadedContent .modal-processing { text-align: center; }
#cboxLoadedContent .modal-processing img { padding-top: 25px; }


::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }
input.placeheld { color: #999; /*text-align:center;*/ }
input, textarea {
font-weight:400;
font-size:15px;
-webkit-border-radius: 0;
border-radius: 0;
z-index:0;
}
.formArea input[type='text'], .formArea textarea {
-webkit-appearance:none;
}
.chzn-container-active,
.form-text-field .chzn-container-active {
z-index:1000;
}
.formArea  h3{
    text-transform:uppercase;
}
.formArea  h3,
.formArea  label {
color:#333333;
margin: 0;
font-weight:normal;
}
.formArea span > input[type='checkbox'] + label,
.formArea span > input[type='radio'] + label,
.formArea span > input[type='checkbox'] + input + label,
.formArea span > input[type='radio'] + input + label {
font-size:15px;
}

textarea {
padding:7px;
background:white;
border:1px solid #dddddd;
}
input[type='text'] {
padding:7px;
background:white;
border:1px solid #dddddd;
min-width: 210px;
position:static;
}
input[type='password'] {
padding:7px;
background:white;
border:1px solid #dddddd;
position:static;
}
.formArea em {
color: #b10a32;
font-weight: normal;
font-style: normal;
margin-top: 2px;
display: inline-block;
}
.input-container{
    line-height:21px;
    margin-bottom:18px;
}

form input[type='button'], form input[type='submit'], input.submit {
-webkit-appearance: none;
cursor:pointer;
border: 1px solid #cd1041;
background:#b10a32;
color: #ffffff;
font-weight:500;
font-size: 17px;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
height:48px;
line-height:48px;
margin-right: 11px;
min-width: 29%;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}

form input[type='button']:hover, form input[type='submit']:hover {
background:#c2002e;
}

form input[type='reset']:hover {
background:#f4f4f4;
}

input.reset {
-webkit-appearance: none;
cursor:pointer;
background:#efefef;
border: 1px solid #ccc;
font-weight:500;
text-align: center;
text-transform: uppercase;
white-space: nowrap;
height:48px;
line-height:48px;
margin-right: 11px;
font-size:17px;
color:#333;
min-width: 29%;
-moz-box-shadow: inset 	  0 -3.5em 2em -2em  rgba(218,218,218,1);
-webkit-box-shadow: inset 0 -3.5em 2em -2em  rgba(218,218,218,1);
box-shadow: inset 		  0 -3.5em 2em -2em  rgba(218,218,218,1);
}
input.reset:hover{
    background:#fefefe;
    color:#333333;
}
.formArea {
line-height: 46px;
padding-bottom: 20px;
}
#order_brochure .formArea {
margin: 20px 0 0;
}
#colorbox .formArea {
padding: 0;
}
.formArea .column {
width:300px;
display:inline-block;
position: relative;
}
.formArea sup {
    vertical-align: super;
}
/* 'chosen' styles */
select {
height: 40px;
line-height: 40px;
margin-right: 8px;
border:1px solid #dddddd;
width:286px;
margin-bottom:21px;
margin: -7px 0 7px;
-webkit-appearance:none;
background: url('../../images/v2/drop_arrow.gif') right 15px no-repeat;
}
select:after {
content:' ';
display:block; position:absolute; right:15px;
top:0;
width:40px; height:40px;
}
.form-text-field select {
width: 53.2% !important;
}
.form-text-field.website-address {
    position:relative;
}
.form-text-field.website-address em{
    left: 123px;
}
.form-text-field.website-address input{
    width: 300px;
}
.chzn-container {
margin: -7px 0 7px;
}
.chzn-default  {
color: #adadad;
}

.chzn-container-single .chzn-single {
padding-top:3px;
padding-bottom:3px;
background-color:#f9f9f9;
border:1px solid #dddddd;
}
.chzn-container-single .chzn-drop {
background-color:#f9f9f9;
border:1px solid #dddddd;
border-top:none;
margin-top:0px;
}
.formArea .chzn-container .chzn-results li em {
color:#aaa;
background:transparent;
font-weight:normal;
font-style:italic;
font-family:inherit;
margin:0;
display:inline;
}
.chzn-container-single .chzn-search {
display:none;
}
.formArea .chzn-container-single .chzn-search input {
width: 93% !important;
padding-left:2%;
padding-right:2%;
}
#modal_country_chzn .chzn-search,
#modal_friend_country_chzn .chzn-search,
#modal_state_chzn .chzn-search,
#modal_friend_state_chzn .chzn-search,
#form_special_offers #modal_country_chzn .chzn-search,
#form_special_offers #modal_state_chzn .chzn-search,
#form_special_offers #Country_chzn .chzn-search,
#contactusform  #country_chzn .chzn-search,
#form_special_offers #State_chzn .chzn-search {
display:block;
}
.checkbox-alt label {
display:inline;
}
.radioList {
width: 300px;
display: inline-block;
}

.radioList label {
display:inline-block;
width:105px;
line-height:21px;
}

.radioList span {
display:block;
min-height: 42px;
}
.date{
    display:block;
    margin-top: 9px;
}
.date.required em{
    left:11px;
}

input.datepicker{
    width:100%;
    padding-left:25px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
input.datepicker ~ label{
    background: url("../../images/v2/icon_calendar.png") no-repeat scroll right 10px top 8px rgba(0, 0, 0, 0);
    display: block;
    height: 33px;
    margin-top: -39px;
    position: relative;
    width: 34px;
    z-index: 1;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
}
.shaded input.datepicker ~ label{
    width:100%;
}
/*set the default state of the date picker
   - hidden is required on the ecommerce forms as they data-bind the values on page load
   - z-index override is in case the calendar appears over higher indexed elemnts e.g. field asterix
*/
.ui-datepicker{display:none; z-index: 2 !important;}

.ui-datepicker-title{
    width:100%;
    height:30px;
    font-size:18px;
    /*background-color:#999999;*/
    text-align:center;
    border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color:#b10a32;
}

.ui-datepicker-year,
.ui-datepicker-month{
    width:70px;
    height:auto;
	margin-top:4px;
}
.ui-datepicker-year{}
.ui-datepicker-month{margin-right:15px}
.ui-datepicker-title span{
    vertical-align:middle;
}
.ui-datepicker-header{
    position:relative;
    z-index:0;
	background-color:#cccccc;
}
.ui-datepicker-prev span{
    background: url("../../images/v2/nav_arrow_lt.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    padding-top:40px;
    position:absolute;
    top:5px;
    left:7px;
}
.ui-datepicker-next span{
    background: url("../../images/v2/nav_arrow.png") no-repeat scroll right 3px rgba(0, 0, 0, 0);
    padding-top:40px;
    position:absolute;
    top:5px;
    right:7px;
}
.ui-datepicker-calendar{
    position:relative;
    z-index:1;
}
.ui-datepicker-calendar th{
    height:auto;
}
.ui-datepicker-calendar td{
    padding:5px;
    text-align:center;
}
.shaded .date{
    padding-left:12px;
}
.shaded .form-text-field{
    padding-left:12px;
}
.formArea:not(#thing) .shaded input[type="checkbox"] + label, .formArea:not(#thing) .shaded input[type="radio"] + label{
    margin-left:12px;
}
.shaded .required em{
    left:23px;
}
.shaded input.datepicker{
    width:100%;
}
input.datepicker ~ label span{
    border-left: 1px solid #dddddd;
    display: block;
    float: right;
    height: 34px;
    width: 35px;
}
input.datepicker ~ img
{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 8px 7px 8px 7px;
    width: auto;
    z-index: 1;
    float: right;
    position: relative;
    right: 0px;
    top: -41px;
}
.formExtraInfo {
font-size:11px;
position:absolute;
left:0;
line-height: 15px;
bottom: -20px;
}
.message .formExtraInfo {
position:static;
margin:14px 0;
display: block;
font-size:14px;
}
.message textarea {
background:white;
border:1px solid #dddddd;
width:582px;
height:170px;
margin: -7px 0 7px;
}
/* .formArea:not(#thing) input[type='radio'],
.formArea:not(#thing) input[type='checkbox'] {
opacity: 0;
cursor: pointer;
margin: 0px -16px 0px 0;
}
.formArea:not(#thing) input[type='radio'] + label,
.formArea:not(#thing) input[type='radio'] + input + label {
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    clear: none;
    cursor: pointer;
    line-height: 21px;
    margin: 0;
    padding: 2px 0 2px 32px;
}
.formArea:not(#thing) input[type='checkbox'] + label,
.formArea:not(#thing) input[type='checkbox'] + input + label {
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    display:inline-block;
    clear: none;
    cursor: pointer;
    line-height: 21px;
    margin: 0;
    min-height: 35px;
    padding: 10px 0px 6px 32px;
    width: 98%;
}
.formArea:not(#thing) input[type='radio'] + label,
.formArea:not(#thing) input[type='radio'] + input + label {
background: url('../../images/v2/input_radio.png') left -3px no-repeat;
display: inline-block;
}
.formArea:not(#thing) input[type='radio'][class~='error'] + label,
.formArea:not(#thing) input[type='radio'][class~='error'] + input + label {
background-image: url('../../images/v2/input_radio_error.png');
}
.formArea:not(#thing) input[type='checkbox'] + label,
.formArea:not(#thing) input[type='checkbox'] + input + label {
background: url('../../images/v2/input_check.png') left 4px no-repeat;
}
.formArea:not(#thing) input[type='checkbox'][class~='error'] + label,
.formArea:not(#thing) input[type='checkbox'][class~='error'] + input + label {
background-image: url('../../images/v2/input_check_error.png');
}
.formArea:not(#thing) input[type='radio']:checked + label,
.formArea:not(#thing) input[type='radio']:checked + input + label {
background-image: url('../../images/v2/input_radio_selected.png');
color:#b10a32;
}
.formArea:not(#thing) input[type='checkbox']:checked + label,
.formArea:not(#thing) input[type='checkbox']:checked + input + label {
background-image: url('../../images/v2/input_check_selected.png');
color:#b10a32;
} */

.formArea h4 {
font-size: 110%;
margin: 0.8em 0;
font-weight: 500;
}
.form-text-field {
width: 50%;
display: inline-block;
position:relative;
}

.form-text-field.full-width, .form-text-field.state-city-zip {
width: 100%;
}
.form-text-field.state-city-zip {
position: relative;
}
.form-text-field label{
width: 42%;
display: inline-block;
white-space: pre;
}
.form-text-field.full-width label {
width: 21%;
}
.zip .subtext-error {
padding-left: 0;
text-align: right;
text-indent: -999em;
}
#form_order_brochures .country .subtext-error ,
.form-text-field.title .subtext-error  {
width:70%;
}

.form-text-field.state-city-zip {
margin-bottom: 20px;
margin-top:4px;
}

.form-text-field input {
width: 49%;
padding:7px 2%;
display: inline-block;
}

.form-text-field.full-width input {
width: 100%; /*74.5%;*/
}
#platinum_circle_rewards h2
{
    font-variant: small-caps;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: none;
}
#form_special_offers .form-text-field.phone {
display: block;
}
.form-text-field.phone input {
width: 40px;
display: inline-block;
}
.form-text-field.phone input:nth-child(3) {
width: 55px;
}
.subtext {
font-size: 80%;
color: #666;
width: 47.7%;
right: 0;
text-align: left;
position: absolute;
height: 10px;
line-height: 12px;
}
.email-confirmation .subtext {
width: auto;
}
.form-text-field .chzn-container  {
width: 53.2% !important;
margin: 0;
}
#form_order_brochures .country,
.form-text-field.title {
padding-right:40%;
}
.form-text-field .chzn-drop {
width: 99.5% !important;
}
.chosen-select{
    width:100%;
}
.chzn-container-multi{
    margin-top:15px;
    width:100%;
}
.chzn-container-multi .chzn-choices{
    border:1px solid #DDD;
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice{
    border: 1px solid #DDD;
    margin:8px 0 7px 5px;
    padding:3px 20px 5px 5px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close{
    background:url("../../images/v2/chosen-sprite.png") no-repeat scroll -41px 2px rgba(0, 0, 0, 0);
}
.chzn-container.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{
    background:url("../../images/v2/chosen-sprite.png") no-repeat scroll -41px -9px rgba(0, 0, 0, 0);
}
/*strong.error is written by jquery.validation we override the styling here for consistency*/
strong.error,.subtext-error , .field-validation-error{
font-size: 11px;
color: #b10a32;
text-align: left;
height: 10px;
line-height: 10px;
white-space: nowrap;
}
strong.error,.subtext-error  {
	padding-left: 42%;
}
strong.error
{
padding-left:0px;
font-weight:normal;
}

.subtext-error {
display: none;
}
.even .subtext-error, .even  .field-validation-error {
padding-left: 46%;
}
div.error {
padding-bottom: 20px;
position: relative;
}
.error .subtext {display: none;}

.error .subtext-error {display: block;}

#contact-method.error .subtext-error {width: 50%;}

.contact-reason.error .subtext-error {width: 59%;}

input.error, textarea.error {
border: 2px solid #b10a32 !important;
background-color: #f5e8ea  !important;
}
#errorsAlerts, label.error, h4.error {
color: #b10a32;
}
#errorsAlerts
{
    word-spacing:0;
}

.error .chzn-container-single {
margin-right:4px;
}
.error .chzn-container-single .chzn-single {
width: 96%;
border: 2px solid #b10a32 !important;
background-color: #f5e8ea  !important;
}
.contact-booking-number {
display:none;
}
.contact-booking-number {
overflow: hidden;
}
.contact-booking-number label {
float: left;
margin: 0 10px 0 0;
}
.contact-booking-number input[type='text'] {
float: left;
width: 140px;
}
#postalFields.hide{
    display:block;
    height:0;
    visibility:hidden;
}
#insertPanel.hide{
    display:block;
    height:0;
    visibility:hidden;
}
#form_order_brochures .hide {
display:none;
}
#form_special_offers .hide {
display:none;
}
#send_to_friend_form {
display:none;
}
#send_to_friend_form.show_friend {
display:block;
}
.brochure_checks {
margin:1em 0;
line-height: 2.4;
}

/* Request a quote */
.requestQuote .cruiseDetails {
margin: 0 0 1em;
}
.requestQuote .cruiseDetails span {
font-weight:bold;
font-size: 14px;
padding: 0;
}
.requestQuote #best-time {
position:static;
display:inline-block;
padding-top:3em;
}
.requestQuote .input_module {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
width:auto;
line-height: 1.2;
background:transparent;
margin-bottom:0;
border: none;
}
.requestQuote #fac {
	width:77%;
}
.requestQuote #fac .module_inner { height: auto;  border:none; padding:20px;}

.requestQuote #fac .quick_buttons a {
padding:4px 0;
color:#000;
}
.requestQuote #fac .select_year {
margin-bottom:5px;
}
.requestQuote #fac .quick_buttons .selected {
color:#fff;
}
.requestQuote #fac  h4,
.stateroom_checks h4 {
width: 17%;
display: inline-block;
padding-bottom:3em;
float: left;
}
.stateroom_checks label {
line-height: 1.2;
width: 17%;
display: inline-block;
}
.requestQuote h4 small {
color:#666;
display:block;
font-weight:normal;
text-transform:none;
}

.requestQuote #message {
padding-bottom:10px;
}
.special-offers+h4 { margin-top:-1em; }

/* modal */
.modal .formArea {
	padding: 0;
}

.phone .field-validation-error {
     display: block;
     margin: 3px 0 0 0;
}

/*ContentBloom*/
textarea.placeheld{
    color: #999;
}
.formArea textarea{
    width:98%;
}
/*the following line also applies generically to Oceans and needs testing on all oceans forms*/
.formArea p
{
    margin-bottom:1em;
    font-size:14px;
    line-height:21px;
}
.form-text-field, .select_hybrid {
	width:100%;
    max-width: 800px;
    display: inline-block;
    position: relative;
}
.columns .form-text-field, .left-content .form-text-field{
	width:100%;
    max-width: 800px;
}
.container-fluid .form-text-field input,.columns .form-text-field input,.left-content .form-text-field input{
	width:100%;
}
.cruise-type-choice{
	line-height: 36px;
     margin-top: 20px;
}
.form-button{
	width:100%;
    max-width:770px;
}
.form-button input[type="button"], .form-button input[type="submit"] {
	width:80%;
    margin: 15px 0 15px 10%;
}
.form-button input[type="button"].no-margin-top, .form-button input[type="submit"].no-margin-top, #addInsuranceConfirm .no-margin-top {
	margin-top:0;
}
.form-button.center {
    margin: 0 auto;
}
.form-button-left {
	margin-left:0px;
    margin-top:11px;
	/*width:32%;*/
    /*min-width:350px;*/
}
.form-button-left input, .form-button-left .cta {
	float:left;
    width:84%;
    margin:0;
    padding:0;
}
.form-button-right {
	margin-right:0px;
    margin-top:11px;
	/*width:32%;*/
    /*min-width:350px;*/
}

.form-button-right input, .form-button-right .cta{
	float:right;
    width:84%;
    margin:0;
    padding:0;
}
.form-button-middle {
	margin:0px;
    margin-top:11px;
    text-align: center;
	width:32%;
    min-width:350px;
}
.form-button-middle input{
    width:65%;
    margin:0;
    padding:0;
}
.booking-lookup-fields
{
	margin: 0px;
}
.booking-lookup-fields tbody
{
	background: none #fff;
}

.booking-lookup-fields td
{
	line-height:46px;
	background: none #fff;
	border: none;
	padding:0px;
}
.booking-lookup-fields td label
{
    line-height: 25px;
    display: block;
}
.table-cell.form-button{
    width:auto;
    text-align:center;
}
.table-cell.form-button-right, .table-cell.form-button-left{
    min-width:0;
}
.table-cell.form-button{
    width:auto;
    text-align:center;
}
.table-cell.form-button input{
    margin:0;
}
.full-width-link{
    width:100%;
}
.full-width-link h4{
    display:inline-block;
}
.cta.close{
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 -3.5em 2em -2em #DADADA inset;
    display:block;
    color: #333333;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.two-buttons{
    padding-top:25px;
}
.two-buttons input[type="reset"], .two-buttons input[type="submit"]{
    width:45%;
    margin:0;
    font-size:17px;
}
.two-buttons .cta{
    float:right;
}
.two-buttons .cta:first-child{
    float:left;
}
.two-buttons a.cta{
    width:48%;
}
.two-buttons .cta span{
    min-width:0;
    margin:0;
}
.placehold-label{
	color:#999;
}
.required em {
    position:absolute;
    left: 15px; /*4px;*/
    z-index: 2;
}
.required.select_wrap em {
    top:8px;
}

#cruise_review_popup .required.select_wrap em {
    top:-1px;
}

#form_special_offers .select_wrap em {
    top: 3px;
}

.select_wrap {
    border-bottom: 0;
    margin: 0;
    padding-top: 7px;
    width: 100%;
    max-width: 800px;
}
.form-text-field input {
  padding-left:25px;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
}
.form-header img{
    display:none;
}
.form-header h1{
    font-size: 26px;
    margin-top:0;
}
#recaptcha-div, #recaptcha_widget_div{
    margin: 10px auto 15px;
    width: 316px;
}
.recaptcha_input_area input[type='text'] {
    min-width:0;
}
.columns .subtext-error, .columns  .field-validation-error, .left-content .subtext-error, .left-content  .field-validation-error{
    padding:0;
}
.columns .error .chzn-container-single .chzn-single, .left-content .error .chzn-container-single .chzn-single {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
#colorbox .form-header{
    border-bottom: 5px solid #B10A32;
    padding-bottom:15px;
    margin-bottom: 23px;
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
#colorbox .form-header a{
    float:left;
}
#colorbox .form-header h1{
    display:block;
    padding:0;
    font-size: 36px;
    padding-top:34px;
    text-align:center;
}
#colorbox .form-header img{
    display:inline;
    margin-bottom:0;
}
#colorbox .not-again{
    display:block;
    float:right;
}
#colorbox .not-again a{
    color: #444;
    font-weight: bold;
}
.not-again
{
    display:none;
}
.tapField {
	line-height:22px;
	font-family:Verdana;
}
.tapFieldLabel {
	display:inline-block;
	width:170px;
}
.tapFieldValue {
	display:inline-block;
	font-weight:900;
}
.completion-status {
    color:#333333;
    line-height:16px;
    margin-left:12px;
}
.completion-status em{
    margin-left:12px;
    margin-top:0;
    line-height:21px;
}
.complete .completion-status em{
    color:#009900;
}
.incomplete .completion-status em{
    color:#777777;
}
.completion-status-complete em{
    color:#009900;
}
.completion-status-incomplete em{
    color:#777777;
}
.input-pair{
    position:relative;
    line-height:21px;
    margin-bottom:18px;
    margin-top:9px;
}
.input-pair.flush-top{
    margin-top:0;
}
.input-pair div{
    width:48%;
    display:inline-block;
    line-height:21px;
}
.formArea .outlined{
    border:1px solid #b10a32;
    padding: 0 20px;
    text-align:center;
}
.formArea .outlined.margin{
    margin:15px 0;
}
.booking-information-responsive{
    display:none;
}
.booking-information{
    padding-bottom:21px;
}
.booking-information .formItemValue {
    display: inline-block;
    margin-top: 7px;
}
.booking-information th{
    text-align:left;
    padding-left: 15px;
}
.booking-information col:first-child, .booking-information col:nth-child(2){
    width:20%;
}
.tap-payment-recap, .payment-summary{
    background:none;
}
.tap-payment-recap th, .payment-summary th{
    background:none;
    border:none;
    text-align:left;
    padding-left:0;
    color: #333333;
    font-size: 140%;
    font-weight: 500;
}
.tap-payment-recap td, .payment-summary td{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    text-align: left;
}
.tap-payment-recap td, .payment-summary td
{
    padding:7px 0px 7px 12px;
}
.tap-payment-recap td.level-one, .payment-summary td.level-one
{
    padding-left:50px;
}
.tap-payment-recap td.level-two, .payment-summary td.level-two
{
    padding-left:100px;
}

/*specific styling of a payment-summary table*/
.payment-summary.installment
{
    margin:15px 0 10px 0;
}
.tap-payment-recap td:first-child, .payment-summary td:first-child, .tap-payment-recap th:first-child, .payment-summary th:first-child{
    width:400px;
}

.tap-payment-recap tbody, .payment-summary tbody{
    background:none;
    height:30px;
}
.tap-payment-recap .heading td, .payment-summary tbody tr.heading
{
    background:none repeat scroll 0 0 #F2F2F2;
    padding-left:12px;
}

.tap-payment-recap tbody tr.summary, .payment-summary tbody tr.summary{
    background:none;
    height:auto;
    padding-left:12px;
    font-weight:bold;
}
.tap-payment-recap .payment, .payment-summary .payment, .inset-table .payment{
    color:#b10a32;
}
#tap_booking_table col:nth-child(3){
    width:130px;
}
.booking-summary .header{
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #999999;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 10px 20px;
}
.booking-summary .header h2, .booking-summary .header h4{
    color:#fff;
    display:inline-block;
    margin: 0 10px 0 0;
}
#tap_booking_table em, .booking-summary em{
    font-style:normal;
    color:#b10a32;
}
.down-arrow{
    background: url("../../images/v2/arrow_nav_drop_dark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    margin-left: 30px;
    width: 23px;
}
.phone-number{
    display: inline-block;
    margin-left: 21px;
}
.phone-number input[type="text"]{
    margin-right:15px;
    min-width: 0;
    width:85px;
}
.selected-cruise{
    background:none repeat scroll 0 0 #F2F2F2;
    margin-bottom:11px;
}
.inset-table{
    margin: 0 0 25px 5%;
    width: 95%;
}
.inset-table tbody, .inset-table thead, .itinerary table{
    background:none;
}
.inset-table td{
    border:none;
    padding:2px;
}
.selected-cruise .inset-table th{
    padding:0px;
    background:none;
    border:none;
}
.inset-table td:nth-child(2), .inset-table th:nth-child(2){
    text-align:right;
}
.inset-table td.level-one{
    padding-left:50px;
}
.inset-table tr.heading{
    padding-top:12px;
    padding-left:12px;
}
.inset-table .subtotal td{
    border-top:1px solid #333333;
    padding-bottom:20px;
}
.inset-table tr.summary, .payment-summary tbody tr.summary{
    height:auto;
    padding-left:12px;
    font-weight:bold;
}
.discount-summary {
    height:auto;
    padding-left:12px;
    font-weight:bold;
    color: #f00;
    text-align: right;
}
    .discount-summary:before {
        content: "(";
    }
    .discount-summary:after {
        content: ")";
    }

/* GIF */

.pifError
{
	/*font-size: 14px;
	font-weight: bold;
	color: #a51c37;*/
	line-height: 18px;
    color: #b10a32;
    text-align: left;
    white-space: nowrap;

}

.wmark
{
     color: #999;
}

.form-ca-opt label {
    font-size: 8pt;
}
.events-overview-step input[type="submit"],
.events-destination-step input[type="submit"]{
    margin-left:0px;
}

.itemSelection td {
	text-align: center;
}
.itemSelection input[type="text"] {
	width: 20px;
	min-width: 0;
	text-align: center;
}

.itemSelection td:nth-of-type(1) {
	text-align: left;
}


.message-container, .change-date-container
{
    margin-top:30px;
}
.personal-message
{
    margin-top:20px;
}
.gift-date
{
    font-weight:bold;
}

/* Add border for Angular forms on submit */
form.ng-submitted input.ng-invalid {
    border: 2px solid #b10a32 !important;
    background-color: #f5e8ea  !important;
}

/* Angular for chosen to work */
form.ng-submitted select.ng-invalid~.chzn-container-single {
margin-right:4px;
}
form.ng-submitted select.ng-invalid~.chzn-container-single .chzn-single {
width: 96%;
border: 2px solid #b10a32 !important;
background-color: #f5e8ea  !important;
}

/* Angular for checkboxes to work*/
form.ng-submitted input[type='checkbox'].ng-invalid~label {
background-image: url('../../images/v2/input_check_error.png')!important;
}
/* End for Angular form*/

.events-selection-table .columns.right strong,
.events-selection-table .chevron-link
{
    float:right;
    clear: both;
}
.event-table-remove
{
    cursor:pointer;
}
.shaded {
    background-color:#eeeeee;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
    margin: 10px 0;
}

.ieall .select_hybrid .form-control {
   padding: 6px 0px 6px 22px;
}

.select_hybrid .form-control {
    padding: 6px 22px;
    text-transform: uppercase;
}

.select_wrap .form-control {
    padding: 6px 22px;
}

h1.form-heading {
    font-size: 25px;
}

.field-validation-valid {
        display:none;
}

form small.small.note {
    display: block;
}

#form_special_offers small.small.note {
    margin-bottom: -10px;
}_

#form_sem small.small.note {
    margin-bottom: -20px;
}

#form_sem a.continue:focus,
#cruise-main-content a.continue:focus,
.form-container a.legal-field-toggle:focus {
    color: #333;
    outline: thin dotted!important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#gdpr-form .viking-form-control.radio-inline:focus-within {
    outline: thin dotted!important;
    outline-offset: -2px;
}

#tactical_pricing_form .disclaimer-subscribe {
    padding-top: 5px;
    font-size: 0.85em;
}

#tactical_pricing_form .badge {
    padding:5px 10px; 
    background-color: #44687d; 
    color: #fff; 
    font-size: 12px;
}

#featurette {
    margin-bottom: -10px;
}
#featurette .thumbnail {
    margin-bottom: 0;
}
#feature_slider .thumbnail {
    border: none;
}
#feature_slider .thumbnail, #feature_slider .thumbnail-anchor:hover .thumbnail:before {
    background-color: transparent;
}
.feature_block_text p {
    padding: 1em 2em 1em 1em; font-size: 1.1em; line-height: 175%;
}
.feature_text_modded.overlay {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    bottom: 4px;
    z-index: 10;
    color: #FFF;
}
.feature_text_modded.overlay h4,
.feature_text_modded.overlay h3,
.feature_text_modded.overlay p,
.feature_text_modded.overlay span {
    color: #FFF;
}
.feature_text_modded {

    /* background: url("../../images/v2/gradients/th.jpg") repeat scroll center center #F2F2F2;*/
    background: #f2f2f2;
    background: -webkit-linear-gradient(#f2f2f2,#dbdbdb);
    background: -o-linear-gradient(red,#ff0);
    background: -moz-linear-gradient(#f2f2f2,#dbdbdb);
    background: linear-gradient(#f2f2f2,#dbdbdb);
    -webkit-box-shadow: 0 8px 6px -6px #969696;
    -moz-box-shadow: 0 8px 6px -6px #969696;
    box-shadow: 0 8px 6px -6px #969696;
    color: #333;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 1.1px;
    line-height: 15px;
    padding: 5px 5px 11px 20px;
    margin-bottom: 5px;
    width:100%;
}
#feature_slider.cycle-slideshow-wrapper .feature_text_modded {
    -webkit-box-shadow: 0 0 0 0 #969696;
    -moz-box-shadow: 0 0 0 0 #969696;
    box-shadow: 0 0 0 0 #969696;
    margin-bottom:0;
}
.feature_text_modded .text-medium em {
    font-style:normal
}

#feature_slider .feature_text_modded div.cta_modded {
    text-align: right;
    margin-right: 5px;
}
#feature_slider .feature_text_modded p {
    letter-spacing: 0.8px;
    font-size: 15px;
    margin-bottom: 0;
}
#feature_slider .feature_text_modded .cta_modded,
#feature_slider .feature_text_modded h3,
#feature_slider .feature_text_modded p {
    line-height: 18px;
}
#feature_slider .feature_text_modded .cta_modded,
#feature_slider .feature_text_modded h3 {
    text-transform: uppercase;
    margin: 5px 0 5px 0;
    display: block;
}
#feature_slider .feature_text_modded h3,
#feature_slider .feature_text_modded h3 p,
#feature_slider .feature_text_modded h4 {
    letter-spacing: 0.05em;
    line-height: 24px;
    font-size: 26px;
    text-transform: uppercase;
}
#feature_slider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
#mobileDirectionNav .flex-direction-nav {
    height: 40px;
}
#mobileDirectionNav .flex-direction-nav a {
    margin: 0;
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: transparent;
}
#mobileDirectionNav .flex-direction-nav a:before {
    font-size: 19px;
    color: #333;
    margin: 6px 0;
}
#mobileDirectionNav .flex-direction-nav a:hover:before {
    color: #44687d;
}
#mobileDirectionNav .flex-direction-nav .flex-prev {
    left: 8px;
}
#mobileDirectionNav .flex-direction-nav .flex-next {
    right: 8px;
}
#feature_slider .thumbnail .sub {
    color: #FFF;
    height: 21px;
    line-height: 21px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: url("../../images/v2/plus_symbol_14x14.png") no-repeat scroll left center, url("../../images/v2/plus_symbol_14x14.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    background-position-x: left;
    font-size: 14px;
    font-style: normal;
    padding: 0 17px;
    letter-spacing: 0.05em;
    margin: 0;
}

#feature_slider .cta_modded span.icon.icon-video {
    font-size: 30px;
    vertical-align: sub;
}
#feature_slider {
    padding-left: 0;
    padding-right: 0;
}
#feature_slider.cycle-slideshow-wrapper {
    -webkit-box-shadow: 0 8px 6px -6px #969696;
    -moz-box-shadow: 0 8px 6px -6px #969696;
    box-shadow: 0 8px 6px -6px #969696;
    margin-bottom: 18px;
}
#feature_slider.cycle-slideshow-wrapper .thumbnail {
    margin-bottom: 0;
}

#directionNavHover .flex-direction-nav a, #directionNavHover .flex-direction-nav button {
    opacity: 0;
    z-index: 10;
    background-color:transparent;
    border: none;

    transition: opacity 0.5s cubic-bezier(.3, 0, .4, 1);
    -moz-transition: opacity 0.5s cubic-bezier(.3, 0, .4, 1);
    -webkit-transition: opacity 0.5s cubic-bezier(.3, 0, .4, 1);
    -o-transition: opacity 0.5s cubic-bezier(.3, 0, .4, 1);
}
#directionNavHover ul li {
    display: block;
}
#feature_slider:hover #directionNavHover .flex-direction-nav a, #feature_slider:hover #directionNavHover .flex-direction-nav button {
    opacity: 1;
}
#directionNavHover .flex-direction-nav a:focus, #directionNavHover .flex-direction-nav button:focus {
  opacity: 1;
}
#directionNavHover .flex-prev {
    left: 20px;

}
#directionNavHover .flex-direction-nav a:before, #directionNavHover .flex-direction-nav  button:before
{
    content: "";
    width: 25px;
    height: 50px;
}

#directionNavHover .flex-direction-nav a, #directionNavHover .flex-direction-nav button {
    width: 40px;
    height: 70px;
    margin: -28px 0 0;
}

#directionNavHover .flex-prev:before
{
    background: url("../../images/v3/icon_hero_prev.png");
}

#directionNavHover .flex-next {
    right: 20px;
}

#directionNavHover .flex-next:before
{
    background: url("../../images/v3/icon_hero_next.png");
}

#featurette .thumbnail, #carousel-home .thumbnail
{
    display:block;
}

@media only screen and (max-width: 768px) {
    #feature_slider .feature_text_modded {
        padding: 5px 5px 5px 5px;
    }
    #feature_slider .feature_text_modded .cta_modded,
    #feature_slider .feature_text_modded h3 {
        font-size: 0.9em;
    }
    #feature_slider .feature_text_modded p {
        font-size: 14px;
    }
    #feature_slider .feature_text_modded h3 p {
        font-size: 16px;
    }
    .feature_text_modded.overlay {
        position: relative;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        bottom: 0;
        z-index: 10;
        color: #FFF;
    }
    .feature_text_modded.overlay h4,
    .feature_text_modded.overlay h3,
    .feature_text_modded.overlay p,
    .feature_text_modded.overlay span {
        color: #FFF;
    }
    #featurette {
        margin-bottom: -10px;
    }
}

#feature_slider .slides .cycle-slide .thumbnail {
    border: none;
}

#feature_slider .slides .cycle-slide .thumbnail .thumbnail-img img {
    width: 100%;
}

#feature_slider .slides > li.cycle-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
}

#feature_slider .slides > li.cycle-slide a:focus {
    outline: 0;
}

#feature_slider .slides > li.cycle-slide a:focus .thumbnail-img img {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -5px;
}

#directionNavHover .flex-direction-nav a, #directionNavHover .flex-direction-nav button {
    z-index: 999;
}

[class^="col-"] .chzn-container-single, [class*="col-"] .chzn-container-single {
    width: 100% !important
}
[class^="col-"] .chzn-drop, [class*="col-"] .chzn-drop {
    width: 100% !important;
}

.chzn-container {
	position: relative;
	display: inline-block;
	margin-bottom:9px;
	line-height:40px;
	zoom: 1;
	*display: inline;
}
.chzn-container .chzn-drop {
	background: #fff;
	background:rgba(255,255,255,0.95);
	border: 1px solid #dddddd ;
	border-top: none;
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 1010;
	-moz-box-shadow: 	0px 5px  15px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px  15px 0 rgba(0,0,0,0.15);
	box-shadow: 		0px 5px  15px 0 rgba(0,0,0,0.15);
}
.chzn-container-active {
}
/* @end */
	
/* @group Single Chosen */
.chzn-container-single .chzn-single {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	border: none;
	background:#ffffff;
	border: 1px solid #dddddd ;
	position: relative;
	height: 40px;
	padding: 0 0 0 8px;
	color: #444444;
	font-size: 13px;
	text-decoration: none;
}
.chzn-container-single .chzn-default {
	color: #999;
}
.chzn-container-single .chzn-single>span {
	background: url('../../images/drop_arrow.gif') right 15px no-repeat;
	height:30px;
	margin-right:8px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
    text-transform:uppercase;
    padding-left: 16px;
}
.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 13px;
	font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
	background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
	background-position: right top;
}
.chzn-container-single .chzn-single div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px;
}
.chzn-container-single .chzn-single div b {
	display: block;
	width: 100%;
	height: 100%;
}
.chzn-container-single .chzn-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
}


.chzn-container-single .chzn-search input {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	font-size: 16px;
}
.chzn-container-single .chzn-drop {
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
	position: absolute;
	left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
	background-color: #fff;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
}
.chzn-container-multi .chzn-choices li {
	float: left;
	list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	font-family: sans-serif;
	font-size: 100%;
	height: 25px;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
}
.chzn-container-multi .chzn-choices .search-field .default {
	color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 3px 20px 3px 5px;
	margin: 3px 0 3px 5px;
	position: relative;
	cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
	background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 13px;
	font-size: 1px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
	background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
	background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
	margin: 0;
	max-height: 240px;
	padding: 0 ;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
	margin: -1px 0 0;
	padding: 0;
}
.chzn-container .chzn-results li {
	display: none;
	padding: 0 8px;
	margin: 0;
	list-style: none;
}
.chzn-container .chzn-results li.result-selected {
	background-image:url('../../images/icon_black_check.png') ;
	background-position: right center ;
	background-repeat: no-repeat;
}
.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item;
}
.chzn-container .chzn-results .highlighted {
	background-color: #333333;
	color: #fff;
}
.chzn-container .chzn-results li em {
	background: #feffde;
	font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
	background: transparent;
}
.chzn-container .chzn-results .no-results {
	background: #f4f4f4;
	display: list-item;
}
.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #999;
	line-height:12px;height: auto;
padding: 12px 6px;
}
.chzn-container .chzn-results .group-option {
	padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
	display: none;
}
.chzn-container .chzn-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px; /* This should by dynamic with js */
	z-index: 1;
}
.chzn-container .chzn-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px;
}
.chzn-container .chzn-results-scroll-down {
	bottom: 0;
}
/* @end */

/* @group Active	*/
.chzn-container-active .chzn-single {
}
.chzn-container-active .chzn-single-with-drop > span {
	background: url('../../images/drop_arrow.gif') right -35px no-repeat;
}
.chzn-container-active .chzn-single-with-drop div {
	background: transparent;
	border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
	background-position: -22px 1px;
}
.chzn-container-active .chzn-choices {
	border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
	color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
	cursor: default;
	opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
	cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
	left: 26px;
	right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
	padding: 4px 5px 4px 20px;
	direction: rtl;
}
/* @end */
/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
/* Common navigation styles. */
.social-buttons {
  position: relative;
}

.fbWrapper {
  display: block;
  margin: 10px 0 0 -4px;
}

.fbFrame {
  width: 231px;
  overflow: hidden;
  position: relative;
}

.fbMask {
  display: inline;
  float: left;
  margin-left: -60px;
  margin-top: -32px;
}

#gglWrapper {
  position: absolute;
  right: 0px;
  width: 51px;
  top: 1px;
}

.hash-buffer {
  display: block;
  margin-top: -180px;
  height: 180px;
  visibility: hidden;
}

.menu-info-box {
  width: 354px;
  position: absolute;
  left: 338px;
  top: 0;
  height: 100%;
  background-color: #ffffff;
  display: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 35px;
}

.loading-block,
.desktop_menu .mainNav .loading-block {
  height: 100%;
  width: 100%;
  float: left;
  padding-top: 10px;
}

.loading-block p,
.desktop_menu .mainNav .loading-block p {
  vertical-align: middle;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}

.loading-block .loading-asset,
.desktop_menu .mainNav .loading-block .loading-asset {
  width: 100%;
  display: block;
  float: left;
  position: relative;
  text-align: center;
}

.loading-block .loading-asset img,
.desktop_menu .mainNav .loading-block .loading-asset img {
  position: relative;
  left: auto;
  top: auto;
  margin: 0 auto;
}

#modal_loader .subNav.cruiseNavTabs {
  display: none;
}

.subNav > ul > li.currentTab {
  -webkit-box-shadow: inset 4px 5px 7px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 4px 5px 7px -2px rgba(0, 0, 0, 0.2);
}

.subNav .dropdown ul {
  -webkit-box-shadow: inset 4px 5px 7px -2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 4px 5px 7px -2px rgba(0, 0, 0, 0.2);
  padding: 0 2em 0 2em;
  width: 226px;
}

.subNav .dropdown ul li {
  list-style-type: none;
}

.crHover {
  position: absolute;
  z-index: 8;
  width: 230px;
  float: right;
  padding: 10px;
  background-color: white;
  border-color: #dddddd;
  border-width: 3px;
  border-style: solid;
  display: none;
}

.crHover > img {
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  height: 230px;
}

.crHover .details {
  font-size: 11px;
  font-weight: bold;
  color: black;
}

@media screen and (min-width: 961px) {
  .trd-body-wrapper .subNav .dropdown {
    max-height: 0;
    display: block;
    position: absolute;
    overflow: hidden;
    top: 40px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #ffffff;
    margin: 10px -20px 10px 0px;
    background: #949494;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#949494), to(#7d7d7d));
    background: linear-gradient(to bottom, #949494 0%, #7d7d7d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#7d7d7d',GradientType=0 );
    /* IE6-9 */
  }
  .trd-body-wrapper .cruise_destinations .cruiselist .column a span.cruiselist_title {
    position: relative;
  }
  .trd-body-wrapper .cruise_destinations .input_module {
    display: block;
    background: none;
    width: auto;
    padding: 0 20px;
  }
  .trd-body-wrapper .cruise_destinations .module_inner {
    border: none;
  }
  .trd-body-wrapper .cruise_destinations .quick_results {
    padding-top: 5px;
    border: none;
  }
  .trd-body-wrapper .cruise_destinations .quick_buttons a {
    padding: 6px 0;
  }
  .trd-body-wrapper .cruise_destinations .cta {
    color: #fff;
  }
  .trd-body-wrapper .cruise_destinations .cta h5 {
    margin-top: 5px;
  }
}

.dropdown {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.subNav > ul > li.selected > div.dropdown {
  max-height: none;
  z-index: 6;
}

.trd-body-wrapper .contact .selected a {
  background-position: 7px 10px;
}

/*# sourceMappingURL=old-nav.css.map */


.mobile-play-button {
width: 24px;
height: 24px;
position: absolute;
top: 55px;
left: 70px;
margin: -12px 0 0 -12px;
background: url('../../images/v2/icon_play_small.png') no-repeat;
}
.video-playlist .mobile-play-button {
top:35px;
left:65px;
}


.playlist-video-title {
display: block;
position: absolute;
top: 0;
line-height: 15px;
padding: 10px;
font-size: 12px;
margin-left:100px;
}
.columnWrapper .playlist-video-title {
font-size:inherit;
font-weight:bold;
position:static;
padding:0 ;
text-transform: uppercase;
margin: 0.75em 0 0.5em;
color:#b10a32;
}

.video-playlist-tile {
position:relative;
background:#d4d4d4;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
font-size:12px;
-webkit-box-shadow:  0 4px 5px -2px rgba(0,0,0,0.1);
box-shadow: 0 4px 5px -2px rgba(0,0,0,0.1);
}

.video-playlist-slide {
margin:0 -20px ;
padding:0 21px;
height: 78px;
overflow:hidden;
}
.video-playlist-slide:before {
content:'';
bottom:6px;
left:0;
display:block;
position:absolute;
border-top:1px solid #fff;
border-bottom:1px solid #ccc;
width:100%;
z-index:1;
}
.video-playlist-mover {
position:relative;
height: 94px;
overflow:hidden;
overflow-x:scroll;
}
.video-playlist-mover h4 {display:none; }
.video-playlist-tile ul {
display:block;
position:relative;
margin:0; 
padding:0;
}
.video-playlist-slide ul {
white-space:nowrap;
}
.video-playlist-tile li {
display:inline-block;
position: relative;
vertical-align:top;
background:#f4f4f4;
-webkit-box-shadow: inset 0 -100px 70px -70px rgba(0,0,0,0.1);
box-shadow: inset 0 -100px 70px -70px rgba(0,0,0,0.1);
width:25%;
white-space:normal;
margin:0 -0.23em 0 0;
padding:0;
height:70px;
line-height:1.2;
cursor:pointer;
border-bottom:1px solid #ccc;
}
.video-playlist-slide .video-scroll-prev,
.video-playlist-slide .video-scroll-next {
display:block;
position: absolute;
top:0;
background:#f4f4f4;
-webkit-box-shadow: inset 0 -100px 70px -70px rgba(0,0,0,0.1);
box-shadow: inset 0 -100px 70px -70px rgba(0,0,0,0.1);
width:20px;
height:70px;
cursor:pointer;
font-weight:normal;
color:#333;
font-size:18px;
text-align:center;
line-height:75px;
}
.scrollslide { display:block; height:0px; position:relative; }
.scrolldot { cursor:pointer; position:absolute; left:0; bottom:2px; display:block; }
.scrolldot-visible { margin: 0 2px; background:#b10a32; height:4px; display:block; 
-webkit-box-shadow: inset 0 0 3px -5px rgba(0,0,0,0.1);
box-shadow: inset 0 0 3px -5px rgba(0,0,0,0.1); }
.video-playlist-slide .video-scroll-next {
right:0px;
border-left:1px solid #fff;
}
.video-playlist-slide .video-scroll-prev {
left:0px;
border-right:1px solid #ccc;
}
.video-playlist-slide .video-scroll-prev:after {
content:'<';
}
.video-playlist-slide .video-scroll-next:after {
content:'>';
}
.video-playlist-tile li:before {
content:'';
display:block;
position:absolute;
top:0;
left:0;
height:100%;
border-right:1px solid #fff;
}
.video-playlist-tile li:after {
content:' ';
display:block;
position:absolute;
top:0;
right:0;
height:100%;
border-right:1px solid #ccc;
}
.video-playlist-slide .video-prev:hover,
.video-playlist-slide .video-next:hover,
.video-playlist-tile li:hover {
background:#fdfdfd;
}
.video-playlist-tile li.playing,
.video-playlist-tile li.playing:hover {
background:#d9d9d9;
cursor:default;
}
.video-playlist-tile .playing img {
border-bottom: 3px solid #b10a32;
padding-bottom:1px;
}
.video-playlist-slide li:hover .playlist-video-title,
.video-playlist-slide .playing .playlist-video-title  {
color:#333;
}
.video-playlist-tile .playlist-position {
display:none; 
}
.video-playlist-tile img {
width:64px; 
height:48px;
float:left;
margin:10px 15px; 
}
.video-playlist-tile .playlist-video-title {
position:relative; 
display:block;
height: 60px;
font-weight:bold;
font-size:12px;
padding:8px 0 0;
margin-right:15px; 
color:#b10a32;
}
.video-playlist-tile .video-duration {
position:absolute; 
bottom:0px; 
right:0px;
color:#333;
float: right;
text-align:right;
width:30px;
}
.video-playlist-tile  a:hover .mobile-play-button {
background-image: url('../../images/v2/icon_play_small_hover.png');
}
.video-playlist-tile p, 
.video-playlist p {
display:none;
}
.video-playlist-tile .mobile-play-button {
top: 35px;
left: 47px;
}

.video-playlist-noscroll {height:70px;}
.video-playlist-noscroll:before {bottom:-2px;}
.video-playlist-noscroll .video-playlist-mover { margin:0 -20px; }
.video-playlist-noscroll .video-scroll-prev,
.video-playlist-noscroll .video-scroll-next,
.video-playlist-noscroll .scrollslide {
display:none;
}
.modal-video-next, .modal-video-prev { position: absolute; width: 50px; height: 60px; margin-top: -21px; top: 50%; z-index: 99; text-indent:-999em;  cursor:pointer; opacity:0; } 
#yt_modal_player_sizer:hover .modal-video-next,
#yt_modal_player_sizer:hover .modal-video-prev {opacity:1;}
#yt_modal_player_sizer:hover .disabled { display:none; }
.modal-video-prev {left: 0px; background: url(../../images/v2/icon_hero_prev.png);}
.modal-video-next {right: 0px; background: url(../../images/v2/icon_hero_next.png);}

.modal-video-next, .modal-video-prev  {
transition:			opacity .3s cubic-bezier(.8, 0, .1, 1);
-moz-transition:	opacity .3s cubic-bezier(.8, 0, .1, 1);
-webkit-transition: opacity .3s cubic-bezier(.8, 0, .1, 1);
-o-transition:		opacity .3s cubic-bezier(.8, 0, .1, 1); }
.custom_pager #cboxNext, .custom_pager #cboxPrevious {display:none !important; }

.mainContent #video_columns .columnWrapper { border:none; padding:0; }
.mainContent #video_columns .contentColumn { display:inline-block; width:33.33%; float:none; }
.mainContent #video_columns .contentColumn .imgholder  { width:auto; height:auto;  }

/* 1136 accomodates resolutions upto iPhone 5 */
@media only screen and (max-width: 1136px) and (max-device-width: 1136px), (max-width:960px) {
	.video-playlist-slide { padding:0 41px; }
	.video-playlist-slide li { width:33.33%;}
	.video-playlist-noscroll .video-playlist-mover { margin:0 -40px; }
	.video-playlist-slide  .video-scroll-prev, .video-playlist-slide  .video-scroll-next { width:40px; }
	.scrollslide { left:20px; }
}


/*ContentBloom*/
a.video-expander{
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.video-expander-container p{
    color:#333;
}
.video-expanded{
    background: #3E3E3E;
    clear:left;
    display:none;
    word-spacing:0;
    position:relative;
	background-image: -webkit-linear-gradient(bottom , #FFFFFF 0%, #C6C6C6 1.5%);			      
	background-image:    -moz-linear-gradient(bottom , #FFFFFF 0%, #C6C6C6 1.5%); 	/*Firefox */
	background-image:         linear-gradient(bottom , #FFFFFF 0%, #C6C6C6 1.5%); 	/* Standard syntax */
	background-image:      -o-linear-gradient(bottom , #FFFFFF 0%, #C6C6C6 1.5%); 	/* For Opera 11.1 to 12.0 */
    padding-bottom: 20px;
	margin-bottom: 10px;
}
.feature + .video-expanded{
    border-top:12px solid #FFFFFF;
	margin-bottom:0px;
}
.column-container .video-expanded{
    margin:-38px -40px 10px;
}
.video-expanded h2{
    color: #FFFFFF;
    margin-top: 4px;
    padding-left: 4%;
    font-size:30px;
    width:70%;
    line-height:30px;
}
.video-expanded p{
    color: #FFFFFF;
    padding-left: 4%;
    font-size:15px;
    margin-top:0;
    margin-bottom:20px;
    width:70%;
}
a.open:hover{
    cursor:default;
}
.video-expanded #video_player{
    background: #3E3E3E;
    margin-bottom:0;
	padding-bottom: 60px;
}
.video-expanded iframe{
    width:90%;
}
.video-expanded .video-close{
    background: url("../../images/v2/close_x_video.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    line-height: 50px;
    position: absolute;
    right: 1%;
    text-indent: 50px;
    top: 15px;
    cursor: pointer;
}
/* only show feature arrow on homepage*/
.video-expanded .top-arrow{	display:none; }
.home .video-expanded .top-arrow{	display:block; }
/* show feature arrow in main content */
.mainContent .video-expanded .top-arrow{
	display:block;
}
.video-expanded .top-arrow{
    background:url("../../images/v2/expanded-arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    position:absolute;
    height: 14px;
    position: absolute;
    top: -11px;
    left:85%;
    width: 30px;
}
.video-next, .video-prev { position: absolute; width: 50px; height: 60px; margin-top: -21px; top: 50%; z-index: 99; text-indent:-999em;  cursor:pointer; opacity:0; } 
.video-expanded:hover .video-next,
.video-expanded:hover .video-prev {opacity:1;}
.video-prev {left: 0px; background: url(../../images/v2/icon_hero_prev.png);}
.video-next {right: 0px; background: url(../../images/v2/icon_hero_next.png);}
.video-next, .modal-video-prev  {
    transition:			opacity .3s cubic-bezier(.8, 0, .1, 1);
    -moz-transition:	opacity .3s cubic-bezier(.8, 0, .1, 1);
    -webkit-transition: opacity .3s cubic-bezier(.8, 0, .1, 1);
    -o-transition:		opacity .3s cubic-bezier(.8, 0, .1, 1); }
#yt_player_sizer { 
    display: block;
    position: relative;
    margin: 0 -20px;
}
#yt_player {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#yt_player_sizer:before { 
    content:''; 
    display:block; 
    padding-top: 56.25%; 
}
.video-links{
    right:6.2%;    
    position:absolute;
    top:72px;
}
.expanded-video-link{
    background: url(../../images/v2/arrow_white.png) no-repeat;
    color:#FFF;
    padding-left:20px;
    text-transform:uppercase;
    font-size:14px;
    font-weight:bold;
}
.expanded-video-link:hover{
    color:#FFF;
}
/*Social share buttons*/
.social-toolbar{
    opacity: 1;
    display: table;
    height: 27px;
    padding: 10px 0;
    position:absolute;
    left:-999999px;
    z-index:1;
}
.social-toolbar p{
    display: table-cell;
    margin: 3px 0 0;
    vertical-align: top;
    font-size: 14px;
    font-family:'Open Sans',sans-serif;
    color:#FFFFFF;
    text-align:left;
    letter-spacing:0;
    line-height:normal;
}
.social-toolbar .fb-like{
	display:table-cell;
	padding: 1px 20px 0 10px;
}
.social-toolbar .fb-like *{
    vertical-align: top !important;
}
.social-toolbar .like-twitter{
    display:inline-block;
    padding-top:1px;
    vertical-align: top;
	max-width:100px;
}
.social-toolbar .like-google-plus{
    display:table-cell;
    vertical-align: top;
	max-width:90px;
}
.social-toolbar .email-video{
    background: url("../../images/v2/email_icon_red.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 22px;
    width: 30px;
    position:relative;
    display:table-cell;
    vertical-align: top;
}
.social-toolbar .email-video a{
    width:100%;
    height:100%;
    display:inline-block;
}



/***************************************
V3 REDESIGN
***************************************/

/* Video styling : Modal */
#colorbox{
	margin-top:38px;
}
#yt_modal_player_container
{
    padding:0 20px;
    background-color:#000;
}
#colorbox.video_modal_content #cboxContent
{
    background-color:transparent;
    top:0;
}
#colorbox.video_modal_content #cboxClose
{
    display:none;
}
#colorbox.transitioned-from-video-modal #cboxClose
{
       display:block;
}
#colorbox.video_modal_content #cboxLoadingGraphic
{
    background: transparent url('../../images/v2/loading_icon_red.gif') no-repeat center center
}
#colorbox.video_modal_content #cboxLoadingOverlay
{
    background-color: transparent;
}
#cboxOverlay.video_modal_content
{
    background: rgb(79, 79, 80);
    opacity: 0.95 !important;
}
#colorbox #video_modal_player
{
    margin: 0 auto;
    width: 85%;
    min-width:768px; /*video will be 768 as a minimum : We remove this when browser becomes lower than this threshold (see media queries)*/
    padding : 0;	
}
#video_modal_player
{
    background-color: transparent;
}
/* Video styling : Contents */
#video_modal_player h1,
#video_modal_player h2,
#video_modal_player h3,
#video_modal_player h4
{
    color:#333;	
}
#video_modal_player .video_subtitle
{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing:0.02em;
    min-height:initial;
}
/*custom close buttom*/
.modal-video-buttons
{
    float: right;
    position: relative;
}

/*Social share buttons*/

.expandable-container
{        
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    z-index: 10;
}
    .expandable-container.expanded
    {

    }
.social-toolbar-video ,
.video-modal-playlist
{
    position: absolute;
    color: #767676;
}

.social-toolbar-video
{    
    right: -63px;
    top: 41px;
    text-align: center;
}
.expanded.social-toolbar-video
{
    width:117px;
}
.video-modal-playlist
{
    right: -18px;
    top: 39px;
}
.expanded.social-toolbar-video,
.expanded.video-modal-playlist {
        top: -5px;
}
.video-modal-playlist.expanded
{
    width:342px;
}
.expandable-container .sprite
{
    margin:0 auto;
}
.social-toolbar-video-container
{
    margin-bottom:20px;
}


.expandable-container-title
{
    text-transform:uppercase;
    
    display:none;
    font-size:13px;
    vertical-align:middle;
    margin:0px;
    line-height:14px;
    letter-spacing:0.1em;
    color:#000;
    float:left;
    padding-top:9px;   


}
.expanded .expandable-container-title {
    display:block;
}


/*expandable assets*/
.social-toolbar-video .expandable-container-asset
{
float:right;

}
.video-modal-playlist .expandable-container-asset
{
float:right;
}
/*expandable titles*/




/*expandable all*/
.expanded .expandable-container-content,
.expanded .expandable-container-header,
.expanded .expandable-container-controls {
    background-color: #F1F1F1;
        padding-right:20px;
        padding-left:20px;
}

.expandable-container-content,
.expandable-container-header,
.expandable-container-controls {
  float: left;
  clear: both;
  box-sizing: border-box;
  width:100%;
}

/*expandable controls*/
.expanded .expandable-container-controls
{
    display:block;
}
.expandable-container-controls {
    cursor:pointer;    
    display:none;
    width:92px;
    float:right;
    padding:15px 20px;
}
.expandable-container-controls p {
    margin-bottom:0;
}
.expandable-container-controls-close {
    float:left;
    padding:2px 6px 0px 0;
}
.expandable-container-controls-title {
      font-size: 10px;
  font-family: "Open Sans", sans-serif;
  line-height: 14px;
  text-transform:uppercase;
  letter-spacing:1px;
}


  

/*expandable content*/
.expandable-container-content
{
    display:none;
}
.expanded .expandable-container-content {
    display:block;
}

/*expandable header*/
.expandable-container-header
{
    height:59px;
    display:block;
    cursor:pointer;
    padding:13px 20px 0 20px;

}
.expandable-container-content
{
    padding-bottom:12px;
}
.modal-video-header
{
    display:inline-block;
    width:80%;
    vertical-align: bottom;
}

/*social overrides*/
.social-toolbar-video .expandable-container-header 
{
    padding-right:10px
}


/* Media queries
-----------------*/

/* when width = 1024 and below  (+18 (for cases with scrollbar))*/
@media screen and (max-width: 1042px)
{
    .video-modal-playlist
    {
        right: 51px;
    }
    /*Social share buttons*/
    .social-toolbar-video
    {
        right:0px;
    }
}
/* when width = 480 and below (+18 (for cases with scrollbar)) */
@media screen and (max-width: 498px)
{
    .modal-video-header-container
    {
        margin-left:11px;
        margin-right:11px;
    }
}
/* when width = 768 and below (+18 (for cases with scrollbar)) */
@media screen and (max-width: 786px)
{
	#video_modal_player h1, #video_modal_player h2, #video_modal_player h3, #video_modal_player h4
	{
	}
    .modal-video-header-container
	{
	    margin-left: 22px;
        margin-right: 11px;
    }
    #colorbox #video_modal_player
      {
        width: 100%;
        min-width:initial; /*remove the min width */
    }
    .modal-video-header
    {
        width:80%;
    }
}
/* when width = 320 and below (+18 (for cases with scrollbar)) */
@media screen and (max-width: 338px)
{
    .modal-video-header-container
    {
        margin-left:18px;
        margin-right:7px;
    }
}


/* Video Playlist */
.video-modal-playlist-item
{
    display: block;
}
.video-modal-playlist-item:not(:last-child)
{
    margin-bottom: 10px;
}

.video-modal-playlist .expandable-container-header
{
    height: 48px;
}
/*on hover or active*/
.video-modal-playlist-item:hover .playlist-content-text p,
.video-modal-playlist-item.active .playlist-content-text p
{
    color:#fff;
}
.video-modal-playlist-item:hover .icon-videoPlay,
.video-modal-playlist-item.active .icon-videoPlay

{    
    background-position:0PX -1249px;
}
.video-modal-playlist .expandable-container-content
{
    padding:15px 20px 20px 20px;
}

.playlist-content-asset
{
        width:178px;
        display:inline-block;
        position:relative;
        vertical-align:top;
}

.loading {
background:url("../../images/v2/loading_icon_light.gif") center no-repeat;
}

a.disabled {
    color: gray;
    cursor:default;
}

/*used to format the error message for the form validation*/
.errormessage
{
    font-size: 12px;
    color: red;
	word-spacing: 0;
	line-height: 17px;
    margin: 10px 0;
}
.input-validation-error
{
    color: #9e1b32;
    right: 0;
    text-align: left;
    /*line-height: 10px; */
}

input[type="text"].input-validation-error, input[type="email"].input-validation-error, input[type="tel"].input-validation-error, select.no-chosen.input-validation-error, input[type="password"].input-validation-error
{
    border: 2px solid #9e1b32;
}

.phone .subtext-error {
    height: 1.3em;
    overflow: hidden !important;
}

.phone em {
    display: none;
}

.phone.au-required em {
    display: inline-block;
}

.phone.error label
{
    color: #9e1b32;
}
.phone.error em 
{
    display: inline;
}
/*Accordions*/
.popup.cruiseSearch .accordion{
    float: left;
    width: 100%;
}
.popup.cruiseSearch .accordion h2{
    font-size:22px;
    word-spacing:2px;
}
.popup.cruiseSearch .accordion h3 {
    color: #B10A32;
    text-transform:none;
}
.popup.cruiseSearch .accordion h3:hover {
    cursor:pointer;
}
.popup.cruiseSearch .accordion p:hover {
    cursor:pointer;
}
.popup.cruiseSearch .accordion .select {
    color: #B10A32;
    position:absolute;
    left:162px;
    top:-31px;
    font-weight: bold;
    width:15%;
}
.popup.cruiseSearch .accordion .clear {
    color: #B10A32;
    position:absolute;
    left:285px;
    top:-31px;
    font-weight: bold;
    width:15%;
}
.popup.cruiseSearch .accordion .section {
    position:relative;
}
.popup.cruiseSearch .accordion > div{
    border-bottom:1px solid #DDD;
    padding: 18px 0;
}
.popup.cruiseSearch .accordion > div:last-of-type{
    border-bottom:0;
}
.popup.cruiseSearch .accordion .ui-icon {
    background-repeat: no-repeat;
    display: inline-block;    
    height: 19px;
    width: 21px;
    padding-right: 10px;
    background-image:url('../../images/v2/side_drop_arrow.gif');
}
.popup.cruiseSearch .accordion .collapsed-icon{
    background-position: 0px 0px;
}
.popup.cruiseSearch .accordion .expanded-icon{
    background-position: 0px -49px;
}
.popup.cruiseSearch .accordion .check-box{
    padding: 30px 0 0 19%;
    margin-bottom: -14px;
}
/*CTA Accordion*/
#cta-accordion{
    padding-top:10px;
	padding-bottom:20px;
}
#cta-accordion.no-padding{
    padding:0;
}
#cta-accordion p{
    text-align:center;
    margin:5px 0;
}
#cta-accordion h3{
   background-color:#B10A32;
   margin:0;
   color:#fff;
   padding:7px 0 7px 25px;
   border-bottom:1px solid #fff;
   font-size:15px;
}
#cta-accordion h3:hover{
    cursor:pointer;
}
#cta-accordion h3:last-child{
   border-bottom:none;
}
#cta-accordion > div{
   border-left:1px solid #DDDDDD;
   border-right:1px solid #DDDDDD;
   padding:5px;
   display: none; /* Collapse by default */
}
#cta-accordion > div:last-child{
    border-bottom:1px solid #DDDDDD;
}
#cta-accordion .chzn-single > div{
    border-left:1px solid #DDDDDD;
    height: 30px;
    margin: 5px 0;
    width: 33px;
}
#cta-accordion .chevron-link{
    margin: 0 0 0 5px;
    padding: 0 0 0 15px;
    width: 100%;
    display:inline-block;
}
#cta-accordion .select_wrap{
    border-bottom: 0 none;
    display: block;
    margin: 0 auto;
    padding-top: 14px;
    width: 90%;
}
#cta-accordion .ui-icon {
    background-repeat: no-repeat;
    display: inline-block;    
    height: 19px;
    width: 32px;
    background-image:url('../../images/v2/side-drop-chevron-white.gif');
    position: static;   
    float: right;
    border-left:1px solid #fff;
}
#cta-accordion .collapsed-icon{
    background-position: 5px 0px;
}
#cta-accordion .expanded-icon{
    background-position: 5px -28px;
}

/*faq Accordion, passenger-info accordion*/
.accordion-grey{
	display:inline-block;
    width:100%;
}
.accordion-grey.no-padding{
    padding:0;
}
.accordion-grey p{
	margin:5px 0;
}
.accordion-grey h3.ui-accordion-header{
	margin:20px 0 0 0;
	padding:14px;
    background:#e6e6e6;
    color:#b10a32;
    border:1px solid #ccc;
    -moz-box-shadow: inset -5px -15px 15px -10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset -5px -15px 15px -10px rgba(0,0,0,0.1);
    box-shadow: inset 0px -5px -15px 15px -10px rgba(0,0,0,0.1);
    font-size: 140%;
    font-weight: 500;
    text-transform:none;
}
.accordion-grey h3:hover{
    cursor:pointer;
}
.accordion-grey h3:last-child{
   border-bottom:none;
}
.accordion-grey > div{
	border:0;
	padding-top:15px;
	display: none; /* Collapse by default */
}
.accordion-grey .chevron-link{
    margin: 0 0 0 5px;
    padding: 0 0 0 15px;
    width: 100%;
    display:inline-block;
}
.accordion-grey .ui-icon{
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    width: 38px;
    padding-left:20px;
    background-image:url('../../images/v2/side-drop-chevron-red.gif');
    position: static;
    float: left;
    border-left:0;
}
.accordion-grey .collapsed-icon{
    background-position: 5px 0px;
}
.accordion-grey .expanded-icon{
    background-position: 5px -28px;
}
.accordion-grey img{
    width:auto;
     max-width: 100%;
}
.accordion-container{
    width:100%;
    display:inline-block;
}
.expand-accordion, .collapse-accordion{
    display: inline-block;
    font-size: 16px;
    height:16px;
    line-height:16px;
    margin-right: 2%;
    text-transform: uppercase;
}
.expand-accordion:hover, .collapse-accordion:hover{
    cursor:pointer;
}
body.sem {
   background-repeat: no-repeat;
   background-size: cover;
}

.sem {
	max-width: 960px !important;
}

.sem .form-container {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 10px;
	text-align: center;
}

.sem>div.mainContent {
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
    min-height: inherit;/* 800px;*/
}

.sem .form-text-field.required {
	position:relative;
}

.no-thanks {
    font-weight: bolder;
}
#breadcrumb {
line-height:24px;
height:31px;
display:inline-block;
padding:0 0px;
padding-bottom:10px;
text-transform:uppercase;
width:100%;
}
#breadcrumb ul{
direction: rtl;
padding-left:0;
}
#breadcrumb ul li:first-of-type
{
    padding-left:0px;
}
#breadcrumb ul li{
list-style: none;
float: left;
padding-top: 6px;
padding-left: 12px;
}
#breadcrumb ul li:after{
content: url(../../images/v2/Chevron.png);
}
#breadcrumb ul li:first-child::after{
content: none;
}
#breadcrumb a, #breadcrumb li span {
font-family: 'Open Sans', sans-serif;
color:#333;
font-size:14px;
padding:0 5px;
text-decoration:none;
}
#breadcrumb ul li a{
padding-left: 12px;
}
#breadcrumb ul li:first-child a{
padding-left: 0;
}
#breadcrumb img {
margin:0 0 -1px;
}
#breadcrumb a:last-child, #breadcrumb li span {
font-weight:bold;
}
#breadcrumb a:hover {
color:#b10a32;
}
#breadcrumb .buttons {
float:right;
line-height:36px;
}
.sem {
  background-image: url("../../../images/Sweeps_Rhine_StahleckCastle_1800x800_tcm21-30201.jpg");
}

.sem .form-container {
  background-color: #FFF;
  padding: 12px;
  text-align: left;
}

.sem .sem-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.sem .legal-field {
  overflow: auto;
}

.sem .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.sem .legal-field .legal-field-inner {
  padding: 7px;
}

@media screen and (max-width: 479px) {
  .sem .btn-group {
    text-align: center;
  }
  .sem .btn-group .btn {
    float: none;
  }
}

.thank-you .cta-container {
  padding-top: 16px;
}

/*# sourceMappingURL=forms.css.map */

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 40%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.promotion-banner.htmx-added {
    opacity: 0;
}

.promotion-banner {
    opacity: 1;
    transition: opacity 1s ease-out;
}

.promotion-banner--skeleton .promotion-banner__content {
    margin: 0 auto;
    padding: 0 2.5rem 0 2.5rem;
    width: 100%;
    max-width: 768px;
}

.promotion-banner--skeleton .promotion-banner__heading {
    opacity: .5;
    animation: skeleton-loading 1s linear infinite alternate;
    height: 4rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.promotion-banner--skeleton .promotion-banner__text {
    opacity: .5;
    animation: skeleton-loading 1s linear infinite alternate;
    border-radius: 1rem;
    margin-top: 1rem;
    height: 3.5rem;
}

@media screen and (min-width: 768px) {
    .promotion-banner--skeleton .promotion-banner__content {
        padding: 0 2.5rem 0 2.5rem;
    }

    .promotion-banner--skeleton .promotion-banner__heading {
        height: 5.5rem;
        margin-bottom: 2rem;
    }

    .promotion-banner--skeleton .promotion-banner__text {
        margin-top: 2.2rem;
        height: 3.5rem;
    }
}

.promotion-banner {
    background-color: #142640;
    border-bottom: 12px solid #B10A32;
    margin-bottom: 36px;
    padding: 0;
}

.promotion-banner__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.promotion-banner__container--image {
    border-bottom: 12px solid #B10A32;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 48px 0px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.promotion-banner__container--image-variant {
    padding: 48px 0px 58px;
}

.promotion-banner__row {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.promotion-banner__content {
    text-align: center;
}

.promotion-banner__heading {
    color: #ffffff;
    font-family: "adobe-garamond-pro","GaramondPro Regular",Garamond,"EB Garamond","Times New Roman",Serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 54px;
    margin: 0 auto 4px auto;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 4px 15px #000;
}

.promotion-banner__heading-lg {
    font-size: 50px;
}

    .promotion-banner__heading em {
        font-size: 50px;
        font-style: italic;
        font-weight: 600;
        line-height: 54px;
        margin: 0 auto 12px auto;
        text-transform: none;
    }

    .promotion-banner__heading-lg em {
        font-size: 50px;
    }

    .promotion-banner__heading sup {
        font-size: 30px;
        top: -0.6em;
    }

.promotion-banner__variant {
    margin: 28px 0 24px;
}

.promotion-banner__content hr {
    border-top: 1px solid #ffffff;
    margin: 0 auto;
    width: 900px;
}

.promotion-banner__text {
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 8px auto 0 auto;
    text-align: center;
    width: 100%;
}

.promotion-banner__text-mt-none {
    margin: 0 auto;
}

    .promotion-banner__text.promotion-banner__text--margin-lg {
        margin-top: 72px;
    }

    .promotion-banner__text span {
        display: inline-block;
    }

.promotion-banner__half-pipe {
    border-left: 1px solid #ffffff;
    display: inline-block;
    height: 9px;
    margin: 0 24px;
    position: relative;
    bottom: 8px;
}

.text-fragment {
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    text-shadow: 0px 4px 15px #000;
    display: inline-block;
}

    .text-fragment sup {
        top: -0.3em;
    }

    .text-fragment em {
        font-style: italic;
    }

    .text-fragment--semibold {
        font-weight: 600 !important;
    }

    .text-fragment--bold {
        font-weight: 700;
    }

    .text-fragment--italics {
        font-style: italic;
    }

    .text-fragment--capitalize {
        text-transform: capitalize;
    }

    .text-fragment--title-case {
        text-transform: capitalize;
        font-size: 74px;
        line-height: 78px;
        font-weight: normal;
    }

    .text-fragment--upper {
        text-transform: uppercase;
    }

    .text-fragment--line-break {
        display: block;
    }

    .text-fragment--divider {
        font-weight: 700;
        line-height: 18px;
    }

.text-fragment--md {
    font-size: 26px;
    line-height: 39px;
}

.text-fragment--sm {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px
}

.text-fragment--line-height-xs {
    line-height: 18px !important;
}

.text-fragment:after {
    display: inline-block;
    content: "";
    background: #ffffff;
    border-radius: 50%;
    line-height: 6px;
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    text-shadow: 0px 4px 15px #000;
}

.text-fragment:last-child:after {
    display: none;
}

.text-fragment-pipe {
    border-left: 1px solid #ffffff;
    display: inline-block;
    height: 24px;
    margin: 0 8px;
    position: relative;
    top: 3px;
}

.promotion-banner__text--horizontal-line {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    margin: 32px auto 0 auto;
    text-align: center;
}

    .promotion-banner__text--horizontal-line b,
    .promotion-banner__text--horizontal-line strong {
        font-weight: 700;
    }

    .promotion-banner__text--horizontal-line:before,
    .promotion-banner__text--horizontal-line:after {
        background-color: #ffffff;
        content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
        display: inline-block;
        height: .5px;
        margin: 0 12px 4px 12px;
        position: relative;
        vertical-align: middle;
    }

.promotion-banner__text--lg {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 32px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 4px 15px #000;
}

.promotion-banner__btn {
    color: #FFF;
    background-color: #B10A32;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 25px;
    margin-bottom: 24px;
    margin-top: 4px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

    .promotion-banner__btn:hover {
        color: #FFF;
        background-color: #B10A32;
    }

.promotion-banner__expiring-countdown-container {
    position: relative;
    width: 100%;
    background-color: #B10A32;
    height: 40px;
    text-align: center;
    z-index: 1;
    margin-top: 16px;
}

.promotion-banner__expiring-countdown-image-container {
    display: inline-block;
    padding-right: 2px;
}

.promotion-banner__expiring-countdown-image {
    height: 16px;
    position: relative;
    top: -2px;
}

.promotion-banner__expiring-countdown-text {
    display: inline-block;
    color: white;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    height: 100%;
    padding-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.promo-banner__unit {
    font-size: 85%;
}

.promotion-banner__text.promotion-banner__text--margin-md {
    margin-top: 12px;
}

.promotion-banner__ul {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap: 24px;
    justify-content: center;
    margin: 0;
    margin-bottom: 16px;
    margin-top: 24px;
    padding: 0;
}

.promotion-banner__li {
    color: #ffffff;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    list-style: none;
    margin: 0 !important;
    text-shadow: 0px 4px 15px #000;
    width: auto;
}

.promotion-banner__li strong {
    font-weight: 700;
    text-transform: uppercase;
}

.promotion-banner__li-w-lg {
    width: 230px;
}

@media screen and (min-width: 768px) {

    .promotion-banner__expiring-countdown-text {
        font-weight: 700;
    }

    .promotion-banner__text.promotion-banner__text--margin-md {
        margin-top: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .promotion-banner__expiring-countdown-image-container {
        display: inline-block;
        position: relative;
        bottom: 4px;
        padding-right: 4px;
    }

    .promotion-banner__expiring-countdown-image {
        height: 30px;
    }

    .promotion-banner__expiring-countdown-container {
        height: 62px;
        margin-top: 24px;
    }

    .promotion-banner__expiring-countdown-text {
        font-size: 26px !important;
        margin-bottom: 0;
        padding-top: 16px;
        line-height: 30px;
    }

    .promotion-banner__text.promotion-banner__text--margin-md {
        margin-top: 52px;
    }
}


@media screen and (min-width: 1360px) {
    .promotion-banner__text.promotion-banner__text--margin-md {
        margin-top: 20px;
    }
}



@media screen and (max-width: 1180px) {
    .promotion-banner__text.promotion-banner__text--margin-lg {
        margin-top: 16px;
    }
}

@media screen and (max-width: 932px) {
    .promotion-banner__container--image-variant {
        padding: 40px 0px;
    }

    .promotion-banner__text.promotion-banner__text--margin-lg {
        margin-top: 45px;
    }

        .promotion-banner__heading,
        .promotion-banner__heading em {
            font-size: 40px;
        }

        .promotion-banner__heading sup {
            font-size: 24px;
            top: -0.6em;
        }
        
    .promotion-banner__variant {
        margin: 20px 0 16px;
    }

    .promotion-banner__content hr {
        margin: 0 auto;
        width: 700px;
    }

    .promotion-banner__text,
    .text-fragment {
        font-size: 20px;
        line-height: 30px;
    }

    .text-fragment--md {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .text-fragment--sm {
        font-size: 16px !important;
        font-weight: 700;
        line-height: 21px !important;
    }

    .text-fragment--line-height-xs {
        line-height: 18px !important;
    }

    .text-fragment-pipe {
        top: 5px;
    }

    .text-fragment--title-case {
        font-size: 44px;
        line-height:48px;
    }

    .promotion-banner__half-pipe {
        bottom: 5px;
    }

    .promotion-banner__btn {
        margin-bottom: 16px;
    }

    .promotion-banner__ul {
        margin-bottom: 8px;
        margin-top: 16px;
    }
    
    .promotion-banner__li {
        font-size: 16px !important;
        line-height: 21px;
    }
    
    .promotion-banner__li-w-lg {
        width: 188px;
    }
}

@media screen and (max-width: 767px) {
    .promotion-banner {
        background-color: #142640;
        border-bottom: 8px solid #B10A32;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-bottom: 32px;
    }

    .promotion-banner__container {
        padding: 32px 0;
    }

    .promotion-banner__container--image {
        border-bottom: 8px solid #B10A32;
        padding: 30px 0px 24px;
        background-position: bottom;
        background-size: cover;
    }

    .promotion-banner__container--image-variant {
        padding: 30px 0px 32px;
    }

    .promotion-banner__text.promotion-banner__text--margin-lg {
        margin-top: 19px;
    }

    .promotion-banner__row {
        display: block;
        padding: 32px 0;
    }

    .promotion-banner__row--p0 {
        padding: 0;
    }

    .promotion-banner__heading {
        font-size: 26px;
        font-weight: 600;
        line-height: 30px;
        margin: 0 auto 8px auto;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

        .promotion-banner__heading em {
            font-size: 26px;
            font-weight: 600;
            line-height: 30px;
            margin: 0 auto 8px auto;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        }

        .promotion-banner__heading sup {
            font-size: 14px;
            top: -0.6em;
        }

    .promotion-banner__variant {
        margin: 16px 0 8px;
    }

    .promotion-banner__content hr {
        width: 288px;
    }

    .promotion-banner__text,
    .text-fragment {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
    }

    .promotion-banner__text {
        display: block;
        margin-top: 0;
    }

    .text-fragment {
        display: block;
        margin-top: 8px;
    }

    .text-fragment:after {
        margin-left: 2px;
        margin-right: 1px;
        width: 4px;
        height: 4px;
    }

    .text-fragment-pipe {
        height: 16px;
        margin: 0 4px;
        position: relative;
        top: 3px;
    }

    .text-fragment--title-case {        
        font-size: 30px;
        line-height: 34px;
    }

    .promotion-banner__text span {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .text-fragment--md {
        font-size: 16px !important;
        line-height: 21px !important;
    }

    .text-fragment--sm {
        font-size: 14px !important;
    }

    .promotion-banner__btn {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 15px;
        margin-bottom: 4px;
        margin-top: 0;
    }

    .promotion-banner__ul {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 16px;
        margin-top: 13px;
    }
    
    .promotion-banner__li {
        font-size: 16px !important;
        line-height: 18px;
    }
    
    .promotion-banner__li-w-lg {
        width: 100%;
    }
}

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
/*Cruise review*/
#cruise_review_popup p {
  font-size: 14px;
  line-height: 21px;
}

#cruise_review_popup .form-text-field {
  position: relative;
}

#cruise_review_popup .form-text-field.full-width input {
  width: 98%;
}

#cruise_review_popup .form-text-field input {
  /*width: 96%;*/
}

#cruise_review_popup .selects-two-columns .select_wrap {
  width: 49%;
}

#cruise_review_popup .selects-two-columns {
  width: 98%;
  padding-top: 10px;
  word-spacing: -0.31em;
}

#cruise_review_popup .selects-two-columns * {
  word-spacing: 0;
}

#cruise_review_popup .selects-two-columns .select_wrap:nth-of-type(2n) {
  margin-left: 2%;
  padding-left: 0;
}

#cruise_review_popup textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#cruise_review_popup .chzn-container-single .chzn-single {
  padding-left: 25px;
  font-size: 15px;
}

/*cruiseSearch forms*/
.cruiseSearch .check-box {
  line-height: 0px;
  width: 100%;
  display: inline-block;
}

.cruiseSearch .check-box div {
  display: inline-block;
  width: 49%;
  padding-bottom: 32px;
}

.cruiseSearch .dropdown {
  width: 70%;
  display: inline-block;
  padding-left: 5%;
}

.cruiseSearch p {
  margin: 10px 0;
  font-size: 15px;
}

.cruiseSearch .advanced-search {
  width: 206px;
  margin: 0 auto;
}

.cruiseSearch .advanced-search a {
  font-weight: bold;
  border-bottom: 1px solid #B10A32;
}

.cruiseSearch .title-right {
  display: inline-block;
  font-size: 15px;
  margin: 0;
  text-align: right;
  vertical-align: top;
  width: 15%;
}

.cruiseSearch .title-right.title-dropdown {
  padding-bottom: 32px;
  vertical-align: middle;
}

.cruiseSearch .select_wrap {
  border-bottom: 0 none;
  margin: 0;
}

.search-button {
  width: 39%;
  display: inline-block;
  padding-right: 10%;
}

.search-button input {
  font-size: 17px;
}

.search-button .submit {
  float: none;
}

.cruiseSearch .formArea:not(#thing) input[type="checkbox"] + label, .cruiseSearch .formArea:not(#thing) input[type="checkbox"] + input + label {
  background: url("../../images/v2/input_check.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
}

.cruiseSearch .formArea:not(#thing) input[type="checkbox"]:checked + label, .cruiseSearch .formArea:not(#thing) input[type="checkbox"]:checked + input + label {
  background-image: url("../../images/v2/input_check_selected.png");
}

.popup.cruiseSearch .selects-two-columns {
  display: inline-block;
  padding: 0 0 20px 4%;
  width: 86%;
}

.popup.cruiseSearch .check-box {
  width: 75%;
  padding-left: 4%;
}

.popup.cruiseSearch .check-box div {
  display: inline-block;
  width: 36%;
  padding-bottom: 32px;
}

.popup.cruiseSearch .search-button {
  padding-right: 6%;
  width: 25%;
}

.popup.cruiseSearch .search-button input, #colorbox .cruiseSearch input.reset[type="reset"] {
  height: 45px;
  font-size: 17px;
}

/*# sourceMappingURL=old-cruise.css.map */

/*--Staterooms--*/

[id="change-stateroom-confirm"] .contents{
 padding: 0 15px;
}
[id="change-stateroom-confirm"] .contents strong{
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
#change-stateroom-confirm.modal-ecommerce{
 padding: 20px 30px 20px 30px;
}

@media screen and (min-width:1136px) {
	.stateroom-popup-content {
		padding-left: 250px;
	}
}

@media screen and (min-width:961px) {
	.stateroom-popup-content > ul {
		width: 315px;
	}
}

.stateroom-type{
    padding-left: 25px;
    display: inline;
    float: left;
    width: 249px;
}
.stateroom-changer{
    padding-left: 0;
    display: inline;
    float: left;
    width: 270px;
}
/*essentially making them invisible on page load - must have at least 1 px or it will not be accessible in the DOM*/
.stateroom-changer input.hit_area[type="radio"] {
    height: 1px;
    right: 0;
    top: 0;
    width: 1px;
}
.stateroom-changer h4 {
	font-weight: bold;
}
.stateroom-type h3{
    font-size:14px;
    margin:25px 0;
}
.stateroom-images{
    padding-top:40px;
    position:relative;
    vertical-align:top;
    width:500px;
}
.stateroom-header img{
    display:none;
}
#colorbox .stateroom-popup-content {
    display:inline-block;
    padding: 20px 4% 40px;
    width:100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#bsModal .stateroom-header h3,
#colorbox .stateroom-header h3{
    color: #B10A32;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
}

#bsModal .stateroom-header,
#colorbox .stateroom-header{
    border-bottom: 5px solid #B10A32;
    padding-bottom:15px;
    margin-bottom: 23px;
    width: 100%;
}
#bsModal .stateroom-header ~ .stateroom-header,
#colorbox .stateroom-header ~ .stateroom-header{
    display:none;
}

#bsModal .stateroom-header h3,
#colorbox .stateroom-header h3{
    display:block;
    padding:0;
    font-size: 36px;
    padding-top:34px;
    text-align:center;
    margin:0;
}
#bsModal .stateroom-header a,
#colorbox .stateroom-header a{
    float:left;
}
#bsModal  .stateroom-header img,
#colorbox .stateroom-header img{
    display:inline;
    margin-bottom:0;
    width:100%;
}


#colorbox .stateroom-images{
    margin: 0;
    display:inline-block;
    padding:0;
}
.embedded-staterooms {
    margin-left: 20px;
    padding-left: 20px;
}
.embedded-deckplans {
    display: none;
    background-color: #ffffff;
}



.embedded-staterooms .flex-control-thumbs li,
#bsModal .flex-control-thumbs li {
        margin: 1.0em 4px 0 0;
}

.embedded-staterooms .flex-control-thumbs img.flex-active,
#bsModal .flex-control-thumbs img.flex-active {
    border-bottom: 4px solid #b10a32;
}

.embedded-staterooms flex-control-thumbs li img,
#bsModal .flex-control-thumbs li img {
    width: 100%;
    border-bottom: 4px solid #FFF;
    cursor: pointer;
}

.embedded-staterooms .slides,
.embedded-staterooms .slides > li,
#bsModal .slides,
#bsModal .slides > li {
  margin: 0;
  /*padding: 1px;*/
  list-style: none;
}

/*Ship gallery flexslider STARTS*/
#ship-flex-container .flex-direction-nav .flex-prev {
    left: 8px;
}
#ship-flex-container .flex-direction-nav .flex-next {
    right: 8px;
}
#ship-flex-container .flex-direction-nav a {
    background-color: rgba(103, 96, 96, 0.5);
}
/*Ship gallery flexslider ENDS*/

#bsModal .stateroom-features__item {
    list-style-type:none;
}

#bsModal .stateroom-features__item::before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* THESE STYLES NOT NEEDED FOR FINAL VERSION, THEY WERE TRIED DURING DEVELOPMENT THOUGH AND MAY COME IN HANDY
	IF MVC / DD4T PHASE OF PROJECT REQUIRES ANY HTML REWORK.

#brochuresPrimary {
	border-bottom: 1px solid black;
}
#brochuresPrimary .brochureImage {
	padding-left: 28px;
}
#brochuresPrimary .brochure {
	padding-bottom: 50px;
	width: 270px;
}
#brochuresSecondary; {
	clear: both;
}
.brochuresIntro {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: "Open Sans", sans-serif;
	font-size: 18pt;
	line-height: normal;
}
#quoteButton {
	float: right;
}
#brochuresSecondary .brochuresIntro {
	display: block;
	clear: left;
}
#brochuresSecondary .brochure {
	width: 100%;
	clear: both;
	height: 160px;
	font-size: 18px;
}
#brochuresSecondary .brochure div {
	display: inline-block;
}
#brochuresSecondary .brochureButton {
	position: absolute;
	right: 0px;
	top: 0px;
}
#brochuresSecondary .brochureImage {
	top: 0px;
	left: 0px;
	position: absolute;
}
#brochuresSecondary .brochureSummary, #brochuresSecondary .brochureTitle {
	margin-left: 130px;
	margin-right: 300px;
}
#brochuresSecondary .brochureTitle {
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
}
.brochure {
	position: relative;
	border-bottom:1px solid #eee;
	margin-top:15px;
	padding-bottom:15px;
	min-height:120px;
}
.brochureTitle{
	font-weight:900;
	font-size:135%;
}
.brochureButton {
}
.brochure > img {
	position:absolute;
	left:0px;
	top:0px;
	width:20%;
}
.brochure > div {
	margin-right:50px;
	margin-left:22%;
}
.brochure.brochureImageBig {
	min-height:180px;
}
.brochure.brochureImageBig div {
	margin-left:32%;
}
.brochure.brochureImageBig > img {
	width: 30%;
}
.brochure > input[type='checkbox'] {
	position:absolute;
	right:0px;
	top:10px;
}
.insertPanel > div, #postalFields > div {
	padding-top: 15px;
}
*/
#form_brochureRequest {
	display:table;
}
#form_brochureRequest h4 {
	margin: 0;
}
#form_brochureRequest > div.left-content{
	display:table-cell;
    padding-right:15px;
    width:auto;
}
#form_brochureRequest > div.right-content{
	display:table-cell;
	width:300px;
    position:relative;
}
.insertPanel {
	background-color:#f2f2f2;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:80px;
}
.insertPanelTitle {
	text-transform: uppercase;
	font-weight: 900;
	color: #B10A32;
	padding-top:20px;
	padding-bottom:20px;
	word-spacing:0;
	line-height:normal;
}
.insertPanel > div > input[type='text'], #form_brochureRequest #postalFields > div > input[type='text'] {
	display:block;
	width:95%;
}
.insertPanel > div > label, #postalFields > div > label {
		font-weight: 900;
	}
#postalFields .country label {
		display:block;
        /*font-size:16px; */
	}
#ContactByMailLabel, #ContactSpecialOfferLabel, #ContactFriendLabel {
	font-size: 80%;
}
.brochure-listing, .brochure-listing h3{
    margin-bottom: 5px;
}
.brochure-listing .button-container{
    display:table-cell;
    width:300px;
    vertical-align:top;
}
.brochure-listing .button-container .cta{
    float:right;
    margin-top:19px;
    width:250px;
}
.brochure-listing .img-container{
    display:table-cell;
    width:240px;
}
.brochure-blocks{
    display:table;
    text-align:center;
    width:100%;
}
.brochure-blocks > div{
    display:inline-block;
}
.brochure-blocks .plain-block{
    max-width:210px;
    width:90%;
}
.brochure-blocks .plain-block img{
    width:100%;    
}
.scroll-to-contact{
    display: none;
    font-size: 16px;
    margin-top: -12px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.scroll-to-contact:hover{
    cursor:pointer;
}

.one.columns.right.formArea.makeItRelative{
    position: relative;
}

.overlayedCheckBox {
    position: absolute;
    height: 3.2em;
    width: 3.2em;
    top: 3px;
    left: 0;

}

#BRFormSubmit{ 
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.cta.brochureButton {
    width: 100%;
}



@media only screen and (min-width: 1024px){
	#breadcrumb,
	.contentWrapper { } 
	.destinations_regions .cruiseNavWrapper {
	position: absolute;
	top: 0;
	right: 0;
	}
	.video-playlist-mobile {display: none;}
}

@media only screen and (min-device-width: 1150px) and (max-device-width: 1600px) {
    .full-width-mobile .stateroom-popup-content {
        height: 550px;
    }
}

@media all and (min-width: 961px) and (max-width: 1136px) {
	.desktop_menu .alt .header_search {
		display:none;
	}
} 

/* 1136 accomodates resolutions upto iPhone 5 */
@media only screen and (max-width: 1136px) and (max-device-width: 1136px), (max-width:960px) {

    /* condensed-promos */
    .six.columns.condensed-promos
    {
        clear: both;
        float: left;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .six.columns.condensed-promos:first-child .promo-Container
    {
        margin-bottom:10px;
    }


    .condensed-promos .promo-banner
    {
        padding:5px;
    }
    .condensed-promos .promo-banner h2
    {
        font-size:28px;
    }
    .condensed-promos .promo-banner hr
    {
        margin:10px auto ;
    }
    .condensed-promos .promo-banner .action
    {
        margin-top:10px;
    }
    .condensed-promos .promo-banner .action p
    {
        font-size:22px;
    }
    .condensed-promos .promo-banner .header,
    .condensed-promos .promo-banner .text,
    .condensed-promos .promo-banner .disclaimer
    {
        margin-top:5px;
    }

    /* end condensed-promos */

    h1{
        font-size:26px;
    }
    h2{
        font-size:24px;
    }
    .four.columns.index-block h3, .four.columns.overlay-block h3, .mainContent .col-sm-6.col-md-4 h3{
        font-size:16px;
        margin: 5px 0;
    }
    .mainContent p{
        margin-bottom:15px;
    }
	.footerSocial {max-width: none;}
	.bodyWrapper .footer { border-top:none;}
	#fac { margin-right:0; }
	#ytplayer-header {display: none;}
	.now-watching {display: none;}
	#watch7-views-info{display: none;}
	.video-share.votes {display: none;}
	.video-share {	font-size: 15px;	}
	.video-share img {margin: -4px 4px 0 0;}
	.video-info p {display: none;}
    .video-next {right:0px;background-position: 8px 0;}
    .video-prev {left:7px;}
    .video-next, .video-prev { opacity:1; } 
	.playlist-video-title {
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	padding: 0;
	font-size: inherit;
	position: static;
	}
    /*responsive video player*/
    #yt_player_sizer {
        margin: 0px;
    }
    .video-expanded #video_player {
        padding-left: 10px;
        padding-right: 0px;
    }
    .column-container .video-expanded{
        margin:-38px -20px 10px -30px;
    }
    /*portal*/
	.portal.home .contentWrapper { padding-bottom:0; }
	.portal_feature,
	.portal_feature img,
	.portal_feature .feature_item {
		overflow:hidden;
		height:374px;
	}
	#feature .feature_split_left img {  margin-left:-295px;}
	#feature .feature_split_right img { margin-left:-299px;}

    /*size fluid img container to avoid content jump upon img load*/
    .home .feature_item .imgholder {
	padding-bottom: inherit; 
}
    .feature_item .imgholder {
	    padding-bottom: 0%; 
    }
    .home .feature_item .imgholder img {
        width:auto;
        position:relative;
        margin-left:-425px;
    }
    /* page lock */
	.contentWrapper { padding:20px; }
	
	/* nav test stuff */
	#bodyMover { position:relative;}
	
	.feature { font-size:16px; }

	.home a#prev, .home a#next {
		top: 200px;
	}
	.feature p, .feature .sub {font-size: 100%;}
    .feature .sub {font-size: 80%;}
	.feature_text .cta {
		margin: 0 20px;
		position:static;
	}
	.feature_text .text_wrap {
		margin: 0 0 0 20px;
	}
	.input_module {width:100% !important; margin-right:0; }
	#feature ul li {
		width: 33.33%;
	}
    
    .feature .cta-white, .feature .cta-video {
        right:0;
    }
    
    .feature h4 {
        max-width:75%;
    }
	.feature div.imgholder {
		height:454px;
	}
	.destinations .feature div.imgholder {
		height:200px;
        overflow: hidden;
        width: auto;
	}
	.feature div.feature_item div.text_wrap.fullAreaLink a {top:-465px;}
	#order_brochure { margin-bottom: 0; }
	#order_brochure .imgholder  img { max-height: none;}
	#order_brochure .formArea { margin: 15px 0 0; padding: 0; }
	.quick_results { padding: 30px 0; }
	.quick_results .reset { margin: 1em 0 0; }
	.brochure-explanation {
		margin: 2.5em 0 0;
	}
    .feature img { 
        width:auto;
    }
	.quick_results .skinny {display: inline-block;}
	.contentWrapper>.ctas .cta { font-size:16px; margin:1.8em 0 0;}
	.contentWrapper>.ctas .cta span { padding:16px 20px;}
	#brochure_form {text-align: left;}
	#order_brochure .brochure_form_wrap {
		width: 500px;
	}
	#order_brochure .brochure_input_wrap {
		padding: 0 0 36px;
		text-align: center;
	}
	#order_brochure .brochure_input_wrap > span {
		width: 210px;
	}
	#order_brochure .quick_results {
		padding: 20px 0;
	}

	#fac.module_open>.module_inner,
	#order_brochure.module_open>.module_inner {
		height:280px
	}
	/*.module_title span {display:none;}*/

	#fac .fypc_form input[type='submit'] {
		margin: 0;
	}	
	.contentWrapper .contentColumn {display:block; float:none; width:auto; margin:0 0 20px; overflow: hidden;}
	.columnWrapper .imgholder{ 
	float:right;
	width:35%; 
	margin-left:10%;
	}
	#colorbox .columnWrapper { font-size:12px; line-height:20px; direction:ltr;}
	#colorbox .columnWrapper li { margin: 0 0 0.5em;}
	#colorbox .columnWrapper p { margin: 0 0 1em;}
	#colorbox .videoBox .playerHolder { margin:0 0 1em 0; width:auto; }
	#colorbox .contentColumn  { display:block;margin:0 auto; float:none; height:auto; }
	#colorbox .playerHolder,
	#colorbox .videotiles { width:auto; margin:0 0 1em 0; }
	#colorbox .videotiles {	margin:0 -1em 1em 0; }
	.cruiseNavWrapper .ctas {position:static; text-align:center; margin:1em 0; }
	.cruiseNavWrapper .ctas br  { display:none; }
	.cruiseNavTabs { height:70px; line-height:70px; }
	.cruiseNavTabs .sub { position: absolute; left:0px; display:block; }
	.cruiseNavTabs>ul, .contentWrapper div > .select-list-box + ul{ display:none; }
	.cruiseNavTabs .chzn-container { color:#333333; margin: 0 auto; left:0; display:block; position:relative; top:10px; text-align: center; font-size:16px;  }
	.chzn-container-single .chzn-single { height:50px; line-height:50px; }
    .cruiseNavTabs .chzn-container-single .chzn-single { background-color:none; border:1px solid #ddd; background:rgba(227,227,227,0.95);}
	.chzn-container-single .chzn-single div { height: 40px; width: 50px; margin:5px 0; border-left:1px solid #ffffff; background:url('../../images/v2/arrow_nav_drop_dark.png') center no-repeat; }
	.chzn-container-single .chzn-single span { height:50px; line-height:50px; background:none; }
	.chzn-container-single .chzn-drop {  margin-top: 1px; }
	.chzn-container-single .chzn-results {  max-height: none; }
	.formArea .chzn-container-single .chzn-results {
	max-height: 255px;
	}
    .cruiseNavWrapper:first-child .cruiseNavTabs{
        margin-top:-20px;
    }
    .cruiseNavTabs .select-list-box ~ select{
        width:48%;
    }
    .cruiseNavTabs .select-list-box ~ .chzn-container { 
        display:inline-block;
        top:-8px;
        width: 48% !important;
    }
    .contentWrapper .cruiseNavTabs .select-list-box{
        width:48%;
        padding:10px 0 0;
        margin: 0 1%;
    }
    .contentWrapper .cruiseNavTabs .select-list-title{
        background: none repeat scroll 0 0 rgba(227, 227, 227, 0.95);
        height:50px;
    }
    .contentWrapper .cruiseNavTabs .select-list-title span{
        text-align:center;
        background: url("../../images/v2/arrow_nav_drop_dark.png") no-repeat scroll 98% 20px rgba(0, 0, 0, 0);
        line-height:50px;
        padding:0;
        width:100%;
    }
    .contentWrapper .select-list-box .options{
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
        border-color: -moz-use-text-color #DDDDDD #DDDDDD;
        border-image: none;
        border-style: none solid solid;
        border-width: medium 1px 1px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    }
	.contentWrapper .select-list-box .options a{
		text-align: center;
	}
	.chzn-container-single .chzn-results li {  height:50px; line-height:50px; border:1px solid #ddd; margin:-1px -1px 0;}
	.contentWrapper .videoBox {
	max-width:600px; 
	margin: 0 auto .3em;
	}
	.videotiles {
	margin-right:-2%;
	}
	.videotiles a {
	margin: 0 .5em 0 0;
	}
	.modal.room_details .videotiles a.last {
	margin: 0;
	}
	.modal.room_details .playerHolder,
	.modal.room_details .videotiles {
	width: 538px;
	}
	.modal.room_details .videoBox,
	.modal.overlay-0,
	.modal.overlay-1,
	.modal.overlay-2,
	.modal.overlay-3,
	.modal.overlay-4 {
	margin: 0;
	}
	.modal.room_details .contentColumn,
	.modal.room_details .videoBox {
	width: 100%;
	}
	.modal.room_details .videoBox h3 {
	display: block;
	border-bottom: none;
	margin: 0 0 1em;
	}
	.life_on_board .contentColumn .imgholder img,
	.your_trip .contentColumn .imgholder img {
	height: 260px;
	}
	/*.life_on_board .contentColumn.last,
	.yourTrip .contentColumn.last,*/
	.mainContent .contentColumn.last {
	border: none;
	}
	.mainContent #airfare_pricing > table { width:100%; float:none; height:auto; }
	.mainContent .table_overlay #room_overlay { height:auto; background-size: auto 100%}
	.mobile_collapse { height:55px; overflow:hidden; margin:-3px 0 0; background:#f2f2f2; }
	.input_module.mobile_collapse { margin: 0 0 40px; }
	.mobile_collapse h4 { height:50px; line-height:50px; margin:0;  font-size:100%; background: #f2f2f2 url('../../images/v2/gradients/th.jpg') 0 0; background-size:auto 150%;border-bottom:1px solid #fff;border-top:1px solid #fff; padding:0 20px; 
	-moz-box-shadow:	0 8px 5px -5px rgba(0,0,0,0.3); 
	-webkit-box-shadow:	0 8px 5px -5px rgba(0,0,0,0.3); 
	box-shadow:	0 0px 5px 0px rgba(0,0,0,0.3); }
	.mobile_collapse h4>span {background: url('../../images/v2/side_drop_arrow.gif') 5px 11px no-repeat; display:inline-block; width:20px; height:22px;}
	.mobile_collapse.expanded {height:auto;}
	.mobile_collapse.expanded h4>span { background-position: 5px -39px ;}
	.mobile_collapse p { margin:20px;  }
	.contact-info {
	display: block;
	width: auto;
	}
	.mailing-address {
	display: block;
	}
	.searchResults .searchBox {
		padding: 20px;
	}
	.contentWrapper .searchBox input[type='text'] {
		padding: 0 0 0 50px;
	}
	.featuredCruise h2 {
		margin: 0 0 0.7em;
		display: block;
	}
	.featuredCruise h2:before {
		content:none; display:none;
	}
	.featuredCruise h4 {
		display: block;
		margin: 0 0 0.5em;
	}
	.contentWrapper .otherResults h4 {
		font-size: 18px;
	}
	.contentWrapper .otherResults h5 {
		font-size: 16px;
	}
	.contentWrapper .otherResults p {
		font-size: 14px;
	}
	.searchResults .contentWrapper {
	padding-bottom: 1px;
	}
	.searchResults .columnWrapper {
	margin: 0 0 20px;
	}
	.searchResults .contentColumn h4 {
	margin-top: -2px;
	}
	.searchResults .contentColumn {
	margin: 30px 0 15px;
	}
	.searchResults .destinationImage img {
	width: 200px;
	}
	.searchResults .pricing .date,
	.site_links .cruisePricing li.date {
	display: block;
	margin: 0 0 5px;
	}
	.searchResults .hideOnMobile,
	.site_links .cruisePricing .hideOnMobile,
	.site_links .imgHolder.hideOnMobile {
	display: none;
	}
	.cruiseExplore .mainContent h2 {
		margin-top: 50px;
	}
	.cruiseExplore .mainContent .contentColumn h3 {
		margin: 0 0 .25em;
	}
	.cruiseExplore .mainContent .cruiseDetails {
		font-size: 1em;
		margin: 0 0 20px;
	}
	.site_links .notFoundHeader h3 {
	margin: 1.5em 0 .5em;
	}
	.site_links .imgholder img {
	width: 200px;
	}
	.site_links .byRegion {
	width: 50%;
	padding: 0 20px 0 0;
	}
	.site_links .byCountry {
	width: 50%;
	padding: 0;
	}
	.site_links .byCountry .column {
	width: 50%;
	float: left;
	}
	.site_links .byCities {
	width: 100%;
	clear: left;
	margin-top: 30px;
	padding: 0;
	}
	.site_links .byCities .leftColumn,
	.site_links .byCities .rightColumn {
	float: none;
	width: 100%;
	}
	.site_links .byCities .column {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	.site_links .byCities .last {
	padding: 0;
	}
	.cruise_results .editSearch {
	margin: -16px 0 0;
	}
	#cruiseSearch #fac {
	width: 96% !important;
	margin: 0 auto .75em;
	}
	#cruiseSearch .quick_results {
	margin: 10px 0 0;
	}
	#cruiseSearch .quick_results .recommended {
	font-size: 16px;
	}
	.thankYouHeader {
	width: 78%;
	}
	.thankYouHeader h4,
	.thankYouHeader p {
	font-size: 100%;
	}
	.mainContent .contentColumn {
		margin: 0 20px 30px 0;
	}
	.mainContent .contentColumn .imgholder {
		height: 266px;
		width: 286px;
		margin: 0 0 0 10px;
	}
	.cruiseExplore .mainContent .contentColumn .imgholder {
		height: 195px;
		width: 295px;
		margin: 0 0 15px 15px;
	}
	.mainContent .contentColumn p {
		margin: 0 0 1.5em;
		font-size: 14px;
	}
	.cruiseOverview .contentColumn {
		border: none;
	}
	.cruiseOverview .videoBox {
		width: 500px;
		position:static;
		margin: 0 auto 40px;
	}
	.cruiseOverview ul {
		padding: 0 0 0 1.5em;
	}
	.mobileHide{
		display: none;
	}
	.fypc {
		padding: 20px;
	}
	.fypc select {
		/*width: 245px;*/
	}
	.fypc label {
		margin-bottom: .75em;
	}
	.fypc #fypc_destination_chzn {
		margin-right: 5px;
	}
	.fypc_item_wrap  {
		width:35%;
	}
	#colorbox .fypc_form input[type='submit'] {
		margin: 0;
	}
	.fypc .chzn-container-single .chzn-single > span {
		padding-right: 20px;
	}
	/*Content Bloom*/
    #cta-accordion{

    }
    h1, h4{
        margin:0;
    }
    .priceGrid td{
        padding:5px;
    }
    .popup.cruiseSearch .check-box div {
        width: 50%;
    }
    .form-header h1 {
        margin-bottom: 20px;
    }
    .popup.cruiseSearch .selects-two-columns {
        padding: 0 4% 20px;
        width: 71%;
    }
    .index-block .chevron-link{
        width:85%;
        margin: 5px 0 0 0;
        display:block;
    }
    .fixed-right-container{
        display: block;
        padding-left: 0;
        width: 100%;
    }
    .desktop-table{
        display: block;
        width:100%;
    }
    .scroll-to-contact{
        display: block;
    }
    /*Deckplan widget*/
    .colored-box-link{
        display: block;
    }
    .hit_area{
        /*display:none;*/
    }
    .deckplans_widget{
        display:inline-block;
        position:relative;
    }
    .deckplans_widget img{
        width:auto;
    }
    .stateroom-images{
        padding-top:0;
        width:100%;
        padding-left:10%;
    }
    .stateroom-popup-content {
        padding-left:0;
    }
        .stateroom-popup-content .cruiseOverview {
            min-height:0px;
        }

    .hidden-right{
        margin-bottom:-815px;
    }
    .smarty-tag{
        margin-top:815px;
    }
}

@media screen and (max-width: 800px) {
        /*size fluid img container to avoid content jump upon img load*/
    .home .feature_item .imgholder {
	padding-bottom: inherit; 
}
    .destinations .feature_item .imgholder {
        padding-bottom: 0%; 
        height: 200px;
        position: relative;
    }
    .destinations .feature_item .imgholder img {
        width:auto;
        position:relative;
        max-width: none;
        min-width: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);    
        transform: translate(-50%,-50%);
    }
}

/* contact us */

@media screen and (max-width: 1136px){
	.mailing-address h4 {
	display: inline-block;
	vertical-align: middle;
	}
	.mailing-address span {
	display: inline-block;
	white-space: normal;
	padding-left: 37px;
	vertical-align: middle;
	}
	.mailing-address {
	width: auto;
	}
	
    [class^="col-"] .chzn-container-single, [class*="col-"] .chzn-container-single {
        /*width: 94% !important;*/
    }

	.form-text-field.full-width input {
	width: 94%;
	}
}

.requestQuote label{
	vertical-align: top;
	height: 40px;
	display: inline-block;
}

/* forms */
@media screen and (max-width: 1136px) and (max-device-width:1136px), screen and (min-width: 961px){
	
	.desktop_hide {display: none !important;}
	.form-text-field label.take-space{
	display: inline-block !important;
	}
}
@media screen and (max-width: 1135px){
	
	.formArea input, .formArea textarea {
	font-size:inherit !important;
	}
	.formArea h4 {
	margin-bottom: 1.2em;
	}
    /*.denotes {
	margin-top: -58px;
	}*/
	.formArea {
	/*font-size: 13px !important;*/
	}
	.form-text-field {
	width: 100%;
	font-size: 125%;
	text-align: left !important;
	padding-right:0 !important;
	padding-bottom: 6px; 
	position:static;
	}
	.form-text-field .form-text-field {
	font-size: 100%;
	}
	.form-text-field label.take-space{
	position: absolute;
	text-transform: uppercase;
	color: #adadad;
	width: auto;
	display: block;
	line-height: 35px;
	padding: 15px 15px;
	}
	.title label,
	.country label {
	display: none;
	}
	label.modal_state {
	display: none;
	}
	label.modal_friend_state {
	display: none;
	}
	#form_special_offers .form-text-field #modal_state_chzn {
	width:100.3% !important;
	padding-bottom:10px;
	}
	.form-text-field em {
	padding: 10px inherit
	}
    .form-text-field.website-address em{
    left:11px;
    top:46px;
    }
	.form-text-field input {
	width: 100%;
	padding: 15px 3% 15px 25px;
	}
	.form-text-field .zip input {
	width: 35%;
	}
	.form-text-field.phone label {
	font-size:85%;
	}
	.form-text-field.phone input {
	width: 80px;
	}
	.form-text-field.phone input:nth-child(3) {
	width: 115px;
	}
	.formArea .chzn-container-single .chzn-single { height:54px; line-height:54px; padding-left:25px; }
	.formArea .chzn-container-single .chzn-single span { height:54px; line-height:54px; /*background:none;*/}
	.formArea .chzn-container-single .chzn-results li {height:54px; line-height:54px;padding-left:25px; }
	
    [class^="col-"] .chzn-container-single, [class*="col-"] .chzn-container-single {
        /*width: 94% !important;*/
    }
    .chzn-container-single .chzn-single > span {
        padding-left: 5px;
		font-size: 13px;
    }

	#best-time  {
	position: static;
	margin: 0;
	text-align: left;
	width: 100%;
	}
	#best-time>label {
	display: inline-block;
	width: 40%;
	}
	.form-radio-list, #contact-method .form-radio-list {
	width: 60%;
	}
	#contact-method>label {
	width: 40%;
	}
	#contact-method {
	width: 100%;
	margin-top: 10px;
	}
	.contact-radios div.right {
	text-align: left;
	}
	.contact-radios h4, .contact-radios div.form-radio-container {
	width: 40% !important;
	}
	.contact-radios {
	padding: 0;
	}
	#message textarea {
	display: block;
	width: 98%;
	margin-top: 0;
	}
	#message div {
	margin-left: -4px;
	}
	.formArea:not(#thing) * > input[type='radio'] + label {
	min-width: 40%;
	}
	#bodyMover .formArea:not(#thing) input[type='checkbox'] + label, #trd-body-mover .formArea:not(#thing) input[type='checkbox'] + label {
	background-size:40px;
	padding:16px 0px 6px 45px;
	}
	.email-confirmation .subtext {
	position: static;
	height:35px;
	line-height:20px;
	}
	.form-text-field .chzn-container {
	width: 100.3% !important;
	margin:3px 0 2px;
	}
	.form-text-field .chzn-container li {
	font-size:inherit;
	}
	.form-text-field label {
	width: 40%;
	}
    .form-text-field {
	margin: 10px 0;
	position: static;
	}
	.form-text-field.phone div.form-radio-list {
	width: 60%;
	}
	.contact-reason {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
	.subtext-error,
	.even .subtext-error {
	padding-left:0; 
	}
	.even .subtext-error {
	}
	#colorbox h1.order_brochures {
	margin:200px 0 0px;
	height:20px;
	}
	.stateroom_checks h4 {
	width:27%;
	padding-bottom: 4em;
	}
	.requestQuote #message h4,
	.requestQuote #fac h4 {
	float:none;
	display:block;
	width:auto;
	padding:0;
	}
	.requestQuote #fac .module_inner {
	padding-top:0;
	}
	.stateroom_checks label {
	}
	.requestQuote #best-time>label,
	.requestQuote label {
	width:27%;
	}
	.requestQuote #best-time {
	padding:0;
	}
	.requestQuote #fac .quick_buttons a {
	padding:10px 0;
	}
	.requestQuote #message textarea {
	width: 97%;
	}
/*Content Bloom*/
    .right-content{
        position:static;
    }
    .right-content img{
        display:none;
    }
    .left-content{
        width:100%;
    }
    .cruise-type-choice div{
        display:inline-block;
        margin-left:2%;
        width:33%;
    }
    .form-button{
        width:50%;
        display:inline-block;
    }
    .form-button-left input, .form-button-right input, .form-button-right .cta , .form-button-left .cta {
        width:100%;
    }
    .table-cell.form-button{
        display:table-cell;
    }
    .form-button input[type="button"], .form-button input[type="submit"]{
        margin-left:0;
    }
    .mobile-inline{
        display:inline-block;
        width:25%;
        vertical-align:bottom;
    }
    .not-again{
        position:absolute;
        bottom:10px;
        right:10px;
    }
    .select_wrap{
        font-size:125%;
    }
    .chzn-container-single .chzn-single span ~ div, .chzn-container-active .chzn-single-with-drop span ~ div{
        height:42px;
    }
    .columns.form-header{
        width:95%;
    }
    .full-width-mobile, .columns.full-width-mobile, .columns .full-width-mobile, .flush.columns.full-width-mobile, .form-button.full-width-mobile input{
        width: 95%;
        float:none;
        margin-left:0;
        margin-right:0;
        /*height: 750px;*/
    }

    .full-width-mobile.form-button, .full-width-mobile.form-button input{
        width:99%;
    }
    .columns.full-width-mobile ~ .full-width-mobile{
        padding-top:15px;    
    }

    .full-width-mobile ~ .full-width-mobile{
        padding-top:15px;    
    }
    .shaded .full-width-mobile.five{
        padding-left:12px;
    }
    .cruiseSearch .advanced-search{
        width: 240px;
    }
    .form-button ~ .chevron-link{
        margin-left:25%;
    }
    .table-container.fixed-height-mobile{
        height:115px;
    }
    .formArea .fixed-height-mobile .outlined{
        bottom: 0px;
        left: 1%;
        position: absolute;
        width: 98%;
        padding:0;
    }
    .date{
        font-size: 125%;
        padding-bottom: 6px;
        padding-right: 0 !important;
        position: static;
        text-align: left !important;
    }
    input.datepicker{
        padding: 15px 3% 15px 25px;
    }
    input.datepicker ~ label{        
        background:url("../../images/v2/icon_calendar.png") no-repeat scroll right 10px top 20px rgba(0, 0, 0, 0);
        height:58px;
        margin-top:-58px;  
    }
    input.datepicker ~ label span{
        height:58px;
    }
    input.datepicker ~ img{
        padding: 20px 12px 19px;
        top:-60px;
    }
    #cruise_review_popup .form-text-field input {
        /*width: 98%;*/
    }
    #form_brochureRequest > div.left-content{
	    display:block;
        padding-right:15px;
        width:inherit;
    }
    #form_brochureRequest > div.right-content{
	    display:block;
	    width:inherit;
    }
    .formArea:not(#thing) input[type="checkbox"] + label, .formArea:not(#thing) input[type="checkbox"] + input + labe{
        min-height:45px;
    }
    .selected-cruise .full-width-mobile{
        padding-left: 5%;
        width: 95%;
    }
    .selected-cruise .inset-table{
        margin-left:0;
    }
    .booking-information{
        display:none;
    }
    /*show the booking-information table on selective form steps*/
    .booking-verify-step .booking-information,
    .pif-confirmation-step .booking-information,
	.make-payment-confirmation-step .booking-information, 
	.change-stateroom-confirmation-step .booking-information,
    .make-booking-step8 .booking-information
    {
        display:block;
    }
    .booking-information-responsive{
        display:block;
    }
    .booking-information-responsive table{
        margin-bottom:15px;
    }
    .booking-information-responsive tbody{
        background:none;
    }
    .booking-information-responsive th{
        width:350px;
    }
    .booking-information-responsive td{
        border-right:none;
    }
    .booking-information-responsive th, .booking-information-responsive td{
        text-align:left;
        padding: 5px 15px;
        height:auto;
        background:none;
    }
    .selected-cruise .pricing, 
    .selected-cruise .upgrades{
        margin:0;
    }
    .insertPanel > div > input[type="text"], #postalFields > div > input[type="text"]{
        padding-left:27px;
    }

    .select_hybrid .form-control 
	{
		height: 56px;
        margin: 8px 0px;
        padding: 6px 25px;
        text-transform: uppercase;
        /*background: url('../../images/v2/drop_arrow.gif') 98% -50% no-repeat;*/
    }

     .modern-browser .select_hybrid::after {
        height: 52px !important;
    }

     .select_hybrid em {
        top: 12px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.fypc #fypc_destination_chzn {
		margin-right: 16px;
	}
}
@media screen and (min-width: 1001px) and (max-width: 1023px) {
	.fypc #fypc_destination_chzn {
		margin-right: 18px;
	}
}

@media screen and (min-width: 1135px){
	.requestQuote label {		
		padding: 9px 0;
	}
}

/* video height limiters */
@media only screen and (max-height: 1200px ) { 
	.video_size_image  { max-height: 1200px; }
}
@media only screen and (max-height: 1150px ) { 
	.video_size_image  { max-height: 1000px; }
}
@media only screen and (max-height: 1100px ) { 
	.video_size_image  { max-height: 950px; }
}
@media only screen and (max-height: 1050px ) { 
	.video_size_image  { max-height: 900px; }
}
@media only screen and (max-height: 1000px ) { 
	.video_size_image  { max-height: 850px; }
}
@media only screen and (max-height: 950px ) { 
	.video_size_image  { max-height: 800px; }
}
@media only screen and (max-height: 900px ) { 
	.video_size_image  { max-height: 750px; }
}
@media only screen and (max-height: 850px ) { 
	.video_size_image  { max-height: 700px; }
}
@media only screen and (max-height: 800px ) { 
	.video_size_image  { max-height: 650px; }
}
@media only screen and (max-height: 750px ) { 
	.video_size_image  { max-height: 600px; }
}
@media only screen and (max-height: 700px ) { 
	.video_size_image  { max-height: 550px; }
}
@media only screen and (max-height: 650px ) { 
	.video_size_image  { max-height: 500px; }
}
@media only screen and (max-height: 600px ) { 
	.video_size_image  { max-height: 450px; }
}

@media screen and (max-width: 1136px) and (max-device-width:1136px), screen and (max-width:960px) {
	#bodyMover {
		position: relative;
	}
	/* nav */
	.page_header {
		height: 123px;
		padding: 0;
		border-bottom: 3px solid #b10a32;
		position: static;
		background: #f2f2f2;
		background: -moz-linear-gradient(top, #f2f2f2 0%, #e0e0e0 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e0e0e0));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #f2f2f2 0%,#e0e0e0 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 );
		/* IE6-9 */
	}

	.top_tool_bar {
		display: none;
	}

	.logo {
		display: block;
		position: static;
		height: 90px;
		width: 342px;
		margin: 0 auto;
		border: none;
		z-index: 1;
		background: url('../../images/v2/Viking_Cruises_Logo_mobile.jpg') center no-repeat;
	}

		.logo.portal {
			background: url('../../images/v2/Viking_Cruises_Logo_mobile.jpg') 0 0 no-repeat;
		}

		.logo.rivers {
			background: url('../../images/v2/VikingUS_HORIZ_Rivers_alt_4CLogo.png') 0 0 no-repeat;
			width: 400px;
		}

		.logo.oceans {
			background: url('../../images/v2/VikingUS_HORIZ_Oceans_alt_4CLogo.png') 0 0 no-repeat;
			width: 400px;
		}

	.portal .logo, .contact-page .logo {
		background: url('../../images/v2/Viking_Cruises_Logo_mobile.jpg') center no-repeat;
	}

	.top_bar {
		display: none;
	}

	.header_navigation {
		position: absolute;
		z-index: 99;
		left: 100%;
		top: 0;
		width: 88%;
		background: #efefef;
		height: auto;
		border: none;
		padding-top: 0px;
		overflow: hidden;
		background: #efefef;
		background: -moz-linear-gradient(top, #efefef 0%, #dadada 100%);
		/* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dadada));
		/* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #efefef 0%,#dadada 100%);
		/* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #efefef 0%,#dadada 100%);
		/* Opera 11.10+ */
		background: -ms-linear-gradient(top, #efefef 0%,#dadada 100%);
		/* IE10+ */
		background: linear-gradient(to bottom, #efefef 0%,#dadada 100%);
		/* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dadada',GradientType=0 );
		/* IE6-9 */
	}

	.mobile_menu .header_navigation {
		min-height: 100%;
	}

	.mobile_menu .page_header .header_navigation:after {
		content: '';
		height: 100%;
		display: block;
		position: absolute;
		width: 50px;
		left: -50px;
		top: 0;
		-moz-box-shadow: -25px -15px 15px 25px rgba(0,0,0,0.2);
		-webkit-box-shadow: -25px -15px 15px 25px rgba(0,0,0,0.2);
		box-shadow: -25px -15px 15px 25px rgba(0,0,0,0.2);
	}

	.header_navigation > .header-items > .cruise-type,
	.header_navigation > .header-items .header-brochure {
		display: none;
	}

	.mobile_hide {
		display: none !important;
	}

	#mainNav {
		background: #ddd;
		-moz-box-shadow: inset 0 140px 70px -100px rgba(255,255,255,0.9);
		-webkit-box-shadow: inset 0 140px 70px -100px rgba(255,255,255,0.9);
		box-shadow: inset 0 140px 70px -100px rgba(255,255,255,0.9);
	}

	.mainNav a {
		padding: 0 0 0 30px;
		line-height: 3.4em;
		height: 3.4em;
	}

	.mainNav > ul {
		overflow: hidden;
		height: auto;
	}

		.mainNav > ul > li.currentTab,
		.mainNav > ul > li {
			display: block;
			position: relative;
			height: auto;
			font-size: 130%;
			background: #efefef;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

			.mainNav > ul > li:hover {
			}

			.mainNav > ul > li li {
				font-size: 85%;
			}

			.mainNav > ul > li .handle {
				display: block;
				position: absolute;
				right: 0;
				top: -1px;
				width: 3.4em;
				height: 900px;
				background: url('../../images/v2/arrow_nav_drop.png') center 1.4em no-repeat;
			}

			.mainNav > ul > li.mobile_open .handle {
				background: url('../../images/v2/arrow_nav_drop_up.png') center 1.4em no-repeat;
			}
			/* This makes collapsed nav items behave like the handle.
.mainNav>ul>li .handle:before {
content:' '; 
position:absolute;
z-index:2;
width:1100%; 
height:3.4em; 
top:0;
right:0;
}
.mainNav>ul>li.mobile_open .handle:before {
display:none;
}*/
			.mainNav > ul > li.currentTab,
			.mainNav > ul > li {
				border-top: 1px solid #ffffff;
				border-left: none;
				border-bottom: 1px solid #d1d1d1;
				border-right: 1px solid #d1d1d1;
			}

				.mainNav > ul > li .handle {
					border-left: 1px solid #ffffff;
				}
				/* Hide these elements in mobile nave mode */
				.mainNav > ul > li div.dropdown img,
				.mainNav > ul > li div.dropdown ul ul,
				.mainNav > ul > li div.dropdown ul span.arrow,
				.mainNav > ul > li div.dropdown ul span.title {
					display: none;
				}

				.mainNav .dropdown, .mainNav > ul > li > a {
					border-right: 1px solid #d1d1d1;
					margin-right: 3.45em;
					position: relative;
				}

				.mainNav > ul > li.no_expand > a {
					margin-right: 0;
					border-right: none;
				}

				.mainNav > ul > li.no_expand .handle {
					display: none;
				}

	.mainNav .dropdown {
		display: block;
		max-height: 0;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		margin-bottom: -10px;
	}

		.mainNav .dropdown > ul {
		}

		.mainNav .dropdown a {
			padding: 0 0 0 65px;
			line-height: 60px;
			height: 60px;
			white-space: nowrap;
		}

	.mainNav > ul > li.mobile_open {
		border-right: 1px solid #d1d1d1;
		border-left: none;
		background: #dedede;
		-moz-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.15), inset 0px -10px 10px -10px rgba(0,0,0,0.15);
		-webkit-box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.15), inset 0px -10px 10px -10px rgba(0,0,0,0.15);
		box-shadow: inset 0px 10px 10px -10px rgba(0,0,0,0.15), inset 0px -10px 10px -10px rgba(0,0,0,0.15);
	}

	.mainNav > ul > li.currentTab > a {
		color: #333;
	}

	.mainNav .mobile_open .dropdown {
		max-height: 1000px;
	}

	.mainNav ul ul ul {
		display: none;
	}

	.mainNav .cruise_destinations ul.view_all {
		display: block;
	}

	.mainNav .cruise_destinations ul li:first-child a:first-child {
		/*display:none;*/
	}

	.mainNav .cruise_destinations ul.view_all li:first-child {
		/*display:none;*/
	}

	.mainNav .cruise_destinations .cruiseDirection {
		margin: 0;
		color: #333;
		font-size: 80%;
	}

		.mainNav .cruise_destinations .cruiseDirection:before {
			content: ' :: ';
			display: inline;
			padding: 0 4px;
			font-size: 150%;
		}

	.desktop_menu .cruise_destinations .cruiseDetails b {
		font-size: 14px;
	}

	.mainNav .cruise_destinations .dropdown .cruiseDetails {
		margin: 0;
	}

	.mainNav .cruise_destinations .cruiselist {
		padding-top: 15px;
	}

		.mainNav .cruise_destinations .cruiselist a {
			display: block !important;
			margin: 0 0 0.2em;
			line-height: 20px;
		}

			.mainNav .cruise_destinations .cruiselist a span {
			}

	.mainNav .cruise_destinations .cruiselist_details {
		font-size: 80%;
		color: #333;
		display: block;
	}

	/* Bigger Tablet contact */
	.header_navigation .contact {
		position: static;
		width: auto;
	}

		.header_navigation .contact:before {
			content: 'Explore the World Of Viking';
			display: block;
			font-weight: bold;
			font-family: "Open Sans", sans-serif;
			padding: .6em 0 .6em 25px;
			border-left: 5px solid #b10a32;
			background: #e2e2e2;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#c0c0c0));
			/* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #e2e2e2 0%,#c0c0c0 100%);
			/* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #e2e2e2 0%,#c0c0c0 100%);
			/* Opera 11.10+ */
			background: -ms-linear-gradient(top, #e2e2e2 0%,#c0c0c0 100%);
			/* IE10+ */
			background: linear-gradient(to bottom, #e2e2e2 0%,#c0c0c0 100%);
			/* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c0c0c0',GradientType=0 );
			/* IE6-9 */
		}

	.contact_chat, .contact_email, .contact_call {
		height: 5em;
		border-left: 1px solid #D1D1D1;
		border-right: none;
		margin: 0 0 0 -0.35em;
	}

	.contact_exp {
		position: static;
		text-align: left;
		height: 3.5em;
		padding: 0 0 0 3px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #d1d1d1;
	}

	.contact_exp {
		height: 5em;
		white-space: nowrap;
	}

	.contact_chat, .contact_email, .contact_call {
		width: 6.2em !important;
		vertical-align: top;
		position: relative;
		background: none;
	}

		.contact_call:after, .contact_email:after {
			content: '';
			height: 100%;
			position: absolute;
			top: 0;
			left: 0px;
			border-left: 1px solid #ffffff;
		}

		.contact_chat .contact_lg:before {
			display: block;
			content: '';
			top: 0;
			left: 0%;
			height: 100%;
			width: 5em;
			position: absolute;
			background: url('../../images/v2/icon_chat_big.png') center 20px no-repeat;
		}

		.contact_email .contact_lg:before {
			display: block;
			content: '';
			top: 0;
			left: 0%;
			height: 100%;
			width: 5em;
			position: absolute;
			background: url('../../images/v2/icon_mail_big.png') center 20px no-repeat;
		}

		.contact_call .contact_lg:before {
			display: block;
			content: '';
			top: 0;
			left: 0%;
			height: 100%;
			width: 5em;
			position: absolute;
			background: url('../../images/v2/icon_phone_big.png') center 20px no-repeat;
		}

	.contact .mobile_selected {
		width: 100% !important;
		margin-right: -12em;
	}

	.contact .mobile_selected {
		background-position: 1em -80px !important;
	}

	.contact a {
		background: none;
		width: 500px;
		padding: 1.6em 0 1em 0.2em;
		line-height: 1.8;
		margin-left: 8em;
		font-size: 80%;
	}

	.contact_lg {
		font-size: 158%;
	}

	.contact_chat, .contact_email, .contact_call {
		transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
		-moz-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
		-webkit-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
		-o-transition: width 0.2s ease-in-out, margin 0.2s ease-in-out;
	}

	.header_search {
		top: 23px;
		width: 80%;
		margin-left: 10%;
		height: 45px;
		padding-left: 0;
		padding-top: 6px;
	}

		.header_search input[type='text'] {
			font-size: 22px;
			height: 28px;
			padding-left: 40px;
			text-align: left !important;
			width: 89%;
		}

	.button_window {
		left: 1.5%;
		top: 14px;
	}

	/* Transitions */
	.mainNav > ul > li {
		transition: background 0.3s cubic-bezier(.32, .1, .1, 1);
		-moz-transition: background 0.3s cubic-bezier(.32, .1, .1, 1);
		-webkit-transition: background 0.3s cubic-bezier(.32, .1, .1, 1);
		-o-transition: background 0.3s cubic-bezier(.32, .1, .1, 1);
	}

	.dropdown {
		transition: max-height 0.5s cubic-bezier(.32, .1, .1, 1);
		-moz-transition: max-height 0.5s cubic-bezier(.32, .1, .1, 1);
		-webkit-transition: max-height 0.5s cubic-bezier(.32, .1, .1, 1);
		-o-transition: max-height 0.5s cubic-bezier(.32, .1, .1, 1);
	}

	.mobile_open .dropdown {
		transition: max-height 0.7s cubic-bezier(.32, .1, .1, 1);
		-moz-transition: max-height 0.7s cubic-bezier(.32, .1, .1, 1);
		-webkit-transition: max-height 0.7s cubic-bezier(.32, .1, .1, 1);
		-o-transition: max-height 0.7s cubic-bezier(.32, .1, .1, 1);
	}
	/* show stuff! */
	#mobileCall, #mobileCallHdr, #siteToggle, #navToggle, .secondaryNav, #mobileCTABrochure {
		display: block;
	}
	/* hide stuff! */
	.mainNav .shipdata, .mainNav .imgholder, .mainNav .brochures h4, #breadcrumb {
		display: none;
	}
	/* portal */
	.portal #siteToggle, .portal .mainContent .header_search {
		display: none;
	}

	.portal .mainContent .header_navigation {
		display: block;
		position: static;
		left: 0;
		height: auto;
		width: auto;
		background: #fff;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.portal .feature {
		background: #fff;
	}

	.portal.home .contentWrapper {
		padding: 0;
	}

	.portal .mainContent .header_navigation {
		display: block;
	}

	.portal .portal_search {
		display: block;
	}

	.portal .mainContent .mainNav > ul > li {
		display: block;
		background: #fff;
	}

		.portal .mainContent .mainNav > ul > li.mobile_open {
			display: block;
			background: #efefef;
		}

	.portal .contact_exp {
		-moz-box-shadow: inset 0px 15px 10px -10px rgba(0,0,0,0.15);
		-webkit-box-shadow: inset 0px 15px 10px -10px rgba(0,0,0,0.15);
		box-shadow: inset 0px 15px 10px -10px rgba(0,0,0,0.15);
	}
	/*Content Bloom*/
	.address {
		width: 40%;
		padding: 12px;
	}

		.address p {
			margin-bottom: 5px;
		}

	.header_navigation .contact {
		display: none;
	}

	.header-items {
		height: 90px;
		margin-top: 0;
		background: #ddd;
		-moz-box-shadow: inset 0 140px 70px -100px rgba(255,255,255,0.9);
		-webkit-box-shadow: inset 0 140px 70px -100px rgba(255,255,255,0.9);
		box-shadow: inset 0 140px 70px -100px rgba(255,255,255,0.9);
	}

	.footer .footerLinks {
		display: block;
	}

	.footer .footerContent {
		display: block;
		width: 100%;
	}

	.footer .footerSocial {
		display: block;
		width: 100%;
	}

	.seo-block {
		width: 90%;
		margin-left: 5%;
	}

	.menu-overlay {
		width: 0;
		height: 0;
	}

	.contentWrapper .seo-block span h1 {
		font-size: 1.0em;
	}
}

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
body.using-mouse :focus {
    outline: none !important;
}

body.using-mouse .dropdown-toggle:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

fieldset.form-group legend {
    display: inline;
    margin-bottom: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: inherit;
    border: 0;
    border-bottom: none;
}

.skip-to-main-content-button {
    position: absolute;
    top: -40px;
    left: 0;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
    border-right: 1px solid #2b3d52;
    border-bottom: 1px solid #2b3d52;
    border-bottom-right-radius: 8px;
    background: #2b3d52;
    padding: 4px 20px;
    color: #fff;
}

    .skip-to-main-content-button:focus {
        top: 0;
        -webkit-transition: top 0.1s ease-in;
        transition: top 0.1s ease-in;
        outline: 0;
        color: #fff;
    }

.font-family-standard {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font-family-standard-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.font-family-adobe-garamond-pro,
.font-family-serif {
    font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif !important;
}

/*

Z-Indexes used here:
 1000 - Body Content
10000 - Browser Information, so that it stays above everything including the modals
 3000 - Eyebrow Canvas, so that it stays above the body content
 2000 - Header Canvas, so that it stays above the body content
 7000 - Desktop Menu content (defined in TRD-Desktop-Menu.css) so that it stays above the search
 6000 - Search Canvas, so that it stays above the body, header, and eyebrow
 5000 - Flyout, so that it stays above the body and header and footer
 4000 - Footer Canvas, so that it stays above the body content
11000 - Back To Top indicator, so that it even stays above the browser information

The top level structure is below. The _base divs are shown or hidden based on the width, and they expose either a .tablet or a .desktop class
<div id=trd-header class="(promo ..or.. login) ..and.. co-branding"> All class modifiers are optional.
	<div class="trd-tablet-eyebrow-base tablet">
	</div>
	<div class="trd-desktop-eyebrow-base desktop">
	</div>
	<div class="trd-tablet-header-base tablet">
	</div>
	<div class="trd-desktop-header-base desktop">
	</div>
</div>

The <div class="trd-eyebrow-center-block"> and the -base divs have a different appearance if co-branding is on.

The desktop menu and search have a few divs that control the horizontal size and placement.
trd-header-search-compressed sets the size and position of the closed search box
trd-header-search-expanded sets the size and position of the open search box
trd-header-search-expand contains the search box itself
trd-header-menu-compressed sets the size and position of the menu if the search is closed
trd-header-menu-canvas contains the desktop menu

*/
.btn.btn-bar {
    display: block;
    width: 100%;
    min-height: 50px;
    font-size: 18px;
}

.grecaptcha-badge {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}

    .grecaptcha-badge[data-style="bottomright"] {
        visibility: hidden !important;
    }

.visually-hidden {
    /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

html.trd-homepage body {
    max-width: initial !important;
}

.trd-eyebrow-link {
    display: table-cell;
    vertical-align: middle;
}

.tile-cover {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 100;
}

/* Reset any attributes that had been set elsewhere */
.trd-eyebrow-canvas a,
.trd-footer-contact-phone-number a,
.trd-story-tileset1 a,
.trd-story-tileset2 a,
.trd-story-tileset3 a,
.trd-story-tilesetB a,
.trd-story-tileset-c-left a,
.trd-story-tileset-c-right a {
    color: #fff;
    text-decoration: none;
}

    .trd-eyebrow-canvas a:hover,
    .trd-footer-contact-phone-number a:hover,
    .trd-header-canvas a:hover,
    .trd-story-tileset1 a:hover,
    .trd-story-tileset2 a:hover,
    .trd-story-tileset3 a:hover,
    .trd-story-tilesetB a:hover,
    .trd-story-tileset-c-left a:hover,
    .trd-story-tileset-c-right a:hover {
        color: #fff;
        cursor: pointer;
    }

    .trd-eyebrow-canvas a:focus,
    .trd-footer-contact-phone-number a:focus,
    .trd-header-canvas a:focus {
        color: #fff;
    }

.trd-eyebrow-canvas ul,
.trd-header-canvas ul,
.trd-story-tileset1 ul,
.trd-story-tileset2 ul,
.trd-story-tileset3 ul,
.trd-story-tilesetB ul,
.trd-story-tileset-c-left ul,
.trd-story-tileset-c-right ul {
    padding: 0;
    margin: 0;
}

#trd-header {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
}

#trd-body-mover {
  top: 121px;
}

@media screen and (max-width: 1199px) {
  #trd-header {
    transition: all .5s ease;
  }
}

@media screen and (max-width: 1023px) {
  #trd-body-mover {
    top: 88px;
  }
}

@media screen and (max-width: 576px) {
  #trd-body-mover {
    top: 48px;
  }
}

@media screen and (max-height: 256px) {
    #trd-header {
        position: relative !important;
        transform: none !important;
    }
}

#trd-browser-compatibility-alert {
    background: #ffc0c0;
    padding: 10px;
}

.onoffswitch {
    position: relative;
    width: 34px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    opacity: 0;
    position: absolute;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #dbd7d7;
    border-radius: 30px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 10px;
        padding: 0;
        line-height: 10px;
        font-size: 0px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 0px;
        background-color: #dbd7d7;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 0px;
        background-color: #dbd7d7;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 22px;
    margin: -4px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #1c5f70;
}

.onoffswitch-checkbox:focus + .onoffswitch-label .onoffswitch-switch {
    border: 2px solid #000000;
}

.trd-font-regular {
    font-family: "Open Sans", sans-serif;
}

.trd-font-medium {
    font-family: "Open Sans", sans-serif;
}

#trd-browser-info {
    display: none;
}

.v-eyebrow {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: #666666;
    color: #fff;
    display: none;
}

.v-eyebrow__container {
    max-width: 1378px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    min-height: 4rem;
    justify-content: space-between;
    padding: 0 2.4rem;
}

.v-eyebrow__products {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.v-eyebrow__product-link a,
.v-eyebrow__product-link a:hover,
.v-eyebrow__product-link a:visited,
.v-eyebrow__product-link a:active,
.v-eyebrow__product-link a:focus {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0 1.6rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-eyebrow__cta,
.v-eyebrow__cta:hover,
.v-eyebrow__cta:visited,
.v-eyebrow__cta:active,
.v-eyebrow__cta:focus {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 0.9rem 0;
    text-align: right;
}

    .v-eyebrow__cta strong {
        font-size: 1.8rem;
    }

    .v-eyebrow__cta .v-eyebrow__small {
        font-size: 1.6rem;
    }

.v-eyebrow__product-link.v-eyebrow__product-link--current a {
    color: #142640;
    background-color: #fff;
}

.v-eyebrow__cta-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
}

.v-eyebrow__extended-cta {
    list-style-type: none;
    margin: 0;
    padding: 0 2.4rem 0 0;
    display: none;
    flex-direction: row;
    align-items: stretch;
}

.v-eyebrow__extended-link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-eyebrow__extended-cta a,
.v-eyebrow__extended-cta a:hover,
.v-eyebrow__extended-cta a:visited,
.v-eyebrow__extended-cta a:active,
.v-eyebrow__extended-cta a:focus {
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    padding: 0 2.4rem;
    border-right: 2px solid #fff;
}

.v-eyebrow__trailing-cta {
    display: none;
}

@media screen and (min-width: 768px) {
    .v-eyebrow {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .v-eyebrow__trailing-cta {
        display: inline;
    }
}

@media screen and (min-width: 1025px) {
    .v-eyebrow__extended-cta {
        display: flex;
    }
}

#header-mega-menu {
    display: block;
    overflow: unset;
}

.v-mega-menu {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: #fff;
    color: #333;
    display: block;
    border-bottom: 1px #666 solid;
}

.v-mega-menu--open {
    overflow: hidden;
    margin: 0;
    height: 100%;
}

    .v-mega-menu--open .v-mega-menu.collapsable-hdr {
        overflow: visible;
    }

.v-mega-menu__container {
    max-width: 1378px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    min-height: 4rem;
    justify-content: center;
    padding: 0;
    position: relative;
    min-height: 47px;
}

.v-mega-menu__logo,
.v-mega-menu__search {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: center;
}

.v-mega-menu__search-flyout {
    display: none;
}

.search-button__search-icon {
    display: none;
}

@media screen and (max-width: 1023px) {
    .v-mega-menu__search-flyout {
        display: block;
        position: absolute;
        width: 100%;
        z-index: 2001;
    }

    .v-mega-menu__search-flyout--icon {
        align-items: center;
        border: none;
        background: transparent;
        color: #0F3055;
        cursor: pointer;
        display: flex;
        height: 32px;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 42px;
        top: 6px;
        width: 32px;
    }

    .v-mega-menu__search-flyout--dialog {
        background: #ffffff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        left: 0;
        justify-content: center;
        opacity: 0;
        padding: 5px 16px 3px;
        position: absolute;
        top: 48px;
        width: 100%;
    }

    .v-mega-menu__search-flyout--input {
        border: none !important;
        color: #333333;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        margin: 0 auto;
        width: calc(100% - 64px);
    }

    .v-mega-menu__search-flyout--button {
        align-items: center;
        border: none;
        background: transparent;
        color: #0F3055;
        cursor: pointer;
        display: flex;
        height: 32px;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 42px;
        top: 6px;
        width: 32px;
    }

    .v-mega-menu__search-flyout--input::-webkit-input-placeholder {
        color: #333333;
    }

    .v-mega-menu__search-flyout--input::-moz-placeholder {
        color: #333333;
    }

    .v-mega-menu__search-flyout--input::-ms-placeholder {
        color: #333333;
    }

    .v-mega-menu__search-flyout--input::placeholder {
        color: #333333;
    }

    .v-mega-menu__search-flyout .v-mega-menu__search-required-container {
        top: 116px;
    }

    .v-mega-menu__logo,
    .v-mega-menu__search {
        height: auto;
    }
}

.v-mega-menu__logo {
    padding-bottom: 0.7rem;
}

.v-mega-menu__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.25) 100%);
    backdrop-filter: blur(5px);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.v-mega-nav {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
}

.v-mega-nav__item--t1 {
    border-bottom: 1px solid #979797;
    padding: 0;
}

.v-mega-nav__link {
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000000;
    text-decoration: none !important;
}

.v-mega-nav__link--t1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: none;
    width: 100%;
    padding: 1.2rem;
}

.v-mega-nav__item--span {
    margin-bottom: 0;
    margin-top: 0;
}

.v-mega-nav__sub--t2 .v-mega-nav__item--first {
    margin-top: 0;
}

.v-mega-nav__sub--multi .v-mega-nav__item--left {
    float: left;
    clear: left;
    max-width: none;
}

.v-mega-nav__sub--multi .v-mega-nav__item--right {
    margin-left: calc(50% + 1rem);
}

.v-mega-nav__sub--t2 {
    padding: 0 1.2rem 1.6rem 1.2rem;
}

    .v-mega-nav__sub--t2 > ul {
        margin: 0;
        padding: 0;
    }

    .v-mega-nav__sub--t2-col {
        float: left;
        position: relative;
        width: 244px;
    }

    .v-mega-nav__sub--t2-col-bullets {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 0;
    }

.v-mega-nav__sub--multi > ul {
    margin: 0;
    padding: 0;
}

.v-mega-nav__item--t2 {
    display: block;
    padding: 0;
    margin: 16px 0 0 0;
}

.v-mega-nav__sub--t2 .v-mega-nav__item--t2:first-child {
    margin-top: 0;
}

.v-mega-nav__link--t2 {
    color: #000;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}

    .v-mega-nav__link--t2 .text {
        display: block;
    }

.v-mega-nav__sub--t2 > ul {
    list-style-type: none;
    width: 244px;
}


.v-mega-menu__nav {
    flex-grow: 1;
    flex-shrink: 1;
    display: block;
    width: 100%;
}

.v-mega-nav__sub.v-mega-nav__sub--t3 {
    display: none;
}

.v-mega-menu__burger-container {
    padding-right: 2.4rem;
}

.v-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 47px;
    position: absolute;
    right: 1.0rem;
    top: 0;
}

.v-burger__container {
    width: 23px;
    height: 18px;
    position: relative;
    pointer-events: none;
}

.v-burger__line {
    display: block;
    width: 100%;
    height: 2px;
    background: #142640;
    position: absolute;
    left: 0;
    transition: top 0.24s 0.16s, transform 0.16s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-burger__line--01 {
    top: 0;
    will-change: transform;
}

.v-burger__line--02 {
    top: calc(50% - 1px);
    transition: opacity 0.16s 0.24s;
    will-change: opacity;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-burger__line--03 {
    top: calc(100% - 1px);
    will-change: transform;
}

.v-burger__name {
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}

.v-mega-menu--open .v-burger__line--01 {
    transform: rotate(45deg);
}

.v-mega-menu--open .v-burger__line--02 {
    opacity: 0;
    transition: opacity 0.16s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-mega-menu--open .v-burger__line--03 {
    transform: rotate(-45deg);
}

.v-mega-menu--open .v-burger__line {
    top: 50%;
    transition: top 0.16s, transform 0.24s 0.16s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.v-mega-menu__product-container {
    text-align: center;
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #cccccc;
    padding: 16px 15px 0 15px;
}

.v-mega-menu__product-dropdown-container {
    position: relative;
    max-width: 290px;
    padding: 0;
    margin: 0 auto;
}

.v-mega-menu__drawer::before {
    content: ' ';
}

.v-mega-menu--open .v-mega-menu__product-container--open .v-mega-menu__drawer::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
}

.v-mega-menu__products {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 10;
    list-style-type: none;
    max-width: none;
    padding: 0;
    margin: 0;
    display: none;
}

.v-mega-menu__product-item {
    border-bottom: 1px solid #142640;
    border-left: 1px solid #142640;
    border-right: 1px solid #142640;
    border-collapse: collapse;
}

    .v-mega-menu__product-item:last-child {
        border-bottom: 1px solid #142640;
    }

.v-mega-menu__product-dropdown {
    border: 1px solid #142640;
    background-color: #142640;
    font-family: "Open Sans", sans-serif;;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 12px !important;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}

.v-mega-menu__product-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px !important;
    background-color: #142640;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    background-color: #FFFFFF;
    color: #142640;
    text-transform: uppercase;
}


.v-mega-menu__product-dropdown::after {
    content: ' ';
    position: absolute;
    height: 16px;
    width: 16px;
    right: 0px;
    top: 0;
    z-index: 10;
    display: block;
    background-image: url(../../images/v3/MenuChevBlackDown.svg);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.v-mega-menu__search .ui-autocomplete {
    left: 0 !important;
    right: 0 !important;
}

.v-mega-menu__search-container {
    border: none;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #757575;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 4px 8px 4px 12px !important;
}

    .v-mega-menu__search-container .submit-spinner, .v-mega-menu__search-container .submit-busy {
        display: none !important;
    }

.v-mega-menu__search-form {
    position: relative;
}

.v-mega-menu__search-input {
    border-style: none !important;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    min-width: auto !important;
    outline: none;
    padding: 7px !important;
    width: calc(100% - 34px);
}

    .v-mega-menu__search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #000 !important;
        opacity: 1; /* Firefox */
    }

    .v-mega-menu__search-input::-ms-input-placeholder { /* Microsoft Edge */
        color: #000 !important;
    }

.v-mega-menu__search-button {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../../images/v3/v_icon_search_default-strong.svg);
    background-position: center;
    background-color: #FFF;
    border: none;
}

.v_menu__search--populated .v-mega-menu__search-button {
    background: url(../../images/v3/v_icon_search_select.svg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.v-mega-menu__search-required-container {
    position: absolute;
    text-align: center;
    top: 50px;
    width: 100%;
}

.v-mega-menu__search-required-flyout {
    display: none;
}

.v-mega-menu__search-required {
    align-items: center;
    border: 3px solid #ccc;
    background: #FFF;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    width: 224px;
}

@media screen and (max-width: 1278px) {
    .v-mega-menu__search--large .v-mega-menu__search-required {
        width: 100%;
    }

    .v-mega-menu__search--small .v-mega-menu__search-required-container {
        top: 46px;
    }

    .v-mega-menu__search--small .v-mega-menu__search-required {
        width: 224px;
    }
}

.v-mega-menu__search-required-icon {
    margin-right: 8px;
}

.v-mega-menu__search-required-text {
    color: #000000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.logo--mobile {
    display: inline-block;
}

.logo--tablet {
    display: none;
}

.logo--desktop {
    display: none;
}

.v-mega-menu__go-back,
.v-mega-menu__title,
.v-mega-menu__tier {
    display: none;
}

@media screen and (max-width: 768px) {

    .v-mega-nav__sub--multi > ul::before {
        content: " ";
        display: table;
    }

    .v-mega-nav__sub--multi > ul::after {
        content: " ";
        display: table;
        clear: both;
    }
}

@media screen and (max-width: 1023px) {
    .v-mega-menu--open::before {
        content: ' ';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1001;
        display: block;
    }

    .v-mega-menu__secondary {
        background: #ffffff;
        display: none;
        position: absolute;
        top: 47px;
        width: 320px;
        right: -320px;
        transition: .5s ease;
    }

    .v-mega-menu--open .v-mega-menu__secondary {
        right: 0;
    }

    .v-mega-menu--scroll .v-mega-menu__drawer--overlay {
        border-top: 1px solid #e6e6e6;
        background-image: linear-gradient(#eeeeee, #ffffff);
        height: 6px;
        width: 100%;
    }

    .v-mega-menu__drawer {
        background-color: #FFF;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 46px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .v-mega-menu__search {
        background-color: #fff;
        border-bottom: 1px solid #979797;
        padding: 8px 15px 16px 15px;
    }

    .v-mega-menu__search-input {
        padding: 0 !important;
        color: #333333 !important;
    }

    .v-mega-menu__search--small {
        display: block;
    }

    .v-mega-menu__search--large {
        display: none !important;
    }

        .v-mega-menu__search--large .v-mega-menu__search-input,
        .v-mega-menu__search--large .v-mega-menu__search-button {
            display: none;
        }

    .v-mega-menu__nav {
        display: block;
        padding: 0;
        background-color: #fff;
    }

    .v-mega-menu__mobile-tier {
        background-color: #ffffff;
        height: 100%;
        overflow-y: auto;
        position: absolute;
        right: -320px;
        transition: .5s ease;
        width: 100%;
        z-index: 11;
    }

    .v-mega-menu__mobile-tier.slide-in {
        right: 0;
        transition: .5s ease;
    }

    .v-mega-menu__mobile-tier.slide-out {
        right: -320px;
        transition: .5s ease;
    }

    .v-mega-menu__mobile-tier .v-mega-menu__tier .v-mega-nav__sub--t3 {
        display: block;
    }

    .v-mega-menu__products {
        background-color: #fff;
    }

    .v-mega-menu {
        border-bottom: 1px solid #ccc;
    }

    .v-mega-menu__go-back {
        border-bottom: 1px solid #979797;
        border-top: 1px solid #cccccc;
        color: #000;
        display: none;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding: 14px 15px;
    }

    .v-mega-menu__go-back--button {
        background-color: #ffffff;
        border: none;
        padding: 0;
    }

    .v-mega-menu__go-back img {
        bottom: 1px;
        margin-right: 16px;
        position: relative;
    }

    .v-mega-menu__title {
        border-bottom: 1px solid #979797;
        color: #000;
        display: none;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        margin: 0;
        padding: 16px 15px;
    }

    .v-mega-menu__mobile-tier.slide-in .v-mega-menu__go-back,
    .v-mega-menu__mobile-tier.slide-in .v-mega-menu__title,
    .v-mega-menu__mobile-tier.slide-in .v-mega-menu__tier {
        display: block;
    }

    .v-mega-nav__link--t1 {
        background: #ffffff;
        padding: 8px 0;
    }

    .v-mega-nav__button--t1 {
        display: none;
    }

    .v-mega-nav__text--t1 {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        color: #000000;
        text-decoration: none !important;
        margin: 16px 0 16px 15px;
        outline: none;
        text-align: left;
        text-transform: none;
        width: 100%;
    }

    .v-mega-nav__item--t1-open .v-mega-nav__text--t1 {
        margin: 16px 0 16px 15px;
    }

    .v-mega-nav__item--t1:last-child {
        border-bottom: none;
    }

    .v-mega-nav__item--t1 .v-mega-nav__link--t1 .cart {
        content: ' ';
        position: relative;
        height: 12px;
        width: 9px;
        right: 12px;
        top: 22px;
        z-index: 10;
        display: block;
        background-image: url(../../images/v3/MenuChevBlue2.svg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }

    .v-mega-nav__item--t1.v-mega-nav__item--t1-open .v-mega-nav__link--t1 .cart {
        transform: rotate(270deg);
    }

    .v-mega-nav__sub--t2 {
        padding: 0;
    }

    .v-mega-nav__sub--t2 .v-mega-nav__item--t2:first-child {
        margin-top: 8px;
    }

    .v-mega-nav__sub--t2-col:last-child .v-mega-nav__item--t2:last-child {
        margin: 8px 0 24px 15px;
    }

    .v-mega-nav__sub--t2-col {
        width: 100%;
    }

    .v-mega-nav__sub--t2-col ul {
        margin: 0;
        padding: 0;
    }

    .v-mega-nav__sub--t2-col-bullets {
        display: block;
    }

    .v-mega-nav__item--t2 {
        margin: 8px 0 8px 15px;
    }

    .v-mega-nav__item--t2 .v-mega-nav__link-container {
        margin: 0 15px;
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children .v-mega-nav__link-container .v-mega-nav__link--t2 .cart,
    .v-mega-nav__item--t2.v-mega-nav__item--children.selected .v-mega-nav__link-container .v-mega-nav__link--t2 .cart {
        content: ' ';
        position: absolute;
        height: 12px;
        width: 9px;
        right: 12px;
        top: 4px;
        z-index: 10;
        display: block;
        background-image: url(../../images/v3/MenuChevBlue2.svg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }

    .v-mega-nav__link--t2 .cart {
        content: ' ';
        position: absolute;
        height: 12px;
        width: 9px;
        right: 12px;
        top: 4px;
        z-index: 10;
        display: block;
        background-image: url(../../images/v3/MenuChevBlue2.svg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }

    .v-mega-nav__sub--multi .v-mega-nav__item--left {
        position: relative;
        width: 100%;
    }

    .v-mega-nav__sub--t2 {
        padding: 0;
    }

    .v-mega-nav__sub--t2 .v-mega-nav__item--t2:first-child {
        margin-top: 0;
    }

    .v-mega-nav__sub--t2-col:last-child .v-mega-nav__item--t2:last-child {
        margin: 8px 0 24px 0;
    }

    .v-mega-nav__sub--t2-col:last-child .v-mega-nav__item--t2:last-child ul {
        padding: 0;
    }

    .v-mega-nav__sub--t2-col:nth-child(2) {
        margin-bottom: 24px;
    }

    .v-mega-nav__sub--t2-col:not(:first-child) {
        margin-bottom: 0;
        width: 100%;
    }

    .v-mega-nav__sub--t2-col ul {
        margin: 0;
        padding: 0;
    }

    .v-mega-nav__item--t2 {
        margin: 8px 0;
    }

    .v-mega-nav__sub.v-mega-nav__sub--t3 {
        display: none;
        padding: 0;
    }

        .v-mega-nav__sub--t3-col {
            width: 100%;
        }

        .v-mega-nav__sub--t3-col,
        .v-mega-nav__sub--t3-col .spacer {
            border-bottom: 1px solid #979797;
        }

        .v-mega-nav__sub--t2-col .v-mega-nav__item--t2:last-child .v-mega-nav__sub--t3-col:last-child {
            border-bottom: none;
        }

        .v-mega-nav__sub--t3-col ul {
            margin: 0;
            padding: 0;
        }

        .v-mega-nav__sub--t2-col ul li:last-child .v-mega-nav__sub--t3-col:last-child {
            margin-bottom: 0;
        }

        .v-mega-nav__item--t3 {
            margin: 8px 0 8px 15px;
        }

        .v-mega-nav__sub--t3-col h4 {
            margin: 0;
        }

        .v-mega-nav__sub--t3 a.v-mega-nav__h4 {
            color: #000000;
            display: block;
            font-size: 16px;
            font-family: "Open Sans", sans-serif;
            font-weight: 600;
            line-height: 22px;
            margin: 0;
            padding: 8px 15px 8px;
            text-decoration: none !important;
            text-transform: capitalize;
            word-wrap: break-word;
        }

        .v-mega-nav__sub--t3 a.v-mega-nav__h4--mt,
        .v-mega-nav__sub--t3-col-mt {
            margin-top: 16px;
        }

        .v-mega-nav__sub--t3 a.v-mega-nav__h4--mb {
            margin-bottom: 16px;
        }

        .v-mega-nav__sub--t3-col {
            float: left;
            position: relative;
        }

        .v-mega-nav__sub--t3 .spacer {
            height: 0;
        }

        .v-mega-nav__sub--t3 ul {
            padding: 0 0 16px;
        }

        .v-mega-nav__sub--t3 ul li {
            list-style: none;
        }

        .v-mega-nav__sub--t3 ul li a {
            color: #000000;
            display: block;
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            line-height: 20px;
            padding: 8px 15px !important;
            text-decoration: none !important;
            word-wrap: break-word;
        }

        .v-mega-nav__sub--t2-col:last-child .v-mega-nav__item--t2:last-child ul li:last-child a {
            padding-bottom: 0 !important;
        }

        .v-mega-nav__sub--t3-col:last-child .v-mega-nav__item--t3:last-child {
            margin: 8px 0 24px 15px;
        }

        .v-mega-nav__sub--t3 ul li a:hover,
        .v-mega-nav__sub--t3 a.v-mega-nav__h4:hover {
            background: rgba(69, 101, 128, 0.1);
        }

        .v-mega-nav__sub--t3 ul li a:focus,
        .v-mega-nav__sub--t3 a.v-mega-nav__h4:focus {
            background: rgba(69, 101, 128, 0.1);
            outline: none;
        }

        .v-mega-nav__sub--t3 .v-mega-nav__sub--t3-col-pb {
            border-bottom: none;
            padding-bottom: 24px;
        }

        .v-mega-nav__sub--t3 .v-mega-nav__sub--t3-col-none {
            border-bottom: none;
        }

        .v-mega-nav__sub--t3 .v-mega-nav__sub--t3-col-none ul {
            padding-bottom: 0;
        }
}

@media only screen and (max-width: 767px) {
    .v-mega-menu__secondary {
        right: -100vw;
        width: 100vw;
    }
    
    .v-mega-menu__drawer {
        max-height: calc(100vh - 46px);
    }
    
    .v-mega-menu__product-dropdown-container {
        max-width: none;
    }

    .v-mega-menu__nav {
        margin-bottom: 124px;
    }

    .v-mega-menu__mobile-tier {
        right: -100vw;
    }

    .v-mega-menu__mobile-tier.slide-in {
        box-shadow: -10px 0px 12px -12px rgba(0, 0, 0, 0.16);
        right: 0;
    }

    .v-mega-menu__mobile-tier.slide-out {
        right: -100vw;
    }

    .v-mega-nav__sub--t3 .v-mega-nav__sub--t3-col-pb {
        border-bottom: none;
        padding-bottom: 74px;
    }
}

@media screen and (min-width: 576px) {
    .v-mega-menu__nav {
        margin-bottom: 60px;
    }
}

@media screen and (min-width: 375px) {

    .v-mega-menu__container {
        justify-content: center;
    }

    .v-mega-menu__burger-container {
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .v-mega-menu__search--large .v-mega-menu__search-container {
        border: none !important;
        padding: 5px 0px !important;
        width: 100%;
    }

    .v-mega-menu--mobile {
        display: none !important;
    }

    .v-mega-nav__item--t1 {
        width: 100%;
    }

    .v-mega-nav__sub--t2 .v-mega-nav__item--first {
        margin-top: 0;
    }

    .v-mega-nav__item--left {
        float: left;
        clear: left;
        max-width: none;
    }

    .v-mega-nav__item--right {
        margin-left: none;
    }

    .v-mega-nav__sub--multi .v-mega-nav__item--left {
        max-width: none;
    }

    .v-mega-nav__sub--multi .v-mega-nav__item--right {
        margin-left: none;
    }

    .v-mega-nav::after {
        content: '';
        width: 100%;
        display: inline-block;
    }

    .v-mega-menu__search {
        padding: 8px 15px 16px 15px;
    }

    .v-mega-menu__logo {
        padding-left: 0;
    }

    .v-mega-menu__burger-container {
        padding-right: 0;
    }

    .logo--mobile {
        display: none;
    }

    .logo--tablet {
        display: inline-block;
    }

    .v-mega-menu__container {
        min-height: 4.7rem;
    }
}

@media screen and (min-width: 1024px) {
    .v-mega-menu__search--large .v-mega-menu__search-container {
        border: none !important;
    }
    .v-mega-menu__search--large .search-button__search-icon {
        display: block;
        width: 18px;
        height: 18px;
    }
    .v-mega-menu__search--large .v-mega-menu__search-button {
        width: 42px;
        height: 40px;
        display: flex;
        background-image: none;
        background-color: #B10A32;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .v-mega-menu__search--large .v-mega-menu__search-input {
        border: 1px solid #757575 !important;
        height: 40px;
        width: calc(100% - 42px);
    }

    .v-mega-menu__search--large .v-mega-menu__search-container {
        width: 214px
    }

    .v-mega-menu__product-container {
        display: none !important;
    }

    .v-mega-menu__search {
        padding: 0;
    }

    .v-mega-menu__search-container {
        padding: 0 !important;
        border: none;
        color: #333333;
        border: 1px solid #757575;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
    }

    .v-mega-menu__search-input {
        color: #333333 !important;
    }

        .v-mega-menu__search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #333333 !important;
            opacity: 1; /* Firefox */
        }

        .v-mega-menu__search-input::-ms-input-placeholder { /* Microsoft Edge */
            color: #333333 !important;
        }

    .v-mega-menu__search-button {
        width: 28px;
        height: 28px;
        background-size: cover;
        background-image: url(../../images/v3/v_icon_search_default.svg);
    }

    .v_menu__search--populated .v-mega-menu__search-button {
        background: url(../../images/v3/v_icon_search_select.svg);
    }

    .v-mega-menu__search--small {
        display: none !important;
    }

    .v-mega-menu__nav {
        margin: 0 0 0 26px;
        max-width: none;
        width: auto;
    }

    .v-mega-menu__secondary {
        flex-grow: 4;
    }

    .v-mega-menu__drawer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        min-height: 80px;
    }

    .v-mega-menu__container {
        justify-content: space-between;
        padding: 0 2.4rem;
    }

    .v-mega-menu__nav,
    .v-mega-menu__search {
        display: flex;
    }

    .logo--tablet,
    .v-mega-menu__burger-container {
        display: none;
    }

    .logo--desktop {
        display: inline-block;
    }

    .v-mega-menu__search-container {
        width: 159px;
        margin: 0;
    }

    .v-mega-nav {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none;
        display: table;
        width: 616px;
        padding-top: 15px;
    }

    .v-mega-nav__item--t1 {
        font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
        font-size: 21px;
        line-height: 21px;
        position: relative;
        white-space: nowrap;
        list-style-type: none;
        padding: 0;
        display: table-cell;
        border-bottom: none;
        bottom: 0;
        float: none !important;
        clear: none;
        width: auto;
        margin: 0;
    }

    .v-mega-nav__link--t1 {
        display: block;
        color: #333;
        background: #ffffff;
        border: 1px solid transparent;
        padding: 6px 6px 0 6px;
        text-transform: uppercase;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        line-height: normal;
    }

    .v-mega-nav__link--t1:focus {
        outline: 5px auto;
        outline-offset: -2px;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .v-mega-nav__link--t1:focus {
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        } 
    }

    .v-mega-nav__button--t1:focus {
        opacity: 1;
    }

    .v-mega-nav__button--t1,
    .v-mega-nav__button--t1:hover {
        background: #ffffff;
        background-image: url(../../images/v3/MenuChevBlue.svg);
        background-position: center center;
        background-repeat: no-repeat;
        border: none;
        content: ' ';
        height: 20px;
        opacity: 0;
        position: absolute;
        padding: 0;
        margin: 0;
        right: -15px;
        top: 18px;
        transform: rotate(90deg);
        width: 20px;
        z-index: 10;
    }

    .v-mega-nav__button--t1:focus {
        opacity: 1;
        right: calc(50% - 10px);
        top: 40px;
    }

    .v-mega-nav__item--t1.selected .v-mega-nav__button--t1 {
        background: #142640;
        background-image: url(../../images/v3/MenuChevwhite.svg);
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
        transform: rotate(270deg);
        right: calc(50% - 10px);
        top: 40px;
    }

    .v-mega-nav__item--t1.selected .v-mega-nav__button--t1[aria-expanded="false"] {
        right: -15px;
        top: 18px;
    }

    .v-mega-nav__item--t1:hover .v-mega-nav__button--t1,
    .touch .v-mega-nav__item--t1.selected .v-mega-nav__button--t1 {
        opacity: 0;
    }

    .v-mega-nav__text--t1 {
        font-family: "Open Sans", sans-serif;
        display: block;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        padding: 10px 2px 0 2px;
        height: 57px;
        line-height: 20px;
        letter-spacing: 0.5px;
        margin: 0;
        text-transform: uppercase;
    }

    .v-mega-nav__item--left {
        max-width: none;
    }

    .v-mega-nav__link--t1::after, .v-mega-nav::after {
        content: '' !important;
        display: none;
    }

    .v-mega-nav__sub--t2 {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        border: none;
        width: 238px;
        min-width: 100%;
        padding: 0;
        background-color: #FFF;
    }

        .v-mega-nav__sub--t2 ul {
            background-color: transparent;
            min-height: 100%;
            padding: 0;
            position: relative;
            column-count: auto;
            column-gap: 0;
        }

    .v-mega-nav__item--t2 {
        margin: 0 !important;
        padding: 0 !important;
        position: unset;
        float: none !important;
        max-width: none !important;
        width: 244px;
    }

    .v-mega-nav__link-container {
        position: relative;
    }

    .v-mega-nav__link--t2 {
        cursor: pointer;
        text-align: left;
        padding: 0;
        border: none;
        display: block;
        line-height: 2.0rem;
    }

        .v-mega-nav__link--t2 .text, .v-mega-nav__sub--t3 .v-mega-nav__text {
            color: #000000;
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            line-height: 22px;
            padding: 6px 16px;
            white-space: nowrap;
            display: block;
        }

            .v-mega-nav__link--t2 .text.bold {
                font-weight: bold;
            }

    .v-mega-nav__sub--t3 {
        display: none;
        height: auto;
        position: absolute;
        top: -32px;
        left: 244px;
        z-index: -10;
        border: none;
        background-color: #fff;
        padding: 32px 0;
        width: 100vw;
    }

        .v-mega-nav__sub--t3 a.v-mega-nav__h4 {
            color: #000000;
            display: block;
            font-size: 16px;
            font-family: "Open Sans", sans-serif;
            font-weight: 600;
            line-height: 22px;
            margin: 0;
            padding: 6px 16px;
            text-decoration: none !important;
            text-transform: capitalize;
            word-wrap: break-word;
        }

        .v-mega-nav__sub--t3-col {
            float: left;
            position: relative;
            width: 244px;
        }

        .v-mega-nav__sub--t3-col--w-auto {
            width: auto;
        }

        .v-mega-nav__sub--t3-col h4 {
            margin: 0;
        }

        .v-mega-nav__sub--t3 .spacer {
            height: 16px;
        }

        .v-mega-nav__sub--t3 ul {
            padding: 0;
        }

        .v-mega-nav__sub--t3 ul li {
            list-style: none;
        }

        .v-mega-nav__sub--t3 ul li a {
            color: #000000;
            display: block;
            font-size: 14px;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            line-height: 20px;
            padding: 6px 16px !important;
            text-decoration: none !important;
            word-wrap: break-word;
        }

        .v-mega-nav__sub--t3 ul li a:hover,
        .v-mega-nav__sub--t3 a.v-mega-nav__h4:hover {
            background: rgba(69, 101, 128, 0.1);
        }

        .v-mega-nav__sub--t3 ul li a:focus,
        .v-mega-nav__sub--t3 a.v-mega-nav__h4:focus {
            background: rgba(69, 101, 128, 0.1);
            outline: none;
        }

    .v-mega-nav__sub-container {
        background-color: #fff;
        position: absolute;
        border: none;
        padding: 3px;
        top: 0;
        list-style-type: none;
    }

    .v-mega-nav__sub-container {
        padding: 4px 3px 4px 3px !important;
    }

    .v-mega-nav__sub--t3 .v-mega-nav__link {
        outline: none;
        outline-offset: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .v-mega-nav__sub--t3 .text {
        background-color: transparent;
        color: #333;
    }

    .v-mega-nav__sub--t3 .v-mega-nav__link:hover .v-mega-nav__text, .v-mega-nav__sub--t3 .v-mega-nav__link:focus .v-mega-nav__text {
        background-color: #c5dce8;
        color: #333;
    }

    .v-mega-nav__item--t1.selected {
        margin-right: -6px;
        bottom: -1px;
    }

        .v-mega-nav__item--t1.selected .v-mega-nav__link--t1 {
            padding-bottom: 0;
            border-top: 1px solid #808080;
            border-left: 1px solid #808080;
            border-right: 1px solid #808080;
            border-bottom: 1px solid #FFF;
        }

        .v-mega-nav__item--t1.selected .v-mega-nav__text--t1 {
            background-color: #142640;
            color: #FFF;
        }
    
    .v-mega-menu__submenu {
        display: none;
        overflow: hidden;
        max-height: 0;
    }

    .v-mega-menu__submenu.selected {
        background-color: #ffffff;
        display: block;
        position: fixed;
        top: 121px;
        left: 0;
        transition: max-height 0.2s ease-in;
        width: 100%;
        z-index: 9;
    }

    #header-mega-nav.open .v-mega-menu__submenu.selected {
        transition: none;
    }

        .v-mega-menu__submenu.selected #cruises,
        .v-mega-menu__submenu.selected #ships {
            border-right: 1px solid #D8D8D8;
            left: 131px;
            min-width: auto;
            padding: 32px 0;
            width: 244px;
        }

        .v-mega-menu__submenu.selected #why-viking,
        .v-mega-menu__submenu.selected #my-trip,
        .v-mega-menu__submenu.selected #videos {
            border-right: none;
            left: 131px;
            min-width: auto;
            padding: 32px 0;
            width: 500px;
        }

        .v-mega-menu__submenu #cruises,
        .v-mega-menu__submenu #ships,
        .v-mega-menu__submenu #why-viking,
        .v-mega-menu__submenu #my-trip,
        .v-mega-menu__submenu #videos {
            display: block;
        }

        .v-mega-menu__submenu.selected #cruises.selected,
        .v-mega-menu__submenu.selected #ships.selected,
        .v-mega-menu__submenu.selected #why-viking.selected,
        .v-mega-menu__submenu.selected #my-trip.selected,
        .v-mega-menu__submenu.selected #videos.selected {
            display: block;
        }

    .v-mega-menu__submenu--container {
        width: 100%;
        max-width: 1378px;
        margin: 0 auto;
        position: relative;
    }

    .v-mega-nav__item--t2.selected .text,
    .v-mega-nav__item--t2 .v-mega-nav__link--t2[aria-expanded="true"] .text {
        background-color: #456580;
        color: #fff;
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children .v-mega-nav__link-container::before {
        content: ' ';
        position: absolute;
        height: 12px;
        width: 9px;
        right: 12px;
        top: 12px;
        z-index: 10;
        display: block;
        background-image: url(../../images/v3/MenuChevBlue.svg);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0;
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children.selected .v-mega-nav__link-container::before,
    .v-mega-nav__item--t2.v-mega-nav__item--children:hover .v-mega-nav__link-container::before {
        background-image: url(../../images/v3/MenuChevwhite.svg);
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children:not(.selected) .v-mega-nav__link-container::before {
        background-image: url(../../images/v3/MenuChevBlue.svg);
    }

    .v-mega-nav__sub--t3 .v-mega-nav__link {
        line-height: normal !important;
    }

    .v-mega-nav__sub--t3 .v-mega-nav__text {
        padding-left: 5px;
    }

    .v-mega-nav__item--t2.selected.v-mega-nav__item--children .v-mega-nav__link--t2 {
        padding-right: 0;
        margin-right: 0;
    }

    .v-mega-nav__item--t2.selected .v-mega-nav__sub--t3,
    .v-mega-nav__item--t2:hover .v-mega-nav__sub--t3 {
        display: block;
    }

    .v-mega-nav__item--t1[data-menu='cruises'] .v-mega-nav__sub--t2 {
        width: 244px;
    }

    .v-mega-nav__item--t1[data-menu='videos'] .v-mega-nav__sub--t2 {
        width: 195px;
    }

    .v-mega-nav__item--t2[data-menu="cruises"].selected {
        margin-right: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .v-mega-nav__text--t1 {
        font-size: 20px;
        line-height: 22px;
    }

    .v-mega-nav__link--t2 .text, .v-mega-nav__sub--t3 .v-mega-nav__text {
        font-size: 18px;
        line-height: 24px;
    }

    .v-mega-nav__sub--t3 a.v-mega-nav__h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .v-mega-nav__sub--t3 ul li a {
        font-size: 16px;
        line-height: 22px;
    }

    .v-mega-nav__sub--t2-col {
        width: 282px;
    }

    .v-mega-nav__sub--t2 > ul {
        width: 282px;
    }

    .v-mega-nav__item--t2 {
        width: 282px;
    }

    .v-mega-nav__sub--t3-col {
        width: 264px;
    }

    .v-mega-nav__sub--t3-col--w-auto {
        width: auto;
    }

    .v-mega-nav__sub--t3 {
        left: 282px;
    }

    .v-mega-menu__submenu.selected #cruises,
    .v-mega-menu__submenu.selected #ships {
        width: 282px;
    }

    .v-mega-nav__item--t1[data-menu='cruises'] .v-mega-nav__sub--t2 {
        width: 282px;
    }

    .v-mega-nav__item--t2.v-mega-nav__item--children .v-mega-nav__link-container::before {
        top: 14px;
    }

}

@media screen and (min-width: 1279px) {
    .v-mega-menu__search-container {
        width: 214px;
    }

    .v-mega-menu__search--large .v-mega-menu__search-container {
        width: 330px;
    }

    .v-mega-menu__nav {
        margin: 0 0 0 26px;
        max-width: none;
        width: auto;
    }
}


/*********************************************************************************/
.trd-story-tileset-container {
    background-color: #eceef1;
}

.trd-body-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    /*max-width: 1400px;*/
    max-width: 100%;
    margin: 0 auto;
    /*@include transition(all $transition-fast ease);*/
    top: 51px;
}


.modal-open .trd-body-wrapper {
    position: absolute;
    padding-right: 17px;
}

@media screen and (max-width: 1180px) {
    .modal-open .trd-body-wrapper {
        padding-right: 0;
    }
}

.trd-footer-canvas #breadcrumb {
    display: none !important;
}

#cruise-canvas {
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
    height: 80px;
    background: transparent;
}

@media screen and (max-width: 767px) {
    #cruise-canvas {
        /*height:$cruise-hdr-height-collapsed;*/
    }
}

.sticky-active #cruise-canvas {
    height: 59px;
}

.sticky-active .trd-body-wrapper {
    margin-bottom: 51px;
}

/**********************************************************************************/

@media screen and (min-width: 1024px) {
    .restrict-on-tablet {
        display: none;
    }

    .restrict-on-desktop {
        display: block;
    }
}

.image-mask-1-by-1 {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 100%;
}

@media print {
    .image-mask-1-by-1 {
        padding-bottom: 0;
    }
}

.image-mask-2-by-1 {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-bottom: 50%;
}

@media print {
    .image-mask-2-by-1 {
        padding-bottom: 0;
    }
}

.image-mask-custom-hs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 56%;
}

@media print {
    .image-mask-custom-hs {
        padding-bottom: 0;
    }
}

.modal .form-modal-thank-you .section-page-message {
    padding: 20px 30px;
}

    .modal
    .form-modal-thank-you
    .section-page-message
    .section-page-message-center
    h2 {
        margin-top: 0;
        font-size: 40px;
        font-weight: 500;
    }

    .modal
    .form-modal-thank-you
    .section-page-message
    .section-page-message-center
    p {
        margin-bottom: 0;
        font-size: 16px;
        letter-spacing: 0.48px;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile {
    padding-bottom: 16px;
}

    .modal
    .form-modal-thank-you
    .section-thumbnails
    .thumbnail-tile
    .thumbnail-tile-caption {
        background-color: whitesmoke;
        color: #333333;
        line-height: 1.5;
        padding: 16px;
    }

        .modal
        .form-modal-thank-you
        .section-thumbnails
        .thumbnail-tile
        .thumbnail-tile-caption
        h4 {
            margin: 0;
            color: inherit;
            font-size: 16px;
            font-weight: 600;
            font-style: normal;
            font-family: "Open Sans", sans-serif;
            line-height: 1.5;
            text-transform: capitalize;
        }

    .modal
    .form-modal-thank-you
    .section-thumbnails
    .thumbnail-tile
    .image-mask-2-by-1 {
        position: relative;
    }

        .modal
        .form-modal-thank-you
        .section-thumbnails
        .thumbnail-tile
        .image-mask-2-by-1
        img {
            position: absolute;
        }

            .modal
            .form-modal-thank-you
            .section-thumbnails
            .thumbnail-tile
            .image-mask-2-by-1
            img.print-only-img {
                display: none;
            }

.page-alert {
    text-align: left;
    padding: 16px;
    min-height: 0;
    color: black;
    background-color: #d9e0e7;
}

.page-alert-content {
    max-width: 1322px;
    margin: 0 auto;
}

.page-alert a {
    color: black;
}



.group:after {
    content: "";
    display: table;
    clear: both;
}

.desktop .trd-header-menu-canvas {
    z-index: 7000;
}


.footer-container {
    max-width: 1366px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
}

    .footer-container.footer-links {
        margin: 36px auto 0;
    }

        .footer-container.footer-links .footer-nav::after {
            display: block;
            content: none;
            clear: none;
        }

    .footer-container .float-right {
        padding: 0 0 0 16px;
    }

    .footer-container .float-left {
        padding: 0 16px 0 0;
    }

.trd-footer-canvas {
    z-index: 4000;
    background-color: #142640;
    color: #fff;
    margin: 18px auto 0;
    clear: both;
    font-size: 13px;
}

    .trd-footer-canvas hr {
        border-color: rgba(255, 255, 255, 0.15);
    }

    .trd-footer-canvas .footer-contact {
        background-color: #142640;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .trd-footer-canvas .footer-contact {
        display: none;
    }
}

.trd-footer-canvas .footer-contact .footer-contact-container {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: table;
    /*padding: 10px 10px;*/
}

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-text {
        font-size: 18px;
        letter-spacing: 0.05em;
        vertical-align: middle;
        color: #fff;
        display: table-cell;
    }

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-spacer {
        display: table-cell;
        width: 6px;
    }

    .trd-footer-canvas
    .footer-contact
    .footer-contact-container
    .footer-contact-phone-number {
        display: table-cell;
        font-size: 24px;
    }

.trd-footer-canvas .footer-links-title {
    padding: 0 0 8px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0;
}

.trd-footer-canvas a:not(.btn-red) {
    color: #fff !important;
    letter-spacing: 0.25px;
    font-size: 13px !important;
    padding: 3px 0;
    display: block;
}

    .trd-footer-canvas a:not(.btn-red):hover,
    .trd-footer-canvas a:not(.btn-red):focus {
        color: #fff;
    }

.trd-footer-canvas button {
    background-color: transparent;
    border: none;
    color: #fff;
    letter-spacing: 0.25px;
    font-size: 13px;
    padding: 3px 0;
    display: block;
}

    .trd-footer-canvas button:hover,
    .trd-footer-canvas button:focus {
        color: #fff;
    }

.trd-footer-canvas .social-links a {
    width: 32px;
    height: 32px;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-color: #fff;
}

    .trd-footer-canvas .social-links a:hover {
        color: #fff;
        border-color: #b10a32;
    }

.footer-social li {
    padding: 0 0 0 2px !important;
}

    .footer-social li:last-child {
        padding-right: 0;
    }

@media screen and (max-width: 767px) {
    .trd-footer-canvas .footer-contact .footer-contact-spacer {
        display: none;
    }

    .trd-footer-canvas .footer-contact .footer-contact-text {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 16px;
        letter-spacing: 0.025em;
    }

    .trd-footer-canvas .footer-contact .footer-contact-phone-number {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .trd-footer-promo-container {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width: 768px) {
    .trd-footer-canvas .footer-container:not(.footer-links) {
        padding-bottom: 16px;
    }

    .trd-footer-canvas .footer-contact {
        min-height: 40px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .trd-footer-canvas .footer-contact {
        /*padding: 4px 0;*/
        vertical-align: middle;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        /*border-top: 1px solid $gray-lighter;*/
        height: 42px;
        line-height: 42px;
    }

    .trd-footer-canvas .footer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .trd-footer-canvas .footer-social li {
        padding: 0 0 0 4px !important;
    }

        .trd-footer-canvas .footer-social li:last-child {
            padding-right: 0;
        }
}

.cro_king2_button {
    cursor: default;
    position: relative;
}

    .cro_king2_button:hover {
        cursor: pointer;
    }

    .cro_king2_button .star,
    .cro_king2_button .knot {
        font-size: 2.3rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 27px;
        width: 27px;
        overflow: visible;
    }

    .cro_king2_button .label {
        color: #0f3055;
        text-transform: uppercase;
    }

body > .cro_king2_button {
    -webkit-box-shadow: 2px 3px 6px 1px rgba(40, 40, 40, 0.36);
    box-shadow: 2px 3px 6px 1px rgba(40, 40, 40, 0.36);
    padding: 0;
    text-align: center;
    position: fixed;
    bottom: 130px;
    right: 7px;
    z-index: 999;
}

    body > .cro_king2_button:not(.btn-red) {
        background-color: #fff;
    }

        body > .cro_king2_button:not(.btn-red) .label {
            color: #0f3055;
        }

    body > .cro_king2_button .star,
    body > .cro_king2_button .knot {
        display: block;
        font-size: 1.4em;
        text-align: center;
        position: relative;
        left: 50%;
        margin-left: -0.65em;
        margin-bottom: 0.5em;
    }

#persistentFooter > div {
    /*& > div:nth-child( 2 ) {
        //display: none !important;
    }*/
}

    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        position: absolute;
        top: 11px;
        left: 30px;
    }

@media (max-width: 400px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 10px;
    }
}

@media (max-width: 425px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 15.5%;
    }
}

@media (max-width: 320px) {
    #persistentFooter > div > .cro_king2_button .star,
    #persistentFooter > div > .cro_king2_button .knot {
        left: 10%;
    }
}

@media (max-width: 500px) {
    #persistentFooter > div > .cro_king2_button .label {
        padding-left: 35px;
    }
}

#persistentFooter > div > .cro_king2_button .label > br {
    display: none;
}

.mobile-footer-canvas {
    background-color: #142640;
    color: #FFF;
}

    .mobile-footer-canvas:before,
    .mobile-footer-canvas:after {
        content: " ";
        display: table;
    }

    .mobile-footer-canvas:after {
        clear: both;
    }

@media only screen and (max-width: 767px) {
    .mobile-footer-canvas {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

.mobile-footer-canvas::before {
    content: "";
    display: table;
    clear: both;
}

.mobile-footer-canvas hr {
    border-color: rgba(255, 255, 255, 0.15);
    margin: 0 16px 16px;
}

.mobile-footer-canvas .footer-phone {
    font-size: 16px;
}

.mobile-footer-canvas > .footer-mobile-share {
    padding: 0 16px;
    border-top: 1px rgba(255, 255, 255, 0.15) solid;
}

    .mobile-footer-canvas > .footer-mobile-share .title {
        margin: 0;
        padding: 24px 0 8px;
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .mobile-footer-canvas > .footer-mobile-share .social-links li a {
        color: #fff;
        border-color: #fff;
    }

        .mobile-footer-canvas > .footer-mobile-share .social-links li a:hover {
            color: #fff;
            border-color: #b10a32;
        }

.mobile-footer-canvas > .footer-links {
    padding: 16px;
    padding-bottom: 0;
}

    .mobile-footer-canvas > .footer-links section {
        border-top: 1px rgba(255, 255, 255, 0.15) solid;
        text-align: left;
    }

        .mobile-footer-canvas > .footer-links section > a {
            display: block;
        }

            .mobile-footer-canvas > .footer-links section > a .title {
                margin: 0;
                padding: 25px 0;
                font-size: 20px;
                color: #fff;
                text-align: left;
                font-family: "Open Sans", sans-serif;
                font-weight: 400;
                font-style: normal;
            }

                .mobile-footer-canvas > .footer-links section > a .title .icon {
                    font-size: 14px;
                    margin-top: 4px;
                }

            .mobile-footer-canvas > .footer-links section > a.collapsed .icon {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .mobile-footer-canvas > .footer-links section ul {
            -webkit-column-count: 2;
            column-count: 2;
            margin-bottom: 32px;
        }

            .mobile-footer-canvas > .footer-links section ul li {
                margin-bottom: 8px;
            }

                .mobile-footer-canvas > .footer-links section ul li a {
                    display: inline-block !important;
                    font-size: 14px !important;
                    padding-right: 16px;
                    color: #fff !important;
                }

                    .mobile-footer-canvas > .footer-links section ul li a:hover {
                        color: #fff;
                    }

                .mobile-footer-canvas > .footer-links section ul li button {
                    background-color: transparent;
                    border: none;
                    color: #fff;
                    letter-spacing: 0.25px;
                    font-size: 14px;
                    padding: 0;
                    display: block;
                    text-align:left;
                }

                    .mobile-footer-canvas > .footer-links section ul li button:hover,
                    .mobile-footer-canvas > .footer-links section ul li button:focus {
                        color: #fff;
                    }

.mobile-footer-canvas > .footer-actions {
    padding: 16px;
    text-align: center;
}

    .mobile-footer-canvas > .footer-actions > div {
        margin-bottom: 16px;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-right {
        text-align: right;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-left {
        text-align: left;
    }

    .mobile-footer-canvas > .footer-actions div:not(.footer-phone) span {
        width: 100%;
        display: block;
    }

@media only screen and (max-width: 767px) {
    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-left,
    .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-right {
        text-align: center;
    }
}

.mobile-footer-canvas > .footer-actions a,
.mobile-footer-canvas > .footer-actions a:hover,
.mobile-footer-canvas > .footer-actions span {
    color: #fff;
}

body {
    margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
    body {
        margin-bottom: 0;
    }
}

#persistentFooter {
    background: #fcfcfc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: bottom 200ms linear;
    transition: bottom 200ms linear;
}

    #persistentFooter .row div {
        padding: 4px;
    }

    #persistentFooter .btn {
        color: #555555;
        border: 1px solid #44687d;
        margin: auto;
        height: 42px;
        vertical-align: middle;
        line-height: 14px;
        font-size: 12px;
        max-width: 100%;
        width: 100%;
    }

        #persistentFooter .btn span:not(.icon-border) {
            display: inline-block;
            vertical-align: middle;
            font-size: 18px;
            margin-right: 2px;
            margin-top: -2px;
        }

        #persistentFooter .btn.single-line {
            line-height: 28px;
        }

        #persistentFooter .btn.tap-to-call {
            color: #fff;
            border-color: transparent;
        }

            #persistentFooter .btn.tap-to-call span {
                margin-right: 2px;
                padding: 3px;
            }

@media screen and (min-width: 480px) {
    #persistentFooter .row div {
        padding: 4px 8px;
    }

    #persistentFooter .btn {
        font-size: 14px;
    }

        #persistentFooter .btn span:not(.icon-border) {
            vertical-align: top;
            font-size: 23px;
            margin-right: 5px;
            margin-top: 2px;
        }

        #persistentFooter .btn.tap-to-call span {
            margin-right: 5px;
            padding: 4px;
        }
}


.banner-disclaimer__text {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    word-wrap: break-word;
    margin: 16px auto;
    padding: 0 12px 0 12px;
}

.banner-disclaimer__text > a {
    display: inline !important;
    text-decoration: underline;
    color: white;
}

.banner-disclaimer__text .banner-disclaimer__text-link--no-underline {
    text-decoration: none;
    color: inherit;
}

.banner-disclaimer__text--ctas {
    text-align: center;
    margin: 0 auto;
}

    .banner-disclaimer__text--ctas .banner-disclaimer__cta {
        font-size: 14px;
        line-height: 18px;
        display: inline;
        color: #FFF;
        background-color: transparent;
        border: none;
        text-decoration: underline;
    }

#modal-page-offer-terms .modal-body h2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

#modal-page-offer-terms .modal-body h3 {
    text-align: left;
    font-size: 21px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000;
}

#modal-page-offer-terms li {
    margin-bottom: 6px;
}

#modal-page-offer-terms .modal-body p, #modal-page-offer-terms .modal-body li {
    font-size: 16px;
    line-height: 26px;
}

@media screen and (min-width: 768px) {
    .banner-disclaimer {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .banner-disclaimer--mobile {
        border-bottom: none;
    }

    .banner-disclaimer__text {
        font-size: 13px;
        line-height: 21px;
        max-width: 1366px;
        margin: 16px auto 22px auto;
        padding: 0 12px 0 12px;
    }

    .banner-disclaimer__text--ctas .banner-disclaimer__cta {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-disclaimer--mobile .banner-disclaimer__text {
        margin: 16px auto 0 auto;
        padding: 0 12px 0 12px;
    }
}


/*# sourceMappingURL=trd-global.css.map */

@charset "UTF-8";
/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot");
  src: url("../../fonts/icomoon%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff") format("woff"), url("../../fonts/icomoon.ttf") format("truetype"), url("../../fonts/icomoon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 24px;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flexslider .slides ul {
  list-style-type: disc;
}

.flexslider.flexslider-carousel {
  margin: 0 30px;
}

.flexslider.flexslider-carousel a, .flexslider.flexslider-carousel button {
  background-color: transparent;
}

.flexslider.flexslider-carousel a.flex-next, .flexslider.flexslider-carousel button.flex-next {
  right: -50px;
}

.flexslider.flexslider-carousel a.flex-prev, .flexslider.flexslider-carousel button.flex-prev {
  left: -50px;
}

.flexslider.flexslider-carousel li {
  margin-right: 16px;
  cursor: pointer;
}

.flexslider.flexslider-carousel .flex-active-slide {
  position: relative;
}

.flexslider.flexslider-carousel .flex-active-slide:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #B10A32;
}

@media screen and (min-width: 860px) {
  .flexslider.flexslider-carousel .flex-direction-nav a.flex-prev, .flexslider.flexslider-carousel .flex-direction-nav button.flex-prev {
    opacity: 1;
  }
  .flexslider.flexslider-carousel .flex-direction-nav a.flex-next, .flexslider.flexslider-carousel .flex-direction-nav button.flex-next {
    opacity: 1;
  }
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a, .flex-direction-nav button {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 88px;
  margin: -44px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before, .flex-direction-nav button:before {
  font-family: "icomoon";
  font-size: 44px;
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.8);
  margin: 11px 0;
}

.flexslider-carousel .flex-direction-nav a:before, .flexslider-carousel .flex-direction-nav button:before {
  font-size: 29px;
  margin: 22px 0;
  color: rgba(0, 0, 0, 0.8);
}

.flex-direction-nav a.flex-next:before, .flex-direction-nav button.flex-next:before {
  content: "";
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

@media screen and (min-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  display: none;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "${font-name}";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 24%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flexslider-slides .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -24px;
  }
  .flexslider-slides .flex-direction-nav .flex-next {
    opacity: 1;
    right: -24px;
  }
}

/*# sourceMappingURL=flexslider.css.map */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  /*font-weight: bold;*/
  font-weight: 600;
}

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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  *:not(.print-callout) {
    text-shadow: none !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  *:not(.modal-content):not(.modal-backdrop):not(.thumbnail-img):not(.map) {
    background: transparent !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../fonts/glyphicons-halflings-regular.eot");
  src: url("../../fonts/glyphicons-halflings-regular%EF%B9%96.eot#iefix") format("embedded-opentype"), url("../../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.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: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.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: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.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;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #FFF;
}

a {
  color: #B10A32;
  text-decoration: none;
}

a:hover, a:focus {
  color: #333;
}

a:focus {
  outline: thin dotted;
  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: 0px;
}

.img-thumbnail {
  padding: 0px;
  line-height: 1.5;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #cccccc;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

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: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

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: 10.5px;
  margin-bottom: 10.5px;
}

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: 36px;
}

h2, .h2 {
  font-size: 25px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #B10A32;
}

a.text-primary:hover {
  color: #810724;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #B10A32;
}

a.bg-primary:hover {
  background-color: #810724;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #cccccc;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.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;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #cccccc;
}

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.5;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cccccc;
  border-left: 0;
  text-align: right;
}

.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: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1008px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1350px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-tn-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-tn-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-tn-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-tn-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-tn-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-tn-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-tn-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-tn-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-tn-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-tn-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-tn-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-tn-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-tn-1, .col-tn-2, .col-tn-3, .col-tn-4, .col-tn-5, .col-tn-6, .col-tn-7, .col-tn-8, .col-tn-9, .col-tn-10, .col-tn-11, .col-tn-12 {
  float: left;
}

.col-tn-1 {
  width: 8.33333%;
}

.col-tn-2 {
  width: 16.66667%;
}

.col-tn-3 {
  width: 25%;
}

.col-tn-4 {
  width: 33.33333%;
}

.col-tn-5 {
  width: 41.66667%;
}

.col-tn-6 {
  width: 50%;
}

.col-tn-7 {
  width: 58.33333%;
}

.col-tn-8 {
  width: 66.66667%;
}

.col-tn-9 {
  width: 75%;
}

.col-tn-10 {
  width: 83.33333%;
}

.col-tn-11 {
  width: 91.66667%;
}

.col-tn-12 {
  width: 100%;
}

.col-tn-pull-0 {
  right: auto;
}

.col-tn-pull-1 {
  right: 8.33333%;
}

.col-tn-pull-2 {
  right: 16.66667%;
}

.col-tn-pull-3 {
  right: 25%;
}

.col-tn-pull-4 {
  right: 33.33333%;
}

.col-tn-pull-5 {
  right: 41.66667%;
}

.col-tn-pull-6 {
  right: 50%;
}

.col-tn-pull-7 {
  right: 58.33333%;
}

.col-tn-pull-8 {
  right: 66.66667%;
}

.col-tn-pull-9 {
  right: 75%;
}

.col-tn-pull-10 {
  right: 83.33333%;
}

.col-tn-pull-11 {
  right: 91.66667%;
}

.col-tn-pull-12 {
  right: 100%;
}

.col-tn-push-0 {
  left: auto;
}

.col-tn-push-1 {
  left: 8.33333%;
}

.col-tn-push-2 {
  left: 16.66667%;
}

.col-tn-push-3 {
  left: 25%;
}

.col-tn-push-4 {
  left: 33.33333%;
}

.col-tn-push-5 {
  left: 41.66667%;
}

.col-tn-push-6 {
  left: 50%;
}

.col-tn-push-7 {
  left: 58.33333%;
}

.col-tn-push-8 {
  left: 66.66667%;
}

.col-tn-push-9 {
  left: 75%;
}

.col-tn-push-10 {
  left: 83.33333%;
}

.col-tn-push-11 {
  left: 91.66667%;
}

.col-tn-push-12 {
  left: 100%;
}

.col-tn-offset-0 {
  margin-left: 0%;
}

.col-tn-offset-1 {
  margin-left: 8.33333%;
}

.col-tn-offset-2 {
  margin-left: 16.66667%;
}

.col-tn-offset-3 {
  margin-left: 25%;
}

.col-tn-offset-4 {
  margin-left: 33.33333%;
}

.col-tn-offset-5 {
  margin-left: 41.66667%;
}

.col-tn-offset-6 {
  margin-left: 50%;
}

.col-tn-offset-7 {
  margin-left: 58.33333%;
}

.col-tn-offset-8 {
  margin-left: 66.66667%;
}

.col-tn-offset-9 {
  margin-left: 75%;
}

.col-tn-offset-10 {
  margin-left: 83.33333%;
}

.col-tn-offset-11 {
  margin-left: 91.66667%;
}

.col-tn-offset-12 {
  margin-left: 100%;
}

@media (min-width: 480px) {
  .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.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1366px) {
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.calendar-row {
  margin-left: -1px;
  margin-right: -1px;
}

.calendar-row:before, .calendar-row:after {
  content: " ";
  display: table;
}

.calendar-row:after {
  clear: both;
}

.calendar-xs-1, .calendar-sm-1, .calendar-md-1, .calendar-lg-1, .calendar-xs-2, .calendar-sm-2, .calendar-md-2, .calendar-lg-2, .calendar-xs-3, .calendar-sm-3, .calendar-md-3, .calendar-lg-3, .calendar-xs-4, .calendar-sm-4, .calendar-md-4, .calendar-lg-4, .calendar-xs-5, .calendar-sm-5, .calendar-md-5, .calendar-lg-5, .calendar-xs-6, .calendar-sm-6, .calendar-md-6, .calendar-lg-6, .calendar-xs-7, .calendar-sm-7, .calendar-md-7, .calendar-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.calendar-xs-1, .calendar-xs-2, .calendar-xs-3, .calendar-xs-4, .calendar-xs-5, .calendar-xs-6, .calendar-xs-7 {
  float: left;
}

.calendar-xs-1 {
  width: 14.28571%;
}

.calendar-xs-2 {
  width: 28.57143%;
}

.calendar-xs-3 {
  width: 42.85714%;
}

.calendar-xs-4 {
  width: 57.14286%;
}

.calendar-xs-5 {
  width: 71.42857%;
}

.calendar-xs-6 {
  width: 85.71429%;
}

.calendar-xs-7 {
  width: 100%;
}

.calendar-xs-pull-0 {
  right: auto;
}

.calendar-xs-pull-1 {
  right: 14.28571%;
}

.calendar-xs-pull-2 {
  right: 28.57143%;
}

.calendar-xs-pull-3 {
  right: 42.85714%;
}

.calendar-xs-pull-4 {
  right: 57.14286%;
}

.calendar-xs-pull-5 {
  right: 71.42857%;
}

.calendar-xs-pull-6 {
  right: 85.71429%;
}

.calendar-xs-pull-7 {
  right: 100%;
}

.calendar-xs-push-0 {
  left: auto;
}

.calendar-xs-push-1 {
  left: 14.28571%;
}

.calendar-xs-push-2 {
  left: 28.57143%;
}

.calendar-xs-push-3 {
  left: 42.85714%;
}

.calendar-xs-push-4 {
  left: 57.14286%;
}

.calendar-xs-push-5 {
  left: 71.42857%;
}

.calendar-xs-push-6 {
  left: 85.71429%;
}

.calendar-xs-push-7 {
  left: 100%;
}

.calendar-xs-offset-0 {
  margin-left: 0%;
}

.calendar-xs-offset-1 {
  margin-left: 14.28571%;
}

.calendar-xs-offset-2 {
  margin-left: 28.57143%;
}

.calendar-xs-offset-3 {
  margin-left: 42.85714%;
}

.calendar-xs-offset-4 {
  margin-left: 57.14286%;
}

.calendar-xs-offset-5 {
  margin-left: 71.42857%;
}

.calendar-xs-offset-6 {
  margin-left: 85.71429%;
}

.calendar-xs-offset-7 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .calendar-sm-1, .calendar-sm-2, .calendar-sm-3, .calendar-sm-4, .calendar-sm-5, .calendar-sm-6, .calendar-sm-7 {
    float: left;
  }
  .calendar-sm-1 {
    width: 14.28571%;
  }
  .calendar-sm-2 {
    width: 28.57143%;
  }
  .calendar-sm-3 {
    width: 42.85714%;
  }
  .calendar-sm-4 {
    width: 57.14286%;
  }
  .calendar-sm-5 {
    width: 71.42857%;
  }
  .calendar-sm-6 {
    width: 85.71429%;
  }
  .calendar-sm-7 {
    width: 100%;
  }
  .calendar-sm-pull-0 {
    right: auto;
  }
  .calendar-sm-pull-1 {
    right: 14.28571%;
  }
  .calendar-sm-pull-2 {
    right: 28.57143%;
  }
  .calendar-sm-pull-3 {
    right: 42.85714%;
  }
  .calendar-sm-pull-4 {
    right: 57.14286%;
  }
  .calendar-sm-pull-5 {
    right: 71.42857%;
  }
  .calendar-sm-pull-6 {
    right: 85.71429%;
  }
  .calendar-sm-pull-7 {
    right: 100%;
  }
  .calendar-sm-push-0 {
    left: auto;
  }
  .calendar-sm-push-1 {
    left: 14.28571%;
  }
  .calendar-sm-push-2 {
    left: 28.57143%;
  }
  .calendar-sm-push-3 {
    left: 42.85714%;
  }
  .calendar-sm-push-4 {
    left: 57.14286%;
  }
  .calendar-sm-push-5 {
    left: 71.42857%;
  }
  .calendar-sm-push-6 {
    left: 85.71429%;
  }
  .calendar-sm-push-7 {
    left: 100%;
  }
  .calendar-sm-offset-0 {
    margin-left: 0%;
  }
  .calendar-sm-offset-1 {
    margin-left: 14.28571%;
  }
  .calendar-sm-offset-2 {
    margin-left: 28.57143%;
  }
  .calendar-sm-offset-3 {
    margin-left: 42.85714%;
  }
  .calendar-sm-offset-4 {
    margin-left: 57.14286%;
  }
  .calendar-sm-offset-5 {
    margin-left: 71.42857%;
  }
  .calendar-sm-offset-6 {
    margin-left: 85.71429%;
  }
  .calendar-sm-offset-7 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .calendar-md-1, .calendar-md-2, .calendar-md-3, .calendar-md-4, .calendar-md-5, .calendar-md-6, .calendar-md-7 {
    float: left;
  }
  .calendar-md-1 {
    width: 14.28571%;
  }
  .calendar-md-2 {
    width: 28.57143%;
  }
  .calendar-md-3 {
    width: 42.85714%;
  }
  .calendar-md-4 {
    width: 57.14286%;
  }
  .calendar-md-5 {
    width: 71.42857%;
  }
  .calendar-md-6 {
    width: 85.71429%;
  }
  .calendar-md-7 {
    width: 100%;
  }
  .calendar-md-pull-0 {
    right: auto;
  }
  .calendar-md-pull-1 {
    right: 14.28571%;
  }
  .calendar-md-pull-2 {
    right: 28.57143%;
  }
  .calendar-md-pull-3 {
    right: 42.85714%;
  }
  .calendar-md-pull-4 {
    right: 57.14286%;
  }
  .calendar-md-pull-5 {
    right: 71.42857%;
  }
  .calendar-md-pull-6 {
    right: 85.71429%;
  }
  .calendar-md-pull-7 {
    right: 100%;
  }
  .calendar-md-push-0 {
    left: auto;
  }
  .calendar-md-push-1 {
    left: 14.28571%;
  }
  .calendar-md-push-2 {
    left: 28.57143%;
  }
  .calendar-md-push-3 {
    left: 42.85714%;
  }
  .calendar-md-push-4 {
    left: 57.14286%;
  }
  .calendar-md-push-5 {
    left: 71.42857%;
  }
  .calendar-md-push-6 {
    left: 85.71429%;
  }
  .calendar-md-push-7 {
    left: 100%;
  }
  .calendar-md-offset-0 {
    margin-left: 0%;
  }
  .calendar-md-offset-1 {
    margin-left: 14.28571%;
  }
  .calendar-md-offset-2 {
    margin-left: 28.57143%;
  }
  .calendar-md-offset-3 {
    margin-left: 42.85714%;
  }
  .calendar-md-offset-4 {
    margin-left: 57.14286%;
  }
  .calendar-md-offset-5 {
    margin-left: 71.42857%;
  }
  .calendar-md-offset-6 {
    margin-left: 85.71429%;
  }
  .calendar-md-offset-7 {
    margin-left: 100%;
  }
}

@media (min-width: 1366px) {
  .calendar-lg-1, .calendar-lg-2, .calendar-lg-3, .calendar-lg-4, .calendar-lg-5, .calendar-lg-6, .calendar-lg-7 {
    float: left;
  }
  .calendar-lg-1 {
    width: 14.28571%;
  }
  .calendar-lg-2 {
    width: 28.57143%;
  }
  .calendar-lg-3 {
    width: 42.85714%;
  }
  .calendar-lg-4 {
    width: 57.14286%;
  }
  .calendar-lg-5 {
    width: 71.42857%;
  }
  .calendar-lg-6 {
    width: 85.71429%;
  }
  .calendar-lg-7 {
    width: 100%;
  }
  .calendar-lg-pull-0 {
    right: auto;
  }
  .calendar-lg-pull-1 {
    right: 14.28571%;
  }
  .calendar-lg-pull-2 {
    right: 28.57143%;
  }
  .calendar-lg-pull-3 {
    right: 42.85714%;
  }
  .calendar-lg-pull-4 {
    right: 57.14286%;
  }
  .calendar-lg-pull-5 {
    right: 71.42857%;
  }
  .calendar-lg-pull-6 {
    right: 85.71429%;
  }
  .calendar-lg-pull-7 {
    right: 100%;
  }
  .calendar-lg-push-0 {
    left: auto;
  }
  .calendar-lg-push-1 {
    left: 14.28571%;
  }
  .calendar-lg-push-2 {
    left: 28.57143%;
  }
  .calendar-lg-push-3 {
    left: 42.85714%;
  }
  .calendar-lg-push-4 {
    left: 57.14286%;
  }
  .calendar-lg-push-5 {
    left: 71.42857%;
  }
  .calendar-lg-push-6 {
    left: 85.71429%;
  }
  .calendar-lg-push-7 {
    left: 100%;
  }
  .calendar-lg-offset-0 {
    margin-left: 0%;
  }
  .calendar-lg-offset-1 {
    margin-left: 14.28571%;
  }
  .calendar-lg-offset-2 {
    margin-left: 28.57143%;
  }
  .calendar-lg-offset-3 {
    margin-left: 42.85714%;
  }
  .calendar-lg-offset-4 {
    margin-left: 57.14286%;
  }
  .calendar-lg-offset-5 {
    margin-left: 71.42857%;
  }
  .calendar-lg-offset-6 {
    margin-left: 85.71429%;
  }
  .calendar-lg-offset-7 {
    margin-left: 100%;
  }
}

table.table {
  font-family: inherit;
  font-weight: normal;
  margin: 0 0 21px 0;
}

table.table caption {
  background: transparent;
  padding: inherit;
}

.table td,
.table th {
  border: none;
  background: none;
  min-height: unset;
  text-transform: none;
}

.table td .v-align-middle,
.table th .v-align-middle {
  vertical-align: middle;
}

.table h1, .table h2, .table h3, .table h4, .table h5 {
  margin: 0;
}

.table.table-plain > thead > tr > th,
.table.table-plain > tbody > tr > th,
.table.table-plain > tfoot > tr > th {
  background: #F2F2F2;
  border-top: none;
  vertical-align: middle;
  text-transform: uppercase;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 21px;
}

.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.5;
  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 {
  border: 1px solid #DDD;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #DDD;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F7F7FA;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #F5F5F5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > 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;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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 {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /*font-weight: bold;*/
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  border-radius: 0px;
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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: #555555;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #555555;
}

.form-control::-webkit-input-placeholder {
  color: #555555;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #cccccc;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 35px;
  line-height: 1.5 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 43.75px;
}

.form-control-feedback {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #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;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.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 {
  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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.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 {
  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;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 8px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #FFF;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #FFF;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #FFF;
  background-color: #8a8a8a;
  border-color: #858585;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

.btn-default .badge {
  color: #a3a3a3;
  background-color: #FFF;
}

.btn-primary {
  color: #FFF;
  background-color: #B10A32;
  border-color: #99092b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #810724;
  border-color: #5f051b;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #B10A32;
  border-color: #99092b;
}

.btn-primary .badge {
  color: #B10A32;
  background-color: #FFF;
}

.btn-success {
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5CB85C;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5CB85C;
  background-color: #FFF;
}

.btn-info {
  color: #FFF;
  background-color: #5BC0DE;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5BC0DE;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5BC0DE;
  background-color: #FFF;
}

.btn-warning {
  color: #FFF;
  background-color: #F0AD4E;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #F0AD4E;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #F0AD4E;
  background-color: #FFF;
}

.btn-danger {
  color: #FFF;
  background-color: #D9534F;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #D9534F;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #D9534F;
  background-color: #FFF;
}

.btn-link {
  color: #B10A32;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #333;
  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: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #F5F5F5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #B10A32;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #777777;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    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 {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .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 {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #cccccc;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #cccccc;
  border-color: #B10A32;
}

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 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.5;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #DDD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0px;
}

.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: #B10A32;
}

.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 {
  text-align: center;
  margin-bottom: 5px;
}

.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: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-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: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-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-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #B10A32;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -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 {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.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: -1px;
}

.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: -1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.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: -1px;
}

.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: -1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #DDD;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #B10A32;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #B10A32;
  border-color: #B10A32;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B10A32;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B10A32;
}

.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-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-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-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-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-topic-info {
  border: 0;
}

.panel-group-title {
  margin-top: 32px;
  font-size: 40px;
}

.panel-topic-info.panel + .panel {
  margin: 0;
}

.panel-topic-info .panel-heading {
  border-top: 1px solid #cccccc;
  padding: 0 24px;
}

.panel-topic-info .panel-heading a {
  display: block;
  padding: 32px 0;
}

.panel-topic-info .panel-heading a .icon {
  color: #B10A32;
}

.panel-topic-info .panel-title {
  font-size: 24px;
}

.panel-topic-info .panel-heading + .panel-collapse .panel-body {
  border: 0px;
}

.panel-topic-info .panel-body {
  font-size: 16px;
  line-height: 1.75em;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -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: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.ios .modal-open {
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #FFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 25.5px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 24px;
}

.modal-footer {
  padding: 24px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  #modal-cruise-map-0 .modal-dialog {
    width: 95%;
    margin: 30px auto;
    max-width: 1360px !important;
  }
  .modal-dialog.modal-md {
    width: 600px;
  }
  .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: 1024px) {
  #modal-cruise-map-0 .modal-lg {
    width: 95%;
  }
}

@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.visible-tn {
  display: none !important;
}

.visible-tn-block,
.visible-tn-inline,
.visible-tn-inline-block {
  display: none !important;
}

@media (max-width: 479px) {
  .visible-tn {
    display: block !important;
  }
  table.visible-tn {
    display: table;
  }
  tr.visible-tn {
    display: table-row !important;
  }
  th.visible-tn,
  td.visible-tn {
    display: table-cell !important;
  }
}

@media (max-width: 479px) {
  .visible-tn-block {
    display: block !important;
  }
}

@media (max-width: 479px) {
  .visible-tn-inline {
    display: inline !important;
  }
}

@media (max-width: 479px) {
  .visible-tn-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 479px) {
  .hidden-tn {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /*Viking custom to support smaller viewports*/
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1366px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.btn {
  font-family: "Open Sans", sans-serif;
  /*font-weight:500;*/
  text-transform: uppercase;
}

.btn-red {
  color: #FFF;
  background-color: #B10A32;
  border-color: #B10A32;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active,
.open > .btn-red.dropdown-toggle {
  color: #FFF;
  background-color: #810724;
  border-color: #770722;
}

.btn-red:active, .btn-red.active,
.open > .btn-red.dropdown-toggle {
  background-image: none;
}

.btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  background-color: #B10A32;
  border-color: #B10A32;
}

.btn-red .badge {
  color: #B10A32;
  background-color: #FFF;
}

.btn-white {
  color: #B10A32;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  color: #B10A32;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  background-image: none;
}

.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  background-color: #FFF;
  border-color: #FFF;
}

.btn-white .badge {
  color: #FFF;
  background-color: #B10A32;
}

.btn-blue {
  color: #FFF;
  background-color: #456580;
  border-color: #456580;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  color: #FFF;
  background-color: #334b5f;
  border-color: #304658;
}

.btn-blue:active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  background-image: none;
}

.btn-blue.disabled, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled], .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active,
fieldset[disabled] .btn-blue,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
  background-color: #456580;
  border-color: #456580;
}

.btn-blue .badge {
  color: #456580;
  background-color: #FFF;
}

.btn-darkblue {
    color: #FFF;
    background-color: #142640;
    border-color: #142640;
}

.btn-darkblue:hover, .btn-darkblue:focus, .btn-darkblue:active, .btn-darkblue.active,
.open > .btn-darkblue.dropdown-toggle {
    color: #FFF;
    background-color: #334b5f;
    border-color: #304658;
}

.btn-darkblue:active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
    background-image: none;
}

.btn-darkblue.disabled, .btn-darkblue.disabled:hover, .btn-darkblue.disabled:focus, .btn-darkblue.disabled:active, .btn-darkblue.disabled.active, .btn-darkblue[disabled], .btn-darkblue[disabled]:hover, .btn-darkblue[disabled]:focus, .btn-darkblue[disabled]:active, .btn-darkblue[disabled].active,
fieldset[disabled] .btn-darkblue,
fieldset[disabled] .btn-darkblue:hover,
fieldset[disabled] .btn-darkblue:focus,
fieldset[disabled] .btn-darkblue:active,
fieldset[disabled] .btn-darkblue.active {
    background-color: #142640;
    border-color: #142640;
}

.btn-darkblue .badge {
    color: #142640;
    background-color: #FFF;
}

.btn-border-blue {
  color: #000;
  background-color: transparent;
  border-color: #cccccc;
}

.btn-border-blue:hover, .btn-border-blue:focus, .btn-border-blue:active, .btn-border-blue.active,
.open > .btn-border-blue.dropdown-toggle {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #adadad;
}

.btn-border-blue:active, .btn-border-blue.active,
.open > .btn-border-blue.dropdown-toggle {
  background-image: none;
}

.btn-border-blue.disabled, .btn-border-blue.disabled:hover, .btn-border-blue.disabled:focus, .btn-border-blue.disabled:active, .btn-border-blue.disabled.active, .btn-border-blue[disabled], .btn-border-blue[disabled]:hover, .btn-border-blue[disabled]:focus, .btn-border-blue[disabled]:active, .btn-border-blue[disabled].active,
fieldset[disabled] .btn-border-blue,
fieldset[disabled] .btn-border-blue:hover,
fieldset[disabled] .btn-border-blue:focus,
fieldset[disabled] .btn-border-blue:active,
fieldset[disabled] .btn-border-blue.active {
  background-color: transparent;
  border-color: #cccccc;
}

.btn-border-blue .badge {
  color: transparent;
  background-color: #000;
}

.btn-border-blue.active {
  background: #456580;
  color: #FFF;
  border-color: #456580;
}

.btn-border-black {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}

.btn-border-black:hover, .btn-border-black:focus, .btn-border-black:active, .btn-border-black.active,
.open > .btn-border-black.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: black;
}

.btn-border-black:active, .btn-border-black.active,
.open > .btn-border-black.dropdown-toggle {
  background-image: none;
}

.btn-border-black.disabled, .btn-border-black.disabled:hover, .btn-border-black.disabled:focus, .btn-border-black.disabled:active, .btn-border-black.disabled.active, .btn-border-black[disabled], .btn-border-black[disabled]:hover, .btn-border-black[disabled]:focus, .btn-border-black[disabled]:active, .btn-border-black[disabled].active,
fieldset[disabled] .btn-border-black,
fieldset[disabled] .btn-border-black:hover,
fieldset[disabled] .btn-border-black:focus,
fieldset[disabled] .btn-border-black:active,
fieldset[disabled] .btn-border-black.active {
  background-color: #FFF;
  border-color: #000;
}

.btn-border-black .badge {
  color: #FFF;
  background-color: #000;
}

.btn-border-gray {
  color: #000;
  background-color: #FFF;
  border-color: #cccccc;
}

.btn-border-gray:hover, .btn-border-gray:focus, .btn-border-gray:active, .btn-border-gray.active,
.open > .btn-border-gray.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-border-gray:active, .btn-border-gray.active,
.open > .btn-border-gray.dropdown-toggle {
  background-image: none;
}

.btn-border-gray.disabled, .btn-border-gray.disabled:hover, .btn-border-gray.disabled:focus, .btn-border-gray.disabled:active, .btn-border-gray.disabled.active, .btn-border-gray[disabled], .btn-border-gray[disabled]:hover, .btn-border-gray[disabled]:focus, .btn-border-gray[disabled]:active, .btn-border-gray[disabled].active,
fieldset[disabled] .btn-border-gray,
fieldset[disabled] .btn-border-gray:hover,
fieldset[disabled] .btn-border-gray:focus,
fieldset[disabled] .btn-border-gray:active,
fieldset[disabled] .btn-border-gray.active {
  background-color: #FFF;
  border-color: #cccccc;
}

.btn-border-gray .badge {
  color: #FFF;
  background-color: #000;
}

.btn-clear-white {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}

.btn-clear-white:hover, .btn-clear-white:focus, .btn-clear-white:active, .btn-clear-white.active,
.open > .btn-clear-white.dropdown-toggle {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-clear-white:active, .btn-clear-white.active,
.open > .btn-clear-white.dropdown-toggle {
  background-image: none;
}

.btn-clear-white.disabled, .btn-clear-white.disabled:hover, .btn-clear-white.disabled:focus, .btn-clear-white.disabled:active, .btn-clear-white.disabled.active, .btn-clear-white[disabled], .btn-clear-white[disabled]:hover, .btn-clear-white[disabled]:focus, .btn-clear-white[disabled]:active, .btn-clear-white[disabled].active,
fieldset[disabled] .btn-clear-white,
fieldset[disabled] .btn-clear-white:hover,
fieldset[disabled] .btn-clear-white:focus,
fieldset[disabled] .btn-clear-white:active,
fieldset[disabled] .btn-clear-white.active {
  background-color: transparent;
  border-color: #FFF;
}

.btn-clear-white .badge {
  color: transparent;
  background-color: #FFF;
}

.btn-clear-white:hover {
  background: rgba(255, 255, 255, 0.15);
}

.btn-clear-dark {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}

.btn-clear-dark:hover, .btn-clear-dark:focus, .btn-clear-dark:active, .btn-clear-dark.active,
.open > .btn-clear-dark.dropdown-toggle {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #141414;
}

.btn-clear-dark:active, .btn-clear-dark.active,
.open > .btn-clear-dark.dropdown-toggle {
  background-image: none;
}

.btn-clear-dark.disabled, .btn-clear-dark.disabled:hover, .btn-clear-dark.disabled:focus, .btn-clear-dark.disabled:active, .btn-clear-dark.disabled.active, .btn-clear-dark[disabled], .btn-clear-dark[disabled]:hover, .btn-clear-dark[disabled]:focus, .btn-clear-dark[disabled]:active, .btn-clear-dark[disabled].active,
fieldset[disabled] .btn-clear-dark,
fieldset[disabled] .btn-clear-dark:hover,
fieldset[disabled] .btn-clear-dark:focus,
fieldset[disabled] .btn-clear-dark:active,
fieldset[disabled] .btn-clear-dark.active {
  background-color: transparent;
  border-color: #333333;
}

.btn-clear-dark .badge {
  color: transparent;
  background-color: #333333;
}

.btn-clear-dark:hover {
  background: rgba(0, 0, 0, 0.15);
}

.btn-clear-light {
  color: #555555;
  background-color: transparent;
  border-color: #777777;
}

.btn-clear-light:hover, .btn-clear-light:focus, .btn-clear-light:active, .btn-clear-light.active,
.open > .btn-clear-light.dropdown-toggle {
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
  border-color: #585858;
}

.btn-clear-light:active, .btn-clear-light.active,
.open > .btn-clear-light.dropdown-toggle {
  background-image: none;
}

.btn-clear-light.disabled, .btn-clear-light.disabled:hover, .btn-clear-light.disabled:focus, .btn-clear-light.disabled:active, .btn-clear-light.disabled.active, .btn-clear-light[disabled], .btn-clear-light[disabled]:hover, .btn-clear-light[disabled]:focus, .btn-clear-light[disabled]:active, .btn-clear-light[disabled].active,
fieldset[disabled] .btn-clear-light,
fieldset[disabled] .btn-clear-light:hover,
fieldset[disabled] .btn-clear-light:focus,
fieldset[disabled] .btn-clear-light:active,
fieldset[disabled] .btn-clear-light.active {
  background-color: transparent;
  border-color: #777777;
}

.btn-clear-light .badge {
  color: transparent;
  background-color: #555555;
}

.btn-clear-light:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn-clear-blue {
  color: #456580;
  background-color: transparent;
  border-color: #456580;
}

.btn-clear-blue:hover, .btn-clear-blue:focus, .btn-clear-blue:active, .btn-clear-blue.active,
.open > .btn-clear-blue.dropdown-toggle {
  color: #456580;
  background-color: rgba(0, 0, 0, 0);
  border-color: #304658;
}

.btn-clear-blue:active, .btn-clear-blue.active,
.open > .btn-clear-blue.dropdown-toggle {
  background-image: none;
}

.btn-clear-blue.disabled, .btn-clear-blue.disabled:hover, .btn-clear-blue.disabled:focus, .btn-clear-blue.disabled:active, .btn-clear-blue.disabled.active, .btn-clear-blue[disabled], .btn-clear-blue[disabled]:hover, .btn-clear-blue[disabled]:focus, .btn-clear-blue[disabled]:active, .btn-clear-blue[disabled].active,
fieldset[disabled] .btn-clear-blue,
fieldset[disabled] .btn-clear-blue:hover,
fieldset[disabled] .btn-clear-blue:focus,
fieldset[disabled] .btn-clear-blue:active,
fieldset[disabled] .btn-clear-blue.active {
  background-color: transparent;
  border-color: #456580;
}

.btn-clear-blue .badge {
  color: transparent;
  background-color: #456580;
}

.btn-clear-blue:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn-wide {
  padding: 6px 32px;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.btn-wrap {
  white-space: normal;
}

.btn-thick {
  min-width: 240px;
  padding: 12px;
}

.display-table {
  display: table;
}

.align-middle {
  display: table-cell;
  vertical-align: middle;
}

.focus-ring-dots:focus {
  outline-style: dotted;
  outline-color: black;
  outline-width: 2px;
  outline-offset: 2px;
}

/*@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon%EF%B9%96ms66i2.eot');
  src:  url('../../fonts/icomoon%EF%B9%96ms66i2.eot#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon%EF%B9%96ms66i2.ttf') format('truetype'),
    url('../../fonts/icomoon%EF%B9%96ms66i2.woff') format('woff'),
    url('../../fonts/icomoon%EF%B9%96ms66i2.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.woff");
  src: url("../../fonts/icomoon.woff") format("woff"), url("../../fonts/icomoon.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-relevant-flag-guest-favorite:before {
  content: "\e918";
}

.icon-excursion-type-culture:before {
  content: "\e919";
}

.icon-excursion-type-culinary:before {
  content: "\e91a";
}

.icon-excursion-type-beach-stay:before {
  content: "\e91b";
}

.icon-map-icon:before {
  content: "\e916";
}

.icon-camera-icon:before {
  content: "\e917";
}

.icon-chevron-down:before {
  content: "\e600";
}

.icon-chevron-up:before {
  content: "\e601";
}

.icon-back:before {
  content: "\e602";
}

.icon-booking:before {
  content: "\e603";
}

.icon-dates:before {
  content: "\e604";
}

.icon-expand:before {
  content: "\e605";
}

.icon-flight-details:before {
  content: "\e606";
}

.icon-itinerary:before {
  content: "\e607";
}

.icon-main-video:before {
  content: "\e608";
}

.icon-quick-look:before {
  content: "\e609";
}

.icon-related-videos:before {
  content: "\e60a";
}

.icon-resources:before {
  content: "\e60b";
}

.icon-ships:before {
  content: "\e60c";
}

.icon-video:before {
  content: "\e60d";
}

.icon-close:before {
  content: "\e60e";
}

.icon-down-arrow:before {
  content: "\e60f";
}

.icon-next:before {
  content: "\e610";
}

.icon-prev:before {
  content: "\e611";
}

.icon-photo-gallery:before {
  content: "\e612";
}

.icon-recipes:before {
  content: "\e613";
}

.icon-search:before {
  content: "\e614";
}

.icon-email:before {
  content: "\e615";
}

.icon-print:before {
  content: "\e616";
}

.icon-facebook:before {
  content: "\e617";
}

.icon-google:before {
  content: "\e618";
}

.icon-instagram:before {
  content: "\e619";
}

.icon-pintrest:before {
  content: "\e61a";
}

.icon-twitter:before {
  content: "\e61b";
}

.icon-youtube:before {
  content: "\e61c";
}

.icon-activity-level-easy:before {
  content: "\e61d";
}

.icon-activity-level-moderate:before {
  content: "\e61e";
}

.icon-activity-level-wheelchair-access:before {
  content: "\e61f";
}

.icon-excursion-type-active:before {
  content: "\e620";
}

.icon-excursion-type-local-life:before {
  content: "\e621";
}

.icon-excursion-type-natural-world:before {
  content: "\e622";
}

.icon-excursion-type-privileged-access:before {
  content: "\e623";
}

.icon-excursion-type-sight-seeing:before {
  content: "\e624";
}

.icon-excursion-type-special-interest:before {
  content: "\e625";
}

.icon-excursion-type-working-world:before {
  content: "\e626";
}

.icon-relevant-flag-after-dark:before {
  content: "\e627";
}

.icon-relevant-flag-meal-included:before {
  content: "\e628";
}

.icon-relevant-flag-recommended:before {
  content: "\e629";
}

.icon-activity-level-difficult:before {
  content: "\e62a";
}

.icon-relevant-flag-shopping-free-time:before {
  content: "\e62b";
}

.icon-relevant-flag-snack-included:before {
  content: "\e62c";
}

.icon-relevant-flag-unesco:before {
  content: "\e62d";
}

.icon-print-v2:before {
  content: "\e62e";
}

.icon-pdf:before {
  content: "\e62f";
}

.icon-filter-remove:before {
  content: "\e630";
}

.icon-price-includes:before {
  content: "\e800";
}

.icon-circle-down:before {
  content: "\e801";
}

.icon-cancel-circle:before {
  content: "\e803";
}

.icon-chat:before {
  content: "\e804";
}

.icon-phone:before {
  content: "\e805";
}

.icon-star-75:before {
  content: "\e900";
}

.icon-star-25:before {
  content: "\e901";
}

.icon-cruise-ship:before {
  content: "\e902";
}

.icon-globe:before {
  content: "\e903";
}

.icon-prev-bold:before {
  content: "\e904";
}

.icon-next-bold:before {
  content: "\e905";
}

.icon-star-empty:before {
  content: "\e906";
}

.icon-phone-with-fill:before {
  content: "\e907";
}

.icon-cross:before {
  content: "\e908";
}

.icon-checkmark:before {
  content: "\e909";
}

.icon-spinner:before {
  content: "\e90a";
}

.icon-grid-view:before {
  content: "\e90b";
}

.icon-list-view:before {
  content: "\e90c";
}

.icon-checkbox-unchecked:before {
  content: "\e90d";
}

.icon-checkbox-checked:before {
  content: "\e90e";
}

.icon-calendar:before {
  content: "\e90f";
}

.icon-info:before {
  content: "\e910";
}

.icon-viking-logo:before {
  content: "\e911";
}

.icon-brochure:before {
  content: "\e912";
}

.icon-phone-plain:before {
  content: "\e913";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-star-half:before {
  content: "\e914";
}

.icon-star-full:before {
  content: "\e915";
}

.icon-tab:before {
  content: "\ea45";
}

.icon-lock:before {
  content: "\f023";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.large-icons .icon {
  font-size: 1.4em;
}

.large-icons .icon-chat {
  position: relative;
  top: 4px;
}

.icon-border {
  border: 2px solid;
  border-radius: 100%;
  padding: 4px;
  display: inline-block;
  margin-right: 10px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/********Global grid restriction for items with larger spacing************/
.restricted-width {
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  .restricted-width {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .restricted-width {
    padding: 0 32px;
  }
}

@media screen and (min-width: 1366px) {
  .restricted-width {
    padding: 0 48px;
  }
}

/*****************************END GRID RESTRICTION***************************************/
.bg-white {
  background: #FFF;
}

.bg-gray-dark {
  background-color: #333333;
}

.bg-gray {
  background-color: #555555;
}

.bg-gray-light {
  background-color: #777777;
}

.bg-lgray, .bg-gray-lighter {
  background-color: #cccccc;
}

.bg-gray-lightest {
  background-color: whitesmoke;
}

small {
  font-size: 67%;
}

.text-gray-dark {
  color: #333333;
}

.text-gray {
  color: #555555;
}

.text-gray-light {
  color: #777777;
}

.text-gray-lighter {
  color: whitesmoke;
}

hr.hr-gold {
  border-color: #B8AF80;
}

body .links-unstyled a {
  text-decoration: none;
}

.anchor-secondary a {
  color: #B10A32;
}

.anchor-secondary a:hover {
  color: #555555;
}

@media screen and (max-width: 479px) {
  .pull-left-tn {
    float: left !important;
  }
  .pull-right-tn {
    float: right !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
}

@media screen and (min-width: 1366px) {
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
}

.modern-browser .styled-select {
  position: relative;
}

.modern-browser .styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../images/v3/drop_arrow.svg") no-repeat right;
  background-position-x: calc(100% - 8px);
}

.modern-browser .styled-select select::-ms-expand {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  .modern-browser .styled-select select {
    background: url("../../images/v3/drop_arrow_white.svg") no-repeat right;
    background-position-x: calc(100% - 8px);
  }
}

.ieall .styled-select select {
  padding: 6px 0;
}

.viking-form-control.radio-inline, .viking-form-control.checkbox-inline {
  padding-left: 30px;
  line-height: 25px;
}

.viking-form-control .faux-input {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: -30px;
  position: absolute;
}

.viking-form-control input[type='radio'] {
  opacity: 0;
}

.viking-form-control input[type='radio']:checked + .faux-input {
  background-image: url("../../images/v2/input_radio_selected.png");
}

.dates-n-pricing-calendar .viking-form-control input[type='radio']:checked + .faux-input {
  background-image: url("../../images/v3/input_radio_selected.png");
}

.viking-form-control input[type='radio'] + .faux-input {
  background: url("../../images/v2/input_radio.png") 50% 50% no-repeat;
  display: inline-block;
}

.dates-n-pricing-calendar .viking-form-control input[type='radio'] + .faux-input {
  background: url("../../images/v3/input_radio.png") 50% 50% no-repeat;
}

.viking-form-control input[type='checkbox']:checked + .faux-input {
  background-image: url("../../images/v2/input_check_selected.png");
}

.viking-form-control input[type='checkbox'] + .faux-input {
  background: url("https://www.vikingrivercruises.com/Content/images/v3/input_check.png") 50% 50% no-repeat;
}

.caret-lg {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  z-index: 999;
}

#cboxLoadedContent {
  overflow: visible !important;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url("../../images/colorbox/overlay.png") repeat 0 0;
}

#colorbox {
  outline: none;
  width: 1px;
  height: 1px;
}

#colorbox {
  background-color: transparent;
}

/*This is to allow for the customization of the close button outside the content block, Moved background color white to content-wrapper this allows content to flow outside the modal container*/
/*Zander Indo*/
#cboxContent {
  top: 35px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  /*margin-bottom:28px; background:#fff;*/
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
  display: none !important;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxLoadingGraphic {
  background: #fff url(../../images/loading_icon_light.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxBack {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active, #cboxBack:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxClose,
#cboxBack {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  text-indent: 20px;
  text-shadow: none;
  position: absolute;
  top: -36px;
  right: 0;
  width: 110px;
  height: 37px;
  background-color: transparent;
  background: url("../../images/close_x_black.png") right no-repeat;
  background-position-y: 1px;
  z-index: 99;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
  /*&:before {
		margin-right: 5px;
		font-family: 'icomoon';
		font-size: 10px;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		content: '\e60e';
		display: inline-block;
	}*/
}

#cboxBack {
  background: url("../../images/close_x_back.png") right no-repeat;
  text-indent: 40px;
  left: 0;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#colorbox h1, #colorbox h4.slide_title {
  margin: 0;
}

#colorbox .contentWrapper {
  padding: 20px;
}

#colorbox.subpage_loaded .contentWrapper {
  min-height: 200px;
}

#colorbox.subpage_loaded #cboxContent {
  background: white;
}

#colorbox .mainContent {
  background: #fff;
}

#inline_slide .contentWrapper {
  padding: 0px;
}

#cboxNext, #cboxPrevious {
  position: absolute;
  width: 50px;
  height: 60px;
  margin-top: -21px;
  top: 50%;
  z-index: 99;
  text-indent: -999em;
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background: url(../../images/icon_hero_prev.png);
}

#cboxNext {
  right: 0px;
  background: url(../../images/icon_hero_next.png);
}

.overlay_ES .contentWrapper {
  border-bottom: 7px solid #b51f3d;
}

.overlay_PS .contentWrapper {
  border-bottom: 7px solid #e6b222;
}

.overlay_PV .contentWrapper {
  border-bottom: 7px solid #7963ab;
}

.overlay_DV .contentWrapper {
  border-bottom: 7px solid #008ac5;
}

.overlay_V .contentWrapper {
  border-bottom: 7px solid #639c92;
}

.modal-header {
  padding: 24px;
  padding-bottom: 0;
  border-bottom: none;
}

.modal-header h2.modal-title {
  margin-bottom: 2px;
  margin-top: 0;
}

.modal-body {
  position: relative;
  padding: 24px;
  padding-top: 0;
}

.modal-body .fine-print {
  margin-top: 0;
}

.modal-body .fine-print .disclaimer {
  font-size: 11px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-modal-close-button {
  position: relative;
}

.custom-modal-close-button button.close,
.custom-modal-close-button button.close:hover {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  text-indent: 20px;
  text-shadow: none;
  position: absolute;
  top: -60px;
  right: -24px;
  width: 110px;
  height: 37px;
  background-color: transparent;
  background: url("../../images/close_x_black.png") right no-repeat;
  background-position-y: 1px;
  z-index: 99;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
}

.custom-modal-close-button button.close .icon,
.custom-modal-close-button button.close:hover .icon {
  font-size: 10px;
  display: none;
}

.custom-modal-close-button button.close.back,
.custom-modal-close-button button.close.back:hover {
  text-indent: 35px;
  background: url("../../images/close_x_back.png") right no-repeat;
}

#cboxContent .modal-content {
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  background-color: #FFF;
  max-width: 100%;
}

@media (min-width: 768px) {
  #cboxContent .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);
    width: 85%;
    min-width: 750px;
    max-width: 800px;
    margin: 0 auto;
  }
  .modal-video #cboxContent .modal-content {
    max-width: 1366px;
  }
}

#cboxOverlay.video_modal_content {
  background-color: #000;
  opacity: .5 !important;
}

.modal-video h1, .video_modal_content h1 {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.5em;
}

.modal-video .video-toggle a, .video_modal_content .video-toggle a {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}

.modal-video .video-toggle a .icon, .video_modal_content .video-toggle a .icon {
  font-size: 29px;
  vertical-align: middle;
}

.modal-video .video-toggle a:hover, .video_modal_content .video-toggle a:hover {
  color: #B10A32;
}

.modal-video .video-toggle .active, .video_modal_content .video-toggle .active {
  display: none;
}

.modal-video #relatedVideos, .modal-video #cbox-relatedVideos, .video_modal_content #relatedVideos, .video_modal_content #cbox-relatedVideos {
  padding: 16px;
  background-color: whitesmoke;
}

.modal-video #relatedVideos h4, .modal-video #cbox-relatedVideos h4, .video_modal_content #relatedVideos h4, .video_modal_content #cbox-relatedVideos h4 {
  margin: 0;
}

.modal-video #relatedVideos .thumbnail, .modal-video #cbox-relatedVideos .thumbnail, .video_modal_content #relatedVideos .thumbnail, .video_modal_content #cbox-relatedVideos .thumbnail {
  min-height: 200px;
}

.modal-video #relatedVideos .thumbnail:hover, .modal-video #cbox-relatedVideos .thumbnail:hover, .video_modal_content #relatedVideos .thumbnail:hover, .video_modal_content #cbox-relatedVideos .thumbnail:hover {
  background-color: #f2f2f2;
  border-bottom: 4px solid #B10A32;
}

.modal-video #relatedVideos .row .ko-template > div, .modal-video #cbox-relatedVideos .row .ko-template > div, .video_modal_content #relatedVideos .row .ko-template > div, .video_modal_content #cbox-relatedVideos .row .ko-template > div {
  padding: 0 1px 1px 0;
}

.modal-video .initialise-yt-video.active .thumbnail, .video_modal_content .initialise-yt-video.active .thumbnail {
  border: solid 6px #777777;
}

.modal-video .initialise-yt-video.active .thumbnail h3, .video_modal_content .initialise-yt-video.active .thumbnail h3 {
  /*font-weight: 700;*/
}

#bsModal,
.resources-modal {
  padding: 36px 0 0 0;
}

#bsModal.cbox-fullsize-img,
.resources-modal.cbox-fullsize-img {
  text-align: center;
  display: inline-block !important;
}

#bsModal.cbox-fullsize-img .modal-dialog,
.resources-modal.cbox-fullsize-img .modal-dialog {
  display: inline-block;
}

#bsModal.cbox-fullsize-img .modal-dialog .close,
.resources-modal.cbox-fullsize-img .modal-dialog .close {
  position: absolute;
  top: 0;
  right: 0;
}

#bsModal.cbox-fullsize-img .modal-content,
.resources-modal.cbox-fullsize-img .modal-content {
  display: inline-block;
}

#bsModal.cbox-fullsize-img .modal-header, #bsModal.cbox-fullsize-img .modal-body,
.resources-modal.cbox-fullsize-img .modal-header,
.resources-modal.cbox-fullsize-img .modal-body {
  display: none;
}

#bsModal .modal-header .close {
  top: -58px;
}

#bsModal .close,
.resources-modal .close {
  top: -58px;
}

@media screen and (max-width: 768px) {
  #bsModal .modal-dialog,
  .resources-modal .modal-dialog {
    margin: 0 auto;
  }
}

/*Bootstrap Modal*/
@media screen and (min-width: 1200px) {
  .modal-video {
    width: 1150px;
  }
}

@media screen and (min-width: 1400px) {
  .modal-video {
    width: 1366px;
  }
}

.modal-video.modal {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .modal-video.modal {
    padding: 30px;
  }
}

.modal-video .modal-dialog {
  position: relative;
  width: 99%;
}

@media screen and (min-width: 1024px) {
  .modal-video .modal-dialog {
    width: 80%;
    max-width: 1366px;
  }
}

/*End Videos*/
.modal-content {
  display: none;
}

#colorbox .modal-content, .modal-dialog .modal-content {
  /*modal-dialog is for the viking-moments.html page*/
  display: block;
}

.modal-content .modal-no-margin {
  margin: 0 !important;
}

.modal-content .modal-margin-small {
  margin-bottom: 8px;
}

.modal-content .modal-margin-medium {
  margin-bottom: 16px;
}

.modal-content .modal-margin-large {
  margin-bottom: 32px;
}

.modal-content .modal-top-margin-small {
  margin-top: 8px;
}

.modal-content .modal-top-margin-medium {
  margin-top: 16px !important;
}

.modal-content .minimal-whitespace ul, .modal-content .minimal-whitespace h4 {
  margin-bottom: 16px 0 0 0 !important;
}

.modal-content .minimal-whitespace p {
  margin: 0 !important;
}

.modal-video #cboxClose, .modal-gallery #cboxClose, .cbox-fullsize-img #cboxClose {
  display: none;
}

.cbox-fullsize-img {
  /*.close {
		position: absolute;
		top: ($grid-gutter-width/2);
		right: ($grid-gutter-width/2);
		font-size: 40px;
		color: $gray-lightest;
		background: rgba($gray-light,.8);
		text-shadow: none;

		&:hover {
			color: darken($gray-lightest,10%);
		}
	}*/
}

.cbox-fullsize-img#colorbox {
  margin-top: 0;
}

.cbox-fullsize-img #cboxContent .modal-header, .cbox-fullsize-img #cboxContent .modal-body {
  display: none;
}

.cbox-fullsize-img #cboxContent .modal-content {
  position: relative;
  max-width: none;
  min-width: 100%;
  width: auto;
}

.cbox-fullsize-img #cboxContent .close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.modal-static-content,
.modal-static-content #cboxContent,
.modal-static-content #cboxWrapper,
.modal-static-content #cboxLoadedContent {
  max-width: 100% !important;
}

.modal-static-content #cboxContent,
.modal-static-content #cboxLoadedContent {
  height: auto !important;
}

.modal-static-content .modal-header h2.modal-title {
  font-size: 30px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2px;
  margin-top: 0;
  line-height: 1.1em;
}

.modal-static-content .modal-header h3, .modal-static-content .modal-header .h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #777777;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.modal-static-content .modal-header p {
  padding-top: 16px;
  font-size: 14px;
  color: #333;
}

.modal-static-content .custom-pricing p {
  padding-top: 16px;
}

.modal-static-content #cboxClose {
  display: none;
}

.modal-static-content .modal-body h3.h2 {
  font-size: 25px;
  color: inherit;
}

.modal-static-content .modal-body p {
  font-size: 14px;
}

.modal-static-content .modal-body img {
  width: 100%;
  display: block;
  margin: 0 0 10.5px;
}

.modal-static-content .modal-body .offer,
.modal-static-content .modal-body .action {
  display: block;
  background-color: #b10a32;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: white;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}

.modal-static-content .modal-body .offer span,
.modal-static-content .modal-body .action span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  display: block;
  text-transform: none;
}

.modal-static-content .modal-body .action {
  display: inline-block;
  padding: 10px 33px;
}

.modal-static-content .modal-body .actionContainer {
  text-align: right;
  padding: 16px 0;
}

.modal-static-content .modal-body h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #777777;
}

.modal-static-content .modal-body h4:not(.promo-box-title) {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #777777;
  margin: 8px 0;
}

.modal-static-content .modal-body .recipe .right {
  float: right;
}

.modal-static-content .modal-body .recipe p {
  padding-top: 0;
}

.modal-static-content .modal-body .recipe .info {
  float: left;
  padding: 0 32px 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #777777;
}

.modal-static-content .modal-body .sights .row {
  padding: 21px 0 32px 0;
  margin: 0;
}

.modal-static-content .modal-body .sights h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 22px;
  color: #333;
}

.modal-static-content .modal-body .sights h3 span {
  display: inline-block;
  width: 23px;
}

.modal-static-content .modal-body .sights p {
  padding: 16px 0 16px 25px;
}

.modal-static-content .modal-body .extended-cruise-header, .modal-static-content .modal-body .extended-cruise-subtitle {
  color: #333333;
}

.modal-static-content .modal-body .extended-cruise-day-title {
  font-size: 22px;
  color: #333333;
}

.modal-static-content .modal-body .extended-cruise-day-title .day {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.modal-static-content .modal-body .submit-busy img {
  width: 35px;
  height: 35px;
}

.modal-static-content .hotel-offerings-row {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 -24px;
  padding: 0 24px;
  background-color: whitesmoke;
}

.modal-static-content .hotel-offerings-row .flexslider {
  background: none;
}

.modal-static-content .hotel-offerings-row .hotel-slide-title {
  font-size: 22px;
  color: #333333;
}

.modal-social {
  margin-bottom: 8px;
}

.modal-gallery .slide-container {
  position: relative;
}

.modal-gallery .slide-container a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: .8;
}

.modal-gallery .slide-container a .icon {
  font-size: 45px;
  color: #555555;
}

.modal-gallery .slide-container a:hover {
  opacity: 1;
}

/*# sourceMappingURL=bootstrap.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
.cruise-side-rail {
  float: left;
  width: 14.285714286%;
}

.trd-itinerary .cruise-side-rail {
  width: inherit;
  min-width: 200px;
  max-width: 200px;
}

.cruise-side-rail.side-left li {
  width: auto;
}

.cruise-title-side-rail {
  min-width: 90px;
  width: 33%;
  max-width: 200px;
  float: left;
}

@media screen and (max-width: 1023px) {
  .cruise-title-side-rail {
    width: 20.5%;
  }
}

@media screen and (max-width: 1199px) {
  .cruise-title-side-rail {
    background: #142640;
    float: none;
    height: 37px;
    max-width: 100%;
    min-width: 50px;
    width: 100%;
  }
  .cruise-title-side-rail .display-table {
    height: 20px !important;
  }
}

@media screen and (max-width: 479px) {
  .cruise-title-side-rail {
    min-width: 40px;
  }
}

.cruise-content-area {
  height: 100%;
  overflow: hidden;
}
.cruise-content-area .cruise-main-hdr .display-table.with-subtitle p {
  display: none;
}

@media screen and (max-width: 1199px) {
  .cruise-content-area {
    background: #142640;
    width: 100%;
  }
  .cruise-content-area.bg-white{
    background: #fff;
  }
  .cruise-content-area .cruise-main-hdr {
    float: none !important;
    width: 100% !important;
  }
  .cruise-content-area .cruise-main-hdr .display-table {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .cruise-content-area .cruise-main-hdr .display-table.with-subtitle p {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin: 8px 0 0 0;
  }
}

.hdr-canvas {
  height: 262px;
}

#cruise-hdr {
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 121px;
  width: 100%;
  max-width: 100%;
  z-index: 999;
}

#cruise-hdr ul.list-inline {
  margin: 0;
}

.trd-itinerary #trd-body-mover {
  top: 121px;
}

#trd-body-mover.trd-itinerary,
#trd-body-mover.trd-pricing,
#trd-body-mover.trd-resources {
  top: 245px;
}

@media screen and (max-width: 1199px) {
  .hdr-canvas {
    height: 226px;
  }

  #cruise-hdr {
    transition: all .5s ease;
  }
  
  #cruise-hdr ul.list-inline {
    display: block;
  }

  .cruise-hdr-scrolled .cruise-title-side-rail,
  .cruise-hdr-scrolled .cruise-content-area ul.list-inline {
      display: none !important;
  }

  .trd-itinerary #trd-body-mover {
    top: 121px;
  }

  #trd-body-mover.trd-itinerary,
  #trd-body-mover.trd-pricing,
  #trd-body-mover.trd-resources {
    top: 247px;
  }
}

@media screen and (max-width: 926px) {
  .hdr-canvas {
    height: 193px;
  }

  #cruise-hdr {
    top: 88px !important;
  }

  #trd-body-mover {
    top: 214px;
  }

  .trd-itinerary #trd-body-mover {
    top: 88px;
  }

  #trd-body-mover.trd-itinerary,
  #trd-body-mover.trd-pricing,
  #trd-body-mover.trd-resources {
    top: 214px;
  }
}

@media screen and (max-width: 767px) {
  #cruise-hdr {
    top: 48px !important;
  }
}

@media screen and (max-width: 576px) {
  .hdr-canvas {
    height: 153px;
  }

  #cruise-hdr {
    top: 48px !important;
  }

  #trd-body-mover {
    top: 151px;
  }

  .trd-itinerary #trd-body-mover {
    top: 48px;
  }

  #trd-body-mover.trd-itinerary,
  #trd-body-mover.trd-pricing,
  #trd-body-mover.trd-resources {
    top: 151px;
  }
}

@media screen and (max-height: 256px) {
  #trd-header {
      position: relative !important;
      transform: none !important;
  }
}

#cruise-hdr .cruise-hdr-ribbon {
  overflow: hidden;
  max-height: 60px;
  height: auto;
  visibility: visible;
  margin: auto;
  background: #FFF;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .cruise-hdr-ribbon {
    max-height: 100%;
    height: auto;
    visibility: visible;
  }
}

#cruise-hdr .cruise-hdr-ribbon .container {
  padding: 0;
}

#cruise-hdr .cruise-hdr-ribbon ul {
  padding: 0;
  background-color: #FFF;
  overflow: hidden;
}

#cruise-hdr .cruise-hdr-ribbon ul li {
  margin: inherit;
  padding: 0;
  float: left;
  width: 16.66666666666667%;
  background-color: #FFF;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .cruise-hdr-ribbon ul li {
    width: auto !important;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li.sticky-only {
  -webkit-transition: height 0.25s ease, opacity 0.25s ease;
  transition: height 0.25s ease, opacity 0.25s ease;
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  display: none;
}

#cruise-hdr .cruise-hdr-ribbon ul li.sticky-hide {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cruise-hdr .cruise-hdr-ribbon ul li span {
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon {
  font-size: 25px;
  width: 25px;
  padding-right: 5px;
  vertical-align: middle;
  display: none;
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .cruise-hdr-ribbon ul li .icon {
    display: table-cell;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon-ships {
  width: 18px;
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon-booking {
  width: 30px;
}

#cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
  font: bold 13px/1em "Open Sans", sans-serif;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    padding-left: 10px;
    text-align: left;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li a {
  background-color: #FFF;
  color: #142640;
  display: table;
  padding: 5px 10px;
  height: 60px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .cruise-hdr-ribbon ul li a {
    border-bottom: 3px solid #ffffff;
    border-top: 3px solid #FFF;
    padding: 10px 16px;
    height: auto;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li a.active {
  background-color: #456580;
  color: #ffffff;
}

#cruise-hdr .cruise-hdr-ribbon ul li a.active:hover {
  border: none;
  color: #ffffff;
}

#cruise-hdr .cruise-hdr-ribbon ul li a:hover {
  color: #142640;
  border-bottom: 3px solid #142640;
  border-top: 3px solid #ffffff;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .cruise-hdr-ribbon ul li a.active {
    border-bottom: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
  }

  #cruise-hdr .cruise-hdr-ribbon ul li a.active:hover {
    border-bottom: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
  }

  #cruise-hdr .cruise-hdr-ribbon ul li a:hover {
    border-bottom: 3px solid #ffffff;
  }
}

@media screen and (max-height: 256px) {
  #cruise-hdr .cruise-hdr-ribbon ul li a.active {
    border-top: 4px solid #ffffff;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul.itinerary-breakout-nav {
  text-align: center;
}

#cruise-hdr .cruise-hdr-ribbon ul.itinerary-breakout-nav li {
  float: none;
}

#cruise-hdr .cruise-hdr-ribbon ul.itinerary-breakout-nav li:last-child {
  float: right;
}

#cruise-hdr .cruise-hdr-ribbon ul.seven-item-nav li {
  width: 14.28571428571429%;
}

#cruise-hdr .cruise-hdr-ribbon .cruise-side-rail li {
  width: 100%;
}

#cruise-hdr .cruise-hdr-ribbon .cruise-sub-header ul li.sticky-only {
  /*@include transition(height $transition-fast ease, opacity $transition-fast ease);*/
  height: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

#cruise-hdr .hidden-scrolled {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#cruise-hdr h1, #cruise-hdr h4, #cruise-hdr h1.region-title {
  color: #FFF;
  font-size: 36px;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr h1, #cruise-hdr h4, #cruise-hdr h1.region-title {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (min-width: 480px) {
  #cruise-hdr h1, #cruise-hdr h4, #cruise-hdr h1.region-title {
    margin: auto;
  }
}

#cruise-hdr h1.cruise-title, #cruise-hdr h4.cruise-title, #cruise-hdr h1.region-title.cruise-title {
  font-size: 18px;
  height: auto;
  vertical-align: middle;
  padding: 0 4px;
}

@media screen and (min-width: 568px) {
  #cruise-hdr h1.cruise-title, #cruise-hdr h4.cruise-title, #cruise-hdr h1.region-title.cruise-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  #cruise-hdr h1.cruise-title, #cruise-hdr h4.cruise-title, #cruise-hdr h1.region-title.cruise-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-hdr h1.cruise-title, #cruise-hdr h4.cruise-title, #cruise-hdr h1.region-title.cruise-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1199px) {
  #cruise-hdr h1, #cruise-hdr h4, #cruise-hdr h1.cruise-title {
    font-size: 24px !important;
    line-height: 26px;
  }

  #cruise-hdr.cruise-hdr-scrolled h1, #cruise-hdr.cruise-hdr-scrolled h4, #cruise-hdr.cruise-hdr-scrolled h1.cruise-title {
    margin-bottom: 0;
  }
}

#cruise-hdr h1.cruise-title a, #cruise-hdr h4.cruise-title a, #cruise-hdr h1.region-title.cruise-title a {
  height: 100%;
  width: 100%;
  display: block;
}

#cruise-hdr h1 a:hover, #cruise-hdr h4 a:hover, #cruise-hdr h1.region-title a:hover {
  color: #d9d9d9;
}

#cruise-hdr li {
  font-family: "Open Sans", sans-serif;
}

#cruise-hdr .cruise-hdr-details {
  overflow: hidden;
  background: #142640;
  position: relative;
  height: 80px;
  /*max-width:1400px;*/
  margin: auto;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr {
    border-bottom: 1px solid #e6e6e6;
  }
  #cruise-hdr .cruise-hdr-details {
    background: none;
  }
  #cruise-hdr .cruise-hdr-details {
    background: none;
    height: auto !important;
  }
}

#cruise-hdr .cruise-hdr-details .container {
  padding: 0;
}

#cruise-hdr .cruise-hdr-details .side-rail {
  height: 68px;
  margin: 6px;
  display: none;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-hdr-details .side-rail {
    display: block;
  }
}

#cruise-hdr .cruise-hdr-details .side-rail a:nth-child(1).activated {
  margin-bottom: 2px;
}

#cruise-hdr .cruise-hdr-details .side-rail a:nth-child(2).activated {
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-hdr-details .side-rail.display-table {
    display: table;
  }
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-hdr-details {
    /*height:$cruise-hdr-height-collapsed;*/
  }
}

#cruise-hdr .cruise-hdr-details a {
  color: #FFF;
}

#cruise-hdr .cruise-hdr-details a.activated {
  cursor: default;
}

#cruise-hdr .cruise-hdr-details a.activated > span {
  border: 1px solid #FFF;
  cursor: default;
}

#cruise-hdr .cruise-hdr-details a.direction-year {
  width: 100%;
  display: block;
  float: right;
}

#cruise-hdr .cruise-hdr-details a.direction-year.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .back-to-river-cruises,
#cruise-hdr .cruise-main-hdr,
#cruise-hdr .cruise-details {
  float: left;
}

#cruise-hdr .back-to-river-cruises {
  width: 19.53125%;
}

#cruise-hdr .cruise-main-hdr {
  width: calc(100% - 200px);
  min-width: 200px;
}

#cruise-hdr .cruise-main-hdr.cruise-hdr-back-none {
  width: 100%;
  min-width: 200px;
}

#cruise-hdr .cruise-main-hdr:hover {
  cursor: default;
}

#cruise-hdr .cruise-main-hdr ul {
  font-size: 13px;
  color: #FFF;
}

@media screen and (max-width: 419px) {
  #cruise-hdr .cruise-main-hdr h1.flowtype, #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 420px) and (max-width: 567px) {
  #cruise-hdr .cruise-main-hdr h1.flowtype, #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
  #cruise-hdr .cruise-main-hdr h1.flowtype, #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 26px !important;
  }
}

#cruise-hdr .display-table {
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .display-table {
    height: auto;
  }
}

#cruise-hdr .display-table.side-rail {
  height: 68px;
  margin: 6px;
}

#cruise-hdr .display-table.sticky-only {
  height: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
}

#cruise-hdr .display-table .icon {
  display: inline;
}

#cruise-hdr .cruise-details {
  width: 16.66667%;
}

#cruise-hdr .cruise-details li {
  line-height: 1em;
}

#cruise-hdr .cruise-details .display-table {
  max-width: 82px;
  float: right;
}

#cruise-hdr .cruise-mobile-menu {
  display: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-mobile-menu {
    float: right;
    display: block;
    font-size: 20px;
    text-align: right;
    width: 50px;
    max-width: 50px;
    min-width: 25px;
    margin-top: 3px;
  }
  #cruise-hdr .cruise-mobile-menu.left-menu {
    float: left;
  }
}

#cruise-hdr .cruise-mobile-menu a {
  display: table;
  height: 100%;
  width: 100%;
  color: #FFF;
  padding-right: 10px;
}

#cruise-hdr .cruise-mobile-menu a:hover {
  color: #d9d9d9;
}

@media screen and (max-width: 480px) {
  #cruise-hdr .cruise-mobile-menu {
    max-width: 40px;
  }
  #cruise-hdr .cruise-mobile-menu a {
    padding-right: 5px;
  }
}

#cruise-hdr .cruise-mobile-menu span {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .cruise-mobile-menu.left-menu a {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

@media screen and (max-width: 480px) {
  #cruise-hdr .cruise-mobile-menu.left-menu a {
    padding-left: 5px;
  }
}

#cruise-hdr .cruise-mobile-menu .display-table {
  margin: 4px 0 0 0;
}

#cruise-hdr .cruise-mobile-menu.left-menu .display-table {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

#cruise-hdr .cruise-mobile-menu.right-menu .display-table {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

#cruise-hdr .cruise-mobile-menu-active {
  background: #FFF;
}

#cruise-hdr .cruise-mobile-menu-active .icon {
  color: #142640;
}

#cruise-hdr .sailing-date-ship {
  font-family: "Open Sans", sans-serif;
}

#cruise-hdr .change-date-of-travel-btn span,
#cruise-hdr .cruise-change-date-drawer span {
  line-height: 34px;
}

#cruise-hdr .change-date-of-travel-btn {
  display: block;
  float: right;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  vertical-align: middle;
  -webkit-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}

#cruise-hdr .change-date-of-travel-btn.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .change-date-of-travel-btn:hover {
  color: #FFF;
}

#cruise-hdr .change-date-of-travel-btn:hover .sailing-date-year, #cruise-hdr .change-date-of-travel-btn:hover span {
  color: #FFF;
}

#cruise-hdr .change-date-of-travel-btn .sailing-date-year {
  -webkit-transition: font-size 0.25s ease;
  transition: font-size 0.25s ease;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 24px;
  color: #8A8A8A;
  width: 80px;
  float: right;
  padding: 0 4px;
  border: 1px solid #142640;
}

#cruise-hdr .change-date-of-travel-btn.activated .sailing-date-year {
  line-height: 34px;
  height: 34px;
  display: table;
  color: #FFF;
  cursor: default;
}

#cruise-hdr .change-date-of-travel-btn.activated .sailing-date-year span {
  display: table-cell;
  vertical-align: middle;
  line-height: 32px;
}

#cruise-hdr .back-to-river-cruises {
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .back-to-river-cruises {
    background: #142640;
    border-bottom: 1px solid #456580;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-top: 8px;
  }
  #cruise-hdr .back-to-river-cruises.no-border {
    border-bottom: none;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .back-to-river-cruises {
    font-size: 15px;
  }
}

#cruise-hdr .back-to-river-cruises a {
  display: table-cell;
  width: 100%;
  color: #FFF;
}

#cruise-hdr .back-to-river-cruises a > span {
  padding-left: 10px;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .back-to-river-cruises a > span {
    padding-left: 13px;
  }
  #cruise-hdr .back-to-river-cruises a > span:last-child {
    padding-left: 11px;
  }
}

#cruise-hdr .back-to-river-cruises a.direction-link {
  display: block;
  float: right;
  color: #8A8A8A;
}

#cruise-hdr .back-to-river-cruises a.direction-link > span {
  line-height: 33px;
  height: 33px;
  display: table;
  width: 100%;
  padding: 0 4px;
  border: 1px solid #142640;
}

#cruise-hdr .back-to-river-cruises a.direction-link > span span {
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated {
  color: #FFF;
  cursor: default;
  line-height: 34px;
  height: 34px;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated > span {
  border: 1px solid #FFF;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated span {
  cursor: default;
}

#cruise-hdr .back-to-river-cruises a.direction-link.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .back-to-river-cruises a:hover {
  color: #d9d9d9;
}

#cruise-hdr .back-to-river-cruises span:not(.icon) {
  /*@include transition(all $transition ease);*/
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .back-to-river-cruises span:not(.icon) {
    display: inline-block;
  }
}

#cruise-hdr .cruise-change-date-drawer {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: .75;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  overflow: hidden;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-change-date-drawer.expanded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#cruise-hdr .cruise-change-date-drawer.two-item {
  width: 33%;
}

#cruise-hdr .cruise-change-date-drawer.three-item {
  width: 50%;
}

#cruise-hdr .cruise-change-date-drawer.four-item {
  width: 70%;
}

#cruise-hdr .cruise-change-date-drawer.six-item {
  width: 100%;
}

#cruise-hdr .cruise-change-date-drawer .col-sm-2 {
  border-left: 1px solid #cccccc;
}

#cruise-hdr .cruise-change-date-drawer .display-table {
  height: 78px;
  padding-top: 4px;
}

#cruise-hdr .cruise-change-date-drawer a {
  background-color: #FFF;
  color: #999999;
  font-size: 13px;
  border-bottom: 4px solid #FFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#cruise-hdr .cruise-change-date-drawer a.active, #cruise-hdr .cruise-change-date-drawer a:hover {
  color: #142640;
  border-bottom: 4px solid #142640;
}

#cruise-hdr .cruise-change-date-drawer .sailing-date-year {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 34px;
  display: inline-block;
  line-height: 34px;
  margin: 0;
}

#cruise-hdr .cruise-change-date-drawer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}

#cruise-hdr .cruise-change-date-drawer .col-sm-2 {
  text-align: center;
}

.modal-open #cruise-hdr {
  right: 17px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr {
    max-height: 59px;
    overflow: hidden;
  }
}

.sticky-active #cruise-hdr .subnav-wrapper {
  height: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sticky-active #cruise-hdr .cruise-content-area li {
  width: 14%;
}

.sticky-active #cruise-hdr .cruise-content-area li a {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .sticky-active #cruise-hdr .cruise-content-area .cruise-mobile-menu {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-main-hdr.sticky-hide-sm {
    opacity: 0;
    height: 0;
  }
}

.sticky-active #cruise-hdr .cruise-main-hdr h1,
.sticky-active #cruise-hdr .cruise-main-hdr h4 {
  font-size: 24px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .sticky-active #cruise-hdr .cruise-main-hdr h1,
  .sticky-active #cruise-hdr .cruise-main-hdr h4 {
    /*font-size: 20px;
                    line-height: 22px;*/
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .change-date-of-travel-btn.sticky-hide-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .back-to-river-cruises.sticky-hide-sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-active #cruise-hdr .back-to-river-cruises {
    font-size: 30px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon {
  background-color: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail {
  height: 59px;
  width: 16.66667%;
  min-width: 16.66667%;
  max-width: 16.66667%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail .display-table {
  height: 59px;
  display: table;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail .display-table.sticky-only {
  height: 59px;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  width: 100%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left {
  float: left;
  text-align: left;
  border-right: 1px solid #456580;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left a {
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h1,
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    margin-left: 16px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h1,
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h1,
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right {
  width: 16.66666666666667%;
  min-width: 16.66666666666667%;
  max-width: 16.66666666666667%;
  float: right;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table {
  border-left: 1px solid #456580;
  float: right;
  width: auto;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a {
  background-color: #142640;
  color: #FFF;
  padding: 8px 16px;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a:hover {
  border: none;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn {
  font-size: 10px;
  text-align: center;
  padding: 4px 12px 0;
  line-height: 12px;
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn {
    padding: 2px 16px 0;
    font-size: 13px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
  font-size: 22px;
  line-height: 22px;
  width: 49px;
  margin: auto auto 2px;
  border-bottom: 1px solid #FFF;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
    font-size: 24px;
    line-height: 28px;
    width: 56px;
    margin: auto;
  }
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
    font-size: 26px;
    line-height: 30px;
    width: 62px;
    margin: auto;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-ship {
  padding: 2px;
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-ship {
    padding: 4px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header {
  width: 80%;
  padding: 0;
  float: left;
  background-color: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header.cruise-navigation {
  width: 66.66667%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container {
  margin: 0;
  width: 100%;
  height: 59px;
  max-height: 59px;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul {
    text-align: justify;
    display: block;
    width: 100%;
    text-justify: distribute;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li {
    width: 11%;
    float: none;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li:nth-child(2) {
    width: 16.666666667%;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li:nth-child(6) {
    width: 16.666666667%;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul {
  overflow: visible;
  height: 59px;
  padding: 0 20px 0 10px;
  background-color: #142640;
  width: 100%;
  -webkit-transition: padding 0.5s ease, height 0.5s ease;
  transition: padding 0.5s ease, height 0.5s ease;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li {
  width: 14.28%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li.sticky-only {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  display: inline-block;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li a.active,
.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li a:hover {
  text-decoration: underline;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li.sticky-only {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  width: auto;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li.sticky-hide {
  height: 0;
  width: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .icon {
  display: none;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
  font-size: 10px;
  padding-left: 0px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    font-size: 13px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li a {
  background-color: #142640;
  color: #FFF;
  padding: 8px 8px;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li a:hover {
  border: none;
}

.sticky-active #cruise-hdr .display-table {
  height: 59px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .display-table {
    height: 60px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-details {
  height: 59px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-details {
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-details.sticky-hide-sm {
    height: 0;
    padding: 0;
  }
}

.sticky-active #cruise-hdr .cruise-change-date-drawer a {
  padding-bottom: 4px;
}

.sticky-active #cruise-hdr .cruise-change-date-drawer a .sailing-date-year {
  font-size: 26px;
  line-height: 30px;
}

/*
 * Mobile subnav area
 */
.cruise-subnav-open,
.day-day-submenu-open {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .cruise-subnav-open,
  .day-day-submenu-open {
    overflow: visible;
    height: auto;
  }
}

.cruise-subnav-area,
.cruise-direction-area {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  z-index: 999;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .cruise-subnav-area,
  .cruise-direction-area {
    display: none !important;
  }
}

.cruise-subnav-area ul:not(.list-unstyled),
.cruise-direction-area ul:not(.list-unstyled) {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.cruise-subnav-area ul:not(.list-unstyled) li,
.cruise-direction-area ul:not(.list-unstyled) li {
  padding: 0px;
  margin: 0px;
  width: 100%;
  border-bottom: 1px #d3d3d3 solid;
}

.cruise-subnav-area ul:not(.list-unstyled) li a,
.cruise-direction-area ul:not(.list-unstyled) li a {
  text-align: left;
  padding: 24px 0 24px 56px;
  color: #777;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .cruise-subnav-area ul:not(.list-unstyled) li a,
  .cruise-direction-area ul:not(.list-unstyled) li a {
    padding: 1.5em;
  }
}

.cruise-subnav-area ul:not(.list-unstyled) li a:hover,
.cruise-direction-area ul:not(.list-unstyled) li a:hover {
  color: #444444;
}

.cruise-subnav-area ul:not(.list-unstyled) li a .icon,
.cruise-direction-area ul:not(.list-unstyled) li a .icon {
  font-size: 20px;
}

.cruise-subnav-area ul:not(.list-unstyled) li a .subnav-text,
.cruise-direction-area ul:not(.list-unstyled) li a .subnav-text {
  margin-left: 24px;
  display: inline-block;
}

@media (max-width: 767px) {
  .cruise-subnav-area ul:not(.list-unstyled) li a .subnav-text,
  .cruise-direction-area ul:not(.list-unstyled) li a .subnav-text {
    margin-left: 0;
  }
}

.cruise-subnav-area ul:not(.list-unstyled) li.sticky-only,
.cruise-direction-area ul:not(.list-unstyled) li.sticky-only {
  display: none;
}

.cruise-subnav-area ul.list-unstyled,
.cruise-direction-area ul.list-unstyled {
  padding: 0px;
  margin: auto;
  text-align: center;
}

.cruise-subnav-area ul.list-unstyled li,
.cruise-direction-area ul.list-unstyled li {
  padding: 10px;
  margin: auto;
  text-align: center;
  width: auto;
  border-bottom: none;
}

.cruise-subnav-area ul.list-unstyled li a,
.cruise-direction-area ul.list-unstyled li a {
  text-align: left;
  padding: 10px;
  color: #777;
  display: block;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

.cruise-subnav-area ul.list-unstyled li a:hover,
.cruise-direction-area ul.list-unstyled li a:hover {
  color: #444444;
}

.cruise-subnav-area ul.list-unstyled li a .icon,
.cruise-direction-area ul.list-unstyled li a .icon {
  font-size: 20px;
}

.cruise-subnav-area ul.list-unstyled li a .subnav-text,
.cruise-direction-area ul.list-unstyled li a .subnav-text {
  margin-left: 24px;
}

.cruise-subnav-area ul.list-unstyled li a.activated,
.cruise-direction-area ul.list-unstyled li a.activated {
  border: 1px solid #142640;
  color: #142640;
  cursor: default;
}

.cruise-subnav-area ul.list-unstyled li a.activated span,
.cruise-direction-area ul.list-unstyled li a.activated span {
  cursor: default;
}

.cruise-subnav-area ul.list-unstyled li a a:nth-child(1).activated,
.cruise-direction-area ul.list-unstyled li a a:nth-child(1).activated {
  margin-bottom: 2px;
}

.cruise-subnav-area ul.list-unstyled li a a:nth-child(2).activated,
.cruise-direction-area ul.list-unstyled li a a:nth-child(2).activated {
  margin-top: 2px;
}

.cruise-subnav-area ul.list-unstyled li.sticky-only,
.cruise-direction-area ul.list-unstyled li.sticky-only {
  display: none;
}

.cruise-subnav-area .cruise-selection .cruise-text,
.cruise-direction-area .cruise-selection .cruise-text {
  color: #777;
  font-size: 19px;
  text-align: center;
  padding-top: 24px;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change,
.cruise-direction-area .cruise-selection .cruise-text a.cruise-change {
  display: table;
  margin: 0 auto;
  min-width: 100px;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  font-size: 15px;
  padding: 14px 0 25px;
  cursor: pointer;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change span:not(.icon),
.cruise-direction-area .cruise-selection .cruise-text a.cruise-change span:not(.icon) {
  text-decoration: underline;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change .icon,
.cruise-direction-area .cruise-selection .cruise-text a.cruise-change .icon {
  font-size: 13px;
  margin-left: 10px;
}

.cruise-subnav-area .cruise-selection .cruise-text a.close,
.cruise-direction-area .cruise-selection .cruise-text a.close {
  display: none;
}

.cruise-subnav-area .cruise-selection .subnav-text,
.cruise-direction-area .cruise-selection .subnav-text {
  margin-left: 0;
}

.cruise-subnav-area .cruise-selection ul,
.cruise-direction-area .cruise-selection ul {
  margin-bottom: 0;
}

.cruise-mobile-navi-active {
  border-bottom: none !important;
}

.cruise-day-by-day {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #FFF;
}

.cruise-day-by-day.active {
  display: block;
}

.cruise-day-by-day ul {
  list-style: none;
  padding: 0;
  margin-top: 106px;
}

.cruise-day-by-day ul li {
  border-bottom: 1px #EBEBEB solid;
}

.cruise-day-by-day ul li a {
  color: #333;
  display: block;
  padding: 22px;
}

.cruise-day-by-day ul li a .cruise-dbd-day {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 24px;
  display: table-cell;
  float: left;
}

.cruise-day-by-day ul li a .cruise-dbd-text {
  display: block;
}

.cruise-day-by-day ul li a .icon {
  position: absolute;
  right: 22px;
}

.cruise-day-by-day .cruise-dbd-header {
  display: block;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #FFF;
}

.cruise-day-by-day .cruise-dbd-header .backto-cruise-overview-btn {
  display: block;
  color: #777;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  background: #ECEEF1;
  padding: 16px 0;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area {
  display: table;
  height: 50px;
  width: 100%;
  text-align: center;
  border-top: 1px #AFAFAF solid;
  border-bottom: 1px #AFAFAF solid;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area a {
  display: block;
  padding: 12px;
  color: #777;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area a:hover {
  color: #333;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-previous {
  width: 15%;
  border-right: 1px #AFAFAF solid;
  margin-right: -1px;
  display: table-cell;
  vertical-align: middle;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-next {
  width: 15%;
  border-left: 1px #AFAFAF solid;
  margin-left: -1px;
  display: table-cell;
  vertical-align: middle;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-current {
  color: #777;
  font-size: 17px;
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}

#cruise-sidebar {
  position: relative;
  float: left;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  #cruise-sidebar {
    display: none;
  }
}

#cruise-sidebar .destination-country {
  font-size: 13px;
  color: #777777;
}

#cruise-sidebar .itinerary-overview-link a {
  padding: 24px 0;
}

#cruise-sidebar li {
  height: 75px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  overflow: hidden;
}

#cruise-sidebar li a {
  display: block;
  width: 100%;
  color: #333333;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  padding: 16px 0;
  height: 74px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cruise-sidebar li a:hover {
  border-left: 4px solid #D10C3B;
  color: #D10C3B;
}

#cruise-sidebar li a:hover .destination-country {
  color: #D10C3B;
}

#cruise-sidebar li a:active {
  border-left: 4px solid #FF154E;
  color: #FF154E;
}

#cruise-sidebar li a:active .destination-country {
  color: #FF154E;
}

#cruise-sidebar li a.active {
  border-left: 4px solid #B10A32;
  color: #B10A32;
}

#cruise-sidebar li a.active .destination-country {
  color: #B10A32;
}

#cruise-sidebar li div {
  float: left;
  padding: 0 8px;
  width: 75%;
}

#cruise-sidebar li div.wide {
  width: 95%;
}

#cruise-sidebar li p {
  margin: 0;
  line-height: 1em;
}

#cruise-sidebar .itinerary-overview-link {
  font-size: 18px;
}

#cruise-sidebar .day {
  width: 22.5%;
  text-transform: uppercase;
  padding-right: 0;
}

#cruise-sidebar .day p {
  line-height: 1.2em;
}

#cruise-sidebar .day-text {
  font-size: 12px;
  display: inline-block;
  padding-bottom: 6px;
}

#cruise-sidebar .day-number {
  font-size: 24px;
  font-weight: 500;
}

#cruise-sidebar .destination {
  width: 77.5%;
}

#cruise-sidebar .destination-city {
  font-size: 18px;
  line-height: 1.3em;
  display: inline-block;
  padding-bottom: 4px;
}

#see-more-dates-tag {
  background: #FFF;
  color: #44687d;
  border: 1px solid #44687d;
  height: 0;
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  min-width: 200px;
  max-width: 200px;
  -webkit-transition: height 0.5s, opacity 0.25s, transform 0.5s;
  -webkit-transition: height 0.5s, opacity 0.25s, -webkit-transform 0.5s;
  transition: height 0.5s, opacity 0.25s, -webkit-transform 0.5s;
  transition: height 0.5s, opacity 0.25s, transform 0.5s;
  transition: height 0.5s, opacity 0.25s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 768px) {
  #see-more-dates-tag {
    display: none;
  }
}

body.more-dates-visible #see-more-dates-tag {
  opacity: 1;
  height: 48px;
}

body.more-dates-visible #cruise-sidebar:hover + #see-more-dates-tag {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}

body.more-dates-visible #see-more-dates-tag:hover {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}

/*# sourceMappingURL=cruise-header.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
@media screen and (min-width: 0px) and (max-width: 1023px) {
  .hidden-md-max-down {
    display: none !important;
  }
}

.cruise-side-rail {
  float: left;
  width: 14.285714286%;
}

.cruise-side-rail.trd-itinerary {
  width: inherit;
  min-width: 200px;
  max-width: 200px;
}

.cruise-side-rail.side-left li {
  width: auto;
}

.cruise-title-side-rail {
  min-width: 90px;
  width: 33%;
  max-width: 200px;
  float: left;
}

@media screen and (max-width: 1199px) {
    .cruise-title-side-rail {
        position: absolute;
    }

    .cruise-title-side-rail.pull-right {
        right: 0;
    }
}

@media screen and (max-width: 1023px) {
  .cruise-title-side-rail {
    width: 20.5%;
  }
}

@media screen and (max-width: 991px) {
  .cruise-title-side-rail {
    min-width: 190px;
  }

  .cruise-title-side-rail.pull-right {
    min-width: 90px;
  }
  
  .cruise-title-side-rail li {
    padding-left: 2px;
    padding-right: 2px;
  }
}

@media screen and (max-width: 767px) {
  .cruise-title-side-rail {
    min-width: 50px;
    width: 17%;
  }
}

@media screen and (max-width: 479px) {
  .cruise-title-side-rail {
    min-width: auto;
    width: auto;
  }
}

#cruise-hdr {
  overflow: hidden;
  color: #CCCCCC;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 121px;
  width: 100%;
  max-width: 100%;
  z-index: 100;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr.cruise-dbd-hdr .cruise-hdr-ribbon ul.list-inline {
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
  }

  #cruise-hdr.cruise-dbd-hdr .cruise-hdr-ribbon ul.list-inline::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (max-width: 926px) {
  #cruise-hdr {
    top: 88px !important;
  }
}

@media screen and (max-width: 767px) {
  #cruise-hdr.cruise-dbd-hdr .cruise-hdr-details ul.list-inline {
    display: none;
  }
  #cruise-hdr {
    top: 48px !important;
  }
}

@media screen and (max-width: 576px) {
  #cruise-hdr {
    top: 48px !important;
  }
}

#cruise-hdr ul.list-inline {
  margin: 0;
}

#cruise-hdr .cruise-hdr-ribbon {
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
  max-height: 43px;
  height: auto;
  visibility: visible;
  background: #FFF;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-hdr-ribbon {
    border-bottom: none;
    max-height: 100%;
    height: auto;
    visibility: visible;
  }
}

#cruise-hdr .cruise-hdr-ribbon .container {
  padding: 0;
}

#cruise-hdr .cruise-hdr-ribbon ul {
  padding: 0;
  overflow: hidden;
}

#cruise-hdr .cruise-hdr-ribbon ul.four-item li {
  width: 25%;
}

#cruise-hdr .cruise-hdr-ribbon ul.two-item li {
  width: 50%;
}

#cruise-hdr .cruise-hdr-ribbon ul li {
  margin: inherit;
  padding: 0;
  float: left;
  width: 33.3333%;
  background-color: #CCCCCC;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .cruise-hdr-ribbon ul li {
    background-color: transparent;
    width: 33.3333% !important;
  }
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-hdr-ribbon ul li {
    float: none;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li:first-child a::before {
  background-color: transparent;
}

#cruise-hdr .cruise-hdr-ribbon ul li.sticky-only {
  -webkit-transition: height 0.25s ease, opacity 0.25s ease;
  transition: height 0.25s ease, opacity 0.25s ease;
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  display: none;
}

#cruise-hdr .cruise-hdr-ribbon ul li.sticky-hide {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cruise-hdr .cruise-hdr-ribbon ul li span {
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon {
  font-size: 25px;
  width: 25px;
  padding-right: 5px;
  vertical-align: middle;
  display: none;
}

@media screen and (min-width: 1200px) {
  #cruise-hdr .cruise-hdr-ribbon ul li .icon {
    display: table-cell;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon-ships {
  width: 18px;
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon-booking {
  width: 30px;
}

#cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
  font: 12px/1em "Open Sans", sans-serif;
  text-align: center;
}

@media screen and (max-width: 1199px) {
    #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
        font: 14px/20px "Open Sans", sans-serif;
        text-align: center;
        text-transform: capitalize;
    }
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    padding-left: 10px;
    text-align: left;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li a {
  position: relative;
  background-color: #CCCCCC;
  color: #142640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 16px;
  height: 43px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-hdr-ribbon ul li a {
    padding: 10px 16px;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 43px;
  background-color: #cccccc;
}

#cruise-hdr .cruise-hdr-ribbon ul li a.active {
  background-color: #456580;
  color: #FFF;
}

#cruise-hdr .cruise-hdr-ribbon ul li a.active::before {
  background-color: transparent;
}

#cruise-hdr .cruise-hdr-ribbon ul li a.active:hover {
  border: none;
  border-bottom: 1px solid transparent;
  color: #FFF;
}

@media screen and (max-width: 1199px) {
    #cruise-hdr .cruise-hdr-ribbon ul li a::before {
        width: 0;
    }

    #cruise-hdr .cruise-hdr-ribbon ul li a.active:hover {
      border-bottom: 4px solid #142640;
      border-top: 3px solid rgba(0, 0, 0, 0);
      color: #142640;
    }
}

#cruise-hdr .cruise-hdr-ribbon ul li a:hover {
  color: #142640;
  border-bottom: 4px solid #142640;
  border-top: 3px solid rgba(0, 0, 0, 0);
}

#cruise-hdr .cruise-hdr-ribbon ul.seven-item-nav li {
  width: 14.28571428571429%;
}

#cruise-hdr .cruise-hdr-ribbon .cruise-side-rail li {
  width: 100%;
}

#cruise-hdr .cruise-hdr-ribbon .cruise-sub-header ul li.sticky-only {
  /*@include transition(height $transition-fast ease, opacity $transition-fast ease);*/
  height: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

#cruise-hdr .hidden-scrolled {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#cruise-hdr h4, #cruise-hdr h1 {
  color: #FFF;
  font-size: 36px;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}

@media screen and (min-width: 480px) {
  #cruise-hdr h4, #cruise-hdr h1 {
    margin: auto;
  }
}

#cruise-hdr h4.cruise-title, #cruise-hdr h1.cruise-title {
  font-size: 18px;
  height: auto;
  vertical-align: middle;
  padding: 0 4px;
  letter-spacing: initial;
}

@media screen and (min-width: 568px) {
  #cruise-hdr h4.cruise-title, #cruise-hdr h1.cruise-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  #cruise-hdr h4.cruise-title, #cruise-hdr h1.cruise-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-hdr h4.cruise-title, #cruise-hdr h1.cruise-title {
    font-size: 36px;
  }
}

#cruise-hdr h4.cruise-title a, #cruise-hdr h1.cruise-title a {
  height: 100%;
  width: 100%;
  display: block;
}

#cruise-hdr h4 a:hover, #cruise-hdr h1 a:hover {
  color: #d9d9d9;
}

#cruise-hdr li {
  font-family: "Open Sans", sans-serif;
}

#cruise-hdr .cruise-hdr-details {
  overflow: hidden;
  background: #142640;
  position: relative;
  height: 80px;
}

#cruise-hdr .cruise-hdr-details .container {
  padding: 0;
}

#cruise-hdr .cruise-hdr-details .side-rail {
  height: 68px;
  margin: 6px;
  display: none;
}

#cruise-hdr .cruise-hdr-details .side-rail a:nth-child(1).activated {
  margin-bottom: 2px;
}

#cruise-hdr .cruise-hdr-details .side-rail a:nth-child(2).activated {
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-hdr-details .side-rail {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-hdr-details .side-rail.display-table {
    display: table;
  }
}

#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 80px;
  overflow: hidden;
}

#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell.large-year-range {
  padding-left: 15px;
}

#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell.large-year-range .direction-year,
#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell.large-year-range .multiple-link {
  display: block;
  float: left;
  width: auto;
  padding-left: 15px;
}

#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell.large-year-range a {
    display: block;
    float: left;
    width: auto;
}

#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell a,
#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell .direction-year,
#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell .multiple-link {
  display: inherit;
  float: none;
}

#cruise-hdr .cruise-hdr-details .side-rail.display-table-cell .change-date-of-travel-btn .sailing-date-year {
  width: auto;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-hdr-details .side-rail.display-table-cell .change-date-of-travel-btn .sailing-date-year {
    padding: 0 8px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-hdr-details {
    /*height:$cruise-hdr-height-collapsed;*/
  }
}

#cruise-hdr .cruise-hdr-details a {
  color: #FFF;
}

#cruise-hdr .cruise-hdr-details a.activated {
  cursor: default;
}

#cruise-hdr .cruise-hdr-details a.activated > span {
  border: 1px solid #FFF;
  cursor: default;
}

#cruise-hdr .cruise-hdr-details a.direction-year {
  width: 100%;
  display: block;
  float: right;
}

#cruise-hdr .cruise-hdr-details a.direction-year.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .back-to-river-cruises,
#cruise-hdr .cruise-main-hdr,
#cruise-hdr .cruise-details {
  float: left;
}

@media screen and (max-width: 1199px) {
  .cruise-content-area {
      background: none;
  }
  .cruise-content-area .cruise-main-hdr {
      float: none !important;
      margin: 0 !important;
      width: 100% !important;
  }
}

#cruise-hdr .back-to-river-cruises {
  width: 19.53125%;
}

#cruise-hdr .cruise-main-hdr {
  width: 66%;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-main-hdr {
    width: 59%;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .cruise-main-hdr {
    width: calc(100% - 200px);
  }
}

#cruise-hdr .cruise-main-hdr:hover {
  cursor: default;
}

#cruise-hdr .cruise-main-hdr ul {
  font-size: 13px;
  color: #FFF;
}

@media screen and (max-width: 1199px) {
    #cruise-hdr .cruise-main-hdr ul {
        font-size: 14px;
        line-height: 16px;
        margin-top: 8px;
    }
}

#cruise-hdr .cruise-main-hdr .star-review-stars {
  outline: none;
}

#cruise-hdr .cruise-main-hdr .star-review-stars ul li {
  padding: 0;
}

@media screen and (max-width: 419px) {
  #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 420px) and (max-width: 567px) {
  #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
  #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 26px !important;
  }
}

#cruise-hdr .cruise-years-menu {
  display: table;
  right: 4px;
  position: relative;
  width: 100%;
  text-align: right;
}

#cruise-hdr .display-table {
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-main-hdr {
    position: relative;
  }
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .display-table {
    height: auto;
  }
}

#cruise-hdr .display-table.side-rail {
  height: 68px;
  margin: 6px;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .display-table.side-rail {
    margin: 0 0 0 8px;
    }
}

#cruise-hdr .display-table.sticky-only {
  height: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
}

#cruise-hdr .cruise-details {
  width: 20%;
}

#cruise-hdr .cruise-details li {
  line-height: 1em;
}

#cruise-hdr .cruise-details .display-table {
  max-width: 82px;
  float: right;
}

#cruise-hdr .cruise-mobile-menu {
  display: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-mobile-menu {
    float: right;
    display: block;
    font-size: 20px;
    text-align: right;
    width: 50px;
    max-width: 50px;
    min-width: 25px;
    margin-top: 3px;
  }
  #cruise-hdr .cruise-mobile-menu.left-menu {
    float: left;
  }
}

#cruise-hdr .cruise-mobile-menu a {
  display: table;
  height: 100%;
  width: 100%;
  color: #FFF;
  padding-right: 10px;
}

#cruise-hdr .cruise-mobile-menu a:hover {
  color: #d9d9d9;
}

@media screen and (max-width: 480px) {
  #cruise-hdr .cruise-mobile-menu {
    max-width: 40px;
  }
  #cruise-hdr .cruise-mobile-menu a {
    padding-right: 5px;
  }
}

#cruise-hdr .cruise-mobile-menu span {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .cruise-mobile-menu.left-menu a {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

@media screen and (max-width: 480px) {
  #cruise-hdr .cruise-mobile-menu.left-menu a {
    padding-left: 5px;
  }
}

#cruise-hdr .cruise-mobile-menu .display-table {
  margin: 4px 0 0 0;
}

#cruise-hdr .cruise-mobile-menu.left-menu .display-table {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

#cruise-hdr .cruise-mobile-menu.right-menu .display-table {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

#cruise-hdr .cruise-mobile-menu-active {
  background: #FFF;
}

#cruise-hdr .cruise-mobile-menu-active .icon {
  color: #142640;
}

#cruise-hdr .sailing-date-ship {
  font-family: "Open Sans", sans-serif;
}

#cruise-hdr .change-date-of-travel-btn span,
#cruise-hdr .cruise-change-date-drawer span {
  line-height: 34px;
}

#cruise-hdr .change-date-of-travel-btn {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  display: block;
  float: right;
  vertical-align: middle;
  -webkit-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}

#cruise-hdr .change-date-of-travel-btn:hover {
  color: #FFF;
}

#cruise-hdr .change-date-of-travel-btn:hover .sailing-date-year, #cruise-hdr .change-date-of-travel-btn:hover span {
  color: #FFF;
}

#cruise-hdr .change-date-of-travel-btn .sailing-date-year {
  -webkit-transition: font-size 0.25s ease;
  transition: font-size 0.25s ease;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 24px;
  color: #979797;
  width: 80px;
  float: right;
  padding: 0 4px;
  border: 1px solid #142640;
}

#cruise-hdr .change-date-of-travel-btn.activated .sailing-date-year {
  line-height: 34px;
  height: 34px;
  display: table;
  color: #FFF;
  cursor: default;
}

#cruise-hdr .change-date-of-travel-btn.activated .sailing-date-year span {
  display: table-cell;
  vertical-align: middle;
  line-height: 32px;
}

#cruise-hdr .change-date-of-travel-btn.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .back-to-river-cruises {
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .back-to-river-cruises {
    padding-left: 0px;
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .back-to-river-cruises {
    font-size: 15px;
  }
}

#cruise-hdr .back-to-river-cruises a {
  display: table-cell;
  width: 100%;
  color: #FFF;
}

#cruise-hdr .back-to-river-cruises a > span {
  padding-left: 10px;
}

#cruise-hdr .back-to-river-cruises a.direction-link {
  display: block;
  color: #979797;
  float: right;
}

#cruise-hdr .back-to-river-cruises a.direction-link > span {
  line-height: 33px;
  height: 33px;
  display: table;
  width: 100%;
  padding: 0 4px;
  border: 1px solid #142640;
}

#cruise-hdr .back-to-river-cruises a.direction-link > span span {
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated {
  height: 34px;
  color: #FFF;
  line-height: 34px;
  cursor: default;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated > span {
  border: 1px solid #FFF;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated span {
  cursor: default;
}

#cruise-hdr .back-to-river-cruises a.direction-link.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .back-to-river-cruises a:hover {
  color: #d9d9d9;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .back-to-river-cruises span:not(.icon) {
    display: none;
  }
}

#cruise-hdr .cruise-change-date-drawer {
  position: absolute;
  right: 0;
  top: 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  overflow: hidden;
  background: #FFF;
  opacity: .75;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-change-date-drawer.expanded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#cruise-hdr .cruise-change-date-drawer.two-item {
  width: 33%;
}

#cruise-hdr .cruise-change-date-drawer.three-item {
  width: 50%;
}

#cruise-hdr .cruise-change-date-drawer.four-item {
  width: 70%;
}

#cruise-hdr .cruise-change-date-drawer.six-item {
  width: 100%;
}

#cruise-hdr .cruise-change-date-drawer .col-sm-2 {
  border-left: 1px solid #CCCCCC;
}

#cruise-hdr .cruise-change-date-drawer .display-table {
  height: 78px;
  padding-top: 4px;
}

#cruise-hdr .cruise-change-date-drawer a {
  background-color: #CCCCCC;
  color: #999999;
  font-size: 12px;
  border-bottom: 4px solid #FFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#cruise-hdr .cruise-change-date-drawer a.active, #cruise-hdr .cruise-change-date-drawer a:hover {
  color: #142640;
  border-bottom: 4px solid #142640;
}

#cruise-hdr .cruise-change-date-drawer .sailing-date-year {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 34px;
  display: inline-block;
  line-height: 34px;
  margin: 0;
}

#cruise-hdr .cruise-change-date-drawer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}

#cruise-hdr .cruise-change-date-drawer .col-sm-2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #cruise-canvas {
    height: calc(75px + 43px);
  }
}

@media screen and (min-width: 1024px) {
  #cruise-canvas {
    height: calc(80px + 43px);
  }
}

.modal-open #cruise-hdr {
  right: 17px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr {
    max-height: 59px;
    overflow: hidden;
  }
}

.sticky-active #cruise-hdr .subnav-wrapper {
  height: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sticky-active #cruise-hdr .cruise-content-area li {
  width: 14%;
}

.sticky-active #cruise-hdr .cruise-content-area li a {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .sticky-active #cruise-hdr .cruise-content-area .cruise-mobile-menu {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-main-hdr.sticky-hide-sm {
    opacity: 0;
    height: 0;
  }
}

.sticky-active #cruise-hdr .cruise-main-hdr h4 {
  font-size: 24px;
  line-height: 26px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .change-date-of-travel-btn.sticky-hide-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .back-to-river-cruises.sticky-hide-sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-active #cruise-hdr .back-to-river-cruises {
    font-size: 30px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon {
  background-color: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .container {
  padding: 0;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail {
  height: 59px;
  width: 16.66667%;
  min-width: 16.66667%;
  max-width: 16.66667%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail .display-table {
  height: 59px;
  display: table;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail .display-table.sticky-only {
  height: 59px;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  width: 100%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left {
  float: left;
  text-align: left;
  border-right: 1px solid #4B5A6C;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left a {
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    margin-left: 16px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right {
  width: 16.66666666666667%;
  min-width: 16.66666666666667%;
  max-width: 16.66666666666667%;
  float: right;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table {
  border-left: 1px solid #4B5A6C;
  float: right;
  width: auto;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a {
  background-color: #142640;
  color: #FFF;
  padding: 8px 16px;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a:hover {
  border: none;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn {
  font-size: 10px;
  text-align: center;
  padding: 4px 12px 0;
  line-height: 12px;
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn {
    padding: 2px 16px 0;
    font-size: 12px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
  font-size: 22px;
  line-height: 22px;
  width: 49px;
  margin: auto auto 2px;
  border-bottom: 1px solid #FFF;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
    font-size: 24px;
    line-height: 28px;
    width: 56px;
    margin: auto;
  }
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
    font-size: 26px;
    line-height: 30px;
    width: 62px;
    margin: auto;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-ship {
  padding: 2px;
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-ship {
    padding: 4px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header {
  width: 80%;
  padding: 0;
  float: left;
  background-color: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header.cruise-navigation {
  width: 66.66667%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container {
  margin: 0;
  width: 100%;
  height: 59px;
  max-height: 59px;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul {
  overflow: visible;
  height: 59px;
  padding: 0 20px 0 10px;
  background-color: #142640;
  width: 100%;
  -webkit-transition: padding 0.5s ease, height 0.5s ease;
  transition: padding 0.5s ease, height 0.5s ease;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li {
  width: 14.28%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li.sticky-only {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  display: inline-block;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li a.active,
.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li a:hover {
  text-decoration: underline;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul {
    text-align: justify;
    display: block;
    width: 100%;
    text-justify: distribute;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li {
    width: 11%;
    float: none;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li:nth-child(2) {
    width: 16.666666667%;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li:nth-child(6) {
    width: 16.666666667%;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li.sticky-only {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  width: auto;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li.sticky-hide {
  height: 0;
  width: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .icon {
  display: none;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
  font-size: 10px;
  padding-left: 0px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    font-size: 12px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li a {
  background-color: #142640;
  color: #FFF;
  padding: 8px 8px;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li a:hover {
  border: none;
}

.sticky-active #cruise-hdr .display-table {
  height: 59px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .display-table {
    height: 60px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-details {
  height: 59px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-details {
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-details.sticky-hide-sm {
    height: 0;
    padding: 0;
  }
}

.sticky-active #cruise-hdr .cruise-change-date-drawer a {
  padding-bottom: 4px;
}

.sticky-active #cruise-hdr .cruise-change-date-drawer a .sailing-date-year {
  font-size: 26px;
  line-height: 30px;
}

/*
 * Mobile subnav area
 */
.cruise-subnav-open,
.day-day-submenu-open {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .cruise-subnav-open,
  .day-day-submenu-open {
    overflow: visible;
    height: auto;
  }
}

.cruise-subnav-area, .cruise-direction-area {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  z-index: 999;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .cruise-subnav-area, .cruise-direction-area {
    display: none !important;
  }
}

.cruise-subnav-area ul, .cruise-direction-area ul {
  padding: 0;
}

.cruise-subnav-area ul li a, .cruise-direction-area ul li a {
  text-align: left;
  display: block;
  color: #777;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .cruise-subnav-area ul li a, .cruise-direction-area ul li a {
    padding: 1.5em;
  }
}

.cruise-subnav-area ul li a:hover, .cruise-direction-area ul li a:hover {
  color: #444444;
}

.cruise-subnav-area ul li a .icon, .cruise-direction-area ul li a .icon {
  font-size: 20px;
}

.cruise-subnav-area ul li a .subnav-text, .cruise-direction-area ul li a .subnav-text {
  margin-left: 24px;
  display: inline-block;
}

@media (max-width: 767px) {
  .cruise-subnav-area ul li a .subnav-text, .cruise-direction-area ul li a .subnav-text {
    margin-left: 0;
  }
}

.cruise-subnav-area ul li.sticky-only, .cruise-direction-area ul li.sticky-only {
  display: none;
}

.cruise-subnav-area ul:not(.list-unstyled), .cruise-direction-area ul:not(.list-unstyled) {
  list-style: none;
  margin: 0;
}

.cruise-subnav-area ul:not(.list-unstyled) li, .cruise-direction-area ul:not(.list-unstyled) li {
  padding: 0px;
  margin: 0px;
  width: 100%;
  border-bottom: 1px #CCCCCC solid;
}

.cruise-subnav-area ul:not(.list-unstyled) li a, .cruise-direction-area ul:not(.list-unstyled) li a {
  padding: 24px 0 24px 56px;
}

.cruise-subnav-area ul.list-unstyled, .cruise-direction-area ul.list-unstyled {
  margin: auto;
  text-align: center;
}

.cruise-subnav-area ul.list-unstyled li, .cruise-direction-area ul.list-unstyled li {
  padding: 10px;
  margin: auto;
  text-align: center;
  width: auto;
  border-bottom: none;
}

.cruise-subnav-area ul.list-unstyled li a, .cruise-direction-area ul.list-unstyled li a {
  padding: 10px;
}

.cruise-subnav-area ul.list-unstyled li a.activated, .cruise-direction-area ul.list-unstyled li a.activated {
  border: 1px solid #142640;
  color: #142640;
  cursor: default;
}

.cruise-subnav-area ul.list-unstyled li a.activated span, .cruise-direction-area ul.list-unstyled li a.activated span {
  cursor: default;
}

.cruise-subnav-area ul.list-unstyled li a a:nth-child(1).activated, .cruise-direction-area ul.list-unstyled li a a:nth-child(1).activated {
  margin-bottom: 2px;
}

.cruise-subnav-area ul.list-unstyled li a a:nth-child(2).activated, .cruise-direction-area ul.list-unstyled li a a:nth-child(2).activated {
  margin-top: 2px;
}

.cruise-subnav-area .cruise-selection .cruise-text, .cruise-direction-area .cruise-selection .cruise-text {
  color: #777;
  font-size: 19px;
  text-align: center;
  padding-top: 24px;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change, .cruise-direction-area .cruise-selection .cruise-text a.cruise-change {
  display: table;
  margin: 0 auto;
  min-width: 100px;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  font-size: 15px;
  padding: 14px 0 25px;
  cursor: pointer;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change span:not(.icon), .cruise-direction-area .cruise-selection .cruise-text a.cruise-change span:not(.icon) {
  text-decoration: underline;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change .icon, .cruise-direction-area .cruise-selection .cruise-text a.cruise-change .icon {
  font-size: 12px;
  margin-left: 10px;
}

.cruise-subnav-area .cruise-selection .cruise-text a.close, .cruise-direction-area .cruise-selection .cruise-text a.close {
  display: none;
}

.cruise-subnav-area .cruise-selection .subnav-text, .cruise-direction-area .cruise-selection .subnav-text {
  margin-left: 0;
}

.cruise-subnav-area .cruise-selection ul, .cruise-direction-area .cruise-selection ul {
  margin-bottom: 0;
}

.cruise-subnav-area .cruise-selection ul li a, .cruise-direction-area .cruise-selection ul li a {
  float: left;
}

.cruise-mobile-navi-active {
  border-bottom: none !important;
}

.cruise-day-by-day {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #FFF;
}

.cruise-day-by-day.active {
  display: block;
}

.cruise-day-by-day ul {
  list-style: none;
  padding: 0;
  margin-top: 106px;
}

.cruise-day-by-day ul li {
  border-bottom: 1px #EBEBEB solid;
}

.cruise-day-by-day ul li a {
  color: #333333;
  display: block;
  padding: 22px;
}

.cruise-day-by-day ul li a .cruise-dbd-day {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 24px;
  display: table-cell;
  float: left;
}

.cruise-day-by-day ul li a .cruise-dbd-text {
  display: block;
}

.cruise-day-by-day ul li a .icon {
  position: absolute;
  right: 22px;
}

.cruise-day-by-day .cruise-dbd-header {
  display: block;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #FFF;
}

.cruise-day-by-day .cruise-dbd-header .backto-cruise-overview-btn {
  display: block;
  color: #777;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  background: #ECEEF1;
  padding: 16px 0;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area {
  display: table;
  height: 50px;
  width: 100%;
  text-align: center;
  border-top: 1px #AFAFAF solid;
  border-bottom: 1px #AFAFAF solid;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area a {
  display: block;
  padding: 12px;
  color: #777;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area a:hover {
  color: #333333;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-previous {
  width: 15%;
  border-right: 1px #AFAFAF solid;
  margin-right: -1px;
  display: table-cell;
  vertical-align: middle;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-next {
  width: 15%;
  border-left: 1px #AFAFAF solid;
  margin-left: -1px;
  display: table-cell;
  vertical-align: middle;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-current {
  color: #777;
  font-size: 17px;
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}

#cruise-sidebar {
  position: relative;
  float: left;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  #cruise-sidebar {
    display: none;
  }
}

#cruise-sidebar .destination-country {
  font-size: 13px;
  color: #777777;
}

#cruise-sidebar .itinerary-overview-link a {
  padding: 24px 0;
}

#cruise-sidebar li {
  height: 75px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  overflow: hidden;
}

#cruise-sidebar li a {
  display: block;
  width: 100%;
  color: #333333;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  padding: 16px 0;
  height: 74px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cruise-sidebar li a:hover {
  border-left: 4px solid #D10C3B;
  color: #D10C3B;
}

#cruise-sidebar li a:hover .destination-country {
  color: #D10C3B;
}

#cruise-sidebar li a:active {
  border-left: 4px solid #FF154E;
  color: #FF154E;
}

#cruise-sidebar li a:active .destination-country {
  color: #FF154E;
}

#cruise-sidebar li a.active {
  border-left: 4px solid #B10A32;
  color: #B10A32;
}

#cruise-sidebar li a.active .destination-country {
  color: #B10A32;
}

#cruise-sidebar li div {
  float: left;
  padding: 0 8px;
  width: 75%;
}

#cruise-sidebar li div.wide {
  width: 95%;
}

#cruise-sidebar li p {
  margin: 0;
  line-height: 1em;
}

#cruise-sidebar .itinerary-overview-link {
  font-size: 18px;
}

#cruise-sidebar .day {
  width: 22.5%;
  text-transform: uppercase;
  padding-right: 0;
}

#cruise-sidebar .day p {
  line-height: 1.2em;
}

#cruise-sidebar .day-text {
  font-size: 12px;
  display: inline-block;
  padding-bottom: 6px;
}

#cruise-sidebar .day-number {
  font-size: 24px;
  font-weight: 500;
}

#cruise-sidebar .destination {
  width: 77.5%;
}

#cruise-sidebar .destination-city {
  font-size: 18px;
  line-height: 1.3em;
  display: inline-block;
  padding-bottom: 4px;
}

#see-more-dates-tag {
  background: #FFF;
  color: #44687d;
  border: 1px solid #44687d;
  height: 0;
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  min-width: 200px;
  max-width: 200px;
  -webkit-transition: height 0.5s, opacity 0.25s, transform 0.5s;
  -webkit-transition: height 0.5s, opacity 0.25s, -webkit-transform 0.5s;
  transition: height 0.5s, opacity 0.25s, -webkit-transform 0.5s;
  transition: height 0.5s, opacity 0.25s, transform 0.5s;
  transition: height 0.5s, opacity 0.25s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 768px) {
  #see-more-dates-tag {
    display: none;
  }
}

body.more-dates-visible #see-more-dates-tag {
  opacity: 1;
  height: 48px;
}

body.more-dates-visible #cruise-sidebar:hover + #see-more-dates-tag {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}

body.more-dates-visible #see-more-dates-tag:hover {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}

/*# sourceMappingURL=cruise-header-v3-june-22.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
.section-btn-bar {
	margin-top: 32px;
	margin-bottom: 24px;
}

.section-btn-bar h4 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 16px;
}

@media screen and (min-width: 1366px) {
	.section-btn-bar h4 {
		margin-top: 15px;
	}
}

.section-btn-bar .btn {
	margin-bottom: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
	.section-btn-bar .btn br.visible-xs {
		display: none !important;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
	.section-btn-bar .btn br.visible-xs {
		display: none !important;
	}
}

.section-btn-bar .inline-social {
	height: 30px;
	padding-top: 10px;
}

@media screen and (max-width: 1023px) {
	.section-btn-bar .inline-social {
		text-align: center;
	}
}

#cruise-main-content #cruise-dbd-page .flex-row .hero-content {
	padding: 0 8px;
}

#cruise-main-content #cruise-dbd-page .flex-row .hero-sidebar {
	background: none;
	border: none;
	text-align: left;
}

@media screen and (min-width: 768px) {
	#cruise-main-content #cruise-dbd-page .flex-row .hero-sidebar {
		text-align: center;
	}
}

@media screen and (min-width: 1024px) {
	#cruise-main-content #cruise-dbd-page .flex-row .hero-sidebar {
		text-align: left;
	}
}

#cruise-main-content #cruise-dbd-page .flex-row .hero-sidebar .back-to-overview {
	display: inline-block;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 10.5px;
}

@media screen and (min-width: 768px) {
	#cruise-main-content #cruise-dbd-page .flex-row .hero-sidebar .back-to-overview {
		margin-bottom: 0;
	}
}

#cruise-main-content #cruise-dbd-page .flex-row .hero-img-col {
	background: none;
}

#cruise-main-content #cruise-dbd-page .component-5 {
	margin-top: 0;
}

#cruise-main-content #cruise-dbd-page .component-5 header {
	padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
	#cruise-main-content #cruise-dbd-page .component-5 section {
		height: auto !important;
	}
}

#cruise-main-content #cruise-dbd-page .component-5 .thumbnail {
	border-top: 0;
}

.why-viking .trd-body-wrapper #cruise-main-content {
	padding-bottom: 0;
}

#cruise-main-content:not(.bg-white):not(.bg-gray-dark):not(.bg-gray):not(.bg-gray-light):not(.bg-gray-lighter):not(.bg-gray-lightest) {
	background-color: whitesmoke;
}

#cruise-main-content .flex-row {
	display: flex;
}

#cruise-main-content .bg-blue-dk {
	background: #2B3D52;
	color: #FFF;
}

#cruise-main-content .hero-content .hero-sidebar {
	padding: 24px 24px 16px 24px;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1024px) {
	#cruise-main-content .hero-content .hero-sidebar .hero-sidebar-footer {
		flex: 1 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

#cruise-main-content .hero-content .hero-img-col {
	margin: 8px 8px 8px;
}

@media screen and (min-width: 768px) {
	#cruise-main-content .hero-content .hero-img-col {
		margin: 0;
		background-color: #cccccc;
	}
}

#cruise-main-content .hero-content .hero-container {
	margin-left: -8px;
	margin-right: -8px;
}

    #cruise-main-content .hero-content .hero-container .cruise-callout.dark-red {
        color: #ffffff;
        font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        left: 0;
        max-width: 240px;
        padding: 4px 12px;
        position: absolute;
        top: 0;
        width: auto;
        z-index: 1;
		text-align: left;
        text-transform: uppercase;
        background-color: #B10A32;
    }

#cruise-main-content .hero-content .hero-container .video-thumb-play-lg {
	cursor: pointer;
}

#cruise-main-content .hero-content .hero-container .video-thumb-play-lg img {
	max-width: 100%;
}

#cruise-main-content .hero-content .hero-container .video-thumb-play-lg .img-responsive {
	width: 100%;
}

#cruise-main-content .sub-hero-tiles .thumbnail .thumbnail-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center;
	padding: 2px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
}

#cruise-main-content .sub-hero-tiles .thumbnail .thumbnail-header:hover {
	color: #FFF;
}

#cruise-main-content .sub-hero-tiles .thumbnail .thumbnail-header p {
	font-size: 18px;
	margin: 0;
}

#cruise-main-content .sub-hero-tiles .thumbnail .caption p {
	margin: 0;
	font-size: 18px;
}

#cruise-main-content .page-content {
	padding: 0;
}

@media screen and (min-width: 768px) {
	#cruise-main-content .page-content {
		padding: 16px 24px;
	}
}

@media screen and (max-width: 1023px) {
	#cruise-main-content .page-content .thumbnail.map {
		height: 300px !important;
	}
}

#cruise-main-content .page-content #cruiseContentCollapsable {
	margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
	#cruise-main-content .page-content #cruiseContentCollapsable {
		margin-bottom: 0;
	}
}

#cruise-main-content .page-content #cruiseContentCollapsable .cta, #cruise-main-content .page-content #cruiseContentCollapsable .expand-btn {
	font-size: 14px;
	padding: 12px 20px !important;
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
}

#cruise-main-content .page-content #cruiseContentCollapsable .cta {
	margin-bottom: 32px;
}

#cruise-main-content .page-content #cruiseContentCollapsable .expand-btn {
	background-color: whitesmoke;
	color: #333333;
	margin-bottom: 2px;
}

#cruise-main-content .page-content .cruise-dbd-itinerary table {
	border-top: 1px solid #DDD;
}

#cruise-main-content .page-content .cruise-dbd-itinerary .day {
	text-align: center;
	min-width: 65px;
}

#cruise-main-content .page-content .cruise-dbd-itinerary .day .day-number {
	font-size: 24px;
	/*font-weight: 500;*/
}

#cruise-main-content .page-content .cruise-dbd-itinerary table {
	table-layout: auto;
}

#cruise-main-content .page-content .cruise-dbd-itinerary table td {
	vertical-align: middle;
}

#cruise-main-content .page-content .cruise-dbd-itinerary table td a {
	color: #44687d;
}

#cruise-main-content .page-content .cruise-dbd-itinerary table td .city-label {
	color: #44687d;
}

#cruise-main-content .page-content .cruise-dbd-itinerary table td p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

#cruise-main-content .page-content .cruise-dbd-itinerary table tr.dynamicDay:hover a {
	color: #B10A32;
}

@media screen and (min-width: 768px) {
	#cruise-main-content .page-content #collapseExtensions, #cruise-main-content .page-content #collapseItinerary, #cruise-main-content .page-content #collapseInclusiveValue, #cruise-main-content .page-content #collapseShips {
		display: block !important;
		height: auto !important;
	}
}

#cruise-main-content .page-content #collapseResources {
	background-color: whitesmoke;
}

#cruise-main-content .page-content .component-5, #cruise-main-content .page-content .component-6, #cruise-main-content .page-content .component-7 {
	margin: 0;
}

#cruise-main-content .page-content .component-5 section, #cruise-main-content .page-content .component-6 section, #cruise-main-content .page-content .component-7 section {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 1024px) {
	#cruise-main-content .page-content .component-5 section, #cruise-main-content .page-content .component-7 section {
		height: auto !important;
	}
}

#cruise-main-content .page-content .component-5 .thumbnail {
	border-top: 0;
}

#cruise-main-content .page-content .component-6.tables .table {
	margin-bottom: 0;
}

#cruise-main-content .page-content .component-7 .article-text {
	height: auto !important;
	margin-bottom: 0;
}

@media screen and (max-width: 576px) {
	#cruise-main-content .page-content .component-7 .article-text ul {
		margin-bottom: 20px;
	}
	#cruise-main-content .page-content .component-7 .article-text:last-child ul {
		margin-bottom: 10.5px;
	}
	#cruise-main-content .page-content .component-7 .article-text hr {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

#cruise-main-content .page-content .social-links-mobile h3 {
	margin-top: 0;
}

#cruise-main-content .page-content .star-reviews-body {
	padding-bottom: 30px;
}

#cruise-main-content .page-content .star-reviews-body .star-review-stars {
	margin: 0;
}

#cruise-main-content .page-content .star-reviews-body .star-review-stars li {
	font-size: 20px;
	color: #44687d;
	padding: 0;
}

#cruise-main-content .page-content .star-reviews-body p {
	font-size: 16px;
	color: #777777;
	margin-top: 10px;
	margin-bottom: 0;
}

.excursion-icon {
	font-family: "Open Sans", sans-serif;
	display: block;
	line-height: 1rem;
	float: left;
	overflow: hidden;
	margin-right: 3rem;
}

.excursion-icon .icon {
	display: block;
	float: left;
}

.excursion-icon .excursion-icon-text {
	display: block;
	float: left;
	transform: translateY(35%);
	margin-left: .3rem;
}

@media screen and (max-width: 479px) {
	#mvs-component .mvs-component .mvs-component-body .mvs-flexslider {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.modal .modal-body .itinerary-quick-view .print-only-header {
	display: none;
}

.modal .modal-body .itinerary-quick-view .header-logo img {
	width: 125px;
	height: 75px;
}

.modal .modal-body .itinerary-quick-view .header-icons {
	display: table;
	height: 85px;
	text-align: right;
}

.modal .modal-body .itinerary-quick-view .header-icons .social-links {
	display: table-cell;
	vertical-align: middle;
}

.modal .modal-body .itinerary-quick-view .head-line {
	font-size: 38px;
	/*text-transform: none;*/
	margin-bottom: 30px;
}

.modal .modal-body .itinerary-quick-view .head-line small {
	display: block;
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;
	color: #333;
	margin-top: 10px;
}

.modal .modal-body .itinerary-quick-view .booking-info {
	display: block;
	border-top: 1px #cccccc solid;
}

.modal .modal-body .itinerary-quick-view .booking-info .title {
	margin-top: 16px;
	font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
	text-align: center;
}

.modal .modal-body .itinerary-quick-view .booking-info .phone-heading {
	margin: 20px 0;
	text-align: center;
	letter-spacing: .1em;
}

.modal .modal-body .itinerary-quick-view .booking-info .phone-heading::after {
	display: block;
	content: " ";
	margin: 20px auto 0;
	width: 100px;
	height: 1px;
	border-bottom: 1px #B8AF80 solid;
}

.modal .modal-body .itinerary-quick-view .booking-info .callout {
	display: table;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	background-color: #142640;
	color: #FFF;
}

.modal .modal-body .itinerary-quick-view .booking-info .callout > .title {
	letter-spacing: .1em;
	text-transform: uppercase;
}

.modal .modal-body .itinerary-quick-view .booking-info .callout > p {
	margin-bottom: 0;
}

.modal .modal-body .itinerary-quick-view .quick-view-images {
	display: block;
	margin-bottom: 16px;
	padding: 16px;
	border-bottom: 1px #cccccc solid;
}

.modal .modal-body .itinerary-quick-view .quick-view-images > img {
	width: 50%;
	padding: 0 8px;
	float: left;
}

.modal .modal-body .itinerary-quick-view .quick-view-images::after {
	content: "";
	display: table;
	clear: both;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary {
	padding-left: 8px;
	padding-right: 8px;
}

@media screen and (min-width: 1024px) {
	.modal .modal-body .itinerary-quick-view .quick-itinerary {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.modal .modal-body .itinerary-quick-view .quick-itinerary article {
	margin: 0;
	padding: 16px 0;
	border-bottom: 1px #cccccc solid;
}

@media screen and (min-width: 768px) {
	.modal .modal-body .itinerary-quick-view .quick-itinerary article {
		padding: 16px 32px;
	}
}

.modal .modal-body .itinerary-quick-view .quick-itinerary h2 {
	font-size: 24px;
	margin-top: 0;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary p {
	font-size: 16px;
}

.modal .modal-body .itinerary-quick-view small {
	display: block;
	padding: 32px 0;
	font-size: 80%;
	font-style: italic;
	line-height: 1.5em;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal .modal-body .itinerary-quick-view small {
		padding: 32px;
	}
}

.modal .modal-destination-excursion-icons {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 12px;
}

.modal .modal-destination-excursion-icons .large-icons {
	margin-bottom: 8px;
}

.modal .modal-destination-excursion-icons .modal-social {
	text-align: right;
}

@media screen and (min-width: 768px) {
	.modal .modal-destination-excursion-icons {
		flex-direction: row;
	}
	.modal .modal-destination-excursion-icons .modal-social {
		margin-left: auto;
	}
}

@media print {
	.modal .modal-body .itinerary-quick-view .print-only-header {
		display: table !important;
		width: 100%;
		height: 72px;
		margin-bottom: 16px;
	}
	.modal .modal-body .itinerary-quick-view .print-only-header .print-header-logo {
		position: absolute;
	}
	.modal .modal-body .itinerary-quick-view .print-only-header .print-header-logo img {
		width: 125px;
		height: auto;
	}
	.modal .modal-body .itinerary-quick-view .print-only-header .print-header-title {
		display: table-cell;
		vertical-align: middle;
		padding: 0 125px;
	}
	.modal .modal-body .itinerary-quick-view .print-only-header .print-header-title > .title {
		font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
		margin: 0;
	}
}

.social-links a {
  display: inline-block;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border: 2px solid currentColor;
  border-radius: 100%;
  background-color: transparent;
  padding: 4px 0;
  width: 30px;
  height: 30px;
  text-align: center;
  color: currentColor;
  font-size: 16px;
}

.social-links a:hover {
  border-color: #B10A32;
  background-color: #B10A32;
  color: #FFF;
}

#cruise-hdr .cruise-hdr-ribbon ul li a {
  background-color: #FFF;
  border-bottom: 1px solid transparent;
}

#cruise-hdr .cruise-hdr-ribbon ul li a.active {
  background-color: #456580;
  border-bottom: 1px solid #456580;
  color: #FFF;
}

@media screen and (max-width: 1199px) {
  #cruise-hdr .cruise-hdr-ribbon ul li a {
    border-top: none;
  }
  #cruise-hdr .cruise-hdr-ribbon ul li a.active {
    background: none;
    border-bottom: 4px solid #142640;
    color: #142640;
  }
  #cruise-hdr .cruise-hdr-ribbon ul li a.active .ribbon-text {
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-hdr-ribbon ul li a {
    margin-top: 1px;
  }
}

.vcenter {
  vertical-align: middle;
}

.nav-pills-blue > li > a {
  background: none;
  color: #44687d;
  border: 1px solid #44687d;
}

.nav-pills-blue > li.active > a {
  background-color: #44687d;
  color: #FFF;
}

.nav-pills-blue > li.active > a:hover, .nav-pills-blue > li.active > a:focus {
  background-color: #44687d;
  color: #FFF;
}

.nav-pills-group > li + li {
  margin-left: 0;
}

.nav-pills li img.img-icon {
  width: auto;
  display: inline;
  margin: 0;
}

.nav-pills li:not(.active) .img-icon-active {
  display: none;
}

.nav-pills li.active .img-icon-inactive {
  display: none;
}

.label.label-gray-lighter {
  background-color: #cccccc;
  color: #FFF;
  font-size: 0.75em;
  padding: 0.05em 0.9em;
  line-height: 1;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

#cruise-dbd-nav .back-to-overview .to-overview {
  display: none;
}

@media screen and (min-width: 1366px) {
  #cruise-dbd-nav .back-to-overview .to-overview {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  #cruise-dbd-nav .dbd-nav-right .social-links {
    display: none;
  }
  #cruise-dbd-nav .dbd-nav-center .dbd-nav-center-left, #cruise-dbd-nav .dbd-nav-center .dbd-nav-center-right {
    display: none;
  }
}

#cruise-dbd-nav.cruise-by-day .cruise-dbd-list {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #FFF;
}

#cruise-dbd-nav.cruise-by-day .cruise-dbd-list ul {
  list-style: none;
  padding: 0;
}

#cruise-dbd-nav.cruise-by-day .cruise-dbd-list ul li {
  border-bottom: 1px #CCCCCC solid;
}

#cruise-dbd-nav.cruise-by-day .cruise-dbd-list ul li a {
  color: #333333;
  display: block;
  padding: 22px;
}

#cruise-dbd-nav.cruise-by-day .cruise-dbd-list ul li a .cruise-dbd-day {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 24px;
  display: table-cell;
  float: left;
}

#cruise-dbd-nav.cruise-by-day .cruise-dbd-list ul li a .cruise-dbd-text {
  display: block;
}

#cruise-dbd-nav.cruise-by-day .cruise-dbd-list ul li a .icon {
  position: absolute;
  right: 22px;
}

#cruise-dbd-nav.cruise-by-day.active {
  position: fixed;
  z-index: 1001;
  width: 100%;
}

#cruise-dbd-nav.cruise-by-day.active .cruise-dbd-list {
  display: block;
}

#cruise-dbd-nav .dbd-nav-left a, #cruise-dbd-nav .dbd-nav-center a {
  color: #333333;
}

#cruise-dbd-nav .dbd-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#cruise-dbd-nav .dbd-nav-row .dbd-nav-left {
  padding-left: 24px;
}

#cruise-dbd-nav .dbd-nav-item {
  text-transform: uppercase;
}

#cruise-dbd-nav .dbd-nav-left, #cruise-dbd-nav .dbd-nav-center, #cruise-dbd-nav .dbd-nav-right {
  padding: 8px;
}

#cruise-dbd-nav .dbd-nav-center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#cruise-dbd-nav .dbd-nav-center .dbd-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#cruise-dbd-nav .dbd-nav-center .dbd-nav-row .dbd-nav-item {
  text-align: center;
  padding: 10px 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#cruise-dbd-nav .dbd-nav-center .dbd-nav-row .dbd-nav-item .day-title {
  margin: 0;
}

#cruise-dbd-nav .dbd-nav-right .social-links {
  float: right;
}

#cruise-dbd-nav .dbd-nav-right .social-links .list-inline {
  margin: 0;
}

#bsModal .ko-carousel:not(.loaded) .ko-flexslider-wrapper,
.resources-modal .ko-carousel:not(.loaded) .ko-flexslider-wrapper {
  display: none;
}

#bsModal .ko-carousel:not(.loaded),
.resources-modal .ko-carousel:not(.loaded) {
  width: 100%;
  padding-bottom: 50%;
}

#bsModal .ko-carousel:not(.loaded) .img-caption,
.resources-modal .ko-carousel:not(.loaded) .img-caption {
  display: none !important;
}

#bsModal .ko-carousel img,
.resources-modal .ko-carousel img {
  margin-bottom: 0;
}

#bsModal .ko-carousel .img-caption,
.resources-modal .ko-carousel .img-caption {
  display: block;
}

#bsModal .ko-flexslider-wrapper,
.resources-modal .ko-flexslider-wrapper {
  position: relative;
}

#bsModal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-left,
#bsModal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-right,
.resources-modal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-left,
.resources-modal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-right {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
}

#bsModal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-left img,
#bsModal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-right img,
.resources-modal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-left img,
.resources-modal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-right img {
  width: 25px;
  height: 50px;
}

#bsModal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-left,
.resources-modal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-left {
  background-color: rgb(0, 0, 0, 0.45);
  left: 8px;
  padding: 5px 15px;
}

#bsModal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-right,
.resources-modal .ko-flexslider-wrapper .ko-flexslider-nav .ko-flexslider-nav-right {
  background-color: rgb(0, 0, 0, 0.45);
  right: 8px;
  padding: 5px 15px;
}

#bsModal .ko-flexslider-wrapper .flex-viewport .slides,
.resources-modal .ko-flexslider-wrapper .flex-viewport .slides {
  overflow: hidden;
}

#bsModal .modal-static-content .modal-header h2.modal-title,
.resources-modal .modal-static-content .modal-header h2.modal-title {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

#bsModal .modal-static-content .modal-body p,
.resources-modal .modal-static-content .modal-body p {
  padding-top: 18px;
}

#bsModal .modal-title,
.resources-modal .modal-title {
  line-height: 1.1;
}

#bsModal .cruise-ext-details-modal-content .modal-title,
.resources-modal .cruise-ext-details-modal-content .modal-title {
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}

#bsModal .cruise-ext-details-modal-content .modal-description p,
.resources-modal .cruise-ext-details-modal-content .modal-description p {
  margin-bottom: 30px;
}

.cruise-ext-details-modal-content .modal-list,
.cruise-excursion-details-modal-content .modal-list {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 24px;
}

.cruise-ext-details-modal-content .modal-list ul,
.cruise-excursion-details-modal-content .modal-list ul {
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
}

.cruise-ext-details-modal-content .modal-list ul li,
.cruise-excursion-details-modal-content .modal-list ul li {
  display: inline-flex;
}

.cruise-ext-details-modal-content .modal-list ul li a,
.cruise-excursion-details-modal-content .modal-list ul li a {
  color: #B10A32;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding-right: 24px;
  text-decoration: none !important;
}

.cruise-ext-details-modal-content .modal-list ul li a:hover,
.cruise-excursion-details-modal-content .modal-list ul li a:hover {
  color: #000000;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-hotel-row .cruise-ext-hotels-text,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-hotel-row .cruise-ext-hotels-text {
  margin-bottom: 30px;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-hotel-row .cruise-ext-hotels-text .extended-hotel-title,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-hotel-row .cruise-ext-hotels-text .extended-hotel-title {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-details-row:after,
#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row:after,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-details-row:after,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row:after {
  display: table;
  content: '';
  clear: both;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-details-row > .col-xs-12,
#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row > .col-xs-12,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-details-row > .col-xs-12,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row > .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-details-row .img-caption,
#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .img-caption,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-details-row .img-caption,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .img-caption {
  display: block;
  margin-bottom: 10.5px;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-details-row .cruise-ext-details-text,
#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .cruise-ext-details-text,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-details-row .cruise-ext-details-text,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .cruise-ext-details-text {
  margin-bottom: 30px;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-details-row .cruise-ext-details-text .extended-cruise-day-title,
#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .cruise-ext-details-text .extended-cruise-day-title,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-details-row .cruise-ext-details-text .extended-cruise-day-title,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .cruise-ext-details-text .extended-cruise-day-title {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-details-row .cruise-ext-details-text p,
#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .cruise-ext-details-text p,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-details-row .cruise-ext-details-text p,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .cruise-ext-details-text p {
  margin-bottom: 20px;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .accomodations-title .title-text,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .accomodations-title .title-text {
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
  font-size: 21px;
  font-weight: 600;
  color: #333333;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .accomodations-content .title,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .accomodations-content .title {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  font-style: normal;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .accomodations-content .accomodations-description,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .accomodations-content .accomodations-description {
    padding: 0
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-right: -20px;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex::before,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex::before {
  display: block;
}

@media print {
  #bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex,
  .resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex {
    display: block;
  }
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex > div,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex > div {
  width: auto;
  min-width: 90px;
  padding-right: 20px;
  margin-bottom: 10px;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex > div > span,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .seasonal-pricing-flex > div > span {
  display: block;
}

#bsModal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .custom-pricing .seasonal-pricing-flex,
.resources-modal .cruise-ext-details-modal-content .cruise-ext-accomodations-row .custom-pricing .seasonal-pricing-flex {
  margin-bottom: 0px;
}

.panel.excursion-modal-panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

.panel.excursion-modal-panel .panel-heading {
  border: 0;
  padding: 0;
}

.panel.excursion-modal-panel .panel-heading .panel-title {
  margin-bottom: 0;
}

.panel.excursion-modal-panel .panel-heading .panel-title .title-text {
  font-style: normal;
  font-size: 21px;
}

.panel.excursion-modal-panel .panel-heading .panel-title a {
  padding: 0;
  line-height: 22px;
}

.panel.excursion-modal-panel .panel-body {
  padding: 10px 0;
}

.panel.excursion-modal-panel .panel-body img {
  margin-bottom: 0;
}

.panel.excursion-modal-panel .panel-body p {
  line-height: 21px;
}

.panel.excursion-modal-panel .modal-destination-excursion-icons img {
  display: inline;
  width: auto;
  margin: 0;
}

.panel.excursion-modal-panel .panel-heading a.collapsed .icon {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.panel.excursion-modal-panel .panel-heading a .icon {
  display: block;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.panel.excursion-modal-panel h4.panel-title .title-text {
  text-transform: none;
}

.panel.excursion-modal-panel .badge-top-left.red {
  background-color: #B10A32;
}

.panel.excursion-modal-panel .badge-top-left {
  position: absolute;
  top: 0;
  left: 8px;
  padding: 4px 12px;
  background-color: #44687d;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .panel.excursion-modal-panel .panel-heading a .title-text {
    margin-left: 10px;
  }
}

#cruise-main-content .mvs-component .mvs-component-header,
#cruise-main-content .cruise-page-section .header {
  background-color: #142640;
  color: #FFF;
}

#cruise-main-content .mvs-component .mvs-component-header h2, #cruise-main-content .mvs-component .mvs-component-header h3, #cruise-main-content .mvs-component .mvs-component-header p,
#cruise-main-content .cruise-page-section .header h2,
#cruise-main-content .cruise-page-section .header h3,
#cruise-main-content .cruise-page-section .header p {
  text-align: left;
}

#cruise-main-content .mvs-component .mvs-component-header h2, #cruise-main-content .mvs-component .mvs-component-header h3,
#cruise-main-content .cruise-page-section .header h2,
#cruise-main-content .cruise-page-section .header h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 8px;
}

#cruise-main-content .mvs-component .mvs-component-header p,
#cruise-main-content .cruise-page-section .header p {
  color: #FFF;
  margin: 0;
}

#cruise-main-content .cruise-page-section > .container-fluid {
  padding: 0;
}

#cruise-main-content .cruise-page-section .header {
  padding: 8px 16px 0 16px;
}

#cruise-main-content .cruise-page-section .header p {
  margin-bottom: 8px;
}

#cruise-main-content .cruise-page-section footer .cta {
  margin-top: 32px;
}

#cruise-main-content .mvs-component {
  padding-top: 0;
}

#cruise-main-content .mvs-component .mvs-component-header {
  padding: 8px 16px;
}

#cruise-main-content .cruise-overview .page-content .hero-sidebar-content {
    margin: 0;
}

#cruise-main-content .cruise-overview .hero-sidebar-content a {
  color: #000;
  text-decoration: none;
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar {
  width: 33.33333%;
}

@media screen and (max-width: 767px) {
  #cruise-main-content .cruise-overview .hero-content .hero-sidebar {
    display: none;
  }
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar.bg-blue-dk .hero-sidebar-content a {
  color: #FFF;
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-content {
  text-align: left;
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-content h2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-content h2 {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-content h2 {
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  #cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-content .description {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  #cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-content .description {
    font-size: 16px;
    line-height: 26px;
  }
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom::before {
  display: block;
}

@media print {
  #cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom {
    display: block;
  }
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom .cta-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom .raq-link, #cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom .book-now-link {
  margin-bottom: 16px;
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom .raq-link .btn, #cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom .book-now-link .btn {
  width: 150px;
}

@media screen and (min-width: 1366px) {
  #cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom .cta-btn-group {
    margin-top: 24px;
  }
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom .social-links a {
  width: 28px;
  height: 28px;
  font-size: 17px;
}

#cruise-main-content .cruise-overview .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom .social-links .list-inline {
  margin: 0;
}

#cruise-main-content .cruise-overview .page-content {
  padding: 16px 0;
}

#cruise-main-content .cruise-overview .page-content .social-links-mobile {
  margin: 16px auto auto auto;
}

#cruise-main-content .cruise-overview .page-content .social-links-mobile .list-inline {
  margin-bottom: 26px;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  #cruise-main-content .cruise-overview .page-content .hero-sidebar-content h2 {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #cruise-main-content .cruise-overview .page-content .hero-sidebar-content .description {
    display: none;
  }
}

.cruise-overview .hero-sidebar-content .description a {
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid;
}

.cruise-overview .hero-sidebar-content .description a:after {
    content: ">";
    display: inline-block;
    text-decoration: none;
    padding-left: 6px;
}

#cruise-main-content .cruise-overview .page-content .cta-btn-group .book-now-btn {
  color: #FFF;
  background-color: #B10A32;
  border-color: #B10A32;
  width: 150px;
  text-decoration: none;
}

    #cruise-main-content .cruise-overview .page-content .cta-btn-group .book-now-btn.btn-gray {
        background-color: #142640;
        border-color: #142640;        
    }

#cruise-main-content .cruise-overview .page-content .cta-btn-group .dates-btn {
    color: #FFF;
    background-color: #595959;
    border-color: #595959;
    width: 150px;
    text-decoration: none;
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .thumbnail:not(.call-out) .caption {
  border: 0;
  cursor: pointer;
  min-height: 0;
  background: #FFF;
  color: #333333;
  font-size: 16px;
  padding: 8px 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .thumbnail:not(.call-out) .caption h3 {
  margin-bottom: 8px;
  /*font-weight: 500;*/
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .thumbnail:not(.call-out):hover h3 {
  color: #333333;
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .thumbnail.call-out {
  background-color: #44687d;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 {
  background-color: #142640;
  border: none;
  border-bottom: 8px solid #B10A32;
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .thumbnail.call-out .caption {
    background-color: rgba(0,0,0,0);
    border: 0;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption {
  background: #142640 !important;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  margin: 0 auto;
  padding: 8px 0 !important;
  text-align: center;
  top: 61px;
  width: 100%;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption {
    padding: 0 6px !important;
    top: 24px;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption {
    padding: 0 6px !important;
    top: 24px;
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .thumbnail.call-out .caption h2 {
  text-transform: uppercase;
  font-size: 24px;
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .thumbnail.call-out .caption h2, #cruise-main-content .cruise-overview .page-content .header-thumbnails .thumbnail.call-out .caption h3 {
  margin-bottom: 12px;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .caption {
  top: 58px;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading {
    color: #ffffff;
    font-family: "adobe-garamond-pro","GaramondPro Regular",Garamond,"EB Garamond","Times New Roman",Serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 34px;
    margin: 0 auto 16px auto;
    text-align: center;
}

#cruise-main-content .cruise-overview .page-content .promo-card.thumbnail.call-out-2 .call-out-2__heading {
   text-transform: uppercase;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading sup {
    font-size: 18px;
    top: -0.4em;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption hr {
    border-top: 1px solid #ffffff;
    border: 0;
    margin: 0 auto;
    width: 402px;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant hr {
    width: 368px;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text {
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 24px auto 32px auto;
    text-align: center;
    width: 100%;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text,
#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text {
    margin: 16px auto 16px auto;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--desktop {
    display: block;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--mobile {
    display: none;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .call-out-2__text {
    font-size: 20px;
    line-height: 28px;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text div:first-child,
#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text div:last-child,
#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text div {
    display: block;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text-third {
    display: block;
    margin-top: 16px;
    width: 100%;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text-second {
    margin-top: 4px;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text-first {
    display: block;
}

/* TODO: Remove after ticket done*/
#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__half-pipe {
    border-left: 1px solid #ffffff;
    display: inline-block;
    height: 9px;
    margin: 0 16px;
    position: relative;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text--horizontal-line {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text--horizontal-line:before,
#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text--horizontal-line:after {
    background-color: #ffffff;
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    display: inline-block;
    height: .5px;
    margin: 0 12px 4px 12px;
    position: relative;
    vertical-align: middle;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text--horizontal-line b,
#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text--horizontal-line strong {
    font-weight: 700;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption .btn {
    border: none;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    padding: 4px 15px;
}

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption .btn,
#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption .btn {
    margin-top: 16px;
    width: 150px;
}

#cruise-main-content .cruise-overview .promotion-banner {
    margin-bottom: 8px;
    margin-top: 24px;
}

@media screen and (max-width: 1366px) {
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption {
    padding: 0 16px;
    top: 32px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .caption {
    top: 35px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption {
    top: 24px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption {
    top: 30px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 4px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__heading,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__heading {
    font-size: 26px;
    line-height: 34px;
    margin: 0 auto 16px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .call-out-2__heading {
    margin: 0 auto 12px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading sup {
    font-size: 14px;
    top: -0.4em;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__heading sup,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__heading sup {
    font-size: 16px;
    top: -0.6em;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption hr {
    width: calc(100% - 16px);
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant hr {
    width: calc(100% - 16px);
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text {
    font-size: 14px;
    line-height: 20px;
    margin: 12px auto 24px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .call-out-2__text {
    font-size: 16px;
    line-height: 22px;
    margin: 12px auto 24px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--desktop {
    display: none;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--mobile,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 8px auto 8px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text div:first-child {
    margin-bottom: 8px;
    width: 100%;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text div:first-child,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text div:first-child {
    margin-bottom: 0;
    width: auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text .call-out-2__text-second {
    display: block !important;
    margin-top: 8px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text .call-out-2__text-third,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text .call-out-2__text-third {
    width: 100%;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__half-pipe {
    display: none;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption .btn {
    margin-bottom: 28px;
    width: 273px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption .btn,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption .btn {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1180px) {
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption {
    padding: 0 16px;
    top: 32px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .caption {
    top: 35px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption {
    top: 16px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption {
    top: 24px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 4px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .call-out-2__heading {
    margin: 0 auto 12px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__heading,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__heading {
    margin: 0 auto 16px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading sup {
    font-size: 14px;
    top: -0.4em;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption hr {
    width: calc(100% - 16px);
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant hr {
    width: calc(100% - 16px);
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text {
    font-size: 14px;
    line-height: 20px;
    margin: 12px auto 24px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--desktop {
    display: none;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--mobile,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text {
    display: block;
    margin: 8px auto 8px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .call-out-2__text {
    font-size: 16px;
    line-height: 22px;
    margin: 12px auto 24px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text {
    font-size: 16px;
    line-height: 22px;
    margin: 12px auto 20px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text div:first-child {
    margin-bottom: 8px;
    width: 100%;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text div:first-child,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text div:first-child {
    margin-bottom: 0;
    width: auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__half-pipe {
    display: none;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text--horizontal-line {
    font-size: 14px;
    line-height: 20px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption .btn {
    margin-bottom: 28px;
    width: 273px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption .btn,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption .btn {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1080px) {
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption {
    top: 16px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__heading,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__heading {
    margin: 0 auto 8px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--mobile,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text {
    margin: 8px auto 8px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text-third,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text-second {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1024px) {
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption {
    top: 12px;
  }
}

@media screen and (max-width: 820px) {
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption {
    padding: 0 16px;
    top: 42px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .caption {
    top: 51px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption {
    top: 24px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption {
    top: 24px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading {
    font-size: 22px;
    line-height: 34px;
    margin: 0 auto 24px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__heading,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__heading {
    margin: 0 auto 16px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading sup {
    font-size: 14px;
    top: -0.4em;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption hr {
    width: 315px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant hr {
    width: 315px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text {
    font-size: 16px;
    line-height: 22px;
    margin: 24px auto 32px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .call-out-2__text {
    font-size: 18px;
    line-height: 24px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--mobile,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text {
    margin: 16px auto 16px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text div:first-child {
    margin-bottom: 8px;
    width: 100%;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text div:first-child,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text div:first-child {
    margin-bottom: 0;
    width: auto;
  }

#cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text-second {
    margin-top: 4px;
}
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text-third {
    margin-top: 8px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__half-pipe {
    display: none;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption .btn {
    width: auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption .btn,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption .btn {
    margin-top: 24px;
  }
}

@media screen and (max-width: 576px) {
  #cruise-main-content .cruise-overview .promotion-banner {
    margin-bottom: 8px;
    margin-top: 0;
  }
  #cruise-main-content .cruise-overview .page-content .header-thumbnails .no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 {
    height: 230px !important;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 {
    height: 292px !important;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption {
    padding: 0;
    position: relative;
    top: 32px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .caption {
    top: 41px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption {
    top: 24px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption {
    top: 32px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading {
    font-size: 20px;
    line-height: 26px;
    margin: 0 auto 4px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__heading,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__heading {
    margin: 0 auto 16px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading sup {
    font-size: 12px;
    top: -0.5em;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption hr {
    width: 288px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant hr {
    width: 288px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text {
    font-size: 14px;
    line-height: 20px;
    margin: 12px auto 24px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .call-out-2__text {
    font-size: 16px;
    line-height: 22px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text--mobile,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text {
    font-size: 16px;
    line-height: 22px;
    margin: 8px auto 8px auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text div:first-child {
    margin-bottom: 8px;
    width: 100%;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .call-out-2__text div:first-child,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .call-out-2__text div:first-child {
    margin-bottom: 0;
    width: auto;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__half-pipe {
    display: none;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text--horizontal-line {
    font-size: 16px;
    line-height: 22px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption .btn {
    margin-bottom: 10px;
    width: 273px;
  }
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-2 .caption .btn,
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant-3 .caption .btn {
    margin-top: 20px;
  }
}

@media screen and (orientation:landscape) and (min-width:320px) and (max-width:926px) {
  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption {
    padding: 0 !important;
    position: relative !important;
    top: 32px;
  }

  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading {
      font-size: 26px;
      line-height: 34px;
      margin: 0 auto 16px auto;
  }

  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__heading sup {
      font-size: 18px;
      top: -0.4em;
  }

  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption hr {
      border-top: 1px solid #ffffff;
      border: 0;
      margin: 0 auto;
      width: calc(100% - 32px);
  }

  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant hr {
      width: calc(100% - 32px);
  }

  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .call-out-2__text {
      font-size: 16px;
      line-height: 22px;
  }

  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2--variant .call-out-2__text {
      font-size: 20px;
      line-height: 28px;
  }

  #cruise-main-content .cruise-overview .page-content .thumbnail.call-out-2 .caption .btn {
      width: auto;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-main-content .cruise-overview .page-content .header-thumbnails .header-thumbnail-row .header-thumbnail-col:nth-of-type(1) {
    padding-left: 0;
  }
  #cruise-main-content .cruise-overview .page-content .header-thumbnails .header-thumbnail-row .header-thumbnail-col:last-child {
    padding-right: 0;
  }
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .header-thumbnail-row .header-thumbnail-col .thumbnail::before {
  z-index: 3;
}

#cruise-main-content .cruise-overview .page-content .header-thumbnails .header-thumbnail-row .header-thumbnail-col .cruise-pricing-promo {
  position: relative;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary .header {
  margin-bottom: 8px;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section {
  padding: 0;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table .row-thumbnail img {
  height: 100px;
}

@media screen and (max-width: 767px) {
  #cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table .row-thumbnail img {
    display: none;
  }
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table .row-description {
  width: auto;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table .row-read-link {
  white-space: nowrap;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr {
    cursor: pointer;
    border-top: 1px solid #CCCCCC;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr:last-child {
    border-bottom: 1px solid #CCCCCC;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tbody {
  cursor: pointer;
  border-top: 1px solid #CCCCCC;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tbody:last-child {
  border-bottom: 1px solid #CCCCCC;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr:hover {
  color: #B10A32;
  border-color: #B10A32;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tbody:hover {
    color: #B10A32;
    border-color: #B10A32;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tbody:hover + tbody{
    border-top-color: #B10A32;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr:hover + tr {
  border-top-color: #B10A32;
}

#cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr td {
  border-top: none;
}

@media (max-width: 640px) and (max-height: 384px) {
  #cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr td:nth-of-type(3) {
    display: block;
    padding-bottom: 0;
    width: 100% !important;
  }

  #cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr td:nth-of-type(3) p {
    padding-bottom: 0;
  }

  #cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr td:nth-of-type(4) {
    display: block;
    padding-bottom: 8px;
    padding-top: 0;
    width: 100% !important;
  }

  #cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr td:nth-of-type(2),
  #cruise-main-content .cruise-overview .page-content .day-by-day-section .cruise-dbd-itinerary section table tr td:nth-of-type(5) {
    display: none;
  }
}


#cruise-main-content .cruise-overview .page-content .extensions-section section > .row {
  padding: 8px 8px 16px 8px;
}

#cruise-main-content .cruise-overview .page-content .extensions-section section .extension-thumbnail-col {
  padding: 0;
}

#cruise-main-content .cruise-overview .page-content .extensions-section section .extension-thumbnail-col .thumbnail {
  margin: 8px;
}

#cruise-main-content .cruise-overview .page-content .extensions-section section .extension-thumbnail-col .thumbnail .caption {
  border: 0;
  cursor: pointer;
}

#cruise-main-content .cruise-overview .page-content .extensions-section section .extension-thumbnail-col .thumbnail .caption h3 {
  margin-bottom: 8px;
}

#cruise-main-content .cruise-overview .page-content .extensions-section section .extension-thumbnail-col .thumbnail .caption .subtitle {
  color: #555555;
}

#cruise-main-content .cruise-overview .page-content .extensions-section section .extension-thumbnail-col .thumbnail::before {
  z-index: 3;
}

#cruise-main-content .cruise-overview .page-content .extensions-section section .extension-thumbnail-col .thumbnail .badge-top-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 12px;
  background-color: #44687d;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

#cruise-main-content .cruise-overview .page-content .extensions-section section .extension-thumbnail-col .thumbnail .badge-top-left.red {
  background-color: #B10A32;
}

#cruise-main-content .cruise-overview .page-content .vrh-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #142640;
  color: #FFF;
  padding: 1.5em 1em;
}

#cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-content-text {
  font-size: 16px;
}

@media (max-width: 767px) {
  #cruise-main-content .cruise-overview .page-content .vrh-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-content-logo h3 {
  margin: 0;
  padding: 0;
}

#cruise-main-content .cruise-overview .page-content .vrh-section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #cruise-main-content .cruise-overview .page-content .vrh-section-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
  }
}

#cruise-main-content .cruise-overview .page-content .vrh-section-content-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 150px;
  min-width: 125px;
}

@media (max-width: 767px) {
  #cruise-main-content .cruise-overview .page-content .vrh-section-content-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 0 2em 0 !important;
  }
}

#cruise-main-content .cruise-overview .page-content .vrh-section-content-logo-image {
  width: 100%;
}

#cruise-main-content .cruise-overview .page-content .vrh-section-content-logo, #cruise-main-content .cruise-overview .page-content .vrh-section-content-text {
  margin: 0 1em;
}

#cruise-main-content .cruise-overview .page-content .vrh-section-content-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (max-width: 767px) {
  #cruise-main-content .cruise-overview .page-content .vrh-section-content-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 2em 0;
  }
}

#cruise-main-content .cruise-overview .page-content .vrh-section-content .vrh-section-lecture-list {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

#cruise-main-content .cruise-overview .page-content .vrh-section-content .vrh-section-lecture-list li {
  padding: .2em;
}

@media (max-width: 767px) {
  #cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}

#cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-video .vrh-section-watch-btn {
  padding: 0.5em 0.3em;
  border: 2px solid #FFF;
  background-color: transparent;
  margin-top: 1em;
  color: #FFF;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  #cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-video .vrh-section-watch-btn {
    margin-top: 1em;
  }
}

#cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-video .video-thumb-play-lg {
  cursor: pointer;
  max-width: 267px;
  min-width: 223px;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

@media (max-width: 767px) {
  #cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-video .video-thumb-play-lg {
    max-width: initial;
    min-width: initial;
  }
}

#cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-video .video-thumb-play-lg-image {
  width: 100%;
}

#cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-video .video-thumb-play-lg::after {
  content: "";
  display: block;
  background: url(../../images/v3/video-play-thumb-lg.png) no-repeat 0 0;
  background-size: 72px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: -36px 0;
}

#cruise-main-content .cruise-overview .page-content .vrh-section .vrh-section-video .video-thumb-play-lg:hover::after {
  background-position: 0 0;
}

#cruise-main-content .cruise-overview .page-content .mvs-component-header {
  margin-left: -8px;
  margin-right: -8px;
}

#cruise-main-content #cruise-dbd-page .thumbnail .badge-top-left {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 12px;
  background-color: #44687d;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

#cruise-main-content #cruise-dbd-page .thumbnail .badge-top-left.red {
  background-color: #B10A32;
}

#cruise-main-content #cruise-dbd-page .hero-content {
    padding: 0 8px;
}

#cruise-main-content #cruise-dbd-page .hero-sidebar-content a {
  color: black;
  text-decoration: underline;
}

#cruise-main-content #cruise-dbd-page .hotel-options-panel {
  padding: 8px;
  margin-bottom: 16px;
}

#cruise-main-content #cruise-dbd-page .hotel-options-panel .hotel-options-panel-title,
#cruise-main-content #cruise-dbd-page .hotel-options-panel .hotel-options-panel-item {
  font-size: 14px;
  padding: 4px;
  font-weight: bold;
}

#cruise-main-content #cruise-dbd-page .hotel-options-panel .hotel-options-panel-title {
  text-transform: uppercase;
}

#cruise-main-content #cruise-dbd-page .hotel-options-panel .hotel-options-panel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#cruise-main-content #cruise-dbd-page .hotel-options-panel .hotel-options-panel-item a {
  color: #B10A32;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  #cruise-main-content #cruise-dbd-page .hotel-options-panel .hotel-options-panel-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#cruise-main-content #cruise-dbd-page .hero-content .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #cruise-main-content #cruise-dbd-page .hero-content .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #cruise-main-content #cruise-dbd-page .hero-content .flex-row .hero-img-col {
    margin: 0;
  }
}

#cruise-main-content #cruise-dbd-page .hero-content .cta-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#cruise-main-content #cruise-dbd-page .hero-content .raq-link, #cruise-main-content #cruise-dbd-page .hero-content .book-now-link {
  margin-bottom: 16px;
}

#cruise-main-content #cruise-dbd-page .hero-content .raq-link .btn, #cruise-main-content #cruise-dbd-page .hero-content .book-now-link .btn {
  width: 150px;
}

@media screen and (min-width: 1024px) {
  #cruise-main-content #cruise-dbd-page .hero-content .cta-btn-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-main-content #cruise-dbd-page .hero-content .raq-link, #cruise-main-content #cruise-dbd-page .hero-content .book-now-link {
    margin-right: 16px;
    margin-bottom: 0;
  }
}

#cruise-main-content #cruise-dbd-page .hero-content .social-links {
  margin-bottom: 16px;
}

#cruise-main-content #cruise-dbd-page .hero-content .social-links a {
  width: 28px;
  height: 28px;
  font-size: 17px;
}

#cruise-main-content #cruise-dbd-page .hero-content .social-links .list-inline {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  #cruise-main-content #cruise-dbd-page .hero-content .social-links {
    margin: 0;
  }
}

#cruise-main-content #cruise-dbd-page .hero-content .hero-sidebar.bg-blue-dk .hero-sidebar-content a {
  color: #FFF;
}

#cruise-main-content #cruise-dbd-page .hero-content .hero-sidebar .hero-sidebar-content {
  text-align: left;
}

#cruise-main-content #cruise-dbd-page .hero-content .hero-sidebar .hero-sidebar-content h2 {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #cruise-main-content #cruise-dbd-page .hero-content .hero-sidebar .hero-sidebar-content h2 {
    text-align: left;
  }
}

#cruise-main-content #cruise-dbd-page .hero-content .hero-sidebar .hero-sidebar-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
  #cruise-main-content #cruise-dbd-page .hero-content .hero-sidebar .hero-sidebar-footer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#cruise-main-content #cruise-dbd-page .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  #cruise-main-content #cruise-dbd-page .hero-content .hero-sidebar .hero-sidebar-footer .hero-sidebar-footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider-nav-left,
#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider-nav-right {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 25px);
}

#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider-nav-left img,
#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider-nav-right img {
  width: 25px;
  height: 50px;
}

#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider-nav-left {
  left: 8px;
}

#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider-nav-right {
  right: 8px;
}

#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider .img-responsive {
  width: 100%;
}

#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider .slides > li {
  display: none;
}

#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-img-caption {
  padding: 0 16px 0 8px;
}

@media screen and (min-width: 768px) {
  #cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-img-caption {
    padding: 0 16px 0 4px;
  }
}

#cruise-main-content #cruise-dbd-page .hero-content #hero-carousel .hero-flexslider-wrapper {
  position: relative;
}

/*# sourceMappingURL=cruise-page-v3.css.map */

#modal-atii {
  padding: 36px 0 0 0;
}

.modal .inclusive-value-modal {
  padding-top: 0 inherit;
}

.modal .inclusive-value-modal .modal-header {
  background-color: #2B3D52;
}

.modal .inclusive-value-modal .modal-header .modal-title {
  margin-top: -12px;
  margin-bottom: 14px;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 20px;
  letter-spacing: .09em;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
}

.modal .inclusive-value-modal .modal-header .custom-modal-close-button button.close {
  background-color: #2B3D52;
  border: none;
  background-image: url("../../images/close_x_transparent.png");
  top: -58px;
}

.modal .inclusive-value-modal .modal-body {
  padding: 8px;
}

.modal .inclusive-value-modal .modal-body .flex-row {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .modal .inclusive-value-modal .modal-body .flex-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content {
  height: 100%;
  border: 1px #cccccc solid;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content h4 {
  margin: 0;
  padding: 12px;
  background-color: #44687d;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content .flex-ul {
  list-style: none;
  margin: 11px 0;
  padding-left: 10px;
  padding-bottom: 22px;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content .flex-ul--padding-bottom-none {
  list-style: none;
  margin: 11px 0;
  padding-left: 10px;
  padding-bottom: 0;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content .flex-ul li {
  margin-bottom: 11px;
  padding-left: 30px;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content .flex-ul li .icon {
  position: absolute;
  color: #44687d;
  font-size: 18px;
  margin-left: -30px;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content hr {
    border: 0;
    border-top: 1px solid #cccccc;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 411px;
}

@media screen and (max-width: 820px) {
  .modal .inclusive-value-modal .modal-body .inclusive-value-content hr {
    width: 311px;
  }
}

@media screen and (max-width: 576px) {
  .modal .inclusive-value-modal .modal-body .inclusive-value-content hr {
    width: calc(100% - 16px);
  }
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content .flex-p {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  padding-left: 10px;
}

@media screen and (min-width: 1024px) {
  .modal .inclusive-value-modal .modal-body .inclusive-value-content .flex-ul.expanded li {
    line-height: 19px;
  }
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content .fine-print {
  font-size: 11px;
  font-style: italic;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-content .value-callout {
  padding: 6px;
  background-color: #B10A32;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .modal .inclusive-value-modal .modal-body .inclusive-value-content .value-callout {
    position: absolute;
    bottom: 0;
    width: calc(100% - 18px);
  }
}

.modal .inclusive-value-modal .modal-body .inclusive-value-footer {
  padding-top: 10px;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-footer h4 {
  margin: 0 0 6px 0;
  padding: 12px;
  background-color: #44687d;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-footer .icons-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -2px;
  padding: 0;
  font-size: 0;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-footer .icons-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 50%;
  padding: 5px;
  color: #FFF;
  font-size: 32px;
  text-align: center;
  line-height: 1;
  background-color: #2B3D52;
  border: 2px #FFF solid;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-footer .icons-ul li svg {
  height: 1em;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-footer .icons-ul li svg path {
  fill: currentColor;
}

.modal .inclusive-value-modal .modal-body .inclusive-value-footer .icons-ul li span {
  font-size: 11px;
  font-weight: 100;
}

@media screen and (min-width: 480px) {
  .modal .inclusive-value-modal .modal-body .inclusive-value-footer .icons-ul li {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .modal .inclusive-value-modal .modal-body .inclusive-value-footer .icons-ul li {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1024px) {
  .modal .inclusive-value-modal .modal-body .inclusive-value-footer .icons-ul li {
    width: 12.5%;
  }
}

/*# sourceMappingURL=modal-inclusive-value.css.map */

.modal .modal-form .radio-inline {
  margin-bottom: 8px;
}

.form-modal-thank-you .cta-container {
  padding-top: 16px;
}

.form-modal-thank-you .thumbnail .caption p {
  font-size: 16px;
  margin-bottom: 0;
}

.raq-modal .cta-container {
  padding-top: 16px;
}

.raq-modal .thumbnail .caption p {
  font-size: 20px;
}

.form-modal-sweepstakes .sweepstakes-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-sweepstakes .legal-field {
  overflow: auto;
}

.form-modal-sweepstakes .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-sweepstakes .legal-field .legal-field-inner {
  padding: 7px;
}

.form-modal-sem .sem-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-sem .legal-field {
  overflow: auto;
}

.form-modal-sem .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-sem .legal-field .legal-field-inner {
  padding: 7px;
}

.form-modal-connect-and-share .connect-and-share-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-connect-and-share .g-recaptcha {
  display: inline-block;
}

.form-modal-connect-and-share .legal-field {
  overflow: auto;
}

.form-modal-connect-and-share .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-connect-and-share .legal-field .legal-field-inner {
  padding: 7px;
}

.modal-form .checkbox-inline input[type="checkbox"] + label {
  font-weight: normal !important;
  margin: 0px !important;
  cursor: pointer !important;
  background: none !important;
  line-height: 25px !important;
  padding: 0px !important;
  width: auto !important;
  min-height: initial !important;
}

.modal-form .checkbox-inline input[type="checkbox"] {
  margin-left: -20px !important;
  margin-top: 4px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  opacity: initial !important;
}

.modal-form .form-group {
  line-height: 1.5;
}

.modal-form .form-group label {
  margin-bottom: 5px;
}

.modal-form .form-group label sup.red {
  vertical-align: baseline;
}

.modal-form label.radio-inline.viking-form-control {
  margin-bottom: 8px;
  font-weight: normal;
}

.row.style-separator-20180516 {
  max-width: 850px;
  margin: 0 auto;
}

.row.style-separator-20180516 .img-responsive {
  margin: 0 auto;
}

.sweepstakes-form-fields.style-separator-20180516 {
  max-width: 850px;
  margin: 2rem auto;
}

.modals_hidden, #modals {
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*# sourceMappingURL=forms-modals.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
@media print {
  .col-tn-12, .col-tn-11, .col-tn-10, .col-tn-9, .col-tn-8, .col-tn-7, .col-tn-6, .col-tn-5, .col-tn-4, .col-tn-3, .col-tn-2, .col-tn-1,
  .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1,
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1,
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1,
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    width: 100% !important;
  }
  .col-tn-offset-12, .col-tn-offset-11, .col-tn-offset-10, .col-tn-offset-9, .col-tn-offset-8, .col-tn-offset-7, .col-tn-offset-6, .col-tn-offset-5, .col-tn-offset-4, .col-tn-offset-3, .col-tn-offset-2, .col-tn-offset-1,
  .col-xs-offset-12, .col-xs-offset-11, .col-xs-offset-10, .col-xs-offset-9, .col-xs-offset-8, .col-xs-offset-7, .col-xs-offset-6, .col-xs-offset-5, .col-xs-offset-4, .col-xs-offset-3, .col-xs-offset-2, .col-xs-offset-1,
  .col-sm-offset-12, .col-sm-offset-11, .col-sm-offset-10, .col-sm-offset-9, .col-sm-offset-8, .col-sm-offset-7, .col-sm-offset-6, .col-sm-offset-5, .col-sm-offset-4, .col-sm-offset-3, .col-sm-offset-2, .col-sm-offset-1,
  .col-md-offset-12, .col-md-offset-11, .col-md-offset-10, .col-md-offset-9, .col-md-offset-8, .col-md-offset-7, .col-md-offset-6, .col-md-offset-5, .col-md-offset-4, .col-md-offset-3, .col-md-offset-2, .col-md-offset-1,
  .col-lg-offset-12, .col-lg-offset-11, .col-lg-offset-10, .col-lg-offset-9, .col-lg-offset-8, .col-lg-offset-7, .col-lg-offset-6, .col-lg-offset-5, .col-lg-offset-4, .col-lg-offset-3, .col-lg-offset-2, .col-lg-offset-1 {
    margin-left: 0 !important;
  }
  .col-tn-pull-12, .col-tn-pull-11, .col-tn-pull-10, .col-tn-pull-9, .col-tn-pull-8, .col-tn-pull-7, .col-tn-pull-6, .col-tn-pull-5, .col-tn-pull-4, .col-tn-pull-3, .col-tn-pull-2, .col-tn-pull-1,
  .col-xs-pull-12, .col-xs-pull-11, .col-xs-pull-10, .col-xs-pull-9, .col-xs-pull-8, .col-xs-pull-7, .col-xs-pull-6, .col-xs-pull-5, .col-xs-pull-4, .col-xs-pull-3, .col-xs-pull-2, .col-xs-pull-1,
  .col-sm-pull-12, .col-sm-pull-11, .col-sm-pull-10, .col-sm-pull-9, .col-sm-pull-8, .col-sm-pull-7, .col-sm-pull-6, .col-sm-pull-5, .col-sm-pull-4, .col-sm-pull-3, .col-sm-pull-2, .col-sm-pull-1,
  .col-md-pull-12, .col-md-pull-11, .col-md-pull-10, .col-md-pull-9, .col-md-pull-8, .col-md-pull-7, .col-md-pull-6, .col-md-pull-5, .col-md-pull-4, .col-md-pull-3, .col-md-pull-2, .col-md-pull-1,
  .col-lg-pull-12, .col-lg-pull-11, .col-lg-pull-10, .col-lg-pull-9, .col-lg-pull-8, .col-lg-pull-7, .col-lg-pull-6, .col-lg-pull-5, .col-lg-pull-4, .col-lg-pull-3, .col-lg-pull-2, .col-lg-pull-1 {
    right: 0 !important;
  }
  .col-tn-push-12, .col-tn-push-11, .col-tn-push-10, .col-tn-push-9, .col-tn-push-8, .col-tn-push-7, .col-tn-push-6, .col-tn-push-5, .col-tn-push-4, .col-tn-push-3, .col-tn-push-2, .col-tn-push-1,
  .col-xs-push-12, .col-xs-push-11, .col-xs-push-10, .col-xs-push-9, .col-xs-push-8, .col-xs-push-7, .col-xs-push-6, .col-xs-push-5, .col-xs-push-4, .col-xs-push-3, .col-xs-push-2, .col-xs-push-1,
  .col-sm-push-12, .col-sm-push-11, .col-sm-push-10, .col-sm-push-9, .col-sm-push-8, .col-sm-push-7, .col-sm-push-6, .col-sm-push-5, .col-sm-push-4, .col-sm-push-3, .col-sm-push-2, .col-sm-push-1,
  .col-md-push-12, .col-md-push-11, .col-md-push-10, .col-md-push-9, .col-md-push-8, .col-md-push-7, .col-md-push-6, .col-md-push-5, .col-md-push-4, .col-md-push-3, .col-md-push-2, .col-md-push-1,
  .col-lg-push-12, .col-lg-push-11, .col-lg-push-10, .col-lg-push-9, .col-lg-push-8, .col-lg-push-7, .col-lg-push-6, .col-lg-push-5, .col-lg-push-4, .col-lg-push-3, .col-lg-push-2, .col-lg-push-1 {
    left: 0 !important;
  }
}

.printOnlyImage {
  display: none;
}

@media print {
  .printOnlyImage {
    display: inline;
  }
  .printHide {
    display: none !important;
  }
  a:link:after, a:visited:after {
    content: "";
  }
  #trd-header .trd-tablet-eyebrow-base {
    display: none;
  }
  #trd-header .trd-desktop-eyebrow-base {
    position: static;
    background: none;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas {
    background: none;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-left-canvas {
    display: none;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-link {
    display: none;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-center-block {
    position: static;
    left: auto;
    right: 0;
    width: auto;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-center-block a:link:after, #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-center-block a:visited:after {
    content: "";
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-center-block .trd-eyebrow-center-canvas {
    position: static;
    color: black;
    background: none;
    margin: 0;
    width: 100%;
    text-align: right;
  }
  #trd-header .trd-desktop-header-base,
  #trd-header .trd-desktop-tablet-base {
    position: static;
  }
  #trd-header .trd-desktop-header-base .trd-header-canvas,
  #trd-header .trd-desktop-tablet-base .trd-header-canvas {
    border: none;
    position: static;
  }
  #trd-header .trd-desktop-header-base .trd-header-menu-compressed,
  #trd-header .trd-desktop-tablet-base .trd-header-menu-compressed {
    display: none;
  }
  #trd-header .trd-desktop-header-base .trd-header-menu-canvas,
  #trd-header .trd-desktop-tablet-base .trd-header-menu-canvas {
    display: none;
  }
  #trd-header .trd-desktop-header-base .trd-header-search-expand,
  #trd-header .trd-desktop-tablet-base .trd-header-search-expand {
    display: none;
  }
  #trd-header .trd-desktop-header-base .trd-header-logo,
  #trd-header .trd-desktop-tablet-base .trd-header-logo {
    position: static;
    left: 0;
    margin-top: -20px;
  }
  #trd-header .trd-desktop-header-base .trd-header-logo a:link:after, #trd-header .trd-desktop-header-base .trd-header-logo a:visited:after,
  #trd-header .trd-desktop-tablet-base .trd-header-logo a:link:after,
  #trd-header .trd-desktop-tablet-base .trd-header-logo a:visited:after {
    content: "";
  }
  .trd-body-wrapper {
    position: static !important;
  }
  .trd-body-wrapper .cruise-title-side-rail {
    display: none;
  }
  .trd-body-wrapper .cruise-hdr-ribbon {
    display: none;
  }
  #cruise-hdr {
    position: static !important;
  }
  #cruise-hdr .cruise-hdr-details {
    height: auto;
    width: 100%;
  }
  #cruise-hdr .display-table {
    height: auto;
  }
  #cruise-canvas {
    display: none;
  }
  #cruise-sidebar {
    display: none;
  }
  .thumbnail.drawer .caption {
    height: auto;
    padding: 9px;
  }
  .thumbnail.drawer .drawer-action {
    display: none;
  }
  .thumbnail {
    position: static;
    height: auto !important;
  }
  #feature.is-playlist {
    position: static;
    margin: 0;
    padding: 0;
    height: auto;
  }
  #feature.is-playlist .feature_item.selected {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
  }
  #feature.is-playlist .feature_overlay {
    display: none;
  }
  #feature.is-playlist .imgholder {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .trd-footer-contact,
  .trd-footer-links,
  #cruise-main-content .section-btn-bar,
  .row .thumbnail-anchor .thumbnail-action,
  .thumbnail .expand,
  #cta-accordion {
    display: none !important;
  }
  .contentWrapper {
    padding: 0;
    margin: 0;
  }
  .contentWrapper .cruiseNavWrapper {
    margin: 0;
    padding: 0;
  }
  .contentWrapper .cruiseNavWrapper .cruiseNavTabs {
    padding: 0;
    margin: 0;
  }
  .contentWrapper .cruiseNavWrapper .cruiseNavTabs .chzn-container {
    width: 100%;
  }
  .contentWrapper .cruiseNavWrapper .cruiseNavTabs .chzn-container .chzn-single {
    border: none;
  }
  .contentWrapper .cruiseNavWrapper .cruiseNavTabs .chzn-container .chzn-single div {
    display: none;
  }
  img {
    page-break-inside: avoid;
  }
  .four.columns {
    width: 48%;
    margin-right: 1%;
    page-break-inside: avoid;
  }
  .four:nth-child(3n+1) {
    clear: none;
  }
  .thumbnail-anchor, .thumbnail {
    page-break-inside: avoid !important;
  }
  .trd-tablet-header-base {
    display: none;
  }
  body.modal-open .trd-body-wrapper {
    display: none;
  }
  body.modal-open #cboxOverlay {
    display: none;
  }
  body.modal-open .custom-modal-close-button button.close {
    display: none;
  }
  body.modal-open #colorbox,
  body.modal-open #colorbox.modal-static-content {
    width: 100% !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
  }
  body.modal-open #colorbox #cboxWrapper,
  body.modal-open #colorbox.modal-static-content #cboxWrapper {
    position: static;
    width: 100% !important;
    max-width: none !important;
  }
  body.modal-open #colorbox #cboxContent,
  body.modal-open #colorbox.modal-static-content #cboxContent {
    width: 100% !important;
    max-width: none !important;
  }
  body.modal-open #colorbox #cboxContent .modal-content,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  body.modal-open #colorbox #cboxContent .modal-content .modal-header,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content .modal-header {
    padding: 0;
  }
  body.modal-open #colorbox #cboxContent .modal-content .modal-body,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content .modal-body {
    padding: 0;
  }
  body.modal-open #colorbox #cboxContent .modal-content .modal-body .row h3,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content .modal-body .row h3 {
    margin: 16px 8px;
  }
  body.modal-open #colorbox #cboxContent .modal-content .modal-body .sights .row,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content .modal-body .sights .row {
    padding: 0;
  }
  body.modal-open #colorbox #cboxContent #cboxLoadedContent,
  body.modal-open #colorbox.modal-static-content #cboxContent #cboxLoadedContent {
    width: 100% !important;
    max-width: none !important;
  }
  body.modal-open #colorbox .modal-social,
  body.modal-open #colorbox.modal-static-content .modal-social {
    display: none;
  }
  body .section-header {
    page-break-before: always !important;
  }
  .modal-dialog, .modal-content, .modal-content, #bsModal, .resources-modal {
    height: auto !important;
    width: 100%;
    overflow: visible !important;
    position: relative;
  }
}

@media print and (min-width: 600px) {
  .modal-static-content #cboxWrapper,
  .modal-static-content #cboxLoadedContent {
    width: 100% !important;
    max-width: none !important;
  }
}

.print-only-text,
.print-only-img,
.thumbnail > img.print-only-img {
  display: none !important;
}

@media print {
  #trd-header,
  .cruise-title-side-rail,
  .cruise-hdr-ribbon,
  .cruise-change-date-drawer,
  #cruise-sidebar,
  .inline-social,
  .section-btn-bar,
  .content-expand-all,
  .icon-chevron-up,
  .icon-chevron-down,
  .content-expand-all,
  .expand,
  .thumbnail-action,
  .trd-footer-canvas,
  .hdr-canvas,
  .mobile-footer-canvas .footer-mobile-share,
  .mobile-footer-canvas .footer-links {
    display: none !important;
  }
  .mobile-footer-canvas .footer-actions .col-left {
    text-align: center !important;
  }
  .mobile-footer-canvas .footer-actions .col-right {
    display: none !important;
  }
  .thumbnail:not(.call-out),
  .collapse {
    display: block !important;
  }
  .thumbnail,
  .cruise-content-area {
    overflow: visible !important;
  }
  .trd-body-wrapper {
    top: 0 !important;
  }
  #cruise-canvas,
  .thumbnail,
  .quick-itinerary {
    height: auto !important;
  }
  .cruise-main-hdr {
    width: 100% !important;
  }
  .section-header h3:before,
  .thumbnail .caption {
    border: none !important;
  }
  img {
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
  }
  .sticky-active #cruise-hdr h4 {
    font-size: 36px !important;
    line-height: inherit !important;
  }
  .sticky-active #cruise-hdr .cruise-content-area li {
    width: auto !important;
  }
  .modal-open {
    overflow: visible !important;
  }
  .modal-open .cruise-main-content, .modal-open #cruise-main-content {
    display: none !important;
  }
  .modal {
    position: static !important;
    padding: 0 !important;
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  .modal .custom-modal-close-button, .modal .modal-social {
    display: none;
  }
  .modal .modal-dialog {
    margin: 0 !important;
    width: 100% !important;
  }
  .modal .modal-dialog .modal-content {
    background: #FFF !important;
    border: none !important;
  }
  .modal .modal-dialog .modal-content .header-logo,
  .modal .modal-dialog .modal-content .header-icons {
    display: none !important;
  }
  .modal .map {
    border: none !important;
  }
  .modal-backdrop {
    display: none !important;
  }
  img,
  li,
  .thumbnail,
  .article-text,
  .quick-itinerary {
    page-break-inside: avoid;
  }
  .print-only-text {
    display: block !important;
  }
  .print-only-img {
    display: block !important;
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .transparent-img {
    display: none !important;
  }
  body.modal-open.resources-modal-open .trd-body-wrapper {
    display: block !important;
  }
  body.modal-open.resources-modal-open #cruise-hdr {
    display: none !important;
  }
  body.modal-open.resources-modal-open .cruise-main-content,
  body.modal-open.resources-modal-open #cruise-main-content {
    display: block !important;
  }
  body.modal-open.resources-modal-open .cruise-main-content [class^="col-"] a,
  body.modal-open.resources-modal-open #cruise-main-content [class^="col-"] a {
    display: none;
  }
  body.modal-open.resources-modal-open .cruise-main-content .modal-header,
  body.modal-open.resources-modal-open #cruise-main-content .modal-header {
    display: none;
  }
  body.modal-open.resources-modal-open .cruise-main-content .modal-body,
  body.modal-open.resources-modal-open #cruise-main-content .modal-body {
    padding: 7px;
  }
  body.modal-open.resources-modal-open .footer-actions {
    display: none;
  }
}

/*# sourceMappingURL=print.css.map */

.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }

.ui-widget-content {
    border: 1px solid #aaaaaa/*{borderColorContent}*/;
    background-color: #ffffff;
    color: #222222/*{fcContent}*/;
    margin-top: 2px;
}
.ui-widget {
    font-size: 1.1em/*{fsDefault}*/;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 2px!important;
    display: block;
    float: left;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0 5px;
    zoom: 1;
    width: 100%;
}
.ui-menu-item:hover {
    cursor: pointer;
    background-color: #e6e6e6;
    color: #333333;
}
.ui-menu-item > a{
    cursor: pointer;
    color: #000000;
    font-weight: normal;
    text-transform: lowercase;
}
.ui-menu-item > a:hover{
    color:#b10a32;
}
/*.ui-autocomplete:not(.main-search) {
    position: absolute;
    top: 0;
	left: inherit!important;
	right:0!important;
    cursor: default;
}*/
.ui-autocomplete { /*.main-search*/
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

a.thumbnail-anchor:focus {
    outline: 5px auto currentColor !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: 1px;
}

@media screen and (max-width: 640px) and (max-height: 489px) {
    #trd-header {
        position: relative !important;
        transform: none !important;
    }

    #cruise-hdr {
        position: relative !important;
        transform: none !important;
    }
    
    #trd-hero-video {
        min-height: 256px !important;
    }

    .hdr-canvas {
        height: 0 !important;
    }
}

@media screen and (max-height: 256px) {
    #trd-header {
        position: relative !important;
        transform: none !important;
    }

    #cruise-hdr {
        position: relative !important;
        transform: none !important;
    }

    .trd-body-wrapper.trd-itinerary {
        top: 0 !important;
    }

    .why-viking .hdr-canvas.ext-canvas,
    .why-viking .hdr-canvas.ext-semi-canvas {
        height: 0 !important;
    }

    .why-viking #cruise-hdr {
        top: 0 !important;
    }
}

@media screen and (max-height: 256px) {
    #persistentFooter {
        position: relative;
    }
}

@media screen and (orientation:landscape)
and (min-device-width: 320px) 
and (max-device-width: 926px) {
   #trd-header {
        position: fixed !important;
    }

    #cruise-hdr {
        position: fixed !important;
    }
}
/*

Replace the eyebrow and header to be a tablet when:
a) the screen is wide enough to show three columns (> 1340px) and isn't tall enough .. or ..
b) the screen is not wide enough to show three columns (1025-1340px) so has to show two columns, and isn't tall enough

*/

