/* Minification failed. Returning unminified contents.
(26540,16): run-time error CSS1036: Expected expression, found ';'
 */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
@charset "UTF-8";
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Hoftype
 * License URL: http://www.fontspring.com/fflicense/hoftype
 *
 *
 */
@font-face {
    font-family: 'civita-lightregular';
  src: url("/Assets/fonts/civita/CivitaLig-webfont.eot");
  src: url("/Assets/fonts/civita/CivitaLig-webfont.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/civita/CivitaLig-webfont.woff") format("woff"), url("/Assets/fonts/civita/CivitaLig-webfont.ttf") format("truetype"), url("/Assets/fonts/civita/CivitaLig-webfont.svg#civita-lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'libel_suitbold';
  src: url("/Assets/fonts/civita/CivitaReg-webfont.eot");
  src: url("/Assets/fonts/civita/CivitaReg-webfont.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/civita/CivitaReg-webfont.woff") format("woff"), url("/Assets/fonts/civita/CivitaReg-webfont.ttf") format("truetype"), url("/Assets/fonts/civita/CivitaReg-webfont.svg#libel_suitboldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'civita-mediumregular';
  src: url("/Assets/fonts/civita/CivitaMed-webfont.eot");
  src: url("/Assets/fonts/civita/CivitaMed-webfont.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/civita/CivitaMed-webfont.woff") format("woff"), url("/Assets/fonts/civita/CivitaMed-webfont.ttf") format("truetype"), url("/Assets/fonts/civita/CivitaMed-webfont.svg#civita-mediumregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'civita-mediumitalicregular';
  src: url("/Assets/fonts/civita/CivitaMedIta-webfont.eot");
  src: url("/Assets/fonts/civita/CivitaMedIta-webfont.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/civita/CivitaMedIta-webfont.woff") format("woff"), url("/Assets/fonts/civita/CivitaMedIta-webfont.ttf") format("truetype"), url("/Assets/fonts/civita/CivitaMedIta-webfont.svg#civita-mediumitalicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'civita-italicregular';
  src: url("/Assets/fonts/civita/CivitaIta-webfont.eot");
  src: url("/Assets/fonts/civita/CivitaIta-webfont.eot?#iefix") format("embedded-opentype"), url("/Assets/fonts/civita/CivitaIta-webfont.woff") format("woff"), url("/Assets/fonts/civita/CivitaIta-webfont.ttf") format("truetype"), url("/Assets/fonts/civita/CivitaIta-webfont.svg#civita-mediumitalicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'fontello';
  src: url("../fonts/fontello/font/fontello.eot?82745699");
  src: url("../fonts/fontello/font/fontello.eot?82745699#iefix") format("embedded-opentype"), url("../fonts/fontello/font/fontello.woff2?82745699") format("woff2"), url("../fonts/fontello/font/fontello.woff?82745699") format("woff"), url("../fonts/fontello/font/fontello.ttf?82745699") format("truetype"), url("../fonts/fontello/font/fontello.svg?82745699#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?82745699#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
    margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-magnet:before {
    content: '\e800';
}

/* '' */
.icon-share:before {
    content: '\e801';
}

/* '' */
.icon-export:before {
    content: '\e802';
}

/* '' */
.icon-print:before {
    content: '\e803';
}

/* '' */
.icon-mail:before {
    content: '\e804';
}

/* '' */
.icon-phone-1:before {
    content: '\e805';
}

/* '' */
.icon-info-circled:before {
    content: '\e806';
}

/* '' */
.icon-info:before {
    content: '\e807';
}

/* '' */
.icon-globe:before {
    content: '\e808';
}

/* '' */
.icon-down-open:before {
    content: '\e809';
}

/* '' */
.icon-car:before {
    content: '\e80a';
}

/* '' */
.icon-meal-bb:before {
    content: '\e80b';
}

/* '' */
.icon-play-circled2:before {
    content: '\e80c';
}

/* '' */
.icon-meal-cb:before {
    content: '\e811';
}

/* '' */
.icon-meal-l:before {
    content: '\e81b';
}

/* '' */
.icon-meal-wd:before {
    content: '\e81d';
}

/* '' */
.icon-left-thin:before {
    content: '\e81f';
}

/* '' */
.icon-right-thin:before {
    content: '\e820';
}

/* '' */
.icon-meal-fd:before {
    content: '\e822';
}

/* '' */
.icon-meal-gr:before {
    content: '\e824';
}

/* '' */
.icon-time-1q:before {
    content: '\e825';
}

/* '' */
.icon-time-2q:before {
    content: '\e826';
}

/* '' */
.icon-time-3q:before {
    content: '\e827';
}

/* '' */
.icon-time-4q:before {
    content: '\e828';
}

/* '' */
.icon-unesco-uw:before {
    content: '\e829';
}

/* '' */
.icon-addcost:before {
    content: '\e82a';
}

/* '' */
.icon-boat:before {
    content: '\e82b';
}

/* '' */
.icon-flight:before {
    content: '\e82c';
}

/* '' */
.icon-spin4:before {
    content: '\e834';
}

/* '' */
.icon-meal-d:before {
    content: '\e835';
}

/* '' */
.icon-spin6:before {
    content: '\e839';
}

/* '' */
.icon-yoga:before {
    content: '\e83a';
}

/* '' */
.icon-embark-uw:before {
    content: '\e841';
}

/* '' */
.icon-motorcoach:before {
    content: '\e844';
}

/* '' */
.icon-tgv:before {
    content: '\e845';
}

/* '' */
.icon-walk-easy:before {
    content: '\e846';
}

/* '' */
.icon-walk-intermediate:before {
    content: '\e847';
}

/* '' */
.icon-walk-strenuous:before {
    content: '\e848';
}

/* '' */
.icon-public:before {
    content: '\e850';
}

/* '' */
.icon-phone:before {
    content: '\e852';
}

/* '' */
.icon-contact:before {
    content: '\e8a3';
}

/* '' */
.icon-user:before {
    content: '\e8a4';
}

/* '' */
.icon-twitter:before {
    content: '\f099';
}

/* '' */
.icon-pinterest-circled:before {
    content: '\f0d2';
}

/* '' */
.icon-gplus:before {
    content: '\f0d5';
}

/* '' */
.icon-youtube-play:before {
    content: '\f16a';
}

/* '' */
.icon-instagram:before {
    content: '\f16d';
}

/* '' */
.icon-lifebuoy:before {
    content: '\f1cd';
}

/* '' */
.icon-ship:before {
    content: '\f21a';
}

/* '' */
.icon-facebook-official:before {
    content: '\f230';
}

/* '' */
.icon-pinterest:before {
    content: '\f231';
}

/* '' */
.icon-snapchat-ghost:before {
    content: '\f2ac';
}

/* '' */
.icon-address-book:before {
    content: '\f2b9';
}

/* '' */
.icon-search:before {
    content: '\f50d';
}

/* '' */
/*@font-face {
    font-family: 'libel_suitbold_italic';
    src: url("../fonts/webfonts/libelsuit_bolditalic_macroman/libel-suit-bd-it-webfont.eot");
    src: url("../fonts/webfonts/libelsuit_bolditalic_macroman/libel-suit-bd-it-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_bolditalic_macroman/libel-suit-bd-it-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_bolditalic_macroman/libel-suit-bd-it-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_bolditalic_macroman/libel-suit-bd-it-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_bolditalic_macroman/libel-suit-bd-it-webfont.svg#libel_suitbold_italic") format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'libel_suitbold';
  src: url("../fonts/webfonts/libelsuit_bold_macroman/libel-suit-bd-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_bold_macroman/libel-suit-bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/libelsuit_bold_macroman/libel-suit-bd-webfont.woff2") format("woff2"), url("../fonts/webfonts/libelsuit_bold_macroman/libel-suit-bd-webfont.woff") format("woff"), url("../fonts/webfonts/libelsuit_bold_macroman/libel-suit-bd-webfont.ttf") format("truetype"), url("../fonts/webfonts/libelsuit_bold_macroman/libel-suit-bd-webfont.svg#libel_suitbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: 'libel_suitbook_italic';
  src: url("../fonts/webfonts/libelsuit_bookitalic_macroman/libel-suit-bk-it-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_bookitalic_macroman/libel-suit-bk-it-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_bookitalic_macroman/libel-suit-bk-it-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_bookitalic_macroman/libel-suit-bk-it-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_bookitalic_macroman/libel-suit-bk-it-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_bookitalic_macroman/libel-suit-bk-it-webfont.svg#libel_suitbook_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'libel_suitbook';
  src: url("../fonts/webfonts/libelsuit_book_macroman/libel-suit-bk-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_book_macroman/libel-suit-bk-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_book_macroman/libel-suit-bk-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_book_macroman/libel-suit-bk-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_book_macroman/libel-suit-bk-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_book_macroman/libel-suit-bk-webfont.svg#libel_suitbook") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'libel_suitextralight_italic';
  src: url("../fonts/webfonts/libelsuit_extralightitalic_macroman/libel-suit-el-it-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_extralightitalic_macroman/libel-suit-el-it-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_extralightitalic_macroman/libel-suit-el-it-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_extralightitalic_macroman/libel-suit-el-it-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_extralightitalic_macroman/libel-suit-el-it-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_extralightitalic_macroman/libel-suit-el-it-webfont.svg#libel_suitextralight_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'libel_suitextralight';
  src: url("../fonts/webfonts/libelsuit_extralight_macroman/libel-suit-el-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_extralight_macroman/libel-suit-el-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_extralight_macroman/libel-suit-el-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_extralight_macroman/libel-suit-el-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_extralight_macroman/libel-suit-el-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_extralight_macroman/libel-suit-el-webfont.svg#libel_suitextralight") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'libel_suititalic';
  src: url("../fonts/webfonts/libelsuit_italic_macroman/libel-suit-rg-it-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_italic_macroman/libel-suit-rg-it-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_italic_macroman/libel-suit-rg-it-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_italic_macroman/libel-suit-rg-it-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_italic_macroman/libel-suit-rg-it-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_italic_macroman/libel-suit-rg-it-webfont.svg#libel_suititalic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'libel_suitlight_italic';
  src: url("../fonts/webfonts/libelsuit_lightitalic_macroman/libel-suit-lt-it-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_lightitalic_macroman/libel-suit-lt-it-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_lightitalic_macroman/libel-suit-lt-it-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_lightitalic_macroman/libel-suit-lt-it-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_lightitalic_macroman/libel-suit-lt-it-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_lightitalic_macroman/libel-suit-lt-it-webfont.svg#libel_suitlight_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'libel_suitlight';
  src: url("../fonts/webfonts/libelsuit_light_macroman/libel-suit-lt-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_light_macroman/libel-suit-lt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/libelsuit_light_macroman/libel-suit-lt-webfont.woff2") format("woff2"), url("../fonts/webfonts/libelsuit_light_macroman/libel-suit-lt-webfont.woff") format("woff"), url("../fonts/webfonts/libelsuit_light_macroman/libel-suit-lt-webfont.ttf") format("truetype"), url("../fonts/webfonts/libelsuit_light_macroman/libel-suit-lt-webfont.svg#libel_suitlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'libel_suitregular';
  src: url("../fonts/webfonts/libelsuit_regular_macroman/libel-suit-rg-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_regular_macroman/libel-suit-rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/libelsuit_regular_macroman/libel-suit-rg-webfont.woff2") format("woff2"), url("../fonts/webfonts/libelsuit_regular_macroman/libel-suit-rg-webfont.woff") format("woff"), url("../fonts/webfonts/libelsuit_regular_macroman/libel-suit-rg-webfont.ttf") format("truetype"), url("../fonts/webfonts/libelsuit_regular_macroman/libel-suit-rg-webfont.svg#libel_suitregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: 'libel_suitsemibold_italic';
  src: url("../fonts/webfonts/libelsuit_semibolditalic_macroman/libel-suit-sb-it-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_semibolditalic_macroman/libel-suit-sb-it-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_semibolditalic_macroman/libel-suit-sb-it-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_semibolditalic_macroman/libel-suit-sb-it-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_semibolditalic_macroman/libel-suit-sb-it-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_semibolditalic_macroman/libel-suit-sb-it-webfont.svg#libel_suitsemibold_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'libel_suitsemibold';
  src: url("../fonts/webfonts/libelsuit_semibold_macroman/libel-suit-sb-webfont.eot");
  src: url("../fonts/webfonts/libelsuit_semibold_macroman/libel-suit-sb-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/libelsuit_semibold_macroman/libel-suit-sb-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/libelsuit_semibold_macroman/libel-suit-sb-webfont.woff") format('woff'),
         url("../fonts/webfonts/libelsuit_semibold_macroman/libel-suit-sb-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/libelsuit_semibold_macroman/libel-suit-sb-webfont.svg#libel_suitsemibold") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_grandeblack_italic';
  src: url("../fonts/webfonts/questagrande_blackitalic_macroman/5_questa_grande_black_italic_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_blackitalic_macroman/5_questa_grande_black_italic_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_blackitalic_macroman/5_questa_grande_black_italic_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_blackitalic_macroman/5_questa_grande_black_italic_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_blackitalic_macroman/5_questa_grande_black_italic_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_blackitalic_macroman/5_questa_grande_black_italic_31-webfont.svg#questa_grandeblack_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_grandeblack';
  src: url("../fonts/webfonts/questagrande_black_macroman/5_questa_grande_black_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_black_macroman/5_questa_grande_black_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_black_macroman/5_questa_grande_black_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_black_macroman/5_questa_grande_black_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_black_macroman/5_questa_grande_black_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_black_macroman/5_questa_grande_black_31-webfont.svg#questa_grandeblack") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'questa_grandebold_italic';
  src: url("../fonts/webfonts/questagrande_bolditalic_macroman/4-questa_grande_bold_italic_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_bolditalic_macroman/4-questa_grande_bold_italic_31-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/questagrande_bolditalic_macroman/4-questa_grande_bold_italic_31-webfont.woff2") format("woff2"), url("../fonts/webfonts/questagrande_bolditalic_macroman/4-questa_grande_bold_italic_31-webfont.woff") format("woff"), url("../fonts/webfonts/questagrande_bolditalic_macroman/4-questa_grande_bold_italic_31-webfont.ttf") format("truetype"), url("../fonts/webfonts/questagrande_bolditalic_macroman/4-questa_grande_bold_italic_31-webfont.svg#questa_grandebold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: 'questa_grandebold';
  src: url("../fonts/webfonts/questagrande_bold_macroman/4-questa_grande_bold_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_bold_macroman/4-questa_grande_bold_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_bold_macroman/4-questa_grande_bold_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_bold_macroman/4-questa_grande_bold_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_bold_macroman/4-questa_grande_bold_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_bold_macroman/4-questa_grande_bold_31-webfont.svg#questa_grandebold") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_grandeitalic';
  src: url("../fonts/webfonts/questagrande_italic_macroman/2-questa_grande_regular_italic_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_italic_macroman/2-questa_grande_regular_italic_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_italic_macroman/2-questa_grande_regular_italic_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_italic_macroman/2-questa_grande_regular_italic_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_italic_macroman/2-questa_grande_regular_italic_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_italic_macroman/2-questa_grande_regular_italic_31-webfont.svg#questa_grandeitalic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_grandelight_italic';
  src: url("../fonts/webfonts/questagrande_lightitalic_macroman/1_questa_grande_light_italic_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_lightitalic_macroman/1_questa_grande_light_italic_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_lightitalic_macroman/1_questa_grande_light_italic_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_lightitalic_macroman/1_questa_grande_light_italic_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_lightitalic_macroman/1_questa_grande_light_italic_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_lightitalic_macroman/1_questa_grande_light_italic_31-webfont.svg#questa_grandelight_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_grandelight';
  src: url("../fonts/webfonts/questagrande_light_macroman/1_questa_grande_light_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_light_macroman/1_questa_grande_light_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_light_macroman/1_questa_grande_light_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_light_macroman/1_questa_grande_light_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_light_macroman/1_questa_grande_light_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_light_macroman/1_questa_grande_light_31-webfont.svg#questa_grandelight") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_grandemedium_italic';
  src: url("../fonts/webfonts/questagrande_mediumitalic_macroman/3_questa_grande_medium_italic_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_mediumitalic_macroman/3_questa_grande_medium_italic_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_mediumitalic_macroman/3_questa_grande_medium_italic_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_mediumitalic_macroman/3_questa_grande_medium_italic_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_mediumitalic_macroman/3_questa_grande_medium_italic_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_mediumitalic_macroman/3_questa_grande_medium_italic_31-webfont.svg#questa_grandemedium_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_grandemedium';
  src: url("../fonts/webfonts/questagrande_medium_macroman/3_questa_grande_medium_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_medium_macroman/3_questa_grande_medium_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_medium_macroman/3_questa_grande_medium_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_medium_macroman/3_questa_grande_medium_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_medium_macroman/3_questa_grande_medium_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_medium_macroman/3_questa_grande_medium_31-webfont.svg#questa_grandemedium") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_granderegular';
  src: url("../fonts/webfonts/questagrande_regular_macroman/2-questa_grande_regular_31-webfont.eot");
  src: url("../fonts/webfonts/questagrande_regular_macroman/2-questa_grande_regular_31-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questagrande_regular_macroman/2-questa_grande_regular_31-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questagrande_regular_macroman/2-questa_grande_regular_31-webfont.woff") format('woff'),
         url("../fonts/webfonts/questagrande_regular_macroman/2-questa_grande_regular_31-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questagrande_regular_macroman/2-questa_grande_regular_31-webfont.svg#questa_granderegular") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_sansblack_italic';
  src: url("../fonts/webfonts/questasans_blackitalic_macroman/5-Questa_Sans_Black_Italic-webfont.eot");
  src: url("../fonts/webfonts/questasans_blackitalic_macroman/5-Questa_Sans_Black_Italic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questasans_blackitalic_macroman/5-Questa_Sans_Black_Italic-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questasans_blackitalic_macroman/5-Questa_Sans_Black_Italic-webfont.woff") format('woff'),
         url("../fonts/webfonts/questasans_blackitalic_macroman/5-Questa_Sans_Black_Italic-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questasans_blackitalic_macroman/5-Questa_Sans_Black_Italic-webfont.svg#questa_sansblack_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_sansblack';
  src: url("../fonts/webfonts/questasans_black_macroman/5-Questa_Sans_Black-webfont.eot");
  src: url("../fonts/webfonts/questasans_black_macroman/5-Questa_Sans_Black-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questasans_black_macroman/5-Questa_Sans_Black-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questasans_black_macroman/5-Questa_Sans_Black-webfont.woff") format('woff'),
         url("../fonts/webfonts/questasans_black_macroman/5-Questa_Sans_Black-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questasans_black_macroman/5-Questa_Sans_Black-webfont.svg#questa_sansblack") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_sansbold_italic';
  src: url("../fonts/webfonts/questasans_bolditalic_macroman/4-Questa_Sans_Bold_Italic-webfont.eot");
  src: url("../fonts/webfonts/questasans_bolditalic_macroman/4-Questa_Sans_Bold_Italic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questasans_bolditalic_macroman/4-Questa_Sans_Bold_Italic-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questasans_bolditalic_macroman/4-Questa_Sans_Bold_Italic-webfont.woff") format('woff'),
         url("../fonts/webfonts/questasans_bolditalic_macroman/4-Questa_Sans_Bold_Italic-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questasans_bolditalic_macroman/4-Questa_Sans_Bold_Italic-webfont.svg#questa_sansbold_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'questa_sansbold';
  src: url("../fonts/webfonts/questasans_bold_macroman/4-Questa_Sans_Bold-webfont.eot");
  src: url("../fonts/webfonts/questasans_bold_macroman/4-Questa_Sans_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/questasans_bold_macroman/4-Questa_Sans_Bold-webfont.woff2") format("woff2"), url("../fonts/webfonts/questasans_bold_macroman/4-Questa_Sans_Bold-webfont.woff") format("woff"), url("../fonts/webfonts/questasans_bold_macroman/4-Questa_Sans_Bold-webfont.ttf") format("truetype"), url("../fonts/webfonts/questasans_bold_macroman/4-Questa_Sans_Bold-webfont.svg#questa_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {
    font-family: 'questa_sansitalic';
  src: url("../fonts/webfonts/questasans_italic_macroman/2-Questa_Sans_Regular_Italic-webfont.eot");
  src: url("../fonts/webfonts/questasans_italic_macroman/2-Questa_Sans_Regular_Italic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questasans_italic_macroman/2-Questa_Sans_Regular_Italic-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questasans_italic_macroman/2-Questa_Sans_Regular_Italic-webfont.woff") format('woff'),
         url("../fonts/webfonts/questasans_italic_macroman/2-Questa_Sans_Regular_Italic-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questasans_italic_macroman/2-Questa_Sans_Regular_Italic-webfont.svg#questa_sansitalic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_sanslight_italic';
  src: url("../fonts/webfonts/questasans_lightitalic_macroman/1-Questa_Sans_Light_Italic-webfont.eot");
  src: url("../fonts/webfonts/questasans_lightitalic_macroman/1-Questa_Sans_Light_Italic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questasans_lightitalic_macroman/1-Questa_Sans_Light_Italic-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questasans_lightitalic_macroman/1-Questa_Sans_Light_Italic-webfont.woff") format('woff'),
         url("../fonts/webfonts/questasans_lightitalic_macroman/1-Questa_Sans_Light_Italic-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questasans_lightitalic_macroman/1-Questa_Sans_Light_Italic-webfont.svg#questa_sanslight_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_sanslight';
  src: url("../fonts/webfonts/questasans_light_macroman/1-Questa_Sans_Light-webfont.eot");
  src: url("../fonts/webfonts/questasans_light_macroman/1-Questa_Sans_Light-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questasans_light_macroman/1-Questa_Sans_Light-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questasans_light_macroman/1-Questa_Sans_Light-webfont.woff") format('woff'),
         url("../fonts/webfonts/questasans_light_macroman/1-Questa_Sans_Light-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questasans_light_macroman/1-Questa_Sans_Light-webfont.svg#questa_sanslight") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_sansmedium_italic';
  src: url("../fonts/webfonts/questasans_mediumitalic_macroman/3-Questa_Sans_Medium_Italic-webfont.eot");
  src: url("../fonts/webfonts/questasans_mediumitalic_macroman/3-Questa_Sans_Medium_Italic-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questasans_mediumitalic_macroman/3-Questa_Sans_Medium_Italic-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questasans_mediumitalic_macroman/3-Questa_Sans_Medium_Italic-webfont.woff") format('woff'),
         url("../fonts/webfonts/questasans_mediumitalic_macroman/3-Questa_Sans_Medium_Italic-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questasans_mediumitalic_macroman/3-Questa_Sans_Medium_Italic-webfont.svg#questa_sansmedium_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/*@font-face {
    font-family: 'questa_sansmedium';
  src: url("../fonts/webfonts/questasans_medium_macroman/3-Questa_Sans_Medium-webfont.eot");
  src: url("../fonts/webfonts/questasans_medium_macroman/3-Questa_Sans_Medium-webfont.eot?#iefix") format('embedded-opentype'),
         url("../fonts/webfonts/questasans_medium_macroman/3-Questa_Sans_Medium-webfont.woff2") format('woff2'),
         url("../fonts/webfonts/questasans_medium_macroman/3-Questa_Sans_Medium-webfont.woff") format('woff'),
         url("../fonts/webfonts/questasans_medium_macroman/3-Questa_Sans_Medium-webfont.ttf") format('truetype'),
         url("../fonts/webfonts/questasans_medium_macroman/3-Questa_Sans_Medium-webfont.svg#questa_sansmedium") format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'questa_sansregular';
  src: url("../fonts/webfonts/questasans_regular_macroman/2-Questa_Sans_Regular-webfont.eot");
  src: url("../fonts/webfonts/questasans_regular_macroman/2-Questa_Sans_Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/questasans_regular_macroman/2-Questa_Sans_Regular-webfont.woff2") format("woff2"), url("../fonts/webfonts/questasans_regular_macroman/2-Questa_Sans_Regular-webfont.woff") format("woff"), url("../fonts/webfonts/questasans_regular_macroman/2-Questa_Sans_Regular-webfont.ttf") format("truetype"), url("../fonts/webfonts/questasans_regular_macroman/2-Questa_Sans_Regular-webfont.svg#questa_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.2 | 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,
menu,
nav,
section,
summary {
    display: block;
}

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}

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

a {
    color: #356b99;
    text-decoration: none;
}

a:hover, a:focus {
    color: #214360;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    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: 20px;
    margin-bottom: 10px;
}

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: 10px;
    margin-bottom: 10px;
}

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: 30px;
}

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

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

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

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

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #777777;
}

.text-primary {
    color: #356b99;
}

a.text-primary:hover {
    color: #285173;
}

.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: #356b99;
}

a.bg-primary:hover {
    background-color: #285173;
}

.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: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

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

ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
}

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

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

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

dt,
dd {
    line-height: 1.42857143;
}

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: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #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 #eeeeee;
    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';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

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

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

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

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

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

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

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

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

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

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

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

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

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

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

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

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

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

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

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

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

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

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

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

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

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

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

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

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

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

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

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

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

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

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

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

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

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

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

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

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

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

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

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

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

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

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

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

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

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

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

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

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

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

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

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

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

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

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

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

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

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

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

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

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

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

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

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

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

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

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

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

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

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

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

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

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

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

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

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

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

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

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

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

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

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

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

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

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

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

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

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

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

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    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"] {
    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.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.uni-btn.uni-btn-primary[type="date"], .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > input.btn-primary[type="date"],
  .cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > input.btn[type="date"], .input-group-sm > .input-group-btn > input.btn-maroon[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > .input-group-btn > input.uni-btn.uni-btn-primary[type="time"],
  .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > input.btn-primary[type="time"],
  .cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > .input-group-btn > input.btn-maroon[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.uni-btn.uni-btn-primary[type="datetime-local"],
  .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > input.btn-primary[type="datetime-local"],
  .cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn-maroon[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.uni-btn.uni-btn-primary[type="month"],
  .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > input.btn-primary[type="month"],
  .cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.btn-maroon[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.uni-btn.uni-btn-primary[type="date"], .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > input.btn-primary[type="date"],
  .cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > input.btn[type="date"], .input-group-lg > .input-group-btn > input.btn-maroon[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > .input-group-btn > input.uni-btn.uni-btn-primary[type="time"],
  .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > input.btn-primary[type="time"],
  .cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > .input-group-btn > input.btn-maroon[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.uni-btn.uni-btn-primary[type="datetime-local"],
  .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > input.btn-primary[type="datetime-local"],
  .cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn-maroon[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.uni-btn.uni-btn-primary[type="month"],
  .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > input.btn-primary[type="month"],
  .cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.btn-maroon[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

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

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.uni-btn.uni-btn-primary, .river-crusing .input-group-lg > .input-group-btn > span.form-control-static.span-btn-cta, .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > .form-control-static.btn-primary,
  .cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > .form-control-static.btn,
  .current-offers .offers .item .input-group-lg > .input-group-btn > a.form-control-static.btn-lg, .input-group-lg > .input-group-btn > .form-control-static.btn-maroon,
  .offers-details .offers .item .input-group-lg > .input-group-btn > a.form-control-static.btn-lg.quote, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.uni-btn.uni-btn-primary, .river-crusing .input-group-sm > .input-group-btn > span.form-control-static.span-btn-cta, .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > .form-control-static.btn-primary,
  .cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > .form-control-static.btn,
  .current-offers .offers .item .input-group-sm > .input-group-btn > a.form-control-static.btn-lg, .input-group-sm > .input-group-btn > .form-control-static.btn-maroon,
  .offers-details .offers .item .input-group-sm > .input-group-btn > a.form-control-static.btn-lg.quote {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .uni-btn.uni-btn-primary, .river-crusing .input-group-sm > .input-group-btn > span.span-btn-cta, .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > .btn-primary,
.cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > .btn,
.current-offers .offers .item .input-group-sm > .input-group-btn > a.btn-lg, .input-group-sm > .input-group-btn > .btn-maroon,
.offers-details .offers .item .input-group-sm > .input-group-btn > a.btn-lg.quote, .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > select.btn-primary,
.cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.btn-maroon, .form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > textarea.btn-primary,
.cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.btn-maroon, .form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.uni-btn.uni-btn-primary[multiple],
.cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > select.btn-primary[multiple],
.cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > select.btn-maroon[multiple], .form-group-sm .form-control {
    height: auto;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .uni-btn.uni-btn-primary, .river-crusing .input-group-lg > .input-group-btn > span.span-btn-cta, .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > .btn-primary,
.cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > .btn,
.current-offers .offers .item .input-group-lg > .input-group-btn > a.btn-lg, .input-group-lg > .input-group-btn > .btn-maroon,
.offers-details .offers .item .input-group-lg > .input-group-btn > a.btn-lg.quote, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > select.btn-primary,
.cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.btn-maroon, .form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > textarea.btn-primary,
.cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.btn-maroon, .form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.uni-btn.uni-btn-primary[multiple],
.cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > select.btn-primary[multiple],
.cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > select.btn-maroon[multiple], .form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .uni-btn.uni-btn-primary + .form-control-feedback, .river-crusing .input-group-lg > .input-group-btn > span.span-btn-cta + .form-control-feedback, .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > .btn-primary + .form-control-feedback, .cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .current-offers .offers .item .input-group-lg > .input-group-btn > a.btn-lg + .form-control-feedback, .input-group-lg > .input-group-btn > .btn-maroon + .form-control-feedback, .offers-details .offers .item .input-group-lg > .input-group-btn > a.btn-lg.quote + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .uni-btn.uni-btn-primary + .form-control-feedback, .river-crusing .input-group-sm > .input-group-btn > span.span-btn-cta + .form-control-feedback, .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > .btn-primary + .form-control-feedback, .cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .current-offers .offers .item .input-group-sm > .input-group-btn > a.btn-lg + .form-control-feedback, .input-group-sm > .input-group-btn > .btn-maroon + .form-control-feedback, .offers-details .offers .item .input-group-sm > .input-group-btn > a.btn-lg.quote + .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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    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;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

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

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

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
  .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn, .uni-btn.uni-btn-primary, .river-crusing span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-primary,
a.btn.btn-primary.btn-small.btn-book,
.cruise-listing-filter .filter-submit .btn,
.btn.btn-primary.btn-small,
.current-offers .offers .item a.btn-lg, .btn-maroon,
.current-offers .offers .item a.btn-lg.quote,
.offers-details .offers .item a.btn-lg.quote {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .uni-btn.uni-btn-primary:focus, .river-crusing span.span-btn-cta:focus, .cruise-teaser .teaser-buttons .btn-primary:focus,
  a.btn.btn-primary.btn-small.btn-book:focus,
  .cruise-listing-filter .filter-submit .btn:focus,
  .btn.btn-primary.btn-small:focus,
  .current-offers .offers .item a.btn-lg:focus, .btn-maroon:focus,
  .offers-details .offers .item a.btn-lg.quote:focus, .btn.focus, .focus.uni-btn.uni-btn-primary, .river-crusing span.focus.span-btn-cta, .cruise-teaser .teaser-buttons .focus.btn-primary,
  a.focus.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .focus.btn,
  .focus.btn.btn-primary.btn-small,
  .current-offers .offers .item a.focus.btn-lg, .focus.btn-maroon,
  .offers-details .offers .item a.focus.btn-lg.quote, .btn:active:focus, .uni-btn.uni-btn-primary:active:focus, .river-crusing span.span-btn-cta:active:focus, .cruise-teaser .teaser-buttons .btn-primary:active:focus,
  .current-offers .offers .item a.btn-lg:active:focus, .btn-maroon:active:focus,
  .offers-details .offers .item a.btn-lg.quote:active:focus, .btn:active.focus, .uni-btn.uni-btn-primary:active.focus, .river-crusing span.span-btn-cta:active.focus, .cruise-teaser .teaser-buttons .btn-primary:active.focus,
  .current-offers .offers .item a.btn-lg:active.focus, .btn-maroon:active.focus,
  .offers-details .offers .item a.btn-lg.quote:active.focus, .btn.active:focus, .active.uni-btn.uni-btn-primary:focus, .river-crusing span.active.span-btn-cta:focus, .cruise-teaser .teaser-buttons .active.btn-primary:focus,
  .current-offers .offers .item a.active.btn-lg:focus, .active.btn-maroon:focus,
  .offers-details .offers .item a.active.btn-lg.quote:focus, .btn.active.focus, .active.focus.uni-btn.uni-btn-primary, .river-crusing span.active.focus.span-btn-cta, .cruise-teaser .teaser-buttons .active.focus.btn-primary,
  .current-offers .offers .item a.active.focus.btn-lg, .active.focus.btn-maroon,
  .offers-details .offers .item a.active.focus.btn-lg.quote {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .uni-btn.uni-btn-primary:hover, .river-crusing span.span-btn-cta:hover, .cruise-teaser .teaser-buttons .btn-primary:hover,
  a.btn.btn-primary.btn-small.btn-book:hover,
  .cruise-listing-filter .filter-submit .btn:hover,
  .btn.btn-primary.btn-small:hover,
  .current-offers .offers .item a.btn-lg:hover, .btn-maroon:hover,
  .offers-details .offers .item a.btn-lg.quote:hover, .btn:focus, .uni-btn.uni-btn-primary:focus, .river-crusing span.span-btn-cta:focus, .cruise-teaser .teaser-buttons .btn-primary:focus,
  a.btn.btn-primary.btn-small.btn-book:focus,
  .cruise-listing-filter .filter-submit .btn:focus,
  .btn.btn-primary.btn-small:focus,
  .current-offers .offers .item a.btn-lg:focus, .btn-maroon:focus,
  .offers-details .offers .item a.btn-lg.quote:focus, .btn.focus, .focus.uni-btn.uni-btn-primary, .river-crusing span.focus.span-btn-cta, .cruise-teaser .teaser-buttons .focus.btn-primary,
  a.focus.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .focus.btn,
  .focus.btn.btn-primary.btn-small,
  .current-offers .offers .item a.focus.btn-lg, .focus.btn-maroon,
  .offers-details .offers .item a.focus.btn-lg.quote {
    color: #333333;
    text-decoration: none;
}

.btn:active, .uni-btn.uni-btn-primary:active, .river-crusing span.span-btn-cta:active, .cruise-teaser .teaser-buttons .btn-primary:active,
  a.btn.btn-primary.btn-small.btn-book:active,
  .cruise-listing-filter .filter-submit .btn:active,
  .btn.btn-primary.btn-small:active,
  .current-offers .offers .item a.btn-lg:active, .btn-maroon:active,
  .offers-details .offers .item a.btn-lg.quote:active, .btn.active, .active.uni-btn.uni-btn-primary, .river-crusing span.active.span-btn-cta, .cruise-teaser .teaser-buttons .active.btn-primary,
  a.active.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .active.btn,
  .active.btn.btn-primary.btn-small,
  .current-offers .offers .item a.active.btn-lg, .active.btn-maroon,
  .offers-details .offers .item a.active.btn-lg.quote {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .disabled.uni-btn.uni-btn-primary, .river-crusing span.disabled.span-btn-cta, .cruise-teaser .teaser-buttons .disabled.btn-primary,
  a.disabled.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .disabled.btn,
  .disabled.btn.btn-primary.btn-small,
  .current-offers .offers .item a.disabled.btn-lg, .disabled.btn-maroon,
  .offers-details .offers .item a.disabled.btn-lg.quote, .btn[disabled], .uni-btn.uni-btn-primary[disabled], .river-crusing span.span-btn-cta[disabled], .cruise-teaser .teaser-buttons .btn-primary[disabled],
  a.btn.btn-primary.btn-small.btn-book[disabled],
  .cruise-listing-filter .filter-submit .btn[disabled],
  .btn.btn-primary.btn-small[disabled],
  .current-offers .offers .item a.btn-lg[disabled], .btn-maroon[disabled],
  .offers-details .offers .item a.btn-lg.quote[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .uni-btn.uni-btn-primary,
  fieldset[disabled] .river-crusing span.span-btn-cta,
  .river-crusing fieldset[disabled] span.span-btn-cta,
  fieldset[disabled] .cruise-teaser .teaser-buttons .btn-primary,
  .cruise-teaser .teaser-buttons fieldset[disabled] .btn-primary,
  fieldset[disabled] .cruise-listing-filter .filter-submit .btn,
  .cruise-listing-filter .filter-submit fieldset[disabled] .btn,
  fieldset[disabled] .btn.btn-primary.btn-small,
  fieldset[disabled] .current-offers .offers .item a.btn-lg,
  .current-offers .offers .item fieldset[disabled] a.btn-lg,
  fieldset[disabled] .btn-maroon,
  fieldset[disabled] .offers-details .offers .item a.btn-lg.quote,
  .offers-details .offers .item fieldset[disabled] a.btn-lg.quote {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #e6e5e5;
    border-color: #adadad;
}

.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.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .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.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #356b99;
    border-color: #2e5e86;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #285173;
    border-color: #1f3e59;
}

.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.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .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.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #356b99;
    border-color: #2e5e86;
}

.btn-primary .badge {
    color: #356b99;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #ffffff;
    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.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .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.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #ffffff;
    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.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .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.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #ffffff;
    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.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .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.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #ffffff;
    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.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .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.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #356b99;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #214360;
    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 {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

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

.dropdown {
    position: relative;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #356b99;
}

.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.42857143;
    color: #777777;
    white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        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 > .uni-btn.uni-btn-primary, .river-crusing .btn-group > span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-group > .btn-primary,
  .btn-group > a.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .btn-group > .btn,
  .btn-group > .btn.btn-primary.btn-small,
  .current-offers .offers .item .btn-group > a.btn-lg, .btn-group > .btn-maroon,
  .offers-details .offers .item .btn-group > a.btn-lg.quote,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .uni-btn.uni-btn-primary,
  .river-crusing .btn-group-vertical > span.span-btn-cta,
  .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary,
  .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .btn-group-vertical > .btn,
  .btn-group-vertical > .btn.btn-primary.btn-small,
  .current-offers .offers .item .btn-group-vertical > a.btn-lg,
  .btn-group-vertical > .btn-maroon,
  .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group > .uni-btn.uni-btn-primary:hover, .river-crusing .btn-group > span.span-btn-cta:hover, .cruise-teaser .teaser-buttons .btn-group > .btn-primary:hover,
    .cruise-listing-filter .filter-submit .btn-group > .btn:hover,
    .current-offers .offers .item .btn-group > a.btn-lg:hover, .btn-group > .btn-maroon:hover,
    .offers-details .offers .item .btn-group > a.btn-lg.quote:hover, .btn-group > .btn:focus, .btn-group > .uni-btn.uni-btn-primary:focus, .river-crusing .btn-group > span.span-btn-cta:focus, .cruise-teaser .teaser-buttons .btn-group > .btn-primary:focus,
    .cruise-listing-filter .filter-submit .btn-group > .btn:focus,
    .current-offers .offers .item .btn-group > a.btn-lg:focus, .btn-group > .btn-maroon:focus,
    .offers-details .offers .item .btn-group > a.btn-lg.quote:focus, .btn-group > .btn:active, .btn-group > .uni-btn.uni-btn-primary:active, .river-crusing .btn-group > span.span-btn-cta:active, .cruise-teaser .teaser-buttons .btn-group > .btn-primary:active,
    .cruise-listing-filter .filter-submit .btn-group > .btn:active,
    .current-offers .offers .item .btn-group > a.btn-lg:active, .btn-group > .btn-maroon:active,
    .offers-details .offers .item .btn-group > a.btn-lg.quote:active, .btn-group > .btn.active, .btn-group > .active.uni-btn.uni-btn-primary, .river-crusing .btn-group > span.active.span-btn-cta, .cruise-teaser .teaser-buttons .btn-group > .active.btn-primary,
    .cruise-listing-filter .filter-submit .btn-group > .active.btn,
    .current-offers .offers .item .btn-group > a.active.btn-lg, .btn-group > .active.btn-maroon,
    .offers-details .offers .item .btn-group > a.active.btn-lg.quote,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .uni-btn.uni-btn-primary:hover,
    .river-crusing .btn-group-vertical > span.span-btn-cta:hover,
    .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary:hover,
    .cruise-listing-filter .filter-submit .btn-group-vertical > .btn:hover,
    .current-offers .offers .item .btn-group-vertical > a.btn-lg:hover,
    .btn-group-vertical > .btn-maroon:hover,
    .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .uni-btn.uni-btn-primary:focus,
    .river-crusing .btn-group-vertical > span.span-btn-cta:focus,
    .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary:focus,
    .cruise-listing-filter .filter-submit .btn-group-vertical > .btn:focus,
    .current-offers .offers .item .btn-group-vertical > a.btn-lg:focus,
    .btn-group-vertical > .btn-maroon:focus,
    .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .uni-btn.uni-btn-primary:active,
    .river-crusing .btn-group-vertical > span.span-btn-cta:active,
    .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary:active,
    .cruise-listing-filter .filter-submit .btn-group-vertical > .btn:active,
    .current-offers .offers .item .btn-group-vertical > a.btn-lg:active,
    .btn-group-vertical > .btn-maroon:active,
    .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote:active,
    .btn-group-vertical > .btn.active,
    .btn-group-vertical > .active.uni-btn.uni-btn-primary,
    .river-crusing .btn-group-vertical > span.active.span-btn-cta,
    .cruise-teaser .teaser-buttons .btn-group-vertical > .active.btn-primary,
    .cruise-listing-filter .filter-submit .btn-group-vertical > .active.btn,
    .current-offers .offers .item .btn-group-vertical > a.active.btn-lg,
    .btn-group-vertical > .active.btn-maroon,
    .offers-details .offers .item .btn-group-vertical > a.active.btn-lg.quote {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .uni-btn.uni-btn-primary + .btn, .btn-group .river-crusing span.span-btn-cta + .btn, .river-crusing .btn-group span.span-btn-cta + .btn, .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn, .cruise-teaser .teaser-buttons .btn-group .btn-primary + .btn, .btn-group a.btn.btn-primary.btn-small.btn-book + .btn, .btn-group .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .btn-group .btn + .btn, .btn-group .btn.btn-primary.btn-small + .btn, .btn-group .current-offers .offers .item a.btn-lg + .btn, .current-offers .offers .item .btn-group a.btn-lg + .btn, .btn-group .btn-maroon + .btn, .btn-group .current-offers .offers .item a.btn-lg.quote + .btn, .current-offers .offers .item .btn-group a.btn-lg.quote + .btn, .btn-group .offers-details .offers .item a.btn-lg.quote + .btn, .offers-details .offers .item .btn-group a.btn-lg.quote + .btn, .btn-group .btn + .uni-btn.uni-btn-primary, .btn-group .uni-btn.uni-btn-primary + .uni-btn.uni-btn-primary, .btn-group .river-crusing span.span-btn-cta + .uni-btn.uni-btn-primary, .river-crusing .btn-group span.span-btn-cta + .uni-btn.uni-btn-primary, .btn-group .cruise-teaser .teaser-buttons .btn-primary + .uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .btn-group .btn-primary + .uni-btn.uni-btn-primary, .btn-group a.btn.btn-primary.btn-small.btn-book + .uni-btn.uni-btn-primary, .btn-group .cruise-listing-filter .filter-submit .btn + .uni-btn.uni-btn-primary, .cruise-listing-filter .filter-submit .btn-group .btn + .uni-btn.uni-btn-primary, .btn-group .btn.btn-primary.btn-small + .uni-btn.uni-btn-primary, .btn-group .current-offers .offers .item a.btn-lg + .uni-btn.uni-btn-primary, .current-offers .offers .item .btn-group a.btn-lg + .uni-btn.uni-btn-primary, .btn-group .btn-maroon + .uni-btn.uni-btn-primary, .btn-group .current-offers .offers .item a.btn-lg.quote + .uni-btn.uni-btn-primary, .current-offers .offers .item .btn-group a.btn-lg.quote + .uni-btn.uni-btn-primary, .btn-group .offers-details .offers .item a.btn-lg.quote + .uni-btn.uni-btn-primary, .offers-details .offers .item .btn-group a.btn-lg.quote + .uni-btn.uni-btn-primary, .btn-group .river-crusing .btn + span.span-btn-cta, .river-crusing .btn-group .btn + span.span-btn-cta, .btn-group .river-crusing .uni-btn.uni-btn-primary + span.span-btn-cta, .river-crusing .btn-group .uni-btn.uni-btn-primary + span.span-btn-cta, .btn-group .river-crusing span.span-btn-cta + span.span-btn-cta, .river-crusing .btn-group span.span-btn-cta + span.span-btn-cta, .btn-group .cruise-teaser .teaser-buttons .river-crusing .btn-primary + span.span-btn-cta, .river-crusing .btn-group .cruise-teaser .teaser-buttons .btn-primary + span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-group .river-crusing .btn-primary + span.span-btn-cta, .river-crusing .cruise-teaser .teaser-buttons .btn-group .btn-primary + span.span-btn-cta, .btn-group .river-crusing a.btn.btn-primary.btn-small.btn-book + span.span-btn-cta, .river-crusing .btn-group a.btn.btn-primary.btn-small.btn-book + span.span-btn-cta, .btn-group .cruise-listing-filter .filter-submit .river-crusing .btn + span.span-btn-cta, .river-crusing .btn-group .cruise-listing-filter .filter-submit .btn + span.span-btn-cta, .cruise-listing-filter .filter-submit .btn-group .river-crusing .btn + span.span-btn-cta, .river-crusing .cruise-listing-filter .filter-submit .btn-group .btn + span.span-btn-cta, .btn-group .river-crusing .btn.btn-primary.btn-small + span.span-btn-cta, .river-crusing .btn-group .btn.btn-primary.btn-small + span.span-btn-cta, .btn-group .current-offers .offers .item .river-crusing a.btn-lg + span.span-btn-cta, .river-crusing .btn-group .current-offers .offers .item a.btn-lg + span.span-btn-cta, .current-offers .offers .item .btn-group .river-crusing a.btn-lg + span.span-btn-cta, .river-crusing .current-offers .offers .item .btn-group a.btn-lg + span.span-btn-cta, .btn-group .river-crusing .btn-maroon + span.span-btn-cta, .river-crusing .btn-group .btn-maroon + span.span-btn-cta, .btn-group .current-offers .offers .item .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .btn-group .current-offers .offers .item a.btn-lg.quote + span.span-btn-cta, .current-offers .offers .item .btn-group .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .current-offers .offers .item .btn-group a.btn-lg.quote + span.span-btn-cta, .btn-group .offers-details .offers .item .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .btn-group .offers-details .offers .item a.btn-lg.quote + span.span-btn-cta, .offers-details .offers .item .btn-group .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .offers-details .offers .item .btn-group a.btn-lg.quote + span.span-btn-cta, .btn-group .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .btn + .btn-primary, .btn-group .cruise-teaser .teaser-buttons .uni-btn.uni-btn-primary + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .uni-btn.uni-btn-primary + .btn-primary, .btn-group .river-crusing .cruise-teaser .teaser-buttons span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .river-crusing span.span-btn-cta + .btn-primary, .river-crusing .btn-group .cruise-teaser .teaser-buttons span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .river-crusing .btn-group span.span-btn-cta + .btn-primary, .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .btn-primary + .btn-primary, .btn-group .cruise-teaser .teaser-buttons a.btn.btn-primary.btn-small.btn-book + .btn-primary, .cruise-teaser .teaser-buttons .btn-group a.btn.btn-primary.btn-small.btn-book + .btn-primary, .btn-group .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .cruise-listing-filter .filter-submit .btn + .btn-primary, .cruise-listing-filter .filter-submit .btn-group .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-group .btn + .btn-primary, .btn-group .cruise-teaser .teaser-buttons .btn.btn-primary.btn-small + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .btn.btn-primary.btn-small + .btn-primary, .btn-group .current-offers .offers .item .cruise-teaser .teaser-buttons a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .current-offers .offers .item a.btn-lg + .btn-primary, .current-offers .offers .item .btn-group .cruise-teaser .teaser-buttons a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-group a.btn-lg + .btn-primary, .btn-group .cruise-teaser .teaser-buttons .btn-maroon + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .btn-maroon + .btn-primary, .btn-group .current-offers .offers .item .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .current-offers .offers .item a.btn-lg.quote + .btn-primary, .current-offers .offers .item .btn-group .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-group a.btn-lg.quote + .btn-primary, .btn-group .offers-details .offers .item .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .btn-group .offers-details .offers .item a.btn-lg.quote + .btn-primary, .offers-details .offers .item .btn-group .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .offers-details .offers .item .btn-group a.btn-lg.quote + .btn-primary,
.btn-group .btn + a.btn.btn-primary.btn-small.btn-book,
.btn-group .uni-btn.uni-btn-primary + a.btn.btn-primary.btn-small.btn-book,
.btn-group .river-crusing span.span-btn-cta + a.btn.btn-primary.btn-small.btn-book, .river-crusing .btn-group span.span-btn-cta + a.btn.btn-primary.btn-small.btn-book,
.btn-group .cruise-teaser .teaser-buttons .btn-primary + a.btn.btn-primary.btn-small.btn-book, .cruise-teaser .teaser-buttons .btn-group .btn-primary + a.btn.btn-primary.btn-small.btn-book,
.btn-group a.btn.btn-primary.btn-small.btn-book + a.btn.btn-primary.btn-small.btn-book,
.btn-group .cruise-listing-filter .filter-submit .btn + a.btn.btn-primary.btn-small.btn-book, .cruise-listing-filter .filter-submit .btn-group .btn + a.btn.btn-primary.btn-small.btn-book,
.btn-group .btn.btn-primary.btn-small + a.btn.btn-primary.btn-small.btn-book,
.btn-group .current-offers .offers .item a.btn-lg + a.btn.btn-primary.btn-small.btn-book, .current-offers .offers .item .btn-group a.btn-lg + a.btn.btn-primary.btn-small.btn-book,
.btn-group .btn-maroon + a.btn.btn-primary.btn-small.btn-book,
.btn-group .current-offers .offers .item a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book, .current-offers .offers .item .btn-group a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
.btn-group .offers-details .offers .item a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book, .offers-details .offers .item .btn-group a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
.btn-group .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .btn-group .btn + .btn,
.btn-group .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary + .btn, .cruise-listing-filter .filter-submit .btn-group .uni-btn.uni-btn-primary + .btn,
.btn-group .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta + .btn, .cruise-listing-filter .filter-submit .btn-group .river-crusing span.span-btn-cta + .btn, .river-crusing .btn-group .cruise-listing-filter .filter-submit span.span-btn-cta + .btn, .cruise-listing-filter .filter-submit .river-crusing .btn-group span.span-btn-cta + .btn,
.btn-group .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary + .btn, .cruise-listing-filter .filter-submit .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn, .cruise-teaser .teaser-buttons .btn-group .cruise-listing-filter .filter-submit .btn-primary + .btn, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-group .btn-primary + .btn,
.btn-group .cruise-listing-filter .filter-submit a.btn.btn-primary.btn-small.btn-book + .btn, .cruise-listing-filter .filter-submit .btn-group a.btn.btn-primary.btn-small.btn-book + .btn,
.btn-group .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .btn-group .btn + .btn,
.btn-group .cruise-listing-filter .filter-submit .btn.btn-primary.btn-small + .btn, .cruise-listing-filter .filter-submit .btn-group .btn.btn-primary.btn-small + .btn,
.btn-group .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg + .btn, .cruise-listing-filter .filter-submit .btn-group .current-offers .offers .item a.btn-lg + .btn, .current-offers .offers .item .btn-group .cruise-listing-filter .filter-submit a.btn-lg + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .btn-group a.btn-lg + .btn,
.btn-group .cruise-listing-filter .filter-submit .btn-maroon + .btn, .cruise-listing-filter .filter-submit .btn-group .btn-maroon + .btn,
.btn-group .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .btn-group .current-offers .offers .item a.btn-lg.quote + .btn, .current-offers .offers .item .btn-group .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .btn-group a.btn-lg.quote + .btn,
.btn-group .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .btn-group .offers-details .offers .item a.btn-lg.quote + .btn, .offers-details .offers .item .btn-group .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .offers-details .offers .item .btn-group a.btn-lg.quote + .btn,
.btn-group .btn + .btn.btn-primary.btn-small,
.btn-group .uni-btn.uni-btn-primary + .btn.btn-primary.btn-small,
.btn-group .river-crusing span.span-btn-cta + .btn.btn-primary.btn-small, .river-crusing .btn-group span.span-btn-cta + .btn.btn-primary.btn-small,
.btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn.btn-primary.btn-small, .cruise-teaser .teaser-buttons .btn-group .btn-primary + .btn.btn-primary.btn-small,
.btn-group a.btn.btn-primary.btn-small.btn-book + .btn.btn-primary.btn-small,
.btn-group .cruise-listing-filter .filter-submit .btn + .btn.btn-primary.btn-small, .cruise-listing-filter .filter-submit .btn-group .btn + .btn.btn-primary.btn-small,
.btn-group .btn.btn-primary.btn-small + .btn.btn-primary.btn-small,
.btn-group .current-offers .offers .item a.btn-lg + .btn.btn-primary.btn-small, .current-offers .offers .item .btn-group a.btn-lg + .btn.btn-primary.btn-small,
.btn-group .btn-maroon + .btn.btn-primary.btn-small,
.btn-group .current-offers .offers .item a.btn-lg.quote + .btn.btn-primary.btn-small, .current-offers .offers .item .btn-group a.btn-lg.quote + .btn.btn-primary.btn-small,
.btn-group .offers-details .offers .item a.btn-lg.quote + .btn.btn-primary.btn-small, .offers-details .offers .item .btn-group a.btn-lg.quote + .btn.btn-primary.btn-small,
.btn-group .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .btn-group .btn + a.btn-lg,
.btn-group .current-offers .offers .item .uni-btn.uni-btn-primary + a.btn-lg, .current-offers .offers .item .btn-group .uni-btn.uni-btn-primary + a.btn-lg,
.btn-group .river-crusing .current-offers .offers .item span.span-btn-cta + a.btn-lg, .current-offers .offers .item .btn-group .river-crusing span.span-btn-cta + a.btn-lg, .river-crusing .btn-group .current-offers .offers .item span.span-btn-cta + a.btn-lg, .current-offers .offers .item .river-crusing .btn-group span.span-btn-cta + a.btn-lg,
.btn-group .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-primary + a.btn-lg, .current-offers .offers .item .btn-group .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg, .cruise-teaser .teaser-buttons .btn-group .current-offers .offers .item .btn-primary + a.btn-lg, .current-offers .offers .item .cruise-teaser .teaser-buttons .btn-group .btn-primary + a.btn-lg,
.btn-group .current-offers .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg, .current-offers .offers .item .btn-group a.btn.btn-primary.btn-small.btn-book + a.btn-lg,
.btn-group .cruise-listing-filter .filter-submit .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .btn-group .cruise-listing-filter .filter-submit .btn + a.btn-lg, .cruise-listing-filter .filter-submit .btn-group .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .cruise-listing-filter .filter-submit .btn-group .btn + a.btn-lg,
.btn-group .current-offers .offers .item .btn.btn-primary.btn-small + a.btn-lg, .current-offers .offers .item .btn-group .btn.btn-primary.btn-small + a.btn-lg,
.btn-group .current-offers .offers .item a.btn-lg + a.btn-lg, .current-offers .offers .item .btn-group a.btn-lg + a.btn-lg,
.btn-group .current-offers .offers .item .btn-maroon + a.btn-lg, .current-offers .offers .item .btn-group .btn-maroon + a.btn-lg,
.btn-group .current-offers .offers .item a.btn-lg.quote + a.btn-lg, .current-offers .offers .item .btn-group a.btn-lg.quote + a.btn-lg,
.btn-group .offers-details .current-offers .offers .item a.btn-lg.quote + a.btn-lg, .current-offers .btn-group .offers-details .offers .item a.btn-lg.quote + a.btn-lg, .offers-details .current-offers .offers .item .btn-group a.btn-lg.quote + a.btn-lg, .current-offers .offers-details .offers .item .btn-group a.btn-lg.quote + a.btn-lg, .btn-group .btn + .btn-maroon, .btn-group .uni-btn.uni-btn-primary + .btn-maroon, .btn-group .river-crusing span.span-btn-cta + .btn-maroon, .river-crusing .btn-group span.span-btn-cta + .btn-maroon, .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn-maroon, .cruise-teaser .teaser-buttons .btn-group .btn-primary + .btn-maroon, .btn-group a.btn.btn-primary.btn-small.btn-book + .btn-maroon, .btn-group .cruise-listing-filter .filter-submit .btn + .btn-maroon, .cruise-listing-filter .filter-submit .btn-group .btn + .btn-maroon, .btn-group .btn.btn-primary.btn-small + .btn-maroon, .btn-group .current-offers .offers .item a.btn-lg + .btn-maroon, .current-offers .offers .item .btn-group a.btn-lg + .btn-maroon, .btn-group .btn-maroon + .btn-maroon, .btn-group .current-offers .offers .item a.btn-lg.quote + .btn-maroon, .current-offers .offers .item .btn-group a.btn-lg.quote + .btn-maroon, .btn-group .offers-details .offers .item a.btn-lg.quote + .btn-maroon, .offers-details .offers .item .btn-group a.btn-lg.quote + .btn-maroon,
.btn-group .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .btn-group .btn + a.btn-lg.quote,
.btn-group .current-offers .offers .item .uni-btn.uni-btn-primary + a.btn-lg.quote, .current-offers .offers .item .btn-group .uni-btn.uni-btn-primary + a.btn-lg.quote,
.btn-group .river-crusing .current-offers .offers .item span.span-btn-cta + a.btn-lg.quote, .current-offers .offers .item .btn-group .river-crusing span.span-btn-cta + a.btn-lg.quote, .river-crusing .btn-group .current-offers .offers .item span.span-btn-cta + a.btn-lg.quote, .current-offers .offers .item .river-crusing .btn-group span.span-btn-cta + a.btn-lg.quote,
.btn-group .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-primary + a.btn-lg.quote, .current-offers .offers .item .btn-group .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg.quote, .cruise-teaser .teaser-buttons .btn-group .current-offers .offers .item .btn-primary + a.btn-lg.quote, .current-offers .offers .item .cruise-teaser .teaser-buttons .btn-group .btn-primary + a.btn-lg.quote,
.btn-group .current-offers .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote, .current-offers .offers .item .btn-group a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
.btn-group .cruise-listing-filter .filter-submit .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .btn-group .cruise-listing-filter .filter-submit .btn + a.btn-lg.quote, .cruise-listing-filter .filter-submit .btn-group .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .cruise-listing-filter .filter-submit .btn-group .btn + a.btn-lg.quote,
.btn-group .current-offers .offers .item .btn.btn-primary.btn-small + a.btn-lg.quote, .current-offers .offers .item .btn-group .btn.btn-primary.btn-small + a.btn-lg.quote,
.btn-group .current-offers .offers .item a.btn-lg + a.btn-lg.quote, .current-offers .offers .item .btn-group a.btn-lg + a.btn-lg.quote,
.btn-group .current-offers .offers .item .btn-maroon + a.btn-lg.quote, .current-offers .offers .item .btn-group .btn-maroon + a.btn-lg.quote,
.btn-group .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers .item .btn-group a.btn-lg.quote + a.btn-lg.quote,
.btn-group .offers-details .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .btn-group .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .current-offers .offers .item .btn-group a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers-details .offers .item .btn-group a.btn-lg.quote + a.btn-lg.quote,
.btn-group .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .btn-group .btn + a.btn-lg.quote,
.btn-group .offers-details .offers .item .uni-btn.uni-btn-primary + a.btn-lg.quote, .offers-details .offers .item .btn-group .uni-btn.uni-btn-primary + a.btn-lg.quote,
.btn-group .river-crusing .offers-details .offers .item span.span-btn-cta + a.btn-lg.quote, .offers-details .offers .item .btn-group .river-crusing span.span-btn-cta + a.btn-lg.quote, .river-crusing .btn-group .offers-details .offers .item span.span-btn-cta + a.btn-lg.quote, .offers-details .offers .item .river-crusing .btn-group span.span-btn-cta + a.btn-lg.quote,
.btn-group .cruise-teaser .teaser-buttons .offers-details .offers .item .btn-primary + a.btn-lg.quote, .offers-details .offers .item .btn-group .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg.quote, .cruise-teaser .teaser-buttons .btn-group .offers-details .offers .item .btn-primary + a.btn-lg.quote, .offers-details .offers .item .cruise-teaser .teaser-buttons .btn-group .btn-primary + a.btn-lg.quote,
.btn-group .offers-details .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote, .offers-details .offers .item .btn-group a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
.btn-group .cruise-listing-filter .filter-submit .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .btn-group .cruise-listing-filter .filter-submit .btn + a.btn-lg.quote, .cruise-listing-filter .filter-submit .btn-group .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .cruise-listing-filter .filter-submit .btn-group .btn + a.btn-lg.quote,
.btn-group .offers-details .offers .item .btn.btn-primary.btn-small + a.btn-lg.quote, .offers-details .offers .item .btn-group .btn.btn-primary.btn-small + a.btn-lg.quote,
.btn-group .current-offers .offers-details .offers .item a.btn-lg + a.btn-lg.quote, .offers-details .btn-group .current-offers .offers .item a.btn-lg + a.btn-lg.quote, .current-offers .offers-details .offers .item .btn-group a.btn-lg + a.btn-lg.quote, .offers-details .current-offers .offers .item .btn-group a.btn-lg + a.btn-lg.quote,
.btn-group .offers-details .offers .item .btn-maroon + a.btn-lg.quote, .offers-details .offers .item .btn-group .btn-maroon + a.btn-lg.quote,
.btn-group .current-offers .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .btn-group .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers-details .offers .item .btn-group a.btn-lg.quote + a.btn-lg.quote, .offers-details .current-offers .offers .item .btn-group a.btn-lg.quote + a.btn-lg.quote,
.btn-group .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .offers .item .btn-group a.btn-lg.quote + a.btn-lg.quote,
.btn-group .btn + .btn-group,
.btn-group .uni-btn.uni-btn-primary + .btn-group,
.btn-group .river-crusing span.span-btn-cta + .btn-group,
.river-crusing .btn-group span.span-btn-cta + .btn-group,
.btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn-group,
.cruise-teaser .teaser-buttons .btn-group .btn-primary + .btn-group,
.btn-group .cruise-listing-filter .filter-submit .btn + .btn-group,
.btn-group .current-offers .offers .item a.btn-lg + .btn-group,
.current-offers .offers .item .btn-group a.btn-lg + .btn-group,
.btn-group .btn-maroon + .btn-group,
.btn-group .offers-details .offers .item a.btn-lg.quote + .btn-group,
.offers-details .offers .item .btn-group a.btn-lg.quote + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .uni-btn.uni-btn-primary,
.btn-group .river-crusing .btn-group + span.span-btn-cta,
.river-crusing .btn-group .btn-group + span.span-btn-cta,
.btn-group .cruise-teaser .teaser-buttons .btn-group + .btn-primary,
.cruise-teaser .teaser-buttons .btn-group .btn-group + .btn-primary,
.btn-group .cruise-listing-filter .filter-submit .btn-group + .btn,
.btn-group .current-offers .offers .item .btn-group + a.btn-lg,
.current-offers .offers .item .btn-group .btn-group + a.btn-lg,
.btn-group .btn-group + .btn-maroon,
.btn-group .offers-details .offers .item .btn-group + a.btn-lg.quote,
.offers-details .offers .item .btn-group .btn-group + a.btn-lg.quote,
.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 > .uni-btn.uni-btn-primary, .river-crusing .btn-toolbar > span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-toolbar > .btn-primary,
  .btn-toolbar > a.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .btn-toolbar > .btn,
  .btn-toolbar > .btn.btn-primary.btn-small,
  .current-offers .offers .item .btn-toolbar > a.btn-lg, .btn-toolbar > .btn-maroon,
  .offers-details .offers .item .btn-toolbar > a.btn-lg.quote,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .uni-btn.uni-btn-primary:not(:first-child):not(:last-child):not(.dropdown-toggle), .river-crusing .btn-group > span.span-btn-cta:not(:first-child):not(:last-child):not(.dropdown-toggle), .cruise-teaser .teaser-buttons .btn-group > .btn-primary:not(:first-child):not(:last-child):not(.dropdown-toggle),
.cruise-listing-filter .filter-submit .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.current-offers .offers .item .btn-group > a.btn-lg:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .btn-maroon:not(:first-child):not(:last-child):not(.dropdown-toggle),
.offers-details .offers .item .btn-group > a.btn-lg.quote:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .uni-btn.uni-btn-primary:first-child, .river-crusing .btn-group > span.span-btn-cta:first-child, .cruise-teaser .teaser-buttons .btn-group > .btn-primary:first-child,
.cruise-listing-filter .filter-submit .btn-group > .btn:first-child,
.current-offers .offers .item .btn-group > a.btn-lg:first-child, .btn-group > .btn-maroon:first-child,
.offers-details .offers .item .btn-group > a.btn-lg.quote:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .uni-btn.uni-btn-primary:first-child:not(:last-child):not(.dropdown-toggle), .river-crusing .btn-group > span.span-btn-cta:first-child:not(:last-child):not(.dropdown-toggle), .cruise-teaser .teaser-buttons .btn-group > .btn-primary:first-child:not(:last-child):not(.dropdown-toggle),
  .cruise-listing-filter .filter-submit .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
  .current-offers .offers .item .btn-group > a.btn-lg:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-maroon:first-child:not(:last-child):not(.dropdown-toggle),
  .offers-details .offers .item .btn-group > a.btn-lg.quote: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 > .uni-btn.uni-btn-primary:last-child:not(:first-child), .river-crusing .btn-group > span.span-btn-cta:last-child:not(:first-child), .cruise-teaser .teaser-buttons .btn-group > .btn-primary:last-child:not(:first-child),
.cruise-listing-filter .filter-submit .btn-group > .btn:last-child:not(:first-child),
.current-offers .offers .item .btn-group > a.btn-lg:last-child:not(:first-child), .btn-group > .btn-maroon:last-child:not(:first-child),
.offers-details .offers .item .btn-group > a.btn-lg.quote: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > .uni-btn.uni-btn-primary, .river-crusing .btn-group > .btn-group:not(:first-child):not(:last-child) > span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-primary,
.cruise-listing-filter .filter-submit .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.current-offers .offers .item .btn-group > .btn-group:not(:first-child):not(:last-child) > a.btn-lg, .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn-maroon,
.offers-details .offers .item .btn-group > .btn-group:not(:first-child):not(:last-child) > a.btn-lg.quote {
    border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .uni-btn.uni-btn-primary:last-child, .river-crusing .btn-group > .btn-group:first-child > span.span-btn-cta:last-child, .cruise-teaser .teaser-buttons .btn-group > .btn-group:first-child > .btn-primary:last-child,
.cruise-listing-filter .filter-submit .btn-group > .btn-group:first-child > .btn:last-child,
.current-offers .offers .item .btn-group > .btn-group:first-child > a.btn-lg:last-child, .btn-group > .btn-group:first-child > .btn-maroon:last-child,
.offers-details .offers .item .btn-group > .btn-group:first-child > a.btn-lg.quote: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, .btn-group > .btn-group:last-child > .uni-btn.uni-btn-primary:first-child, .river-crusing .btn-group > .btn-group:last-child > span.span-btn-cta:first-child, .cruise-teaser .teaser-buttons .btn-group > .btn-group:last-child > .btn-primary:first-child,
.cruise-listing-filter .filter-submit .btn-group > .btn-group:last-child > .btn:first-child,
.current-offers .offers .item .btn-group > .btn-group:last-child > a.btn-lg:first-child, .btn-group > .btn-group:last-child > .btn-maroon:first-child,
.offers-details .offers .item .btn-group > .btn-group:last-child > a.btn-lg.quote: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, .btn-group > .uni-btn.uni-btn-primary + .dropdown-toggle, .river-crusing .btn-group > span.span-btn-cta + .dropdown-toggle, .cruise-teaser .teaser-buttons .btn-group > .btn-primary + .dropdown-toggle, .cruise-listing-filter .filter-submit .btn-group > .btn + .dropdown-toggle, .current-offers .offers .item .btn-group > a.btn-lg + .dropdown-toggle, .btn-group > .btn-maroon + .dropdown-toggle, .offers-details .offers .item .btn-group > a.btn-lg.quote + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

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

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret, .uni-btn.uni-btn-primary .caret, .river-crusing span.span-btn-cta .caret, .cruise-teaser .teaser-buttons .btn-primary .caret, a.btn.btn-primary.btn-small.btn-book .caret, .cruise-listing-filter .filter-submit .btn .caret, .btn.btn-primary.btn-small .caret, .current-offers .offers .item a.btn-lg .caret, .btn-maroon .caret, .offers-details .offers .item a.btn-lg.quote .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

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

.btn-group-vertical > .btn,
.btn-group-vertical > .uni-btn.uni-btn-primary,
.river-crusing .btn-group-vertical > span.span-btn-cta,
.cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary,
.btn-group-vertical > a.btn.btn-primary.btn-small.btn-book,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn,
.btn-group-vertical > .btn.btn-primary.btn-small,
.current-offers .offers .item .btn-group-vertical > a.btn-lg,
.btn-group-vertical > .btn-maroon,
.offers-details .offers .item .btn-group-vertical > a.btn-lg.quote,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .uni-btn.uni-btn-primary,
.river-crusing .btn-group-vertical > .btn-group > span.span-btn-cta,
.cruise-teaser .teaser-buttons .btn-group-vertical > .btn-group > .btn-primary,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn-group > .btn,
.current-offers .offers .item .btn-group-vertical > .btn-group > a.btn-lg,
.btn-group-vertical > .btn-group > .btn-maroon,
.offers-details .offers .item .btn-group-vertical > .btn-group > a.btn-lg.quote {
    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,
.btn-group-vertical > .btn-group > .uni-btn.uni-btn-primary,
.river-crusing .btn-group-vertical > .btn-group > span.span-btn-cta,
.cruise-teaser .teaser-buttons .btn-group-vertical > .btn-group > .btn-primary,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn-group > .btn,
.current-offers .offers .item .btn-group-vertical > .btn-group > a.btn-lg,
.btn-group-vertical > .btn-group > .btn-maroon,
.offers-details .offers .item .btn-group-vertical > .btn-group > a.btn-lg.quote {
    float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .uni-btn.uni-btn-primary + .btn, .river-crusing .btn-group-vertical > span.span-btn-cta + .btn, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + .btn, .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + .btn, .cruise-listing-filter .filter-submit .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn.btn-primary.btn-small + .btn, .current-offers .offers .item .btn-group-vertical > a.btn-lg + .btn, .btn-group-vertical > .btn-maroon + .btn, .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + .btn, .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + .btn, .btn-group-vertical > .btn + .uni-btn.uni-btn-primary, .btn-group-vertical > .uni-btn.uni-btn-primary + .uni-btn.uni-btn-primary, .river-crusing .btn-group-vertical > span.span-btn-cta + .uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + .uni-btn.uni-btn-primary, .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + .uni-btn.uni-btn-primary, .cruise-listing-filter .filter-submit .btn-group-vertical > .btn + .uni-btn.uni-btn-primary, .btn-group-vertical > .btn.btn-primary.btn-small + .uni-btn.uni-btn-primary, .current-offers .offers .item .btn-group-vertical > a.btn-lg + .uni-btn.uni-btn-primary, .btn-group-vertical > .btn-maroon + .uni-btn.uni-btn-primary, .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + .uni-btn.uni-btn-primary, .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + .uni-btn.uni-btn-primary, .river-crusing .btn-group-vertical > .btn + span.span-btn-cta, .river-crusing .btn-group-vertical > .uni-btn.uni-btn-primary + span.span-btn-cta, .river-crusing .btn-group-vertical > span.span-btn-cta + span.span-btn-cta, .cruise-teaser .teaser-buttons .river-crusing .btn-group-vertical > .btn-primary + span.span-btn-cta, .river-crusing .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + span.span-btn-cta, .river-crusing .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + span.span-btn-cta, .cruise-listing-filter .filter-submit .river-crusing .btn-group-vertical > .btn + span.span-btn-cta, .river-crusing .cruise-listing-filter .filter-submit .btn-group-vertical > .btn + span.span-btn-cta, .river-crusing .btn-group-vertical > .btn.btn-primary.btn-small + span.span-btn-cta, .current-offers .offers .item .river-crusing .btn-group-vertical > a.btn-lg + span.span-btn-cta, .river-crusing .current-offers .offers .item .btn-group-vertical > a.btn-lg + span.span-btn-cta, .river-crusing .btn-group-vertical > .btn-maroon + span.span-btn-cta, .current-offers .offers .item .river-crusing .btn-group-vertical > a.btn-lg.quote + span.span-btn-cta, .river-crusing .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + span.span-btn-cta, .offers-details .offers .item .river-crusing .btn-group-vertical > a.btn-lg.quote + span.span-btn-cta, .river-crusing .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn + .btn-primary, .cruise-teaser .teaser-buttons .btn-group-vertical > .uni-btn.uni-btn-primary + .btn-primary, .river-crusing .cruise-teaser .teaser-buttons .btn-group-vertical > span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .river-crusing .btn-group-vertical > span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + .btn-primary, .cruise-teaser .teaser-buttons .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + .btn-primary, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-group-vertical > .btn + .btn-primary, .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-group-vertical > .btn + .btn-primary, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn.btn-primary.btn-small + .btn-primary, .current-offers .offers .item .cruise-teaser .teaser-buttons .btn-group-vertical > a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-group-vertical > a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-maroon + .btn-primary, .current-offers .offers .item .cruise-teaser .teaser-buttons .btn-group-vertical > a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + .btn-primary, .offers-details .offers .item .cruise-teaser .teaser-buttons .btn-group-vertical > a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + .btn-primary,
.btn-group-vertical > .btn + a.btn.btn-primary.btn-small.btn-book,
.btn-group-vertical > .uni-btn.uni-btn-primary + a.btn.btn-primary.btn-small.btn-book,
.river-crusing .btn-group-vertical > span.span-btn-cta + a.btn.btn-primary.btn-small.btn-book,
.cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + a.btn.btn-primary.btn-small.btn-book,
.btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + a.btn.btn-primary.btn-small.btn-book,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn + a.btn.btn-primary.btn-small.btn-book,
.btn-group-vertical > .btn.btn-primary.btn-small + a.btn.btn-primary.btn-small.btn-book,
.current-offers .offers .item .btn-group-vertical > a.btn-lg + a.btn.btn-primary.btn-small.btn-book,
.btn-group-vertical > .btn-maroon + a.btn.btn-primary.btn-small.btn-book,
.current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
.offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn + .btn,
.cruise-listing-filter .filter-submit .btn-group-vertical > .uni-btn.uni-btn-primary + .btn,
.river-crusing .cruise-listing-filter .filter-submit .btn-group-vertical > span.span-btn-cta + .btn, .cruise-listing-filter .filter-submit .river-crusing .btn-group-vertical > span.span-btn-cta + .btn,
.cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-group-vertical > .btn-primary + .btn, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + .btn,
.cruise-listing-filter .filter-submit .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + .btn,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn + .btn,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn.btn-primary.btn-small + .btn,
.current-offers .offers .item .cruise-listing-filter .filter-submit .btn-group-vertical > a.btn-lg + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .btn-group-vertical > a.btn-lg + .btn,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn-maroon + .btn,
.current-offers .offers .item .cruise-listing-filter .filter-submit .btn-group-vertical > a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + .btn,
.offers-details .offers .item .cruise-listing-filter .filter-submit .btn-group-vertical > a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + .btn,
.btn-group-vertical > .btn + .btn.btn-primary.btn-small,
.btn-group-vertical > .uni-btn.uni-btn-primary + .btn.btn-primary.btn-small,
.river-crusing .btn-group-vertical > span.span-btn-cta + .btn.btn-primary.btn-small,
.cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + .btn.btn-primary.btn-small,
.btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + .btn.btn-primary.btn-small,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn + .btn.btn-primary.btn-small,
.btn-group-vertical > .btn.btn-primary.btn-small + .btn.btn-primary.btn-small,
.current-offers .offers .item .btn-group-vertical > a.btn-lg + .btn.btn-primary.btn-small,
.btn-group-vertical > .btn-maroon + .btn.btn-primary.btn-small,
.current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + .btn.btn-primary.btn-small,
.offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + .btn.btn-primary.btn-small,
.current-offers .offers .item .btn-group-vertical > .btn + a.btn-lg,
.current-offers .offers .item .btn-group-vertical > .uni-btn.uni-btn-primary + a.btn-lg,
.river-crusing .current-offers .offers .item .btn-group-vertical > span.span-btn-cta + a.btn-lg, .current-offers .offers .item .river-crusing .btn-group-vertical > span.span-btn-cta + a.btn-lg,
.cruise-teaser .teaser-buttons .current-offers .offers .item .btn-group-vertical > .btn-primary + a.btn-lg, .current-offers .offers .item .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + a.btn-lg,
.current-offers .offers .item .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + a.btn-lg,
.cruise-listing-filter .filter-submit .current-offers .offers .item .btn-group-vertical > .btn + a.btn-lg, .current-offers .offers .item .cruise-listing-filter .filter-submit .btn-group-vertical > .btn + a.btn-lg,
.current-offers .offers .item .btn-group-vertical > .btn.btn-primary.btn-small + a.btn-lg,
.current-offers .offers .item .btn-group-vertical > a.btn-lg + a.btn-lg,
.current-offers .offers .item .btn-group-vertical > .btn-maroon + a.btn-lg,
.current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg,
.offers-details .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg, .current-offers .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg, .btn-group-vertical > .btn + .btn-maroon, .btn-group-vertical > .uni-btn.uni-btn-primary + .btn-maroon, .river-crusing .btn-group-vertical > span.span-btn-cta + .btn-maroon, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + .btn-maroon, .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + .btn-maroon, .cruise-listing-filter .filter-submit .btn-group-vertical > .btn + .btn-maroon, .btn-group-vertical > .btn.btn-primary.btn-small + .btn-maroon, .current-offers .offers .item .btn-group-vertical > a.btn-lg + .btn-maroon, .btn-group-vertical > .btn-maroon + .btn-maroon, .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + .btn-maroon, .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + .btn-maroon,
.current-offers .offers .item .btn-group-vertical > .btn + a.btn-lg.quote,
.current-offers .offers .item .btn-group-vertical > .uni-btn.uni-btn-primary + a.btn-lg.quote,
.river-crusing .current-offers .offers .item .btn-group-vertical > span.span-btn-cta + a.btn-lg.quote, .current-offers .offers .item .river-crusing .btn-group-vertical > span.span-btn-cta + a.btn-lg.quote,
.cruise-teaser .teaser-buttons .current-offers .offers .item .btn-group-vertical > .btn-primary + a.btn-lg.quote, .current-offers .offers .item .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + a.btn-lg.quote,
.current-offers .offers .item .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
.cruise-listing-filter .filter-submit .current-offers .offers .item .btn-group-vertical > .btn + a.btn-lg.quote, .current-offers .offers .item .cruise-listing-filter .filter-submit .btn-group-vertical > .btn + a.btn-lg.quote,
.current-offers .offers .item .btn-group-vertical > .btn.btn-primary.btn-small + a.btn-lg.quote,
.current-offers .offers .item .btn-group-vertical > a.btn-lg + a.btn-lg.quote,
.current-offers .offers .item .btn-group-vertical > .btn-maroon + a.btn-lg.quote,
.current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg.quote,
.offers-details .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg.quote,
.offers-details .offers .item .btn-group-vertical > .btn + a.btn-lg.quote,
.offers-details .offers .item .btn-group-vertical > .uni-btn.uni-btn-primary + a.btn-lg.quote,
.river-crusing .offers-details .offers .item .btn-group-vertical > span.span-btn-cta + a.btn-lg.quote, .offers-details .offers .item .river-crusing .btn-group-vertical > span.span-btn-cta + a.btn-lg.quote,
.cruise-teaser .teaser-buttons .offers-details .offers .item .btn-group-vertical > .btn-primary + a.btn-lg.quote, .offers-details .offers .item .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + a.btn-lg.quote,
.offers-details .offers .item .btn-group-vertical > a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
.cruise-listing-filter .filter-submit .offers-details .offers .item .btn-group-vertical > .btn + a.btn-lg.quote, .offers-details .offers .item .cruise-listing-filter .filter-submit .btn-group-vertical > .btn + a.btn-lg.quote,
.offers-details .offers .item .btn-group-vertical > .btn.btn-primary.btn-small + a.btn-lg.quote,
.current-offers .offers-details .offers .item .btn-group-vertical > a.btn-lg + a.btn-lg.quote, .offers-details .current-offers .offers .item .btn-group-vertical > a.btn-lg + a.btn-lg.quote,
.offers-details .offers .item .btn-group-vertical > .btn-maroon + a.btn-lg.quote,
.current-offers .offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg.quote, .offers-details .current-offers .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg.quote,
.offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + a.btn-lg.quote,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .uni-btn.uni-btn-primary + .btn-group,
.river-crusing .btn-group-vertical > span.span-btn-cta + .btn-group,
.cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary + .btn-group,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn + .btn-group,
.current-offers .offers .item .btn-group-vertical > a.btn-lg + .btn-group,
.btn-group-vertical > .btn-maroon + .btn-group,
.offers-details .offers .item .btn-group-vertical > a.btn-lg.quote + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .uni-btn.uni-btn-primary,
.river-crusing .btn-group-vertical > .btn-group + span.span-btn-cta,
.cruise-teaser .teaser-buttons .btn-group-vertical > .btn-group + .btn-primary,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn-group + .btn,
.current-offers .offers .item .btn-group-vertical > .btn-group + a.btn-lg,
.btn-group-vertical > .btn-group + .btn-maroon,
.offers-details .offers .item .btn-group-vertical > .btn-group + a.btn-lg.quote,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .uni-btn.uni-btn-primary:not(:first-child):not(:last-child), .river-crusing .btn-group-vertical > span.span-btn-cta:not(:first-child):not(:last-child), .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary:not(:first-child):not(:last-child),
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn:not(:first-child):not(:last-child),
.current-offers .offers .item .btn-group-vertical > a.btn-lg:not(:first-child):not(:last-child), .btn-group-vertical > .btn-maroon:not(:first-child):not(:last-child),
.offers-details .offers .item .btn-group-vertical > a.btn-lg.quote:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .uni-btn.uni-btn-primary:first-child:not(:last-child), .river-crusing .btn-group-vertical > span.span-btn-cta:first-child:not(:last-child), .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary:first-child:not(:last-child),
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn:first-child:not(:last-child),
.current-offers .offers .item .btn-group-vertical > a.btn-lg:first-child:not(:last-child), .btn-group-vertical > .btn-maroon:first-child:not(:last-child),
.offers-details .offers .item .btn-group-vertical > a.btn-lg.quote:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .uni-btn.uni-btn-primary:last-child:not(:first-child), .river-crusing .btn-group-vertical > span.span-btn-cta:last-child:not(:first-child), .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-primary:last-child:not(:first-child),
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn:last-child:not(:first-child),
.current-offers .offers .item .btn-group-vertical > a.btn-lg:last-child:not(:first-child), .btn-group-vertical > .btn-maroon:last-child:not(:first-child),
.offers-details .offers .item .btn-group-vertical > a.btn-lg.quote:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .uni-btn.uni-btn-primary, .river-crusing .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-primary,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.current-offers .offers .item .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.btn-lg, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn-maroon,
.offers-details .offers .item .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.btn-lg.quote {
    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) > .uni-btn.uni-btn-primary:last-child, .river-crusing .btn-group-vertical > .btn-group:first-child:not(:last-child) > span.span-btn-cta:last-child, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-primary:last-child,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.current-offers .offers .item .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.btn-lg:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn-maroon:last-child,
.offers-details .offers .item .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.btn-lg.quote: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .uni-btn.uni-btn-primary:first-child, .river-crusing .btn-group-vertical > .btn-group:last-child:not(:first-child) > span.span-btn-cta:first-child, .cruise-teaser .teaser-buttons .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-primary:first-child,
.cruise-listing-filter .filter-submit .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child,
.current-offers .offers .item .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.btn-lg:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn-maroon:first-child,
.offers-details .offers .item .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.btn-lg.quote: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 > .uni-btn.uni-btn-primary, .river-crusing .btn-group-justified > span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-group-justified > .btn-primary,
  .btn-group-justified > a.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .btn-group-justified > .btn,
  .btn-group-justified > .btn.btn-primary.btn-small,
  .current-offers .offers .item .btn-group-justified > a.btn-lg, .btn-group-justified > .btn-maroon,
  .offers-details .offers .item .btn-group-justified > a.btn-lg.quote,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .uni-btn.uni-btn-primary, .btn-group-justified > .btn-group .river-crusing span.span-btn-cta, .river-crusing .btn-group-justified > .btn-group span.span-btn-cta, .btn-group-justified > .btn-group .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .btn-group-justified > .btn-group .btn-primary, .cruise-listing-filter .filter-submit .btn-group-justified > .btn-group .btn,
  .btn-group-justified > .btn-group .current-offers .offers .item a.btn-lg, .current-offers .offers .item .btn-group-justified > .btn-group a.btn-lg, .btn-group-justified > .btn-group .btn-maroon,
  .btn-group-justified > .btn-group .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .btn-group-justified > .btn-group a.btn-lg.quote {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .uni-btn.uni-btn-primary input[type="radio"], .river-crusing [data-toggle="buttons"] > span.span-btn-cta input[type="radio"], .cruise-teaser .teaser-buttons [data-toggle="buttons"] > .btn-primary input[type="radio"], .cruise-listing-filter .filter-submit [data-toggle="buttons"] > .btn input[type="radio"], .current-offers .offers .item [data-toggle="buttons"] > a.btn-lg input[type="radio"], [data-toggle="buttons"] > .btn-maroon input[type="radio"], .offers-details .offers .item [data-toggle="buttons"] > a.btn-lg.quote input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .uni-btn.uni-btn-primary input[type="checkbox"],
.river-crusing [data-toggle="buttons"] > span.span-btn-cta input[type="checkbox"],
.cruise-teaser .teaser-buttons [data-toggle="buttons"] > .btn-primary input[type="checkbox"],
.cruise-listing-filter .filter-submit [data-toggle="buttons"] > .btn input[type="checkbox"],
.current-offers .offers .item [data-toggle="buttons"] > a.btn-lg input[type="checkbox"],
[data-toggle="buttons"] > .btn-maroon input[type="checkbox"],
.offers-details .offers .item [data-toggle="buttons"] > a.btn-lg.quote input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .uni-btn.uni-btn-primary input[type="radio"],
.river-crusing [data-toggle="buttons"] > .btn-group > span.span-btn-cta input[type="radio"],
.cruise-teaser .teaser-buttons [data-toggle="buttons"] > .btn-group > .btn-primary input[type="radio"],
.cruise-listing-filter .filter-submit [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.current-offers .offers .item [data-toggle="buttons"] > .btn-group > a.btn-lg input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn-maroon input[type="radio"],
.offers-details .offers .item [data-toggle="buttons"] > .btn-group > a.btn-lg.quote input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .uni-btn.uni-btn-primary input[type="checkbox"],
.river-crusing [data-toggle="buttons"] > .btn-group > span.span-btn-cta input[type="checkbox"],
.cruise-teaser .teaser-buttons [data-toggle="buttons"] > .btn-group > .btn-primary input[type="checkbox"],
.cruise-listing-filter .filter-submit [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.current-offers .offers .item [data-toggle="buttons"] > .btn-group > a.btn-lg input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn-maroon input[type="checkbox"],
.offers-details .offers .item [data-toggle="buttons"] > .btn-group > a.btn-lg.quote input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.uni-btn.uni-btn-primary, .river-crusing .input-group-sm > .input-group-btn > span.input-group-addon.span-btn-cta, .cruise-teaser .teaser-buttons .input-group-sm > .input-group-btn > .input-group-addon.btn-primary,
  .cruise-listing-filter .filter-submit .input-group-sm > .input-group-btn > .input-group-addon.btn,
  .current-offers .offers .item .input-group-sm > .input-group-btn > a.input-group-addon.btn-lg, .input-group-sm > .input-group-btn > .input-group-addon.btn-maroon,
  .offers-details .offers .item .input-group-sm > .input-group-btn > a.input-group-addon.btn-lg.quote {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.uni-btn.uni-btn-primary, .river-crusing .input-group-lg > .input-group-btn > span.input-group-addon.span-btn-cta, .cruise-teaser .teaser-buttons .input-group-lg > .input-group-btn > .input-group-addon.btn-primary,
  .cruise-listing-filter .filter-submit .input-group-lg > .input-group-btn > .input-group-addon.btn,
  .current-offers .offers .item .input-group-lg > .input-group-btn > a.input-group-addon.btn-lg, .input-group-lg > .input-group-btn > .input-group-addon.btn-maroon,
  .offers-details .offers .item .input-group-lg > .input-group-btn > a.input-group-addon.btn-lg.quote {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .uni-btn.uni-btn-primary,
.river-crusing .input-group-btn:first-child > span.span-btn-cta,
.cruise-teaser .teaser-buttons .input-group-btn:first-child > .btn-primary,
.cruise-listing-filter .filter-submit .input-group-btn:first-child > .btn,
.current-offers .offers .item .input-group-btn:first-child > a.btn-lg,
.input-group-btn:first-child > .btn-maroon,
.offers-details .offers .item .input-group-btn:first-child > a.btn-lg.quote,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn-group > .uni-btn.uni-btn-primary,
.river-crusing .input-group-btn:first-child > .btn-group > span.span-btn-cta,
.cruise-teaser .teaser-buttons .input-group-btn:first-child > .btn-group > .btn-primary,
.cruise-listing-filter .filter-submit .input-group-btn:first-child > .btn-group > .btn,
.current-offers .offers .item .input-group-btn:first-child > .btn-group > a.btn-lg,
.input-group-btn:first-child > .btn-group > .btn-maroon,
.offers-details .offers .item .input-group-btn:first-child > .btn-group > a.btn-lg.quote,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .uni-btn.uni-btn-primary:not(:last-child):not(.dropdown-toggle),
.river-crusing .input-group-btn:last-child > span.span-btn-cta:not(:last-child):not(.dropdown-toggle),
.cruise-teaser .teaser-buttons .input-group-btn:last-child > .btn-primary:not(:last-child):not(.dropdown-toggle),
.cruise-listing-filter .filter-submit .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.current-offers .offers .item .input-group-btn:last-child > a.btn-lg:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-maroon:not(:last-child):not(.dropdown-toggle),
.offers-details .offers .item .input-group-btn:last-child > a.btn-lg.quote:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .uni-btn.uni-btn-primary,
.river-crusing .input-group-btn:last-child > .btn-group:not(:last-child) > span.span-btn-cta,
.cruise-teaser .teaser-buttons .input-group-btn:last-child > .btn-group:not(:last-child) > .btn-primary,
.cruise-listing-filter .filter-submit .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.current-offers .offers .item .input-group-btn:last-child > .btn-group:not(:last-child) > a.btn-lg,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn-maroon,
.offers-details .offers .item .input-group-btn:last-child > .btn-group:not(:last-child) > a.btn-lg.quote {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .uni-btn.uni-btn-primary,
.river-crusing .input-group-btn:last-child > span.span-btn-cta,
.cruise-teaser .teaser-buttons .input-group-btn:last-child > .btn-primary,
.cruise-listing-filter .filter-submit .input-group-btn:last-child > .btn,
.current-offers .offers .item .input-group-btn:last-child > a.btn-lg,
.input-group-btn:last-child > .btn-maroon,
.offers-details .offers .item .input-group-btn:last-child > a.btn-lg.quote,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group > .uni-btn.uni-btn-primary,
.river-crusing .input-group-btn:last-child > .btn-group > span.span-btn-cta,
.cruise-teaser .teaser-buttons .input-group-btn:last-child > .btn-group > .btn-primary,
.cruise-listing-filter .filter-submit .input-group-btn:last-child > .btn-group > .btn,
.current-offers .offers .item .input-group-btn:last-child > .btn-group > a.btn-lg,
.input-group-btn:last-child > .btn-group > .btn-maroon,
.offers-details .offers .item .input-group-btn:last-child > .btn-group > a.btn-lg.quote,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .uni-btn.uni-btn-primary:not(:first-child),
.river-crusing .input-group-btn:first-child > span.span-btn-cta:not(:first-child),
.cruise-teaser .teaser-buttons .input-group-btn:first-child > .btn-primary:not(:first-child),
.cruise-listing-filter .filter-submit .input-group-btn:first-child > .btn:not(:first-child),
.current-offers .offers .item .input-group-btn:first-child > a.btn-lg:not(:first-child),
.input-group-btn:first-child > .btn-maroon:not(:first-child),
.offers-details .offers .item .input-group-btn:first-child > a.btn-lg.quote:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .uni-btn.uni-btn-primary,
.river-crusing .input-group-btn:first-child > .btn-group:not(:first-child) > span.span-btn-cta,
.cruise-teaser .teaser-buttons .input-group-btn:first-child > .btn-group:not(:first-child) > .btn-primary,
.cruise-listing-filter .filter-submit .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.current-offers .offers .item .input-group-btn:first-child > .btn-group:not(:first-child) > a.btn-lg,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn-maroon,
.offers-details .offers .item .input-group-btn:first-child > .btn-group:not(:first-child) > a.btn-lg.quote {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

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

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn, .input-group-btn > .uni-btn.uni-btn-primary, .river-crusing .input-group-btn > span.span-btn-cta, .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary,
  .input-group-btn > a.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .input-group-btn > .btn,
  .input-group-btn > .btn.btn-primary.btn-small,
  .current-offers .offers .item .input-group-btn > a.btn-lg, .input-group-btn > .btn-maroon,
  .offers-details .offers .item .input-group-btn > a.btn-lg.quote {
    position: relative;
}

.input-group-btn > .btn + .btn, .input-group-btn > .uni-btn.uni-btn-primary + .btn, .river-crusing .input-group-btn > span.span-btn-cta + .btn, .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + .btn, .input-group-btn > a.btn.btn-primary.btn-small.btn-book + .btn, .cruise-listing-filter .filter-submit .input-group-btn > .btn + .btn, .input-group-btn > .btn.btn-primary.btn-small + .btn, .current-offers .offers .item .input-group-btn > a.btn-lg + .btn, .input-group-btn > .btn-maroon + .btn, .current-offers .offers .item .input-group-btn > a.btn-lg.quote + .btn, .offers-details .offers .item .input-group-btn > a.btn-lg.quote + .btn, .input-group-btn > .btn + .uni-btn.uni-btn-primary, .input-group-btn > .uni-btn.uni-btn-primary + .uni-btn.uni-btn-primary, .river-crusing .input-group-btn > span.span-btn-cta + .uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + .uni-btn.uni-btn-primary, .input-group-btn > a.btn.btn-primary.btn-small.btn-book + .uni-btn.uni-btn-primary, .cruise-listing-filter .filter-submit .input-group-btn > .btn + .uni-btn.uni-btn-primary, .input-group-btn > .btn.btn-primary.btn-small + .uni-btn.uni-btn-primary, .current-offers .offers .item .input-group-btn > a.btn-lg + .uni-btn.uni-btn-primary, .input-group-btn > .btn-maroon + .uni-btn.uni-btn-primary, .current-offers .offers .item .input-group-btn > a.btn-lg.quote + .uni-btn.uni-btn-primary, .offers-details .offers .item .input-group-btn > a.btn-lg.quote + .uni-btn.uni-btn-primary, .river-crusing .input-group-btn > .btn + span.span-btn-cta, .river-crusing .input-group-btn > .uni-btn.uni-btn-primary + span.span-btn-cta, .river-crusing .input-group-btn > span.span-btn-cta + span.span-btn-cta, .cruise-teaser .teaser-buttons .river-crusing .input-group-btn > .btn-primary + span.span-btn-cta, .river-crusing .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + span.span-btn-cta, .river-crusing .input-group-btn > a.btn.btn-primary.btn-small.btn-book + span.span-btn-cta, .cruise-listing-filter .filter-submit .river-crusing .input-group-btn > .btn + span.span-btn-cta, .river-crusing .cruise-listing-filter .filter-submit .input-group-btn > .btn + span.span-btn-cta, .river-crusing .input-group-btn > .btn.btn-primary.btn-small + span.span-btn-cta, .current-offers .offers .item .river-crusing .input-group-btn > a.btn-lg + span.span-btn-cta, .river-crusing .current-offers .offers .item .input-group-btn > a.btn-lg + span.span-btn-cta, .river-crusing .input-group-btn > .btn-maroon + span.span-btn-cta, .current-offers .offers .item .river-crusing .input-group-btn > a.btn-lg.quote + span.span-btn-cta, .river-crusing .current-offers .offers .item .input-group-btn > a.btn-lg.quote + span.span-btn-cta, .offers-details .offers .item .river-crusing .input-group-btn > a.btn-lg.quote + span.span-btn-cta, .river-crusing .offers-details .offers .item .input-group-btn > a.btn-lg.quote + span.span-btn-cta, .cruise-teaser .teaser-buttons .input-group-btn > .btn + .btn-primary, .cruise-teaser .teaser-buttons .input-group-btn > .uni-btn.uni-btn-primary + .btn-primary, .river-crusing .cruise-teaser .teaser-buttons .input-group-btn > span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .river-crusing .input-group-btn > span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + .btn-primary, .cruise-teaser .teaser-buttons .input-group-btn > a.btn.btn-primary.btn-small.btn-book + .btn-primary, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .input-group-btn > .btn + .btn-primary, .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .input-group-btn > .btn + .btn-primary, .cruise-teaser .teaser-buttons .input-group-btn > .btn.btn-primary.btn-small + .btn-primary, .current-offers .offers .item .cruise-teaser .teaser-buttons .input-group-btn > a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .input-group-btn > a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .input-group-btn > .btn-maroon + .btn-primary, .current-offers .offers .item .cruise-teaser .teaser-buttons .input-group-btn > a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .input-group-btn > a.btn-lg.quote + .btn-primary, .offers-details .offers .item .cruise-teaser .teaser-buttons .input-group-btn > a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .offers-details .offers .item .input-group-btn > a.btn-lg.quote + .btn-primary,
    .input-group-btn > .btn + a.btn.btn-primary.btn-small.btn-book,
    .input-group-btn > .uni-btn.uni-btn-primary + a.btn.btn-primary.btn-small.btn-book,
    .river-crusing .input-group-btn > span.span-btn-cta + a.btn.btn-primary.btn-small.btn-book,
    .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + a.btn.btn-primary.btn-small.btn-book,
    .input-group-btn > a.btn.btn-primary.btn-small.btn-book + a.btn.btn-primary.btn-small.btn-book,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn + a.btn.btn-primary.btn-small.btn-book,
    .input-group-btn > .btn.btn-primary.btn-small + a.btn.btn-primary.btn-small.btn-book,
    .current-offers .offers .item .input-group-btn > a.btn-lg + a.btn.btn-primary.btn-small.btn-book,
    .input-group-btn > .btn-maroon + a.btn.btn-primary.btn-small.btn-book,
    .current-offers .offers .item .input-group-btn > a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
    .offers-details .offers .item .input-group-btn > a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn + .btn,
    .cruise-listing-filter .filter-submit .input-group-btn > .uni-btn.uni-btn-primary + .btn,
    .river-crusing .cruise-listing-filter .filter-submit .input-group-btn > span.span-btn-cta + .btn, .cruise-listing-filter .filter-submit .river-crusing .input-group-btn > span.span-btn-cta + .btn,
    .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .input-group-btn > .btn-primary + .btn, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + .btn,
    .cruise-listing-filter .filter-submit .input-group-btn > a.btn.btn-primary.btn-small.btn-book + .btn,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn + .btn,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn.btn-primary.btn-small + .btn,
    .current-offers .offers .item .cruise-listing-filter .filter-submit .input-group-btn > a.btn-lg + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .input-group-btn > a.btn-lg + .btn,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn-maroon + .btn,
    .current-offers .offers .item .cruise-listing-filter .filter-submit .input-group-btn > a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .input-group-btn > a.btn-lg.quote + .btn,
    .offers-details .offers .item .cruise-listing-filter .filter-submit .input-group-btn > a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .offers-details .offers .item .input-group-btn > a.btn-lg.quote + .btn,
    .input-group-btn > .btn + .btn.btn-primary.btn-small,
    .input-group-btn > .uni-btn.uni-btn-primary + .btn.btn-primary.btn-small,
    .river-crusing .input-group-btn > span.span-btn-cta + .btn.btn-primary.btn-small,
    .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + .btn.btn-primary.btn-small,
    .input-group-btn > a.btn.btn-primary.btn-small.btn-book + .btn.btn-primary.btn-small,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn + .btn.btn-primary.btn-small,
    .input-group-btn > .btn.btn-primary.btn-small + .btn.btn-primary.btn-small,
    .current-offers .offers .item .input-group-btn > a.btn-lg + .btn.btn-primary.btn-small,
    .input-group-btn > .btn-maroon + .btn.btn-primary.btn-small,
    .current-offers .offers .item .input-group-btn > a.btn-lg.quote + .btn.btn-primary.btn-small,
    .offers-details .offers .item .input-group-btn > a.btn-lg.quote + .btn.btn-primary.btn-small,
    .current-offers .offers .item .input-group-btn > .btn + a.btn-lg,
    .current-offers .offers .item .input-group-btn > .uni-btn.uni-btn-primary + a.btn-lg,
    .river-crusing .current-offers .offers .item .input-group-btn > span.span-btn-cta + a.btn-lg, .current-offers .offers .item .river-crusing .input-group-btn > span.span-btn-cta + a.btn-lg,
    .cruise-teaser .teaser-buttons .current-offers .offers .item .input-group-btn > .btn-primary + a.btn-lg, .current-offers .offers .item .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + a.btn-lg,
    .current-offers .offers .item .input-group-btn > a.btn.btn-primary.btn-small.btn-book + a.btn-lg,
    .cruise-listing-filter .filter-submit .current-offers .offers .item .input-group-btn > .btn + a.btn-lg, .current-offers .offers .item .cruise-listing-filter .filter-submit .input-group-btn > .btn + a.btn-lg,
    .current-offers .offers .item .input-group-btn > .btn.btn-primary.btn-small + a.btn-lg,
    .current-offers .offers .item .input-group-btn > a.btn-lg + a.btn-lg,
    .current-offers .offers .item .input-group-btn > .btn-maroon + a.btn-lg,
    .current-offers .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg,
    .offers-details .current-offers .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg, .current-offers .offers-details .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg, .input-group-btn > .btn + .btn-maroon, .input-group-btn > .uni-btn.uni-btn-primary + .btn-maroon, .river-crusing .input-group-btn > span.span-btn-cta + .btn-maroon, .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + .btn-maroon, .input-group-btn > a.btn.btn-primary.btn-small.btn-book + .btn-maroon, .cruise-listing-filter .filter-submit .input-group-btn > .btn + .btn-maroon, .input-group-btn > .btn.btn-primary.btn-small + .btn-maroon, .current-offers .offers .item .input-group-btn > a.btn-lg + .btn-maroon, .input-group-btn > .btn-maroon + .btn-maroon, .current-offers .offers .item .input-group-btn > a.btn-lg.quote + .btn-maroon, .offers-details .offers .item .input-group-btn > a.btn-lg.quote + .btn-maroon,
    .current-offers .offers .item .input-group-btn > .btn + a.btn-lg.quote,
    .current-offers .offers .item .input-group-btn > .uni-btn.uni-btn-primary + a.btn-lg.quote,
    .river-crusing .current-offers .offers .item .input-group-btn > span.span-btn-cta + a.btn-lg.quote, .current-offers .offers .item .river-crusing .input-group-btn > span.span-btn-cta + a.btn-lg.quote,
    .cruise-teaser .teaser-buttons .current-offers .offers .item .input-group-btn > .btn-primary + a.btn-lg.quote, .current-offers .offers .item .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + a.btn-lg.quote,
    .current-offers .offers .item .input-group-btn > a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
    .cruise-listing-filter .filter-submit .current-offers .offers .item .input-group-btn > .btn + a.btn-lg.quote, .current-offers .offers .item .cruise-listing-filter .filter-submit .input-group-btn > .btn + a.btn-lg.quote,
    .current-offers .offers .item .input-group-btn > .btn.btn-primary.btn-small + a.btn-lg.quote,
    .current-offers .offers .item .input-group-btn > a.btn-lg + a.btn-lg.quote,
    .current-offers .offers .item .input-group-btn > .btn-maroon + a.btn-lg.quote,
    .current-offers .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg.quote,
    .offers-details .current-offers .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers-details .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg.quote,
    .offers-details .offers .item .input-group-btn > .btn + a.btn-lg.quote,
    .offers-details .offers .item .input-group-btn > .uni-btn.uni-btn-primary + a.btn-lg.quote,
    .river-crusing .offers-details .offers .item .input-group-btn > span.span-btn-cta + a.btn-lg.quote, .offers-details .offers .item .river-crusing .input-group-btn > span.span-btn-cta + a.btn-lg.quote,
    .cruise-teaser .teaser-buttons .offers-details .offers .item .input-group-btn > .btn-primary + a.btn-lg.quote, .offers-details .offers .item .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary + a.btn-lg.quote,
    .offers-details .offers .item .input-group-btn > a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
    .cruise-listing-filter .filter-submit .offers-details .offers .item .input-group-btn > .btn + a.btn-lg.quote, .offers-details .offers .item .cruise-listing-filter .filter-submit .input-group-btn > .btn + a.btn-lg.quote,
    .offers-details .offers .item .input-group-btn > .btn.btn-primary.btn-small + a.btn-lg.quote,
    .current-offers .offers-details .offers .item .input-group-btn > a.btn-lg + a.btn-lg.quote, .offers-details .current-offers .offers .item .input-group-btn > a.btn-lg + a.btn-lg.quote,
    .offers-details .offers .item .input-group-btn > .btn-maroon + a.btn-lg.quote,
    .current-offers .offers-details .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg.quote, .offers-details .current-offers .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg.quote,
    .offers-details .offers .item .input-group-btn > a.btn-lg.quote + a.btn-lg.quote {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .uni-btn.uni-btn-primary:hover, .river-crusing .input-group-btn > span.span-btn-cta:hover, .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary:hover,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn:hover,
    .current-offers .offers .item .input-group-btn > a.btn-lg:hover, .input-group-btn > .btn-maroon:hover,
    .offers-details .offers .item .input-group-btn > a.btn-lg.quote:hover, .input-group-btn > .btn:focus, .input-group-btn > .uni-btn.uni-btn-primary:focus, .river-crusing .input-group-btn > span.span-btn-cta:focus, .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary:focus,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn:focus,
    .current-offers .offers .item .input-group-btn > a.btn-lg:focus, .input-group-btn > .btn-maroon:focus,
    .offers-details .offers .item .input-group-btn > a.btn-lg.quote:focus, .input-group-btn > .btn:active, .input-group-btn > .uni-btn.uni-btn-primary:active, .river-crusing .input-group-btn > span.span-btn-cta:active, .cruise-teaser .teaser-buttons .input-group-btn > .btn-primary:active,
    .cruise-listing-filter .filter-submit .input-group-btn > .btn:active,
    .current-offers .offers .item .input-group-btn > a.btn-lg:active, .input-group-btn > .btn-maroon:active,
    .offers-details .offers .item .input-group-btn > a.btn-lg.quote:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .uni-btn.uni-btn-primary,
  .river-crusing .input-group-btn:first-child > span.span-btn-cta,
  .cruise-teaser .teaser-buttons .input-group-btn:first-child > .btn-primary,
  .cruise-listing-filter .filter-submit .input-group-btn:first-child > .btn,
  .current-offers .offers .item .input-group-btn:first-child > a.btn-lg,
  .input-group-btn:first-child > .btn-maroon,
  .offers-details .offers .item .input-group-btn:first-child > a.btn-lg.quote,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .uni-btn.uni-btn-primary,
  .river-crusing .input-group-btn:last-child > span.span-btn-cta,
  .cruise-teaser .teaser-buttons .input-group-btn:last-child > .btn-primary,
  .cruise-listing-filter .filter-submit .input-group-btn:last-child > .btn,
  .current-offers .offers .item .input-group-btn:last-child > a.btn-lg,
  .input-group-btn:last-child > .btn-maroon,
  .offers-details .offers .item .input-group-btn:last-child > a.btn-lg.quote,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.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: #eeeeee;
}

.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: #eeeeee;
    border-color: #356b99;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #356b99;
}

.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: 4px;
}

.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: 4px 4px 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;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

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

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

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

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

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

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

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5d5d;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active {
    color: #777777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
    .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #356b99;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
    .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
    .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #214360;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #356b99;
    border-color: #356b99;
    cursor: default;
}

.pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
    .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
    .pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
  .pager .next > span {
    float: right;
}

.pager .previous > a,
  .pager .previous > span {
    float: left;
}

.pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label, .uni-btn.uni-btn-primary .label, .river-crusing span.span-btn-cta .label, .cruise-teaser .teaser-buttons .btn-primary .label, a.btn.btn-primary.btn-small.btn-book .label, .cruise-listing-filter .filter-submit .btn .label, .btn.btn-primary.btn-small .label, .current-offers .offers .item a.btn-lg .label, .btn-maroon .label, .offers-details .offers .item a.btn-lg.quote .label {
    position: relative;
    top: -1px;
}

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

.label-default {
    background-color: #777777;
}

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

.label-primary {
    background-color: #356b99;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #285173;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge, .uni-btn.uni-btn-primary .badge, .river-crusing span.span-btn-cta .badge, .cruise-teaser .teaser-buttons .btn-primary .badge, a.btn.btn-primary.btn-small.btn-book .badge, .cruise-listing-filter .filter-submit .btn .badge, .btn.btn-primary.btn-small .badge, .current-offers .offers .item a.btn-lg .badge, .btn-maroon .badge, .offers-details .offers .item a.btn-lg.quote .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #356b99;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

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

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
  .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    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: #356b99;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
  .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #356b99;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

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

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

.progress-bar-success {
    background-color: #5cb85c;
}

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

.progress-bar-info {
    background-color: #5bc0de;
}

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

.progress-bar-warning {
    background-color: #f0ad4e;
}

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

.progress-bar-danger {
    background-color: #d9534f;
}

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

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

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

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

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

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

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

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

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #356b99;
    border-color: #356b99;
}

.list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #b5cfe5;
}

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

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

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

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

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

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

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

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

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

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

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

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

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

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

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

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

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

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

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    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: 3px;
    border-top-left-radius: 3px;
}

.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: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

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

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

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #dddddd;
}

.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: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #356b99;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #356b99;
    border-color: #356b99;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #356b99;
}

.panel-primary > .panel-heading .badge {
    color: #356b99;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #356b99;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

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

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

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

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

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

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    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: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

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

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

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

.modal-footer {
    padding: 15px;
    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, .modal-footer .uni-btn.uni-btn-primary + .btn, .modal-footer .river-crusing span.span-btn-cta + .btn, .river-crusing .modal-footer span.span-btn-cta + .btn, .modal-footer .cruise-teaser .teaser-buttons .btn-primary + .btn, .cruise-teaser .teaser-buttons .modal-footer .btn-primary + .btn, .modal-footer a.btn.btn-primary.btn-small.btn-book + .btn, .modal-footer .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn + .btn, .modal-footer .btn.btn-primary.btn-small + .btn, .modal-footer .current-offers .offers .item a.btn-lg + .btn, .current-offers .offers .item .modal-footer a.btn-lg + .btn, .modal-footer .btn-maroon + .btn, .modal-footer .current-offers .offers .item a.btn-lg.quote + .btn, .current-offers .offers .item .modal-footer a.btn-lg.quote + .btn, .modal-footer .offers-details .offers .item a.btn-lg.quote + .btn, .offers-details .offers .item .modal-footer a.btn-lg.quote + .btn, .modal-footer .btn + .uni-btn.uni-btn-primary, .modal-footer .uni-btn.uni-btn-primary + .uni-btn.uni-btn-primary, .modal-footer .river-crusing span.span-btn-cta + .uni-btn.uni-btn-primary, .river-crusing .modal-footer span.span-btn-cta + .uni-btn.uni-btn-primary, .modal-footer .cruise-teaser .teaser-buttons .btn-primary + .uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-primary + .uni-btn.uni-btn-primary, .modal-footer a.btn.btn-primary.btn-small.btn-book + .uni-btn.uni-btn-primary, .modal-footer .cruise-listing-filter .filter-submit .btn + .uni-btn.uni-btn-primary, .cruise-listing-filter .filter-submit .modal-footer .btn + .uni-btn.uni-btn-primary, .modal-footer .btn.btn-primary.btn-small + .uni-btn.uni-btn-primary, .modal-footer .current-offers .offers .item a.btn-lg + .uni-btn.uni-btn-primary, .current-offers .offers .item .modal-footer a.btn-lg + .uni-btn.uni-btn-primary, .modal-footer .btn-maroon + .uni-btn.uni-btn-primary, .modal-footer .current-offers .offers .item a.btn-lg.quote + .uni-btn.uni-btn-primary, .current-offers .offers .item .modal-footer a.btn-lg.quote + .uni-btn.uni-btn-primary, .modal-footer .offers-details .offers .item a.btn-lg.quote + .uni-btn.uni-btn-primary, .offers-details .offers .item .modal-footer a.btn-lg.quote + .uni-btn.uni-btn-primary, .modal-footer .river-crusing .btn + span.span-btn-cta, .river-crusing .modal-footer .btn + span.span-btn-cta, .modal-footer .river-crusing .uni-btn.uni-btn-primary + span.span-btn-cta, .river-crusing .modal-footer .uni-btn.uni-btn-primary + span.span-btn-cta, .modal-footer .river-crusing span.span-btn-cta + span.span-btn-cta, .river-crusing .modal-footer span.span-btn-cta + span.span-btn-cta, .modal-footer .cruise-teaser .teaser-buttons .river-crusing .btn-primary + span.span-btn-cta, .river-crusing .modal-footer .cruise-teaser .teaser-buttons .btn-primary + span.span-btn-cta, .cruise-teaser .teaser-buttons .modal-footer .river-crusing .btn-primary + span.span-btn-cta, .river-crusing .cruise-teaser .teaser-buttons .modal-footer .btn-primary + span.span-btn-cta, .modal-footer .river-crusing a.btn.btn-primary.btn-small.btn-book + span.span-btn-cta, .river-crusing .modal-footer a.btn.btn-primary.btn-small.btn-book + span.span-btn-cta, .modal-footer .cruise-listing-filter .filter-submit .river-crusing .btn + span.span-btn-cta, .river-crusing .modal-footer .cruise-listing-filter .filter-submit .btn + span.span-btn-cta, .cruise-listing-filter .filter-submit .modal-footer .river-crusing .btn + span.span-btn-cta, .river-crusing .cruise-listing-filter .filter-submit .modal-footer .btn + span.span-btn-cta, .modal-footer .river-crusing .btn.btn-primary.btn-small + span.span-btn-cta, .river-crusing .modal-footer .btn.btn-primary.btn-small + span.span-btn-cta, .modal-footer .current-offers .offers .item .river-crusing a.btn-lg + span.span-btn-cta, .river-crusing .modal-footer .current-offers .offers .item a.btn-lg + span.span-btn-cta, .current-offers .offers .item .modal-footer .river-crusing a.btn-lg + span.span-btn-cta, .river-crusing .current-offers .offers .item .modal-footer a.btn-lg + span.span-btn-cta, .modal-footer .river-crusing .btn-maroon + span.span-btn-cta, .river-crusing .modal-footer .btn-maroon + span.span-btn-cta, .modal-footer .current-offers .offers .item .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .modal-footer .current-offers .offers .item a.btn-lg.quote + span.span-btn-cta, .current-offers .offers .item .modal-footer .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .current-offers .offers .item .modal-footer a.btn-lg.quote + span.span-btn-cta, .modal-footer .offers-details .offers .item .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .modal-footer .offers-details .offers .item a.btn-lg.quote + span.span-btn-cta, .offers-details .offers .item .modal-footer .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .offers-details .offers .item .modal-footer a.btn-lg.quote + span.span-btn-cta, .modal-footer .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn + .btn-primary, .modal-footer .cruise-teaser .teaser-buttons .uni-btn.uni-btn-primary + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .uni-btn.uni-btn-primary + .btn-primary, .modal-footer .river-crusing .cruise-teaser .teaser-buttons span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .river-crusing span.span-btn-cta + .btn-primary, .river-crusing .modal-footer .cruise-teaser .teaser-buttons span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .river-crusing .modal-footer span.span-btn-cta + .btn-primary, .modal-footer .cruise-teaser .teaser-buttons .btn-primary + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-primary + .btn-primary, .modal-footer .cruise-teaser .teaser-buttons a.btn.btn-primary.btn-small.btn-book + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer a.btn.btn-primary.btn-small.btn-book + .btn-primary, .modal-footer .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .cruise-listing-filter .filter-submit .btn + .btn-primary, .cruise-listing-filter .filter-submit .modal-footer .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .modal-footer .btn + .btn-primary, .modal-footer .cruise-teaser .teaser-buttons .btn.btn-primary.btn-small + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn.btn-primary.btn-small + .btn-primary, .modal-footer .current-offers .offers .item .cruise-teaser .teaser-buttons a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .current-offers .offers .item a.btn-lg + .btn-primary, .current-offers .offers .item .modal-footer .cruise-teaser .teaser-buttons a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .modal-footer a.btn-lg + .btn-primary, .modal-footer .cruise-teaser .teaser-buttons .btn-maroon + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-maroon + .btn-primary, .modal-footer .current-offers .offers .item .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .current-offers .offers .item a.btn-lg.quote + .btn-primary, .current-offers .offers .item .modal-footer .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .modal-footer a.btn-lg.quote + .btn-primary, .modal-footer .offers-details .offers .item .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .offers-details .offers .item a.btn-lg.quote + .btn-primary, .offers-details .offers .item .modal-footer .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .offers-details .offers .item .modal-footer a.btn-lg.quote + .btn-primary,
  .modal-footer .btn + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .uni-btn.uni-btn-primary + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .river-crusing span.span-btn-cta + a.btn.btn-primary.btn-small.btn-book, .river-crusing .modal-footer span.span-btn-cta + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .cruise-teaser .teaser-buttons .btn-primary + a.btn.btn-primary.btn-small.btn-book, .cruise-teaser .teaser-buttons .modal-footer .btn-primary + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer a.btn.btn-primary.btn-small.btn-book + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .cruise-listing-filter .filter-submit .btn + a.btn.btn-primary.btn-small.btn-book, .cruise-listing-filter .filter-submit .modal-footer .btn + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn.btn-primary.btn-small + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .current-offers .offers .item a.btn-lg + a.btn.btn-primary.btn-small.btn-book, .current-offers .offers .item .modal-footer a.btn-lg + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-maroon + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .current-offers .offers .item a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book, .current-offers .offers .item .modal-footer a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .offers-details .offers .item a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book, .offers-details .offers .item .modal-footer a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn + .btn,
  .modal-footer .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary + .btn, .cruise-listing-filter .filter-submit .modal-footer .uni-btn.uni-btn-primary + .btn,
  .modal-footer .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta + .btn, .cruise-listing-filter .filter-submit .modal-footer .river-crusing span.span-btn-cta + .btn, .river-crusing .modal-footer .cruise-listing-filter .filter-submit span.span-btn-cta + .btn, .cruise-listing-filter .filter-submit .river-crusing .modal-footer span.span-btn-cta + .btn,
  .modal-footer .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary + .btn, .cruise-listing-filter .filter-submit .modal-footer .cruise-teaser .teaser-buttons .btn-primary + .btn, .cruise-teaser .teaser-buttons .modal-footer .cruise-listing-filter .filter-submit .btn-primary + .btn, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .modal-footer .btn-primary + .btn,
  .modal-footer .cruise-listing-filter .filter-submit a.btn.btn-primary.btn-small.btn-book + .btn, .cruise-listing-filter .filter-submit .modal-footer a.btn.btn-primary.btn-small.btn-book + .btn,
  .modal-footer .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn + .btn,
  .modal-footer .cruise-listing-filter .filter-submit .btn.btn-primary.btn-small + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn.btn-primary.btn-small + .btn,
  .modal-footer .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg + .btn, .cruise-listing-filter .filter-submit .modal-footer .current-offers .offers .item a.btn-lg + .btn, .current-offers .offers .item .modal-footer .cruise-listing-filter .filter-submit a.btn-lg + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .modal-footer a.btn-lg + .btn,
  .modal-footer .cruise-listing-filter .filter-submit .btn-maroon + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-maroon + .btn,
  .modal-footer .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .modal-footer .current-offers .offers .item a.btn-lg.quote + .btn, .current-offers .offers .item .modal-footer .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .modal-footer a.btn-lg.quote + .btn,
  .modal-footer .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .modal-footer .offers-details .offers .item a.btn-lg.quote + .btn, .offers-details .offers .item .modal-footer .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .offers-details .offers .item .modal-footer a.btn-lg.quote + .btn,
  .modal-footer .btn + .btn.btn-primary.btn-small,
  .modal-footer .uni-btn.uni-btn-primary + .btn.btn-primary.btn-small,
  .modal-footer .river-crusing span.span-btn-cta + .btn.btn-primary.btn-small, .river-crusing .modal-footer span.span-btn-cta + .btn.btn-primary.btn-small,
  .modal-footer .cruise-teaser .teaser-buttons .btn-primary + .btn.btn-primary.btn-small, .cruise-teaser .teaser-buttons .modal-footer .btn-primary + .btn.btn-primary.btn-small,
  .modal-footer a.btn.btn-primary.btn-small.btn-book + .btn.btn-primary.btn-small,
  .modal-footer .cruise-listing-filter .filter-submit .btn + .btn.btn-primary.btn-small, .cruise-listing-filter .filter-submit .modal-footer .btn + .btn.btn-primary.btn-small,
  .modal-footer .btn.btn-primary.btn-small + .btn.btn-primary.btn-small,
  .modal-footer .current-offers .offers .item a.btn-lg + .btn.btn-primary.btn-small, .current-offers .offers .item .modal-footer a.btn-lg + .btn.btn-primary.btn-small,
  .modal-footer .btn-maroon + .btn.btn-primary.btn-small,
  .modal-footer .current-offers .offers .item a.btn-lg.quote + .btn.btn-primary.btn-small, .current-offers .offers .item .modal-footer a.btn-lg.quote + .btn.btn-primary.btn-small,
  .modal-footer .offers-details .offers .item a.btn-lg.quote + .btn.btn-primary.btn-small, .offers-details .offers .item .modal-footer a.btn-lg.quote + .btn.btn-primary.btn-small,
  .modal-footer .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .modal-footer .btn + a.btn-lg,
  .modal-footer .current-offers .offers .item .uni-btn.uni-btn-primary + a.btn-lg, .current-offers .offers .item .modal-footer .uni-btn.uni-btn-primary + a.btn-lg,
  .modal-footer .river-crusing .current-offers .offers .item span.span-btn-cta + a.btn-lg, .current-offers .offers .item .modal-footer .river-crusing span.span-btn-cta + a.btn-lg, .river-crusing .modal-footer .current-offers .offers .item span.span-btn-cta + a.btn-lg, .current-offers .offers .item .river-crusing .modal-footer span.span-btn-cta + a.btn-lg,
  .modal-footer .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-primary + a.btn-lg, .current-offers .offers .item .modal-footer .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg, .cruise-teaser .teaser-buttons .modal-footer .current-offers .offers .item .btn-primary + a.btn-lg, .current-offers .offers .item .cruise-teaser .teaser-buttons .modal-footer .btn-primary + a.btn-lg,
  .modal-footer .current-offers .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg, .current-offers .offers .item .modal-footer a.btn.btn-primary.btn-small.btn-book + a.btn-lg,
  .modal-footer .cruise-listing-filter .filter-submit .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .modal-footer .cruise-listing-filter .filter-submit .btn + a.btn-lg, .cruise-listing-filter .filter-submit .modal-footer .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .cruise-listing-filter .filter-submit .modal-footer .btn + a.btn-lg,
  .modal-footer .current-offers .offers .item .btn.btn-primary.btn-small + a.btn-lg, .current-offers .offers .item .modal-footer .btn.btn-primary.btn-small + a.btn-lg,
  .modal-footer .current-offers .offers .item a.btn-lg + a.btn-lg, .current-offers .offers .item .modal-footer a.btn-lg + a.btn-lg,
  .modal-footer .current-offers .offers .item .btn-maroon + a.btn-lg, .current-offers .offers .item .modal-footer .btn-maroon + a.btn-lg,
  .modal-footer .current-offers .offers .item a.btn-lg.quote + a.btn-lg, .current-offers .offers .item .modal-footer a.btn-lg.quote + a.btn-lg,
  .modal-footer .offers-details .current-offers .offers .item a.btn-lg.quote + a.btn-lg, .current-offers .modal-footer .offers-details .offers .item a.btn-lg.quote + a.btn-lg, .offers-details .current-offers .offers .item .modal-footer a.btn-lg.quote + a.btn-lg, .current-offers .offers-details .offers .item .modal-footer a.btn-lg.quote + a.btn-lg, .modal-footer .btn + .btn-maroon, .modal-footer .uni-btn.uni-btn-primary + .btn-maroon, .modal-footer .river-crusing span.span-btn-cta + .btn-maroon, .river-crusing .modal-footer span.span-btn-cta + .btn-maroon, .modal-footer .cruise-teaser .teaser-buttons .btn-primary + .btn-maroon, .cruise-teaser .teaser-buttons .modal-footer .btn-primary + .btn-maroon, .modal-footer a.btn.btn-primary.btn-small.btn-book + .btn-maroon, .modal-footer .cruise-listing-filter .filter-submit .btn + .btn-maroon, .cruise-listing-filter .filter-submit .modal-footer .btn + .btn-maroon, .modal-footer .btn.btn-primary.btn-small + .btn-maroon, .modal-footer .current-offers .offers .item a.btn-lg + .btn-maroon, .current-offers .offers .item .modal-footer a.btn-lg + .btn-maroon, .modal-footer .btn-maroon + .btn-maroon, .modal-footer .current-offers .offers .item a.btn-lg.quote + .btn-maroon, .current-offers .offers .item .modal-footer a.btn-lg.quote + .btn-maroon, .modal-footer .offers-details .offers .item a.btn-lg.quote + .btn-maroon, .offers-details .offers .item .modal-footer a.btn-lg.quote + .btn-maroon,
  .modal-footer .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn + a.btn-lg.quote,
  .modal-footer .current-offers .offers .item .uni-btn.uni-btn-primary + a.btn-lg.quote, .current-offers .offers .item .modal-footer .uni-btn.uni-btn-primary + a.btn-lg.quote,
  .modal-footer .river-crusing .current-offers .offers .item span.span-btn-cta + a.btn-lg.quote, .current-offers .offers .item .modal-footer .river-crusing span.span-btn-cta + a.btn-lg.quote, .river-crusing .modal-footer .current-offers .offers .item span.span-btn-cta + a.btn-lg.quote, .current-offers .offers .item .river-crusing .modal-footer span.span-btn-cta + a.btn-lg.quote,
  .modal-footer .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-primary + a.btn-lg.quote, .current-offers .offers .item .modal-footer .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg.quote, .cruise-teaser .teaser-buttons .modal-footer .current-offers .offers .item .btn-primary + a.btn-lg.quote, .current-offers .offers .item .cruise-teaser .teaser-buttons .modal-footer .btn-primary + a.btn-lg.quote,
  .modal-footer .current-offers .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote, .current-offers .offers .item .modal-footer a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
  .modal-footer .cruise-listing-filter .filter-submit .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .modal-footer .cruise-listing-filter .filter-submit .btn + a.btn-lg.quote, .cruise-listing-filter .filter-submit .modal-footer .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .cruise-listing-filter .filter-submit .modal-footer .btn + a.btn-lg.quote,
  .modal-footer .current-offers .offers .item .btn.btn-primary.btn-small + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn.btn-primary.btn-small + a.btn-lg.quote,
  .modal-footer .current-offers .offers .item a.btn-lg + a.btn-lg.quote, .current-offers .offers .item .modal-footer a.btn-lg + a.btn-lg.quote,
  .modal-footer .current-offers .offers .item .btn-maroon + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-maroon + a.btn-lg.quote,
  .modal-footer .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers .item .modal-footer a.btn-lg.quote + a.btn-lg.quote,
  .modal-footer .offers-details .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .modal-footer .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .current-offers .offers .item .modal-footer a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers-details .offers .item .modal-footer a.btn-lg.quote + a.btn-lg.quote,
  .modal-footer .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn + a.btn-lg.quote,
  .modal-footer .offers-details .offers .item .uni-btn.uni-btn-primary + a.btn-lg.quote, .offers-details .offers .item .modal-footer .uni-btn.uni-btn-primary + a.btn-lg.quote,
  .modal-footer .river-crusing .offers-details .offers .item span.span-btn-cta + a.btn-lg.quote, .offers-details .offers .item .modal-footer .river-crusing span.span-btn-cta + a.btn-lg.quote, .river-crusing .modal-footer .offers-details .offers .item span.span-btn-cta + a.btn-lg.quote, .offers-details .offers .item .river-crusing .modal-footer span.span-btn-cta + a.btn-lg.quote,
  .modal-footer .cruise-teaser .teaser-buttons .offers-details .offers .item .btn-primary + a.btn-lg.quote, .offers-details .offers .item .modal-footer .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg.quote, .cruise-teaser .teaser-buttons .modal-footer .offers-details .offers .item .btn-primary + a.btn-lg.quote, .offers-details .offers .item .cruise-teaser .teaser-buttons .modal-footer .btn-primary + a.btn-lg.quote,
  .modal-footer .offers-details .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote, .offers-details .offers .item .modal-footer a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
  .modal-footer .cruise-listing-filter .filter-submit .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .modal-footer .cruise-listing-filter .filter-submit .btn + a.btn-lg.quote, .cruise-listing-filter .filter-submit .modal-footer .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .cruise-listing-filter .filter-submit .modal-footer .btn + a.btn-lg.quote,
  .modal-footer .offers-details .offers .item .btn.btn-primary.btn-small + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn.btn-primary.btn-small + a.btn-lg.quote,
  .modal-footer .current-offers .offers-details .offers .item a.btn-lg + a.btn-lg.quote, .offers-details .modal-footer .current-offers .offers .item a.btn-lg + a.btn-lg.quote, .current-offers .offers-details .offers .item .modal-footer a.btn-lg + a.btn-lg.quote, .offers-details .current-offers .offers .item .modal-footer a.btn-lg + a.btn-lg.quote,
  .modal-footer .offers-details .offers .item .btn-maroon + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-maroon + a.btn-lg.quote,
  .modal-footer .current-offers .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .modal-footer .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers-details .offers .item .modal-footer a.btn-lg.quote + a.btn-lg.quote, .offers-details .current-offers .offers .item .modal-footer a.btn-lg.quote + a.btn-lg.quote,
  .modal-footer .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .offers .item .modal-footer a.btn-lg.quote + a.btn-lg.quote {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .uni-btn.uni-btn-primary + .btn, .modal-footer .btn-group .river-crusing span.span-btn-cta + .btn, .river-crusing .modal-footer .btn-group span.span-btn-cta + .btn, .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + .btn, .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + .btn, .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .btn.btn-primary.btn-small + .btn, .modal-footer .btn-group .current-offers .offers .item a.btn-lg + .btn, .current-offers .offers .item .modal-footer .btn-group a.btn-lg + .btn, .modal-footer .btn-group .btn-maroon + .btn, .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + .btn, .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn, .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + .btn, .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn, .modal-footer .btn-group .btn + .uni-btn.uni-btn-primary, .modal-footer .btn-group .uni-btn.uni-btn-primary + .uni-btn.uni-btn-primary, .modal-footer .btn-group .river-crusing span.span-btn-cta + .uni-btn.uni-btn-primary, .river-crusing .modal-footer .btn-group span.span-btn-cta + .uni-btn.uni-btn-primary, .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + .uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + .uni-btn.uni-btn-primary, .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + .uni-btn.uni-btn-primary, .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + .uni-btn.uni-btn-primary, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + .uni-btn.uni-btn-primary, .modal-footer .btn-group .btn.btn-primary.btn-small + .uni-btn.uni-btn-primary, .modal-footer .btn-group .current-offers .offers .item a.btn-lg + .uni-btn.uni-btn-primary, .current-offers .offers .item .modal-footer .btn-group a.btn-lg + .uni-btn.uni-btn-primary, .modal-footer .btn-group .btn-maroon + .uni-btn.uni-btn-primary, .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + .uni-btn.uni-btn-primary, .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + .uni-btn.uni-btn-primary, .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + .uni-btn.uni-btn-primary, .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + .uni-btn.uni-btn-primary, .modal-footer .btn-group .river-crusing .btn + span.span-btn-cta, .river-crusing .modal-footer .btn-group .btn + span.span-btn-cta, .modal-footer .btn-group .river-crusing .uni-btn.uni-btn-primary + span.span-btn-cta, .river-crusing .modal-footer .btn-group .uni-btn.uni-btn-primary + span.span-btn-cta, .modal-footer .btn-group .river-crusing span.span-btn-cta + span.span-btn-cta, .river-crusing .modal-footer .btn-group span.span-btn-cta + span.span-btn-cta, .modal-footer .btn-group .cruise-teaser .teaser-buttons .river-crusing .btn-primary + span.span-btn-cta, .river-crusing .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + span.span-btn-cta, .cruise-teaser .teaser-buttons .modal-footer .btn-group .river-crusing .btn-primary + span.span-btn-cta, .river-crusing .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + span.span-btn-cta, .modal-footer .btn-group .river-crusing a.btn.btn-primary.btn-small.btn-book + span.span-btn-cta, .river-crusing .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + span.span-btn-cta, .modal-footer .btn-group .cruise-listing-filter .filter-submit .river-crusing .btn + span.span-btn-cta, .river-crusing .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + span.span-btn-cta, .cruise-listing-filter .filter-submit .modal-footer .btn-group .river-crusing .btn + span.span-btn-cta, .river-crusing .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + span.span-btn-cta, .modal-footer .btn-group .river-crusing .btn.btn-primary.btn-small + span.span-btn-cta, .river-crusing .modal-footer .btn-group .btn.btn-primary.btn-small + span.span-btn-cta, .modal-footer .btn-group .current-offers .offers .item .river-crusing a.btn-lg + span.span-btn-cta, .river-crusing .modal-footer .btn-group .current-offers .offers .item a.btn-lg + span.span-btn-cta, .current-offers .offers .item .modal-footer .btn-group .river-crusing a.btn-lg + span.span-btn-cta, .river-crusing .current-offers .offers .item .modal-footer .btn-group a.btn-lg + span.span-btn-cta, .modal-footer .btn-group .river-crusing .btn-maroon + span.span-btn-cta, .river-crusing .modal-footer .btn-group .btn-maroon + span.span-btn-cta, .modal-footer .btn-group .current-offers .offers .item .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + span.span-btn-cta, .current-offers .offers .item .modal-footer .btn-group .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + span.span-btn-cta, .modal-footer .btn-group .offers-details .offers .item .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + span.span-btn-cta, .offers-details .offers .item .modal-footer .btn-group .river-crusing a.btn-lg.quote + span.span-btn-cta, .river-crusing .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + span.span-btn-cta, .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn + .btn-primary, .modal-footer .btn-group .cruise-teaser .teaser-buttons .uni-btn.uni-btn-primary + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .uni-btn.uni-btn-primary + .btn-primary, .modal-footer .btn-group .river-crusing .cruise-teaser .teaser-buttons span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .river-crusing span.span-btn-cta + .btn-primary, .river-crusing .modal-footer .btn-group .cruise-teaser .teaser-buttons span.span-btn-cta + .btn-primary, .cruise-teaser .teaser-buttons .river-crusing .modal-footer .btn-group span.span-btn-cta + .btn-primary, .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + .btn-primary, .modal-footer .btn-group .cruise-teaser .teaser-buttons a.btn.btn-primary.btn-small.btn-book + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + .btn-primary, .modal-footer .btn-group .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + .btn-primary, .cruise-listing-filter .filter-submit .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn + .btn-primary, .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + .btn-primary, .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn.btn-primary.btn-small + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn.btn-primary.btn-small + .btn-primary, .modal-footer .btn-group .current-offers .offers .item .cruise-teaser .teaser-buttons a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .current-offers .offers .item a.btn-lg + .btn-primary, .current-offers .offers .item .modal-footer .btn-group .cruise-teaser .teaser-buttons a.btn-lg + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .modal-footer .btn-group a.btn-lg + .btn-primary, .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-maroon + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-maroon + .btn-primary, .modal-footer .btn-group .current-offers .offers .item .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + .btn-primary, .current-offers .offers .item .modal-footer .btn-group .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn-primary, .modal-footer .btn-group .offers-details .offers .item .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + .btn-primary, .offers-details .offers .item .modal-footer .btn-group .cruise-teaser .teaser-buttons a.btn-lg.quote + .btn-primary, .cruise-teaser .teaser-buttons .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn-primary,
  .modal-footer .btn-group .btn + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .uni-btn.uni-btn-primary + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .river-crusing span.span-btn-cta + a.btn.btn-primary.btn-small.btn-book, .river-crusing .modal-footer .btn-group span.span-btn-cta + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + a.btn.btn-primary.btn-small.btn-book, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + a.btn.btn-primary.btn-small.btn-book, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .btn.btn-primary.btn-small + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .current-offers .offers .item a.btn-lg + a.btn.btn-primary.btn-small.btn-book, .current-offers .offers .item .modal-footer .btn-group a.btn-lg + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .btn-maroon + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book, .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book, .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn.btn-primary.btn-small.btn-book,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + .btn,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .uni-btn.uni-btn-primary + .btn,
  .modal-footer .btn-group .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .river-crusing span.span-btn-cta + .btn, .river-crusing .modal-footer .btn-group .cruise-listing-filter .filter-submit span.span-btn-cta + .btn, .cruise-listing-filter .filter-submit .river-crusing .modal-footer .btn-group span.span-btn-cta + .btn,
  .modal-footer .btn-group .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn, .cruise-teaser .teaser-buttons .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn-primary + .btn, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + .btn,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit a.btn.btn-primary.btn-small.btn-book + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + .btn,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + .btn,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn.btn-primary.btn-small + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn.btn-primary.btn-small + .btn,
  .modal-footer .btn-group .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .current-offers .offers .item a.btn-lg + .btn, .current-offers .offers .item .modal-footer .btn-group .cruise-listing-filter .filter-submit a.btn-lg + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .modal-footer .btn-group a.btn-lg + .btn,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn-maroon + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn-maroon + .btn,
  .modal-footer .btn-group .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + .btn, .current-offers .offers .item .modal-footer .btn-group .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn,
  .modal-footer .btn-group .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + .btn, .offers-details .offers .item .modal-footer .btn-group .cruise-listing-filter .filter-submit a.btn-lg.quote + .btn, .cruise-listing-filter .filter-submit .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn,
  .modal-footer .btn-group .btn + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .uni-btn.uni-btn-primary + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .river-crusing span.span-btn-cta + .btn.btn-primary.btn-small, .river-crusing .modal-footer .btn-group span.span-btn-cta + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn.btn-primary.btn-small, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + .btn.btn-primary.btn-small,
  .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + .btn.btn-primary.btn-small, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .btn.btn-primary.btn-small + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .current-offers .offers .item a.btn-lg + .btn.btn-primary.btn-small, .current-offers .offers .item .modal-footer .btn-group a.btn-lg + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .btn-maroon + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + .btn.btn-primary.btn-small, .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + .btn.btn-primary.btn-small, .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn.btn-primary.btn-small,
  .modal-footer .btn-group .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group .btn + a.btn-lg,
  .modal-footer .btn-group .current-offers .offers .item .uni-btn.uni-btn-primary + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group .uni-btn.uni-btn-primary + a.btn-lg,
  .modal-footer .btn-group .river-crusing .current-offers .offers .item span.span-btn-cta + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group .river-crusing span.span-btn-cta + a.btn-lg, .river-crusing .modal-footer .btn-group .current-offers .offers .item span.span-btn-cta + a.btn-lg, .current-offers .offers .item .river-crusing .modal-footer .btn-group span.span-btn-cta + a.btn-lg,
  .modal-footer .btn-group .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-primary + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg, .cruise-teaser .teaser-buttons .modal-footer .btn-group .current-offers .offers .item .btn-primary + a.btn-lg, .current-offers .offers .item .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + a.btn-lg,
  .modal-footer .btn-group .current-offers .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + a.btn-lg,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + a.btn-lg, .cruise-listing-filter .filter-submit .modal-footer .btn-group .current-offers .offers .item .btn + a.btn-lg, .current-offers .offers .item .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + a.btn-lg,
  .modal-footer .btn-group .current-offers .offers .item .btn.btn-primary.btn-small + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group .btn.btn-primary.btn-small + a.btn-lg,
  .modal-footer .btn-group .current-offers .offers .item a.btn-lg + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group a.btn-lg + a.btn-lg,
  .modal-footer .btn-group .current-offers .offers .item .btn-maroon + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group .btn-maroon + a.btn-lg,
  .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + a.btn-lg, .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg,
  .modal-footer .btn-group .offers-details .current-offers .offers .item a.btn-lg.quote + a.btn-lg, .current-offers .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + a.btn-lg, .offers-details .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg, .current-offers .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg, .modal-footer .btn-group .btn + .btn-maroon, .modal-footer .btn-group .uni-btn.uni-btn-primary + .btn-maroon, .modal-footer .btn-group .river-crusing span.span-btn-cta + .btn-maroon, .river-crusing .modal-footer .btn-group span.span-btn-cta + .btn-maroon, .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + .btn-maroon, .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + .btn-maroon, .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + .btn-maroon, .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + .btn-maroon, .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + .btn-maroon, .modal-footer .btn-group .btn.btn-primary.btn-small + .btn-maroon, .modal-footer .btn-group .current-offers .offers .item a.btn-lg + .btn-maroon, .current-offers .offers .item .modal-footer .btn-group a.btn-lg + .btn-maroon, .modal-footer .btn-group .btn-maroon + .btn-maroon, .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + .btn-maroon, .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn-maroon, .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + .btn-maroon, .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + .btn-maroon,
  .modal-footer .btn-group .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group .btn + a.btn-lg.quote,
  .modal-footer .btn-group .current-offers .offers .item .uni-btn.uni-btn-primary + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group .uni-btn.uni-btn-primary + a.btn-lg.quote,
  .modal-footer .btn-group .river-crusing .current-offers .offers .item span.span-btn-cta + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group .river-crusing span.span-btn-cta + a.btn-lg.quote, .river-crusing .modal-footer .btn-group .current-offers .offers .item span.span-btn-cta + a.btn-lg.quote, .current-offers .offers .item .river-crusing .modal-footer .btn-group span.span-btn-cta + a.btn-lg.quote,
  .modal-footer .btn-group .cruise-teaser .teaser-buttons .current-offers .offers .item .btn-primary + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg.quote, .cruise-teaser .teaser-buttons .modal-footer .btn-group .current-offers .offers .item .btn-primary + a.btn-lg.quote, .current-offers .offers .item .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + a.btn-lg.quote,
  .modal-footer .btn-group .current-offers .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + a.btn-lg.quote, .cruise-listing-filter .filter-submit .modal-footer .btn-group .current-offers .offers .item .btn + a.btn-lg.quote, .current-offers .offers .item .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + a.btn-lg.quote,
  .modal-footer .btn-group .current-offers .offers .item .btn.btn-primary.btn-small + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group .btn.btn-primary.btn-small + a.btn-lg.quote,
  .modal-footer .btn-group .current-offers .offers .item a.btn-lg + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group a.btn-lg + a.btn-lg.quote,
  .modal-footer .btn-group .current-offers .offers .item .btn-maroon + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group .btn-maroon + a.btn-lg.quote,
  .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg.quote,
  .modal-footer .btn-group .offers-details .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg.quote,
  .modal-footer .btn-group .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group .btn + a.btn-lg.quote,
  .modal-footer .btn-group .offers-details .offers .item .uni-btn.uni-btn-primary + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group .uni-btn.uni-btn-primary + a.btn-lg.quote,
  .modal-footer .btn-group .river-crusing .offers-details .offers .item span.span-btn-cta + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group .river-crusing span.span-btn-cta + a.btn-lg.quote, .river-crusing .modal-footer .btn-group .offers-details .offers .item span.span-btn-cta + a.btn-lg.quote, .offers-details .offers .item .river-crusing .modal-footer .btn-group span.span-btn-cta + a.btn-lg.quote,
  .modal-footer .btn-group .cruise-teaser .teaser-buttons .offers-details .offers .item .btn-primary + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group .cruise-teaser .teaser-buttons .btn-primary + a.btn-lg.quote, .cruise-teaser .teaser-buttons .modal-footer .btn-group .offers-details .offers .item .btn-primary + a.btn-lg.quote, .offers-details .offers .item .cruise-teaser .teaser-buttons .modal-footer .btn-group .btn-primary + a.btn-lg.quote,
  .modal-footer .btn-group .offers-details .offers .item a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group a.btn.btn-primary.btn-small.btn-book + a.btn-lg.quote,
  .modal-footer .btn-group .cruise-listing-filter .filter-submit .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group .cruise-listing-filter .filter-submit .btn + a.btn-lg.quote, .cruise-listing-filter .filter-submit .modal-footer .btn-group .offers-details .offers .item .btn + a.btn-lg.quote, .offers-details .offers .item .cruise-listing-filter .filter-submit .modal-footer .btn-group .btn + a.btn-lg.quote,
  .modal-footer .btn-group .offers-details .offers .item .btn.btn-primary.btn-small + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group .btn.btn-primary.btn-small + a.btn-lg.quote,
  .modal-footer .btn-group .current-offers .offers-details .offers .item a.btn-lg + a.btn-lg.quote, .offers-details .modal-footer .btn-group .current-offers .offers .item a.btn-lg + a.btn-lg.quote, .current-offers .offers-details .offers .item .modal-footer .btn-group a.btn-lg + a.btn-lg.quote, .offers-details .current-offers .offers .item .modal-footer .btn-group a.btn-lg + a.btn-lg.quote,
  .modal-footer .btn-group .offers-details .offers .item .btn-maroon + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group .btn-maroon + a.btn-lg.quote,
  .modal-footer .btn-group .current-offers .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .modal-footer .btn-group .current-offers .offers .item a.btn-lg.quote + a.btn-lg.quote, .current-offers .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg.quote, .offers-details .current-offers .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg.quote,
  .modal-footer .btn-group .offers-details .offers .item a.btn-lg.quote + a.btn-lg.quote, .offers-details .offers .item .modal-footer .btn-group a.btn-lg.quote + a.btn-lg.quote {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

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

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

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

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

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

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

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

.carousel-caption .btn, .carousel-caption .uni-btn.uni-btn-primary, .carousel-caption .river-crusing span.span-btn-cta, .river-crusing .carousel-caption span.span-btn-cta, .carousel-caption .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .carousel-caption .btn-primary,
  .carousel-caption a.btn.btn-primary.btn-small.btn-book,
  .carousel-caption .cruise-listing-filter .filter-submit .btn, .cruise-listing-filter .filter-submit .carousel-caption .btn,
  .carousel-caption .btn.btn-primary.btn-small,
  .carousel-caption .current-offers .offers .item a.btn-lg, .current-offers .offers .item .carousel-caption a.btn-lg, .carousel-caption .btn-maroon,
  .carousel-caption .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .carousel-caption a.btn-lg.quote {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    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;
}

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

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
  td.visible-xs {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
  td.visible-sm {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
  td.visible-md {
        display: table-cell !important;
    }
}

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

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

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

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

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
  td.visible-lg {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

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

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

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
  td.visible-print {
        display: table-cell !important;
    }
}

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

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

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

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

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

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

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

.touch-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.touch-carousel .carousel-control {
    display: none !important;
}

.touch-carousel .carousel-indicators {
    bottom: 0;
}

.touch-carousel .carousel-indicators li {
    width: 16px;
    height: 16px;
    margin: 1px 5px;
}

.touch-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 18px;
    height: 18px;
}

.touch-carousel .carousel-inner {
    overflow: hidden;
    /* transform */
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.touch-carousel .carousel-inner > .item {
    position: relative;
    float: left;
    display: block;
    transition: none;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.touch-carousel .carousel-inner > .item * {
    transition: none;
}

.touch-carousel .carousel-inner.animate {
    transition: all 0.3s linear;
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none;
    }
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
  /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
  /*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
  /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
  /*IE7 fix*/
    opacity: 0.5;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
  /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/*!
 * # Semantic UI 2.2.12 - Grid
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Standard
*******************************/
.ui.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0em;
}

/*----------------------
      Remove Gutters
-----------------------*/
.ui.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

.ui.relaxed.grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.ui[class*="very relaxed"].grid {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

/* Preserve Rows Spacing on Consecutive Grids */
.ui.grid + .grid {
    margin-top: 1rem;
}

/*-------------------
       Columns
--------------------*/
/* Standard 16 column */
.ui.grid > .column:not(.row),
.ui.grid > .row > .column {
    position: relative;
    display: inline-block;
    width: 6.25%;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: top;
}

.ui.grid > * {
    padding-left: 1rem;
    padding-right: 1rem;
}

/*-------------------
        Rows
--------------------*/
.ui.grid > .row {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100% !important;
    padding: 0rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*-------------------
       Columns
--------------------*/
/* Vertical padding when no rows */
.ui.grid > .column:not(.row) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.ui.grid > .row > .column {
    margin-top: 0em;
    margin-bottom: 0em;
}

/*-------------------
      Content
--------------------*/
.ui.grid > .row > img,
.ui.grid > .row > .column > img {
    max-width: 100%;
}

/*-------------------
    Loose Coupling
--------------------*/
/* Collapse Margin on Consecutive Grid */
.ui.grid > .ui.grid:first-child {
    margin-top: 0em;
}

.ui.grid > .ui.grid:last-child {
    margin-bottom: 0em;
}

/* Segment inside Aligned Grid */
.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
.ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
    width: 100%;
}

/* Align Dividers with Gutter */
.ui.grid .row + .ui.divider {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 1rem 1rem;
}

.ui.grid .column + .ui.vertical.divider {
    height: calc(50% -  1rem);
}

/* Remove Border on Last Horizontal Segment */
.ui.grid > .row > .column:last-child > .horizontal.segment,
.ui.grid > .column:last-child > .horizontal.segment {
    box-shadow: none;
}

/*******************************
           Variations
*******************************/
/*-----------------------
       Page Grid
-------------------------*/
@media only screen and (max-width: 767px) {
    .ui.page.grid {
        width: auto;
        padding-left: 0em;
        padding-right: 0em;
        margin-left: 0em;
        margin-right: 0em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.page.grid {
        width: auto;
        margin-left: 0em;
        margin-right: 0em;
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui.page.grid {
        width: auto;
        margin-left: 0em;
        margin-right: 0em;
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .ui.page.grid {
        width: auto;
        margin-left: 0em;
        margin-right: 0em;
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media only screen and (min-width: 1920px) {
    .ui.page.grid {
        width: auto;
        margin-left: 0em;
        margin-right: 0em;
        padding-left: 23%;
        padding-right: 23%;
    }
}

/*-------------------
     Column Count
--------------------*/
/* Assume full width with one column */
.ui.grid > .column:only-child,
.ui.grid > .row > .column:only-child {
    width: 100%;
}

/* Grid Based */
.ui[class*="one column"].grid > .row > .column,
.ui[class*="one column"].grid > .column:not(.row) {
    width: 100%;
}

.ui[class*="two column"].grid > .row > .column,
.ui[class*="two column"].grid > .column:not(.row) {
    width: 50%;
}

.ui[class*="three column"].grid > .row > .column,
.ui[class*="three column"].grid > .column:not(.row) {
    width: 33.33333333%;
}

.ui[class*="four column"].grid > .row > .column,
.ui[class*="four column"].grid > .column:not(.row) {
    width: 25%;
}

.ui[class*="five column"].grid > .row > .column,
.ui[class*="five column"].grid > .column:not(.row) {
    width: 20%;
}

.ui[class*="six column"].grid > .row > .column,
.ui[class*="six column"].grid > .column:not(.row) {
    width: 16.66666667%;
}

.ui[class*="seven column"].grid > .row > .column,
.ui[class*="seven column"].grid > .column:not(.row) {
    width: 14.28571429%;
}

.ui[class*="eight column"].grid > .row > .column,
.ui[class*="eight column"].grid > .column:not(.row) {
    width: 12.5%;
}

.ui[class*="nine column"].grid > .row > .column,
.ui[class*="nine column"].grid > .column:not(.row) {
    width: 11.11111111%;
}

.ui[class*="ten column"].grid > .row > .column,
.ui[class*="ten column"].grid > .column:not(.row) {
    width: 10%;
}

.ui[class*="eleven column"].grid > .row > .column,
.ui[class*="eleven column"].grid > .column:not(.row) {
    width: 9.09090909%;
}

.ui[class*="twelve column"].grid > .row > .column,
.ui[class*="twelve column"].grid > .column:not(.row) {
    width: 8.33333333%;
}

.ui[class*="thirteen column"].grid > .row > .column,
.ui[class*="thirteen column"].grid > .column:not(.row) {
    width: 7.69230769%;
}

.ui[class*="fourteen column"].grid > .row > .column,
.ui[class*="fourteen column"].grid > .column:not(.row) {
    width: 7.14285714%;
}

.ui[class*="fifteen column"].grid > .row > .column,
.ui[class*="fifteen column"].grid > .column:not(.row) {
    width: 6.66666667%;
}

.ui[class*="sixteen column"].grid > .row > .column,
.ui[class*="sixteen column"].grid > .column:not(.row) {
    width: 6.25%;
}

/* Row Based Overrides */
.ui.grid > [class*="one column"].row > .column {
    width: 100% !important;
}

.ui.grid > [class*="two column"].row > .column {
    width: 50% !important;
}

.ui.grid > [class*="three column"].row > .column {
    width: 33.33333333% !important;
}

.ui.grid > [class*="four column"].row > .column {
    width: 25% !important;
}

.ui.grid > [class*="five column"].row > .column {
    width: 20% !important;
}

.ui.grid > [class*="six column"].row > .column {
    width: 16.66666667% !important;
}

.ui.grid > [class*="seven column"].row > .column {
    width: 14.28571429% !important;
}

.ui.grid > [class*="eight column"].row > .column {
    width: 12.5% !important;
}

.ui.grid > [class*="nine column"].row > .column {
    width: 11.11111111% !important;
}

.ui.grid > [class*="ten column"].row > .column {
    width: 10% !important;
}

.ui.grid > [class*="eleven column"].row > .column {
    width: 9.09090909% !important;
}

.ui.grid > [class*="twelve column"].row > .column {
    width: 8.33333333% !important;
}

.ui.grid > [class*="thirteen column"].row > .column {
    width: 7.69230769% !important;
}

.ui.grid > [class*="fourteen column"].row > .column {
    width: 7.14285714% !important;
}

.ui.grid > [class*="fifteen column"].row > .column {
    width: 6.66666667% !important;
}

.ui.grid > [class*="sixteen column"].row > .column {
    width: 6.25% !important;
}

/* Celled Page */
.ui.celled.page.grid {
    box-shadow: none;
}

/*-------------------
    Column Width
--------------------*/
/* Sizing Combinations */
.ui.grid > .row > [class*="one wide"].column,
.ui.grid > .column.row > [class*="one wide"].column,
.ui.grid > [class*="one wide"].column,
.ui.column.grid > [class*="one wide"].column {
    width: 6.25% !important;
}

.ui.grid > .row > [class*="two wide"].column,
.ui.grid > .column.row > [class*="two wide"].column,
.ui.grid > [class*="two wide"].column,
.ui.column.grid > [class*="two wide"].column {
    width: 12.5% !important;
}

.ui.grid > .row > [class*="three wide"].column,
.ui.grid > .column.row > [class*="three wide"].column,
.ui.grid > [class*="three wide"].column,
.ui.column.grid > [class*="three wide"].column {
    width: 18.75% !important;
}

.ui.grid > .row > [class*="four wide"].column,
.ui.grid > .column.row > [class*="four wide"].column,
.ui.grid > [class*="four wide"].column,
.ui.column.grid > [class*="four wide"].column {
    width: 25% !important;
}

.ui.grid > .row > [class*="five wide"].column,
.ui.grid > .column.row > [class*="five wide"].column,
.ui.grid > [class*="five wide"].column,
.ui.column.grid > [class*="five wide"].column {
    width: 31.25% !important;
}

.ui.grid > .row > [class*="six wide"].column,
.ui.grid > .column.row > [class*="six wide"].column,
.ui.grid > [class*="six wide"].column,
.ui.column.grid > [class*="six wide"].column {
    width: 37.5% !important;
}

.ui.grid > .row > [class*="seven wide"].column,
.ui.grid > .column.row > [class*="seven wide"].column,
.ui.grid > [class*="seven wide"].column,
.ui.column.grid > [class*="seven wide"].column {
    width: 43.75% !important;
}

.ui.grid > .row > [class*="eight wide"].column,
.ui.grid > .column.row > [class*="eight wide"].column,
.ui.grid > [class*="eight wide"].column,
.ui.column.grid > [class*="eight wide"].column {
    width: 50% !important;
}

.ui.grid > .row > [class*="nine wide"].column,
.ui.grid > .column.row > [class*="nine wide"].column,
.ui.grid > [class*="nine wide"].column,
.ui.column.grid > [class*="nine wide"].column {
    width: 56.25% !important;
}

.ui.grid > .row > [class*="ten wide"].column,
.ui.grid > .column.row > [class*="ten wide"].column,
.ui.grid > [class*="ten wide"].column,
.ui.column.grid > [class*="ten wide"].column {
    width: 62.5% !important;
}

.ui.grid > .row > [class*="eleven wide"].column,
.ui.grid > .column.row > [class*="eleven wide"].column,
.ui.grid > [class*="eleven wide"].column,
.ui.column.grid > [class*="eleven wide"].column {
    width: 68.75% !important;
}

.ui.grid > .row > [class*="twelve wide"].column,
.ui.grid > .column.row > [class*="twelve wide"].column,
.ui.grid > [class*="twelve wide"].column,
.ui.column.grid > [class*="twelve wide"].column {
    width: 75% !important;
}

.ui.grid > .row > [class*="thirteen wide"].column,
.ui.grid > .column.row > [class*="thirteen wide"].column,
.ui.grid > [class*="thirteen wide"].column,
.ui.column.grid > [class*="thirteen wide"].column {
    width: 81.25% !important;
}

.ui.grid > .row > [class*="fourteen wide"].column,
.ui.grid > .column.row > [class*="fourteen wide"].column,
.ui.grid > [class*="fourteen wide"].column,
.ui.column.grid > [class*="fourteen wide"].column {
    width: 87.5% !important;
}

.ui.grid > .row > [class*="fifteen wide"].column,
.ui.grid > .column.row > [class*="fifteen wide"].column,
.ui.grid > [class*="fifteen wide"].column,
.ui.column.grid > [class*="fifteen wide"].column {
    width: 93.75% !important;
}

.ui.grid > .row > [class*="sixteen wide"].column,
.ui.grid > .column.row > [class*="sixteen wide"].column,
.ui.grid > [class*="sixteen wide"].column,
.ui.column.grid > [class*="sixteen wide"].column {
    width: 100% !important;
}

/*----------------------
    Width per Device
-----------------------*/
/* Mobile Sizing Combinations */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ui.grid > .row > [class*="one wide mobile"].column,
  .ui.grid > .column.row > [class*="one wide mobile"].column,
  .ui.grid > [class*="one wide mobile"].column,
  .ui.column.grid > [class*="one wide mobile"].column {
        width: 6.25% !important;
    }

    .ui.grid > .row > [class*="two wide mobile"].column,
  .ui.grid > .column.row > [class*="two wide mobile"].column,
  .ui.grid > [class*="two wide mobile"].column,
  .ui.column.grid > [class*="two wide mobile"].column {
        width: 12.5% !important;
    }

    .ui.grid > .row > [class*="three wide mobile"].column,
  .ui.grid > .column.row > [class*="three wide mobile"].column,
  .ui.grid > [class*="three wide mobile"].column,
  .ui.column.grid > [class*="three wide mobile"].column {
        width: 18.75% !important;
    }

    .ui.grid > .row > [class*="four wide mobile"].column,
  .ui.grid > .column.row > [class*="four wide mobile"].column,
  .ui.grid > [class*="four wide mobile"].column,
  .ui.column.grid > [class*="four wide mobile"].column {
        width: 25% !important;
    }

    .ui.grid > .row > [class*="five wide mobile"].column,
  .ui.grid > .column.row > [class*="five wide mobile"].column,
  .ui.grid > [class*="five wide mobile"].column,
  .ui.column.grid > [class*="five wide mobile"].column {
        width: 31.25% !important;
    }

    .ui.grid > .row > [class*="six wide mobile"].column,
  .ui.grid > .column.row > [class*="six wide mobile"].column,
  .ui.grid > [class*="six wide mobile"].column,
  .ui.column.grid > [class*="six wide mobile"].column {
        width: 37.5% !important;
    }

    .ui.grid > .row > [class*="seven wide mobile"].column,
  .ui.grid > .column.row > [class*="seven wide mobile"].column,
  .ui.grid > [class*="seven wide mobile"].column,
  .ui.column.grid > [class*="seven wide mobile"].column {
        width: 43.75% !important;
    }

    .ui.grid > .row > [class*="eight wide mobile"].column,
  .ui.grid > .column.row > [class*="eight wide mobile"].column,
  .ui.grid > [class*="eight wide mobile"].column,
  .ui.column.grid > [class*="eight wide mobile"].column {
        width: 50% !important;
    }

    .ui.grid > .row > [class*="nine wide mobile"].column,
  .ui.grid > .column.row > [class*="nine wide mobile"].column,
  .ui.grid > [class*="nine wide mobile"].column,
  .ui.column.grid > [class*="nine wide mobile"].column {
        width: 56.25% !important;
    }

    .ui.grid > .row > [class*="ten wide mobile"].column,
  .ui.grid > .column.row > [class*="ten wide mobile"].column,
  .ui.grid > [class*="ten wide mobile"].column,
  .ui.column.grid > [class*="ten wide mobile"].column {
        width: 62.5% !important;
    }

    .ui.grid > .row > [class*="eleven wide mobile"].column,
  .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  .ui.grid > [class*="eleven wide mobile"].column,
  .ui.column.grid > [class*="eleven wide mobile"].column {
        width: 68.75% !important;
    }

    .ui.grid > .row > [class*="twelve wide mobile"].column,
  .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  .ui.grid > [class*="twelve wide mobile"].column,
  .ui.column.grid > [class*="twelve wide mobile"].column {
        width: 75% !important;
    }

    .ui.grid > .row > [class*="thirteen wide mobile"].column,
  .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  .ui.grid > [class*="thirteen wide mobile"].column,
  .ui.column.grid > [class*="thirteen wide mobile"].column {
        width: 81.25% !important;
    }

    .ui.grid > .row > [class*="fourteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  .ui.grid > [class*="fourteen wide mobile"].column,
  .ui.column.grid > [class*="fourteen wide mobile"].column {
        width: 87.5% !important;
    }

    .ui.grid > .row > [class*="fifteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  .ui.grid > [class*="fifteen wide mobile"].column,
  .ui.column.grid > [class*="fifteen wide mobile"].column {
        width: 93.75% !important;
    }

    .ui.grid > .row > [class*="sixteen wide mobile"].column,
  .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  .ui.grid > [class*="sixteen wide mobile"].column,
  .ui.column.grid > [class*="sixteen wide mobile"].column {
        width: 100% !important;
    }
}

/* Tablet Sizing Combinations */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.grid > .row > [class*="one wide tablet"].column,
  .ui.grid > .column.row > [class*="one wide tablet"].column,
  .ui.grid > [class*="one wide tablet"].column,
  .ui.column.grid > [class*="one wide tablet"].column {
        width: 6.25% !important;
    }

    .ui.grid > .row > [class*="two wide tablet"].column,
  .ui.grid > .column.row > [class*="two wide tablet"].column,
  .ui.grid > [class*="two wide tablet"].column,
  .ui.column.grid > [class*="two wide tablet"].column {
        width: 12.5% !important;
    }

    .ui.grid > .row > [class*="three wide tablet"].column,
  .ui.grid > .column.row > [class*="three wide tablet"].column,
  .ui.grid > [class*="three wide tablet"].column,
  .ui.column.grid > [class*="three wide tablet"].column {
        width: 18.75% !important;
    }

    .ui.grid > .row > [class*="four wide tablet"].column,
  .ui.grid > .column.row > [class*="four wide tablet"].column,
  .ui.grid > [class*="four wide tablet"].column,
  .ui.column.grid > [class*="four wide tablet"].column {
        width: 25% !important;
    }

    .ui.grid > .row > [class*="five wide tablet"].column,
  .ui.grid > .column.row > [class*="five wide tablet"].column,
  .ui.grid > [class*="five wide tablet"].column,
  .ui.column.grid > [class*="five wide tablet"].column {
        width: 31.25% !important;
    }

    .ui.grid > .row > [class*="six wide tablet"].column,
  .ui.grid > .column.row > [class*="six wide tablet"].column,
  .ui.grid > [class*="six wide tablet"].column,
  .ui.column.grid > [class*="six wide tablet"].column {
        width: 37.5% !important;
    }

    .ui.grid > .row > [class*="seven wide tablet"].column,
  .ui.grid > .column.row > [class*="seven wide tablet"].column,
  .ui.grid > [class*="seven wide tablet"].column,
  .ui.column.grid > [class*="seven wide tablet"].column {
        width: 43.75% !important;
    }

    .ui.grid > .row > [class*="eight wide tablet"].column,
  .ui.grid > .column.row > [class*="eight wide tablet"].column,
  .ui.grid > [class*="eight wide tablet"].column,
  .ui.column.grid > [class*="eight wide tablet"].column {
        width: 50% !important;
    }

    .ui.grid > .row > [class*="nine wide tablet"].column,
  .ui.grid > .column.row > [class*="nine wide tablet"].column,
  .ui.grid > [class*="nine wide tablet"].column,
  .ui.column.grid > [class*="nine wide tablet"].column {
        width: 56.25% !important;
    }

    .ui.grid > .row > [class*="ten wide tablet"].column,
  .ui.grid > .column.row > [class*="ten wide tablet"].column,
  .ui.grid > [class*="ten wide tablet"].column,
  .ui.column.grid > [class*="ten wide tablet"].column {
        width: 62.5% !important;
    }

    .ui.grid > .row > [class*="eleven wide tablet"].column,
  .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  .ui.grid > [class*="eleven wide tablet"].column,
  .ui.column.grid > [class*="eleven wide tablet"].column {
        width: 68.75% !important;
    }

    .ui.grid > .row > [class*="twelve wide tablet"].column,
  .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  .ui.grid > [class*="twelve wide tablet"].column,
  .ui.column.grid > [class*="twelve wide tablet"].column {
        width: 75% !important;
    }

    .ui.grid > .row > [class*="thirteen wide tablet"].column,
  .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  .ui.grid > [class*="thirteen wide tablet"].column,
  .ui.column.grid > [class*="thirteen wide tablet"].column {
        width: 81.25% !important;
    }

    .ui.grid > .row > [class*="fourteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  .ui.grid > [class*="fourteen wide tablet"].column,
  .ui.column.grid > [class*="fourteen wide tablet"].column {
        width: 87.5% !important;
    }

    .ui.grid > .row > [class*="fifteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  .ui.grid > [class*="fifteen wide tablet"].column,
  .ui.column.grid > [class*="fifteen wide tablet"].column {
        width: 93.75% !important;
    }

    .ui.grid > .row > [class*="sixteen wide tablet"].column,
  .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  .ui.grid > [class*="sixteen wide tablet"].column,
  .ui.column.grid > [class*="sixteen wide tablet"].column {
        width: 100% !important;
    }
}

/* Computer/Desktop Sizing Combinations */
@media only screen and (min-width: 992px) {
    .ui.grid > .row > [class*="one wide computer"].column,
  .ui.grid > .column.row > [class*="one wide computer"].column,
  .ui.grid > [class*="one wide computer"].column,
  .ui.column.grid > [class*="one wide computer"].column {
        width: 6.25% !important;
    }

    .ui.grid > .row > [class*="two wide computer"].column,
  .ui.grid > .column.row > [class*="two wide computer"].column,
  .ui.grid > [class*="two wide computer"].column,
  .ui.column.grid > [class*="two wide computer"].column {
        width: 12.5% !important;
    }

    .ui.grid > .row > [class*="three wide computer"].column,
  .ui.grid > .column.row > [class*="three wide computer"].column,
  .ui.grid > [class*="three wide computer"].column,
  .ui.column.grid > [class*="three wide computer"].column {
        width: 18.75% !important;
    }

    .ui.grid > .row > [class*="four wide computer"].column,
  .ui.grid > .column.row > [class*="four wide computer"].column,
  .ui.grid > [class*="four wide computer"].column,
  .ui.column.grid > [class*="four wide computer"].column {
        width: 25% !important;
    }

    .ui.grid > .row > [class*="five wide computer"].column,
  .ui.grid > .column.row > [class*="five wide computer"].column,
  .ui.grid > [class*="five wide computer"].column,
  .ui.column.grid > [class*="five wide computer"].column {
        width: 31.25% !important;
    }

    .ui.grid > .row > [class*="six wide computer"].column,
  .ui.grid > .column.row > [class*="six wide computer"].column,
  .ui.grid > [class*="six wide computer"].column,
  .ui.column.grid > [class*="six wide computer"].column {
        width: 37.5% !important;
    }

    .ui.grid > .row > [class*="seven wide computer"].column,
  .ui.grid > .column.row > [class*="seven wide computer"].column,
  .ui.grid > [class*="seven wide computer"].column,
  .ui.column.grid > [class*="seven wide computer"].column {
        width: 43.75% !important;
    }

    .ui.grid > .row > [class*="eight wide computer"].column,
  .ui.grid > .column.row > [class*="eight wide computer"].column,
  .ui.grid > [class*="eight wide computer"].column,
  .ui.column.grid > [class*="eight wide computer"].column {
        width: 50% !important;
    }

    .ui.grid > .row > [class*="nine wide computer"].column,
  .ui.grid > .column.row > [class*="nine wide computer"].column,
  .ui.grid > [class*="nine wide computer"].column,
  .ui.column.grid > [class*="nine wide computer"].column {
        width: 56.25% !important;
    }

    .ui.grid > .row > [class*="ten wide computer"].column,
  .ui.grid > .column.row > [class*="ten wide computer"].column,
  .ui.grid > [class*="ten wide computer"].column,
  .ui.column.grid > [class*="ten wide computer"].column {
        width: 62.5% !important;
    }

    .ui.grid > .row > [class*="eleven wide computer"].column,
  .ui.grid > .column.row > [class*="eleven wide computer"].column,
  .ui.grid > [class*="eleven wide computer"].column,
  .ui.column.grid > [class*="eleven wide computer"].column {
        width: 68.75% !important;
    }

    .ui.grid > .row > [class*="twelve wide computer"].column,
  .ui.grid > .column.row > [class*="twelve wide computer"].column,
  .ui.grid > [class*="twelve wide computer"].column,
  .ui.column.grid > [class*="twelve wide computer"].column {
        width: 75% !important;
    }

    .ui.grid > .row > [class*="thirteen wide computer"].column,
  .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  .ui.grid > [class*="thirteen wide computer"].column,
  .ui.column.grid > [class*="thirteen wide computer"].column {
        width: 81.25% !important;
    }

    .ui.grid > .row > [class*="fourteen wide computer"].column,
  .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  .ui.grid > [class*="fourteen wide computer"].column,
  .ui.column.grid > [class*="fourteen wide computer"].column {
        width: 87.5% !important;
    }

    .ui.grid > .row > [class*="fifteen wide computer"].column,
  .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  .ui.grid > [class*="fifteen wide computer"].column,
  .ui.column.grid > [class*="fifteen wide computer"].column {
        width: 93.75% !important;
    }

    .ui.grid > .row > [class*="sixteen wide computer"].column,
  .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  .ui.grid > [class*="sixteen wide computer"].column,
  .ui.column.grid > [class*="sixteen wide computer"].column {
        width: 100% !important;
    }
}

/* Large Monitor Sizing Combinations */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .ui.grid > .row > [class*="one wide large screen"].column,
  .ui.grid > .column.row > [class*="one wide large screen"].column,
  .ui.grid > [class*="one wide large screen"].column,
  .ui.column.grid > [class*="one wide large screen"].column {
        width: 6.25% !important;
    }

    .ui.grid > .row > [class*="two wide large screen"].column,
  .ui.grid > .column.row > [class*="two wide large screen"].column,
  .ui.grid > [class*="two wide large screen"].column,
  .ui.column.grid > [class*="two wide large screen"].column {
        width: 12.5% !important;
    }

    .ui.grid > .row > [class*="three wide large screen"].column,
  .ui.grid > .column.row > [class*="three wide large screen"].column,
  .ui.grid > [class*="three wide large screen"].column,
  .ui.column.grid > [class*="three wide large screen"].column {
        width: 18.75% !important;
    }

    .ui.grid > .row > [class*="four wide large screen"].column,
  .ui.grid > .column.row > [class*="four wide large screen"].column,
  .ui.grid > [class*="four wide large screen"].column,
  .ui.column.grid > [class*="four wide large screen"].column {
        width: 25% !important;
    }

    .ui.grid > .row > [class*="five wide large screen"].column,
  .ui.grid > .column.row > [class*="five wide large screen"].column,
  .ui.grid > [class*="five wide large screen"].column,
  .ui.column.grid > [class*="five wide large screen"].column {
        width: 31.25% !important;
    }

    .ui.grid > .row > [class*="six wide large screen"].column,
  .ui.grid > .column.row > [class*="six wide large screen"].column,
  .ui.grid > [class*="six wide large screen"].column,
  .ui.column.grid > [class*="six wide large screen"].column {
        width: 37.5% !important;
    }

    .ui.grid > .row > [class*="seven wide large screen"].column,
  .ui.grid > .column.row > [class*="seven wide large screen"].column,
  .ui.grid > [class*="seven wide large screen"].column,
  .ui.column.grid > [class*="seven wide large screen"].column {
        width: 43.75% !important;
    }

    .ui.grid > .row > [class*="eight wide large screen"].column,
  .ui.grid > .column.row > [class*="eight wide large screen"].column,
  .ui.grid > [class*="eight wide large screen"].column,
  .ui.column.grid > [class*="eight wide large screen"].column {
        width: 50% !important;
    }

    .ui.grid > .row > [class*="nine wide large screen"].column,
  .ui.grid > .column.row > [class*="nine wide large screen"].column,
  .ui.grid > [class*="nine wide large screen"].column,
  .ui.column.grid > [class*="nine wide large screen"].column {
        width: 56.25% !important;
    }

    .ui.grid > .row > [class*="ten wide large screen"].column,
  .ui.grid > .column.row > [class*="ten wide large screen"].column,
  .ui.grid > [class*="ten wide large screen"].column,
  .ui.column.grid > [class*="ten wide large screen"].column {
        width: 62.5% !important;
    }

    .ui.grid > .row > [class*="eleven wide large screen"].column,
  .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  .ui.grid > [class*="eleven wide large screen"].column,
  .ui.column.grid > [class*="eleven wide large screen"].column {
        width: 68.75% !important;
    }

    .ui.grid > .row > [class*="twelve wide large screen"].column,
  .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  .ui.grid > [class*="twelve wide large screen"].column,
  .ui.column.grid > [class*="twelve wide large screen"].column {
        width: 75% !important;
    }

    .ui.grid > .row > [class*="thirteen wide large screen"].column,
  .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  .ui.grid > [class*="thirteen wide large screen"].column,
  .ui.column.grid > [class*="thirteen wide large screen"].column {
        width: 81.25% !important;
    }

    .ui.grid > .row > [class*="fourteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  .ui.grid > [class*="fourteen wide large screen"].column,
  .ui.column.grid > [class*="fourteen wide large screen"].column {
        width: 87.5% !important;
    }

    .ui.grid > .row > [class*="fifteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  .ui.grid > [class*="fifteen wide large screen"].column,
  .ui.column.grid > [class*="fifteen wide large screen"].column {
        width: 93.75% !important;
    }

    .ui.grid > .row > [class*="sixteen wide large screen"].column,
  .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  .ui.grid > [class*="sixteen wide large screen"].column,
  .ui.column.grid > [class*="sixteen wide large screen"].column {
        width: 100% !important;
    }
}

/* Widescreen Sizing Combinations */
@media only screen and (min-width: 1920px) {
    .ui.grid > .row > [class*="one wide widescreen"].column,
  .ui.grid > .column.row > [class*="one wide widescreen"].column,
  .ui.grid > [class*="one wide widescreen"].column,
  .ui.column.grid > [class*="one wide widescreen"].column {
        width: 6.25% !important;
    }

    .ui.grid > .row > [class*="two wide widescreen"].column,
  .ui.grid > .column.row > [class*="two wide widescreen"].column,
  .ui.grid > [class*="two wide widescreen"].column,
  .ui.column.grid > [class*="two wide widescreen"].column {
        width: 12.5% !important;
    }

    .ui.grid > .row > [class*="three wide widescreen"].column,
  .ui.grid > .column.row > [class*="three wide widescreen"].column,
  .ui.grid > [class*="three wide widescreen"].column,
  .ui.column.grid > [class*="three wide widescreen"].column {
        width: 18.75% !important;
    }

    .ui.grid > .row > [class*="four wide widescreen"].column,
  .ui.grid > .column.row > [class*="four wide widescreen"].column,
  .ui.grid > [class*="four wide widescreen"].column,
  .ui.column.grid > [class*="four wide widescreen"].column {
        width: 25% !important;
    }

    .ui.grid > .row > [class*="five wide widescreen"].column,
  .ui.grid > .column.row > [class*="five wide widescreen"].column,
  .ui.grid > [class*="five wide widescreen"].column,
  .ui.column.grid > [class*="five wide widescreen"].column {
        width: 31.25% !important;
    }

    .ui.grid > .row > [class*="six wide widescreen"].column,
  .ui.grid > .column.row > [class*="six wide widescreen"].column,
  .ui.grid > [class*="six wide widescreen"].column,
  .ui.column.grid > [class*="six wide widescreen"].column {
        width: 37.5% !important;
    }

    .ui.grid > .row > [class*="seven wide widescreen"].column,
  .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  .ui.grid > [class*="seven wide widescreen"].column,
  .ui.column.grid > [class*="seven wide widescreen"].column {
        width: 43.75% !important;
    }

    .ui.grid > .row > [class*="eight wide widescreen"].column,
  .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  .ui.grid > [class*="eight wide widescreen"].column,
  .ui.column.grid > [class*="eight wide widescreen"].column {
        width: 50% !important;
    }

    .ui.grid > .row > [class*="nine wide widescreen"].column,
  .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  .ui.grid > [class*="nine wide widescreen"].column,
  .ui.column.grid > [class*="nine wide widescreen"].column {
        width: 56.25% !important;
    }

    .ui.grid > .row > [class*="ten wide widescreen"].column,
  .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  .ui.grid > [class*="ten wide widescreen"].column,
  .ui.column.grid > [class*="ten wide widescreen"].column {
        width: 62.5% !important;
    }

    .ui.grid > .row > [class*="eleven wide widescreen"].column,
  .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  .ui.grid > [class*="eleven wide widescreen"].column,
  .ui.column.grid > [class*="eleven wide widescreen"].column {
        width: 68.75% !important;
    }

    .ui.grid > .row > [class*="twelve wide widescreen"].column,
  .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  .ui.grid > [class*="twelve wide widescreen"].column,
  .ui.column.grid > [class*="twelve wide widescreen"].column {
        width: 75% !important;
    }

    .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  .ui.grid > [class*="thirteen wide widescreen"].column,
  .ui.column.grid > [class*="thirteen wide widescreen"].column {
        width: 81.25% !important;
    }

    .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  .ui.grid > [class*="fourteen wide widescreen"].column,
  .ui.column.grid > [class*="fourteen wide widescreen"].column {
        width: 87.5% !important;
    }

    .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  .ui.grid > [class*="fifteen wide widescreen"].column,
  .ui.column.grid > [class*="fifteen wide widescreen"].column {
        width: 93.75% !important;
    }

    .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  .ui.grid > [class*="sixteen wide widescreen"].column,
  .ui.column.grid > [class*="sixteen wide widescreen"].column {
        width: 100% !important;
    }
}

/*----------------------
        Centered
-----------------------*/
.ui.centered.grid,
.ui.centered.grid > .row,
.ui.grid > .centered.row {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
.ui.centered.grid > .row > .column:not(.aligned):not(.justified),
.ui.grid .centered.row > .column:not(.aligned):not(.justified) {
    text-align: left;
}

.ui.grid > .centered.column,
.ui.grid > .row > .centered.column {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*----------------------
        Relaxed
-----------------------*/
.ui.relaxed.grid > .column:not(.row),
.ui.relaxed.grid > .row > .column,
.ui.grid > .relaxed.row > .column {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ui[class*="very relaxed"].grid > .column:not(.row),
.ui[class*="very relaxed"].grid > .row > .column,
.ui.grid > [class*="very relaxed"].row > .column {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

/* Coupling with UI Divider */
.ui.relaxed.grid .row + .ui.divider,
.ui.grid .relaxed.row + .ui.divider {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.ui[class*="very relaxed"].grid .row + .ui.divider,
.ui.grid [class*="very relaxed"].row + .ui.divider {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

/*----------------------
        Padded
-----------------------*/
.ui.padded.grid:not(.vertically):not(.horizontally) {
    margin: 0em !important;
}

[class*="horizontally padded"].ui.grid {
    margin-left: 0em !important;
    margin-right: 0em !important;
}

[class*="vertically padded"].ui.grid {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
}

/*----------------------
       "Floated"
-----------------------*/
.ui.grid [class*="left floated"].column {
    margin-right: auto;
}

.ui.grid [class*="right floated"].column {
    margin-left: auto;
}

/*----------------------
        Divided
-----------------------*/
.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
}

/* Swap from padding to margin on columns to have dividers align */
.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.ui[class*="vertically divided"].grid > .row {
    margin-top: 0em;
    margin-bottom: 0em;
}

/* No divider on first column on row */
.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    box-shadow: none;
}

/* No space on top of first row */
.ui[class*="vertically divided"].grid > .row:first-child > .column {
    margin-top: 0em;
}

/* Divided Row */
.ui.grid > .divided.row > .column {
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
}

.ui.grid > .divided.row > .column:first-child {
    box-shadow: none;
}

/* Vertically Divided */
.ui[class*="vertically divided"].grid > .row {
    position: relative;
}

.ui[class*="vertically divided"].grid > .row:before {
    position: absolute;
    content: "";
    top: 0em;
    left: 0px;
    width: calc(100% -  2rem);
    height: 1px;
    margin: 0% 1rem;
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/* Padded Horizontally Divided */
[class*="horizontally padded"].ui.divided.grid,
.ui.padded.divided.grid:not(.vertically):not(.horizontally) {
    width: 100%;
}

/* First Row Vertically Divided */
.ui[class*="vertically divided"].grid > .row:first-child:before {
    box-shadow: none;
}

/* Inverted Divided */
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
    box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
}

.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    box-shadow: none;
}

.ui.inverted[class*="vertically divided"].grid > .row:before {
    box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
}

/* Relaxed */
.ui.relaxed[class*="vertically divided"].grid > .row:before {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(100% -  3rem);
}

.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
    margin-left: 5rem;
    margin-right: 5rem;
    width: calc(100% -  5rem);
}

/*----------------------
         Celled
-----------------------*/
.ui.celled.grid {
    width: 100%;
    margin: 1em 0em;
    box-shadow: 0px 0px 0px 1px #D4D4D5;
}

.ui.celled.grid > .row {
    width: 100% !important;
    margin: 0em;
    padding: 0em;
    box-shadow: 0px -1px 0px 0px #D4D4D5;
}

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
    box-shadow: -1px 0px 0px 0px #D4D4D5;
}

.ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child {
    box-shadow: none;
}

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
    padding: 1em;
}

.ui.relaxed.celled.grid > .column:not(.row),
.ui.relaxed.celled.grid > .row > .column {
    padding: 1.5em;
}

.ui[class*="very relaxed"].celled.grid > .column:not(.row),
.ui[class*="very relaxed"].celled.grid > .row > .column {
    padding: 2em;
}

/* Internally Celled */
.ui[class*="internally celled"].grid {
    box-shadow: none;
    margin: 0em;
}

.ui[class*="internally celled"].grid > .row:first-child {
    box-shadow: none;
}

.ui[class*="internally celled"].grid > .row > .column:first-child {
    box-shadow: none;
}

/*----------------------
   Vertically Aligned
-----------------------*/
/* Top Aligned */
.ui[class*="top aligned"].grid > .column:not(.row),
.ui[class*="top aligned"].grid > .row > .column,
.ui.grid > [class*="top aligned"].row > .column,
.ui.grid > [class*="top aligned"].column:not(.row),
.ui.grid > .row > [class*="top aligned"].column {
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

/* Middle Aligned */
.ui[class*="middle aligned"].grid > .column:not(.row),
.ui[class*="middle aligned"].grid > .row > .column,
.ui.grid > [class*="middle aligned"].row > .column,
.ui.grid > [class*="middle aligned"].column:not(.row),
.ui.grid > .row > [class*="middle aligned"].column {
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: middle;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

/* Bottom Aligned */
.ui[class*="bottom aligned"].grid > .column:not(.row),
.ui[class*="bottom aligned"].grid > .row > .column,
.ui.grid > [class*="bottom aligned"].row > .column,
.ui.grid > [class*="bottom aligned"].column:not(.row),
.ui.grid > .row > [class*="bottom aligned"].column {
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: bottom;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

/* Stretched */
.ui.stretched.grid > .row > .column,
.ui.stretched.grid > .column,
.ui.grid > .stretched.row > .column,
.ui.grid > .stretched.column:not(.row),
.ui.grid > .row > .stretched.column {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ui.stretched.grid > .row > .column > *,
.ui.stretched.grid > .column > *,
.ui.grid > .stretched.row > .column > *,
.ui.grid > .stretched.column:not(.row) > *,
.ui.grid > .row > .stretched.column > * {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

/*----------------------
  Horizontally Centered
-----------------------*/
/* Left Aligned */
.ui[class*="left aligned"].grid > .column,
.ui[class*="left aligned"].grid > .row > .column,
.ui.grid > [class*="left aligned"].row > .column,
.ui.grid > [class*="left aligned"].column.column,
.ui.grid > .row > [class*="left aligned"].column.column {
    text-align: left;
    -ms-flex-item-align: inherit;
    -ms-grid-row-align: inherit;
    align-self: inherit;
}

/* Center Aligned */
.ui[class*="center aligned"].grid > .column,
.ui[class*="center aligned"].grid > .row > .column,
.ui.grid > [class*="center aligned"].row > .column,
.ui.grid > [class*="center aligned"].column.column,
.ui.grid > .row > [class*="center aligned"].column.column {
    text-align: center;
    -ms-flex-item-align: inherit;
    -ms-grid-row-align: inherit;
    align-self: inherit;
}

.ui[class*="center aligned"].grid {
    -ms-flex-pack: center;
    justify-content: center;
}

/* Right Aligned */
.ui[class*="right aligned"].grid > .column,
.ui[class*="right aligned"].grid > .row > .column,
.ui.grid > [class*="right aligned"].row > .column,
.ui.grid > [class*="right aligned"].column.column,
.ui.grid > .row > [class*="right aligned"].column.column {
    text-align: right;
    -ms-flex-item-align: inherit;
    -ms-grid-row-align: inherit;
    align-self: inherit;
}

/* Justified */
.ui.justified.grid > .column,
.ui.justified.grid > .row > .column,
.ui.grid > .justified.row > .column,
.ui.grid > .justified.column.column,
.ui.grid > .row > .justified.column.column {
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/*----------------------
         Colored
-----------------------*/
.ui.grid > .row > .red.column,
.ui.grid > .row > .orange.column,
.ui.grid > .row > .yellow.column,
.ui.grid > .row > .olive.column,
.ui.grid > .row > .green.column,
.ui.grid > .row > .teal.column,
.ui.grid > .row > .blue.column,
.ui.grid > .row > .violet.column,
.ui.grid > .row > .purple.column,
.ui.grid > .row > .pink.column,
.ui.grid > .row > .brown.column,
.ui.grid > .row > .grey.column,
.ui.grid > .row > .black.column {
    margin-top: -1rem;
    margin-bottom: -1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* Red */
.ui.grid > .red.row,
.ui.grid > .red.column,
.ui.grid > .row > .red.column {
    background-color: #DB2828 !important;
    color: #FFFFFF;
}

/* Orange */
.ui.grid > .orange.row,
.ui.grid > .orange.column,
.ui.grid > .row > .orange.column {
    background-color: #F2711C !important;
    color: #FFFFFF;
}

/* Yellow */
.ui.grid > .yellow.row,
.ui.grid > .yellow.column,
.ui.grid > .row > .yellow.column {
    background-color: #FBBD08 !important;
    color: #FFFFFF;
}

/* Olive */
.ui.grid > .olive.row,
.ui.grid > .olive.column,
.ui.grid > .row > .olive.column {
    background-color: #B5CC18 !important;
    color: #FFFFFF;
}

/* Green */
.ui.grid > .green.row,
.ui.grid > .green.column,
.ui.grid > .row > .green.column {
    background-color: #21BA45 !important;
    color: #FFFFFF;
}

/* Teal */
.ui.grid > .teal.row,
.ui.grid > .teal.column,
.ui.grid > .row > .teal.column {
    background-color: #00B5AD !important;
    color: #FFFFFF;
}

/* Blue */
.ui.grid > .blue.row,
.ui.grid > .blue.column,
.ui.grid > .row > .blue.column {
    background-color: #2185D0 !important;
    color: #FFFFFF;
}

/* Violet */
.ui.grid > .violet.row,
.ui.grid > .violet.column,
.ui.grid > .row > .violet.column {
    background-color: #6435C9 !important;
    color: #FFFFFF;
}

/* Purple */
.ui.grid > .purple.row,
.ui.grid > .purple.column,
.ui.grid > .row > .purple.column {
    background-color: #A333C8 !important;
    color: #FFFFFF;
}

/* Pink */
.ui.grid > .pink.row,
.ui.grid > .pink.column,
.ui.grid > .row > .pink.column {
    background-color: #E03997 !important;
    color: #FFFFFF;
}

/* Brown */
.ui.grid > .brown.row,
.ui.grid > .brown.column,
.ui.grid > .row > .brown.column {
    background-color: #A5673F !important;
    color: #FFFFFF;
}

/* Grey */
.ui.grid > .grey.row,
.ui.grid > .grey.column,
.ui.grid > .row > .grey.column {
    background-color: #767676 !important;
    color: #FFFFFF;
}

/* Black */
.ui.grid > .black.row,
.ui.grid > .black.column,
.ui.grid > .row > .black.column {
    background-color: #1B1C1D !important;
    color: #FFFFFF;
}

/*----------------------
      Equal Width
-----------------------*/
.ui[class*="equal width"].grid > .column:not(.row),
.ui[class*="equal width"].grid > .row > .column,
.ui.grid > [class*="equal width"].row > .column {
    display: inline-block;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ui[class*="equal width"].grid > .wide.column,
.ui[class*="equal width"].grid > .row > .wide.column,
.ui.grid > [class*="equal width"].row > .wide.column {
    -ms-flex-positive: 0;
    flex-grow: 0;
}

/*----------------------
        Reverse
-----------------------*/
/* Mobile */
@media only screen and (max-width: 767px) {
    .ui[class*="mobile reversed"].grid,
  .ui[class*="mobile reversed"].grid > .row,
  .ui.grid > [class*="mobile reversed"].row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .ui[class*="mobile vertically reversed"].grid,
  .ui.stackable[class*="mobile reversed"] {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
  /* Divided Reversed */
    .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
        box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    }

    .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
        box-shadow: none;
    }
  /* Vertically Divided Reversed */
    .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
        box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    }

    .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
        box-shadow: none;
    }
  /* Celled Reversed */
    .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
        box-shadow: -1px 0px 0px 0px #D4D4D5;
    }

    .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
        box-shadow: none;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui[class*="tablet reversed"].grid,
  .ui[class*="tablet reversed"].grid > .row,
  .ui.grid > [class*="tablet reversed"].row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .ui[class*="tablet vertically reversed"].grid {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
  /* Divided Reversed */
    .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
        box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    }

    .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
        box-shadow: none;
    }
  /* Vertically Divided Reversed */
    .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
        box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    }

    .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
        box-shadow: none;
    }
  /* Celled Reversed */
    .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
        box-shadow: -1px 0px 0px 0px #D4D4D5;
    }

    .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
        box-shadow: none;
    }
}

/* Computer */
@media only screen and (min-width: 992px) {
    .ui[class*="computer reversed"].grid,
  .ui[class*="computer reversed"].grid > .row,
  .ui.grid > [class*="computer reversed"].row {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .ui[class*="computer vertically reversed"].grid {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
  /* Divided Reversed */
    .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
        box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
    }

    .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
        box-shadow: none;
    }
  /* Vertically Divided Reversed */
    .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
        box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
    }

    .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
        box-shadow: none;
    }
  /* Celled Reversed */
    .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
        box-shadow: -1px 0px 0px 0px #D4D4D5;
    }

    .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
        box-shadow: none;
    }
}

/*-------------------
      Doubling
--------------------*/
/* Tablet Only */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ui.doubling.grid {
        width: auto;
    }

    .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
        margin: 0em !important;
        padding: 0em !important;
    }

    .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
        display: inline-block !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        box-shadow: none !important;
        margin: 0em;
    }

    .ui[class*="two column"].doubling.grid > .row > .column,
  .ui[class*="two column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling.row.row > .column {
        width: 100% !important;
    }

    .ui[class*="three column"].doubling.grid > .row > .column,
  .ui[class*="three column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling.row.row > .column {
        width: 50% !important;
    }

    .ui[class*="four column"].doubling.grid > .row > .column,
  .ui[class*="four column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling.row.row > .column {
        width: 50% !important;
    }

    .ui[class*="five column"].doubling.grid > .row > .column,
  .ui[class*="five column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling.row.row > .column {
        width: 33.33333333% !important;
    }

    .ui[class*="six column"].doubling.grid > .row > .column,
  .ui[class*="six column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling.row.row > .column {
        width: 33.33333333% !important;
    }

    .ui[class*="seven column"].doubling.grid > .row > .column,
  .ui[class*="seven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling.row.row > .column {
        width: 33.33333333% !important;
    }

    .ui[class*="eight column"].doubling.grid > .row > .column,
  .ui[class*="eight column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling.row.row > .column {
        width: 25% !important;
    }

    .ui[class*="nine column"].doubling.grid > .row > .column,
  .ui[class*="nine column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling.row.row > .column {
        width: 25% !important;
    }

    .ui[class*="ten column"].doubling.grid > .row > .column,
  .ui[class*="ten column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling.row.row > .column {
        width: 20% !important;
    }

    .ui[class*="eleven column"].doubling.grid > .row > .column,
  .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling.row.row > .column {
        width: 20% !important;
    }

    .ui[class*="twelve column"].doubling.grid > .row > .column,
  .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling.row.row > .column {
        width: 16.66666667% !important;
    }

    .ui[class*="thirteen column"].doubling.grid > .row > .column,
  .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
        width: 16.66666667% !important;
    }

    .ui[class*="fourteen column"].doubling.grid > .row > .column,
  .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
        width: 14.28571429% !important;
    }

    .ui[class*="fifteen column"].doubling.grid > .row > .column,
  .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
        width: 14.28571429% !important;
    }

    .ui[class*="sixteen column"].doubling.grid > .row > .column,
  .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
        width: 12.5% !important;
    }
}

/* Mobile Only */
@media only screen and (max-width: 767px) {
    .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
        margin: 0em !important;
        padding: 0em !important;
    }

    .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        margin: 0em !important;
        box-shadow: none !important;
    }

    .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
        width: 100% !important;
    }

    .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
        width: 50% !important;
    }

    .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
        width: 50% !important;
    }

    .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
        width: 50% !important;
    }

    .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
        width: 50% !important;
    }

    .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
        width: 50% !important;
    }

    .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
        width: 50% !important;
    }

    .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
        width: 33.33333333% !important;
    }

    .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
        width: 33.33333333% !important;
    }

    .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
        width: 33.33333333% !important;
    }

    .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
        width: 33.33333333% !important;
    }

    .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
        width: 33.33333333% !important;
    }

    .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
        width: 25% !important;
    }

    .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
        width: 25% !important;
    }

    .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
        width: 25% !important;
    }
}

/*-------------------
      Stackable
--------------------*/
@media only screen and (max-width: 767px) {
    .ui.stackable.grid {
        width: auto;
        margin-left: 0em !important;
        margin-right: 0em !important;
    }

    .ui.stackable.grid > .row > .wide.column,
  .ui.stackable.grid > .wide.column,
  .ui.stackable.grid > .column.grid > .column,
  .ui.stackable.grid > .column.row > .column,
  .ui.stackable.grid > .row > .column,
  .ui.stackable.grid > .column:not(.row),
  .ui.grid > .stackable.stackable.row > .column {
        width: 100% !important;
        margin: 0em 0em !important;
        box-shadow: none !important;
        padding: 1rem 1rem !important;
    }

    .ui.stackable.grid:not(.vertically) > .row {
        margin: 0em;
        padding: 0em;
    }
  /* Coupling */
    .ui.container > .ui.stackable.grid > .column,
  .ui.container > .ui.stackable.grid > .row > .column {
        padding-left: 0em !important;
        padding-right: 0em !important;
    }
  /* Don't pad inside segment or nested grid */
  .ui.grid .ui.stackable.grid,
  .ui.segment:not(.vertical) .ui.stackable.page.grid {
    margin-left: -1rem !important;
    margin-right: -1rem !important; }
  /* Divided Stackable */
  .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  .ui.stackable.divided.grid > .column:not(.row):first-child,
  .ui.stackable.celled.grid > .column:not(.row):first-child {
    border-top: none !important; }
  .ui.inverted.stackable.celled.grid > .column:not(.row),
  .ui.inverted.stackable.divided.grid > .column:not(.row),
  .ui.inverted.stackable.celled.grid > .row > .column,
  .ui.inverted.stackable.divided.grid > .row > .column {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .ui.stackable.celled.grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.celled.grid > .row > .column,
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .ui.stackable.celled.grid > .row {
    box-shadow: none !important; }
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    padding-left: 0em !important;
    padding-right: 0em !important; } }

/*----------------------
     Only (Device)
-----------------------*/
/* These include arbitrary class repetitions for forced specificity */
/* Mobile Only Hide */
@media only screen and (max-width: 767px) {
  .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Tablet Only Hide */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
    display: none !important; }
  .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Computer Only Hide */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Large Screen Only Hide */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important; } }

/* Widescreen Only Hide */
@media only screen and (min-width: 1920px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important; }
  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important; } }

/*******************************
         Theme Overrides
*******************************/
/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Divider
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Divider
*******************************/
.ui.divider {
  margin: 1rem 0rem;
  line-height: 1;
  height: 0em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*--------------
      Basic
---------------*/
.ui.divider:not(.vertical):not(.horizontal) {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

/*--------------
    Coupling
---------------*/
/* Allow divider between each column row */
.ui.grid > .column + .divider,
.ui.grid > .row > .column + .divider {
  left: auto; }

/*--------------
   Horizontal
---------------*/
.ui.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: '';
  line-height: 1;
  text-align: center; }

.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat; }

.ui.horizontal.divider:before {
  background-position: right 1em top 50%; }

.ui.horizontal.divider:after {
  background-position: left 1em top 50%; }

/*--------------
    Vertical
---------------*/
.ui.vertical.divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: 0rem;
  padding: 0em;
  width: auto;
  height: 50%;
  line-height: 0em;
  text-align: center;
  transform: translateX(-50%); }

.ui.vertical.divider:before,
.ui.vertical.divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 3;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 0%;
  height: calc(100% -  1rem); }

.ui.vertical.divider:before {
  top: -100%; }

.ui.vertical.divider:after {
  top: auto;
  bottom: 0px; }

/* Inside grid */
@media only screen and (max-width: 767px) {
  .ui.stackable.grid .ui.vertical.divider,
  .ui.grid .stackable.row .ui.vertical.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    overflow: hidden;
    line-height: 1;
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    transform: none; }
  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before,
  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    position: static;
    left: 0;
    border-left: none;
    border-right: none;
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat; }
  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before {
    background-position: right 1em top 50%; }
  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    background-position: left 1em top 50%; } }

/*--------------
      Icon
---------------*/
.ui.divider > .icon {
  margin: 0rem;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle; }

/*******************************
          Variations
*******************************/
/*--------------
    Hidden
---------------*/
.ui.hidden.divider {
  border-color: transparent !important; }

.ui.hidden.divider:before,
.ui.hidden.divider:after {
  display: none; }

/*--------------
    Inverted
---------------*/
.ui.divider.inverted,
.ui.vertical.inverted.divider,
.ui.horizontal.inverted.divider {
  color: #FFFFFF; }

.ui.divider.inverted,
.ui.divider.inverted:after,
.ui.divider.inverted:before {
  border-top-color: rgba(34, 36, 38, 0.15) !important;
  border-left-color: rgba(34, 36, 38, 0.15) !important;
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  border-right-color: rgba(255, 255, 255, 0.15) !important; }

/*--------------
    Fitted
---------------*/
.ui.fitted.divider {
  margin: 0em; }

/*--------------
    Clearing
---------------*/
.ui.clearing.divider {
  clear: both; }

/*--------------
    Section
---------------*/
.ui.section.divider {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/*--------------
     Sizes
---------------*/
.ui.divider {
  font-size: 1rem; }

/*******************************
         Theme Overrides
*******************************/
.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC"); }

@media only screen and (max-width: 767px) {
  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before,
  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC"); } }

/*******************************
         Site Overrides
*******************************/
.container-fluid > .ui.grid {
  margin: 0 -15px; }

/*!
Video.js Default Styles (http://videojs.com)
Version GENERATED_AT_BUILD
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc; }

/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url("font/vjs.eot");
  src: url("font/vjs.eot?#iefix") format("embedded-opentype"), url("font/vjs.woff") format("woff"), url("font/vjs.ttf") format("truetype"), url("font/vjs.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9); }

.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  box-shadow: 0 0 2em #fff; }

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-slider-handle:before {
  content: "";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  transform: rotate(-45deg); }

/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7); }

/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  transition: visibility 0.1s, opacity 0.1s; }

/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  transition: visibility 1s, opacity 1s; }

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none; }

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none; }

/* The control bar shouldn't show after an error */
    .vjs-default-skin.vjs-error .vjs-control-bar {
        display: none;
    }

/* Don't hide the control bar if it's audio */
    .vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        opacity: 1;
        visibility: visible;
    }

/* General styles for individual controls. */
    .vjs-default-skin .vjs-control {
        outline: none;
        position: relative;
        float: left;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 3.0em;
        width: 4em;
    }

/* Font button icons */
    .vjs-default-skin .vjs-control:before {
        font-family: VideoJS;
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

/* Replacement for focus outline */
    .vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
        text-shadow: 0em 0em 1em white;
    }

    .vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */
    }

/* Hide control text visually, but have it available for screenreaders */
    .vjs-default-skin .vjs-control-text {
  /* hide-visually */
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

/* Play/Pause
--------------------------------------------------------------------------------
*/
    .vjs-default-skin .vjs-play-control {
        width: 5em;
        cursor: pointer;
    }

    .vjs-default-skin .vjs-play-control:before {
        content: "";
    }

    .vjs-default-skin.vjs-playing .vjs-play-control:before {
        content: "";
    }

/* Playback toggle
--------------------------------------------------------------------------------
*/
    .vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
        font-size: 1.5em;
        line-height: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

    .vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
        width: 4em;
        left: -2em;
        list-style: none;
    }

/* Volume/Mute
-------------------------------------------------------------------------------- */
    .vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
        cursor: pointer;
        float: right;
    }

    .vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
        content: "";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
        content: "";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
        content: "";
    }

    .vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
        content: "";
    }

    .vjs-default-skin .vjs-volume-control {
        width: 5em;
        float: right;
    }

    .vjs-default-skin .vjs-volume-bar {
        width: 5em;
        height: 0.6em;
        margin: 1.1em auto 0;
    }

    .vjs-default-skin .vjs-volume-level {
        position: absolute;
        top: 0;
        left: 0;
        height: 0.5em;
  /* assuming volume starts at 1.0 */
        width: 100%;
        background: #66a8cc url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC") -50% 0 repeat;
    }

    .vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
        width: 0.5em;
        height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */
  left: 4.5em; }

.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em; }

/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
        .vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
        width: 0;
        height: 0;
        border-top-color: transparent;
    }

    .vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
        height: 0;
        width: 0;
    }

    .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
        border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
    }

    .vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
        height: 2.9em;
        width: 10em;
    }

/* Progress
--------------------------------------------------------------------------------
*/
    .vjs-default-skin .vjs-progress-control {
        position: absolute;
        left: 0;
        right: 0;
        width: auto;
        font-size: 0.3em;
        height: 1em;
  /* Set above the rest of the controls. */
        top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
        transition: all 0.4s;
    }

/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */
  /* transition */
  transition: all 0.2s; }

/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%; }

/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0; }

.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */
  background: #66a8cc url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC") -50% 0 repeat; }

.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.2); }

/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878;
  background: rgba(255, 255, 255, 0.1); }

.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%; }

.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em; }

/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none; }

.vjs-default-skin.vjs-live .vjs-live-display {
  display: block; }

/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em; }

/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em; }

.vjs-default-skin .vjs-current-time {
  float: left; }

.vjs-default-skin .vjs-duration {
  float: left; }

/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left; }

.vjs-time-divider {
  float: left;
  line-height: 3em; }

/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right; }

.vjs-default-skin .vjs-fullscreen-control:before {
  content: ""; }

/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: ""; }

/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  border-radius: 0.8em;
  /* box-shadow */
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  transition: all 0.4s; }

/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  top: 50%;
  margin-top: -1.4em; }

/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none; }

/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none; }

/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none; }

.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  box-shadow: 0 0 3em #fff;
  /* transition */
  transition: all 0s; }

.vjs-default-skin .vjs-big-play-button:before {
  content: "";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-error .vjs-big-play-button {
  display: none; }

/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none; }

.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%; }

.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: black;
  background: rgba(0, 0, 0, 0.5); }

.vjs-error-display a, .vjs-error-display a:visited {
  color: #F4A460; }

/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75; }

/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  animation: spin 1.5s infinite linear; }

/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
    animation: none;
}

.vjs-default-skin .vjs-loading-spinner:before {
    content: "";
    font-family: VideoJS;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    text-shadow: 0em 0em 0.1em #000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
    float: right;
    cursor: pointer;
}

.vjs-default-skin .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
    width: 0em;
    height: 0em;
    margin-bottom: 3em;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 1.55em solid black;
  /* Same width top as ul bottom */
    border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}

/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 10em;
    bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
    max-height: 15em;
    overflow: auto;
    left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
    background-color: #07141e;
    background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
    box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
    display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
    list-style: none;
    margin: 0;
    padding: 0.3em 0 0.3em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
    background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
    outline: 0;
    color: #111;
  /* background-color-with-alpha */
    background-color: white;
    background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
    box-shadow: 0 0 1em white;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
    content: "";
}

/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
    content: "";
}

/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
    content: "";
}

.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
    width: 24em;
    left: -12em;
}

/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
    box-shadow: 0 0 1em white;
}

/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
    background-color: #000;
    position: relative;
    padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */
    font-size: 10px;
  /* Allow poster to be vertically aligned. */
    vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
    font-weight: normal;
    font-style: normal;
  /* Avoiding helvetica: issue #376 */
    font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */
  /* user-select */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
    position: absolute;
}

/* Fullscreen Styles */
body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
    overflow-y: auto;
}

.video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  /* IE6 full-window (underscore hack) */
    _position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none;
}

/* Poster Styles */
.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
    display: none;
}

/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
    display: block;
}

/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none; }

/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none; }

/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  /* Leave padding on left and right */
  left: 1em;
  right: 1em; }

/* Move captions down when controls aren't being shown */
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

/* Individual tracks */
.video-js .vjs-text-track {
    display: none;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
  /* Transparent black background, or fallback to all black (oldIE) */
  /* background-color-with-alpha */
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
    color: #fff;
}

.video-js .vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

/* Increase font-size when fullscreen */
.video-js.vjs-fullscreen .vjs-text-track {
    font-size: 3em;
}

/* Hide disabled or unsupported controls */
.vjs-default-skin .vjs-hidden {
    display: none;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a, .vjs-no-js a:visited {
  color: #F4A460; }

/**
 * PgwSlideshow - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlideshow {
  width: 100%;
  background: #333;
  display: none; }

.pgwSlideshow a {
  color: #fff; }

.pgwSlideshow .ps-current {
  text-align: left;
  position: relative;
  min-height: 150px;
  overflow: hidden; }

.pgwSlideshow .ps-current > ul > li {
  text-align: center;
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: block; }

.pgwSlideshow .ps-current > ul > li img {
  display: block;
  max-width: 100%;
  margin: auto; }

.pgwSlideshow .ps-caption {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  text-align: left;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 10px;
  display: none; }

.pgwSlideshow .ps-caption span {
  padding: 7px;
  display: inline-block; }

.pgwSlideshow .ps-list {
  border-top: 1px solid #555;
  box-shadow: 0 10px 10px -5px #333 inset;
  background: #555;
  overflow: hidden;
  position: relative; }

.pgwSlideshow .ps-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  left: 0; }

.pgwSlideshow .ps-list li {
  float: left; }

.pgwSlideshow .ps-list li .ps-item {
  display: block;
  margin: 28px 8px;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.pgwSlideshow .ps-list li img {
  display: block;
  border: 1px solid #777;
  width: 80px;
  height: 80px; }

.pgwSlideshow .ps-list li .ps-item.ps-selected {
  float: left;
  opacity: 1;
  border: 4px solid #fff;
  overflow: hidden; }

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
  margin: -4px; }

.pgwSlideshow .ps-prevIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block; }

.pgwSlideshow .ps-nextIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  display: block; }

.pgwSlideshow .ps-current .ps-prev {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  padding: 20px 20px 20px 15px;
  left: 0;
  top: 45%;
  cursor: pointer; }

.pgwSlideshow .ps-current .ps-next {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  padding: 20px 15px 20px 20px;
  right: 0;
  top: 45%;
  cursor: pointer; }

.pgwSlideshow .ps-list .ps-prev {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  padding: 20px 15px 20px 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 1000;
  display: none; }

.pgwSlideshow .ps-list .ps-next {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 20px 12px 20px 15px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1000;
  display: none; }

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
.pgwSlideshow.narrow .ps-list li img {
    width: 60px;
    height: 60px;
}

.pgwSlideshow.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%;
}

.pgwSlideshow.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%;
}

.pgwSlideshow.narrow .ps-list .ps-prev {
    padding: 15px 12px 15px 10px;
    top: 20px;
}

.pgwSlideshow.narrow .ps-list .ps-next {
    padding: 15px 10px 15px 12px;
    top: 20px;
}

.pgwSlideshow.narrow .ps-caption {
    font-size: 0.8rem;
    padding: 8px;
}

/**
 * pgwSlideshowLight - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlideshowLight {
    width: 100%;
    background: #ddd;
    display: none;
}

@media screen and (max-width: 768px) {
    .pgwSlideshowLight {
        margin-bottom: 20px;
    }
}

.pgwSlideshowLight a {
    color: #fff;
}

.pgwSlideshowLight .ps-current {
    text-align: left;
    position: relative;
    min-height: 320px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pgwSlideshowLight .ps-current {
        overflow: visible;
        min-height: 380px;
    }
}

@media screen and (max-width: 768px) {
    .pgwSlideshowLight .ps-current > ul {
        margin-bottom: 0;
    }
}

.pgwSlideshowLight .ps-current > ul > li {
    text-align: center;
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: block;
}

.pgwSlideshowLight .ps-current > ul > li img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.pgwSlideshowLight .ps-caption {
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    text-align: left;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    display: none;
}

@media screen and (max-width: 768px) {
    .pgwSlideshowLight .ps-caption {
        color: #5B5B5B;
        position: relative;
    }
}

.pgwSlideshowLight .ps-caption span {
    padding: 7px;
    display: inline-block;
}

.pgwSlideshowLight .ps-list {
    border-top: 1px solid #aaa;
    box-shadow: 0 10px 10px -5px #999 inset;
    background: #ddd;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 768px) {
    .pgwSlideshowLight .ps-list {
        display: none !important;
    }
}

.pgwSlideshowLight .ps-list ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
}

.pgwSlideshowLight .ps-list li {
    float: left;
}

.pgwSlideshowLight .ps-list li .ps-item {
    display: block;
    margin: 28px 8px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.pgwSlideshowLight .ps-list li img {
    display: block;
    border: 1px solid #aaa;
    width: 80px;
    height: 80px;
}

.pgwSlideshowLight .ps-list li .ps-item.ps-selected {
    float: left;
    opacity: 1;
    border: 4px solid #fff;
    overflow: hidden;
}

.pgwSlideshowLight .ps-list li .ps-item.ps-selected img {
    margin: -4px;
}

.pgwSlideshowLight .ps-prevIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    display: block;
}

.pgwSlideshowLight .ps-nextIcon {
    border-color: transparent #fff transparent;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    display: block;
}

.pgwSlideshowLight .ps-current .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 20px 20px 20px 15px;
    left: 0;
    top: 45%;
    cursor: pointer;
}

.pgwSlideshowLight .ps-current .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    position: absolute;
    padding: 20px 15px 20px 20px;
    right: 0;
    top: 45%;
    cursor: pointer;
}

.pgwSlideshowLight .ps-list .ps-prev {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 20px 15px 20px 12px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 1000;
    display: none;
}

.pgwSlideshowLight .ps-list .ps-next {
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 20px 12px 20px 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 1000;
    display: none;
}

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
.pgwSlideshowLight.narrow .ps-list li img {
  width: 60px;
  height: 60px; }

.pgwSlideshowLight.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 12px;
  top: 40%; }

.pgwSlideshowLight.narrow .ps-current .ps-next {
  padding: 15px 12px 15px 15px;
  top: 40%; }

.pgwSlideshowLight.narrow .ps-list .ps-prev {
  padding: 15px 12px 15px 10px;
  top: 20px; }

.pgwSlideshowLight.narrow .ps-list .ps-next {
  padding: 15px 10px 15px 12px;
  top: 20px; }

.pgwSlideshowLight.narrow .ps-caption {
  font-size: 0.8rem;
  padding: 8px; }
  @media screen and (max-width: 768px) {
    .pgwSlideshowLight.narrow .ps-caption {
      padding: 8px 25px; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/Assets/sass/libs/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/Assets/sass/libs/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/Assets/sass/libs/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/Assets/sass/libs/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}

.fancybox-title-inside-wrap {
padding-top: 10px;
}

.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/Assets/sass/libs/fancybox/fancybox_sprite.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
    background-image: url("/Assets/sass/libs/fancybox/fancybox_loading.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
} }

.feefo-bar {
    background-color: #e9edf0;
    padding: 20px;
    text-align: center;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
}

.feefo-bar big {
    font-family: 'civita-mediumregular', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
}

.feefo-bar span {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
}

.feefo-bar big,
  .feefo-bar span {
    color: #00315a;
}

.feefo-bar .feefo-logo-wrapper {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .feefo-bar {
        font-size: 16px;
    }

    .feefo-bar big {
        font-size: 25px;
    }

    .feefo-bar .feefo-logo-wrapper {
        display: inline-block;
        margin-left: 10px;
        margin-top: 0;
        vertical-align: text-bottom;
    }
}

#feefoReviews {
    margin: 100px 0 50px;
}

#feefoReviews strong {
    color: #356b99;
    display: block;
    letter-spacing: .05em;
}

#feefoReviews .title {
    color: #335a7c;
    font-size: 18px;
    letter-spacing: .08em;
    line-height: 1;
    margin: 0 0 30px;
    text-align: center;
}

#feefoReviews .title img {
    margin-left: 5px;
    vertical-align: baseline;
}

#feefoReviews .rating {
    border: none;
}

#feefoReviews .star-ratings {
    color: #00315a;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
    padding: 15px 0;
    letter-spacing: 0.08em;
}

#feefoReviews .star-ratings .date {
    margin: 0 25px;
}

#feefoReviews .ratings-review {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.8;
}

#feefoReviews .ratings-review .row {
    border-bottom: 1px solid #e2e3e4;
    padding: 15px 0;
}

#feefoReviews .ratings-review .itinerary {
    color: #356b99;
    font-family: "libel_suitbold", serif;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 1.2em;
}

#feefoReviews .ratings-review strong.comments-title {
    padding: 10px 0;
}

#feefoReviews .ratings-review strong.comments-title:first-child {
    padding: 0 0 8px;
}

#feefoReviews .ratings-review .rating {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 15px;
    line-height: 1;
    margin-left: 2px;
    text-align: center;
    width: 15px;
}

#feefoReviews .ratings-review .rating.plus {
    background: #89c734;
}

#feefoReviews .ratings-review .rating.minus {
    background: #d9534f;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #feefoReviews .ratings-review .date {
        padding: 0;
    }
}

@media (max-width: 992px) {
    #feefoReviews {
        text-align: center;
    }

    #feefoReviews .title {
        line-height: 1.6;
        margin-bottom: 10px;
    }

    #feefoReviews .ratings-review {
        line-height: 1.2;
    }

    #feefoReviews .ratings-review .row {
        border-bottom: none;
    }

    #feefoReviews .ratings-review .itinerary {
        background: #e9edf0;
        padding: 10px;
        font-size: 18px;
    }

    #feefoReviews .ratings-review .date {
        padding: 20px 10px;
    }

    #feefoReviews .ratings-review strong {
        display: inline-block;
        margin-right: 10px;
    }

    #feefoReviews .ratings-review strong.comments-title {
        display: block;
    }

    #feefoReviews .ratings-review .rating {
        display: none;
    }
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-snoothing: grayscale;
}

body.ModalContentContainer {
    margin-top: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

select.chosen-select + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #5b5b5b;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #e2e3e4;
    border-radius: 1px;
    background-image: none;
}

select.chosen-select + .chosen-container.chosen-container-single .chosen-single div {
    top: 4px;
    color: #000;
}

select.chosen-select + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
    border-color: #66AFE9;
    outline: 0;
}

select.chosen-select + .chosen-container .chosen-drop {
    background-color: white;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;
}

select.chosen-select + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #e2e3e4;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image: none;
}

select.chosen-select + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: white;
    margin-bottom: 5px;
}

select.chosen-select + .chosen-container .chosen-results li, select.chosen-select + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #5b5b5b;
    white-space: nowrap;
    background-image: none;
}

select.chosen-select + .chosen-container .chosen-results li:hover, select.chosen-select + .chosen-container .chosen-results li.active-result:hover {
    color: white;
    text-decoration: none;
    background-color: #849eb6;
    background-image: none;
}

select.chosen-select + .chosen-container .chosen-results li.highlighted, select.chosen-select + .chosen-container .chosen-results li.active-result.highlighted {
    color: #FFF;
    text-decoration: none;
    background-color: #849eb6;
    background-image: none;
}

select.chosen-select + .chosen-container .chosen-search input[type=text]:focus {
    border-color: #e2e3e4;
    outline: 0;
}

select.chosen-select + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #5b5b5b;
    vertical-align: middle;
    background-color: white;
    border: 1px solid #e2e3e4;
    border-radius: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-image: none;
}

select.chosen-select + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 5px 0;
}

select.chosen-select + .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #e2e3e4;
    border-radius: 4px;
    color: #5b5b5b;
    background-color: white;
    border-color: #e2e3e4;
}

select.chosen-select + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 8px;
    right: 6px;
}

select.chosen-select + .chosen-container-multi.chosen-container-active .chosen-choices {
    border-color: #66AFE9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select.chosen-select .chosen-results li.result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

.font-size-A-fixed {
    font-size: 36px;
}

.font-size-A-variable {
    font-size: 36px;
}

@media (min-width: 1200px) {
    .font-size-A-variable {
        font-size: 2.57142857rem;
    }
}

.font-size-B-fixed {
    font-size: 30px;
}

.font-size-B-variable {
    font-size: 30px;
}

@media (min-width: 1200px) {
    .font-size-B-variable {
        font-size: 2.14285714rem;
    }
}

.font-size-C-fixed {
    font-size: 24px;
}

.font-size-C-variable {
    font-size: 24px;
}

@media (min-width: 1200px) {
    .font-size-C-variable {
        font-size: 1.71428571rem;
    }
}

.font-size-D-fixed {
    font-size: 18px;
}

.font-size-D-variable {
    font-size: 18px;
}

@media (min-width: 1200px) {
    .font-size-D-variable {
        font-size: 1.28571429rem;
    }
}

.font-size-E-fixed {
    font-size: 14px;
}

.font-size-E-variable {
    font-size: 14px;
}

@media (min-width: 1200px) {
    .font-size-E-variable {
        font-size: 1rem;
    }
}

.font-size-F-fixed {
    font-size: 12px;
}

.font-size-F-variable {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .font-size-F-variable {
        font-size: 0.85714286rem;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 24px;
    }
}

/* GLOBAL STYLES
-------------------------------------------------- */
html {
    font-size: 14px;
}

html.uni-textSize-big {
    font-size: 18px;
}

html.uni-textSize-biggest {
    font-size: 22px;
}

body {
    color: #5a5a5a;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.hero,
.hero > img {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .home .container {
        width: 1200px;
        padding: 0;
    }
}

.home {
    max-width: 1920px;
    margin: 0 auto;
}

.home .container {
    width: 100%;
    max-width: 1199px;
}

.ui-datepicker {
    z-index: 999 !important;
}

.clear {
    clear: both;
}

.displaynone {
    display: none;
}

.required:before {
    content: "*";
    color: #FF0000;
    padding-right: 5px;
}

.field-validation-error {
    display: block;
    color: #FF0000;
    font-weight: bold;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

ul {
    list-style: none;
    padding: 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* ACCORDION
-------------------------------------------------- */
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
    font-family: 'fontello';
    content: "\e81e";
    float: right;
    color: #00315b;
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
    content: "\e81d";
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.icon-expert-question {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMDNBNURERjg1NzQxMUU0QUI0RUEzRUEwOTE3NzQ3OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMDNBNURERTg1NzQxMUU0QUI0RUEzRUEwOTE3NzQ3OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4PnjmeAAAB2klEQVR42oSUvS+DURTG377EJDFUJCWa0DDqUAPCwEAbVYv4GDoY0P/AYCXhL1ALg6AMEgvVxNT4iDCYRIREbdIOBolEiOckz5WT6325ya+3955zn/ece++5gcX1Q8ejNYMp0Ae6QD0ogwtQBDsL04lne5HrIZQFJbACkhRy2Cc5X1raOMr+JdYA8mAOfMnXQUrmEUWA9hTnxT4HwTxoMAIBlaYIDYFHMA6Ba8enQSCGbg+0gmP4xrVYlhGJUDd4cf5vEtE5BdcgmJE0wyq1CUxqIdmnDFgGs6DWGOg3oVIOi1ia9hwcrpRQG7gDq2Bevg5OQZUSFP8ch2mXxy9t00pDUt4Hw6Ad3IIO0GL5mXV91fjp5ODKcvoEM/zfC5oY6ZPld8M+KpEFGXLZZ6MHwAm4B4Pgw7JX2AddM8AG1vuIjYIakOBltlvQiLoqvU4fsW2e5JuPPWrSdVlrjjpVu8nR94OQj92sK7rqNCaRqld0Yyz6uEcliP+kOVW7Ah5Aj1UBdRQ6AO9WBZyBiK4Ah7e8QIM4xNSiV7BrCcWUUEGE7FcjrQQvufEjoJGnGeJ4i/YI/X/2ulqJvfDVMClPEb+2ZiLyEnNUykvqpY2x4Cu8RkXW8a879y3AACAPinuBv9d/AAAAAElFTkSuQmCC");
    background-size: 19px;
    background-repeat: no-repeat;
}

.icon-expert-question-light {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC0UExURQAAAMfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2bSrXDQAAAA7dFJOUwDdNNyYHqUWuP25M6ZIe02zdhUUHRnn7OsDJfoGNSMKZTcFDGuJ1iRom5FCStj5iNHM7TzxZwgPVxrmoZcXxgAAANNJREFUGNN1UNdiwjAMVMhwHBIygEASRhejZbRAJ/f//4Vkh7xVLyfL0kl3RBKjPJtimuUj6sLDPby2okLoOC2oSGONUJlaCKfffvcdhHbQUR2LcmTch+7xY7h9/3pm7Gn4NEDAaX3mBR8VZwEGzJZwVr3u6zU2nCXMOMHQUl0+D08MY5QE2NLuePIFZ2i6vjcUBqXP8hE9PiwNCp/dSzSPFwZlb3sfrfBC9/tYhys6fn6/RYdrbYjgdnpdRFZjJL78zcZpoBGpf/2zPl+bMsvN1XQDVO4XROTcpzkAAAAASUVORK5CYII=);
    background-size: 19px;
    background-repeat: no-repeat;
}

.icon-brochure-bookmark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMDNBNURFNzg1NzQxMUU0QUI0RUEzRUEwOTE3NzQ3OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMDNBNURFNjg1NzQxMUU0QUI0RUEzRUEwOTE3NzQ3OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BqdG+AAAAmUlEQVR42mL8//8/A7UAEwMVAWPLvG2PgPQJID4GxCeB+BwQ/yRCLzsQGwKxBRBbgWgWICELxaFQRSCDzkINPg615CkQS8M0QbEx1EAUlxETaIxA/J+uYTZq2KhhI9swUEaXQ8r55kBshJ6BcQBQgXAeqcQ5ATLsMRSvRipajKEGW0ItYYCWHMegmk9ASxaUooqRmiUtQIABAIUiJbd0oQjJAAAAAElFTkSuQmCC");
    background-size: 19px;
    background-repeat: no-repeat;
}

.icon-brochure-bookmark-light {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAMAAADDGrRQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURQAAAMfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2Ssv/lAAAAAVdFJOUwBwxR2q4hv4VQePOuQ5jTiOxsdxckp9NS0AAABESURBVBjTY2BlYeTlZIABTn5GFlYGUSBgZxLgYGNg4+BjYgdxwWKiI4jFzMEliPA5uxAXBzMkhLiFWXgYeFhEuMGhBgCb6RRh+04nkgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: 19px;
}

.icon-functional-heart {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjk1RUEwMzg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjk1RUEwMjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Imm92AAABIUlEQVR42qzTv0sCYRzH8dOEcnAIJLB/okUwW6OlH4NSUejiv9NkYzQURUuDk4JLTUoYNDQEaSC2FlFQ9APS6/2BC44H70npvvDinrt77nP3/LiI67pOGBW5uG7rOIUtLGECLRzgxeg/ixLm8I4aKugrKEmjiozx0CO2ceadb2AP00Y/heUVpMRcwBd/YBUpHGsEAf12FdSnEbUM/wEJxC19vmJ/hKhmRpjryagTUimoHUJOR0E7IQSVFXSI5j9CrrCvoAEK3r4Zt56wju/fyb7HGl7HCPnEJnqOsfT6LZbxNmKINvG5f9X81cCitwmD6hkrqJvLb9YlsrgZcu8OC/4vsQWpupjHie/aKdK4HfZAzDIEzVXRG4JeeGSbtB8BBgD9Xz+zo51DVwAAAABJRU5ErkJggg==");
    background-size: 18px;
    background-repeat: no-repeat;
}

.icon-functional-mail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0FGOUI3Rjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0FGOUI3RTg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5dAVraAAABbElEQVR42rTUTygEURzAcTvWvyix5STl4GKPLoqVA7XJDXGU/EnKQYqkXBz93YvEibL5lws5SLQXnLQHB0m5+hMpKaLx/emnpmlml93x6jNvevPmN+/93nvjM00z4z+K7yR+mUXdiwIP4x77uQRwhg2UexB0Fg8GlyrMoRmxNAK+oQvniBraWIN9DGMxhaC3aEQlVpBrWB6W4QiHGMDHL4PKCBswqgP7LoZt0fKxjhKE8ZgkqKxLp9ZN1geyeJn2nYIJbKMWmwja+pjaJ6azLLZ/0UgwmnfNfQd2Le0vaMEd8pDj9LLfJWgcO5qWe7ThAu16L/u+B6fow6rONOGIJa8jWNLOku8DXKEOMxpUSjXqMZUsFZ86mmkUWtqzsawzCdne6ca1ftw18LjmNOiSoiKX9oi6cQq8pXVrCgdEZrSAfrxaA8vCRDGZxpEuxRgGf3bFM4aw5rCn/1pCehLnJfCenG1UePjbfPoSYABTXkcXSoI6CQAAAABJRU5ErkJggg==");
    background-size: 22px;
    background-repeat: no-repeat;
}

.icon-functional-print {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0RGRkIwMjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0FGOUI4Njg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4yBTUnAAAAtElEQVR42mI8fvEmAxqwB+IDDMSDfUDsjC7IhEWhAQNpAKt6FixijEC8h0TDhYD4HbrBWkDMiSR2GIpJAYpQDAP3QQavAGJdBuqCaCYGGoFRg3Emt+iQrp3LyDFoTZn7JeREwIJFQRPIAhLNtSUmg4gAsRKFPscbxhOgOQofxmuTDRAzQ/lfoXwQyADieBJcjWIOyOBPOBSCcuQUAoadQWJ/IhTGMOBBSVbHZ7AEFJMFAAIMAOUKG6efG1NHAAAAAElFTkSuQmCC");
    background-size: 22px;
    background-repeat: no-repeat;
}

/* FANCY BOX OVERRIDES
-------------------------------------------------- */
.fancybox-nav {
    width: 20%;
    height: 90%;
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
    opacity: 0 !important;
}

/*! jQuery UI - v1.11.2 - 2015-01-08
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
  /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/Assets/img/datepicker/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/Assets/img/datepicker/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/Assets/img/datepicker/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("/Assets/img/datepicker/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/Assets/img/datepicker/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/Assets/img/datepicker/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/Assets/img/datepicker/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
  /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
  /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/Assets/img/datepicker/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/Assets/img/datepicker/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/Assets/img/datepicker/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("/Assets/img/datepicker/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/Assets/img/datepicker/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/Assets/img/datepicker/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/Assets/img/datepicker/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa url("/Assets/img/datepicker/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url("/Assets/img/datepicker/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: alpha(opacity=30);
  /* support: IE8 */
    border-radius: 8px;
}

.bug {
    font-family: "questa_sansregular", sans-serif;
}

/* IMAGE MASONRY
-------------------------------------------------- */
#mason-wrap {
    width: 100%;
  /*height:620px;*/
}

.big_col,
.medium_col,
.small_col {
    height: 620px;
    float: left;
}

#mason-wrap img {
    display: block;
    margin: 0;
    padding: 3px;
    border: none;
    float: left;
}

#img-modal {
    margin-top: 3px;
}

.big_col {
    width: 33.33%;
}

.big_img img {
    height: 410px;
    width: 100%;
}

.medium_img img {
    height: 205px;
    width: 100%;
}

.small_img img {
    height: 205px;
    width: 50%;
}

/* LARGE SLIDESHOW
-------------------------------------------------- */
.pgwSlideshow,
.pgwSlideshowLight {
    background: none;
}

.pgwSlideshow .ps-caption,
.pgwSlideshowLight .ps-caption {
    background: rgba(0, 0, 0, 0.4);
    height: 125px !important;
    font-size: 14px !important;
    padding: 0 830px 10px 15px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .pgwSlideshow .ps-caption,
    .pgwSlideshowLight .ps-caption {
        background: transparent;
        padding: 0;
        top: 15px;
    }
}

.pgwSlideshow .ps-caption b,
.pgwSlideshowLight .ps-caption b {
    font-size: 20px !important;
}

.pgwSlideshow .ps-caption span,
.pgwSlideshowLight .ps-caption span {
    max-width: 550px;
    padding: 0 !important;
    float: left;
}

.pgwSlideshow .ps-list,
.pgwSlideshowLight .ps-list {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    margin: -125px 0px 0px 0px;
    float: right;
    z-index: 100;
    height: 110px;
}

.pgwSlideshow.thumbbottom .ps-list,
.pgwSlideshowLight.thumbbottom .ps-list {
    background: #555 !important;
    margin: 0;
    float: none;
    z-index: 100;
    height: 90px;
}

.pgwSlideshow.thumbbottom .ps-caption,
.pgwSlideshowLight.thumbbottom .ps-caption {
    padding: 10px;
}

.pgwSlideshow .ps-list li .ps-item {
    margin: 0;
}

.pgwSlideshow .ps-list li img,
.pgwSlideshowLight .ps-list li img {
    border: none !important;
    height: 67px;
    width: 150px;
}

.pgwSlideshow .ps-list li .ps-item {
    opacity: 1;
    height: 67px;
    width: 150px;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected,
.pgwSlideshowLight .ps-list li .ps-item.ps-selected {
    border: none;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img,
.pgwSlideshowLight .ps-list li .ps-item.ps-selected img {
    margin: 0 !important;
}

.pgwSlideshow .ps-current > ul > li img,
.pgwSlideshowLight .ps-current > ul > li img {
  /*min-width: 100% !important; remove per bugherd 446*/
    height: 609px;
}

.slide-img-overlay-close {
    position: absolute;
    top: 5px;
    z-index: 999;
    right: 20px;
    width: 36px;
    height: 36px;
}

.modal-slideshow-close {
    height: 0;
}

.seventythirty .container,
.fiftyfifty .container {
    width: 100% !important;
}

@media screen and (max-width: 768px) {
    .pgwSlideshow .ps-current > ul > li img,
  .pgwSlideshowLight .ps-current > ul > li img {
        height: 300px;
        max-width: none;
        width: auto;
    }

    .pgwSlideshowLight.narrow li {
        overflow: hidden;
    }

    .pgwSlideshowLight.narrow .ps-next,
  .pgwSlideshowLight.narrow .ps-prev {
        display: none !important;
    }
}

.cruises-photos {
  /* LARGE SLIDESHOW
-------------------------------------------------- */
  /**
 * pgwSlideshowCruises - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
  /*
 * The media-queries are not used because IE8 doesn't support them.
 */ }
  .cruises-photos ul.list-photos {
    font-size: 0;
    margin: 0 -6px;
    padding: 0; }
    .cruises-photos ul.list-photos li {
      display: inline-block;
      width: 33.3333333333333%;
      text-align: center; }
      @media (max-width: 650px) {
        .cruises-photos ul.list-photos li {
          width: 50%; } }
      @media (max-width: 500px) {
        .cruises-photos ul.list-photos li {
          width: 100%; } }
      .cruises-photos ul.list-photos li.open-img figure:hover,
      .cruises-photos ul.list-photos li.open-img figure:hover figcaption {
        cursor: pointer; }
    .cruises-photos ul.list-photos figure {
      background: #eeeeee;
      height: 350px;
      margin: 6px;
      overflow: hidden;
      position: relative; }
      .cruises-photos ul.list-photos figure img {
        height: 100%;
        width: auto; }
      .cruises-photos ul.list-photos figure figcaption {
        background: rgba(0, 0, 0, 0.5);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
        bottom: 0;
        height: 50%;
        position: absolute;
        transition: height .2s;
        width: 100%; }
        .cruises-photos ul.list-photos figure figcaption .caption-content {
          font-family: 'civita-italicregular', serif;
          font-weight: normal;
          font-style: normal;
          bottom: 0;
          color: #fff;
          font-size: 20px;
          height: auto;
          letter-spacing: .02em;
          min-height: 0;
          padding: 0 10px 30px 10px;
          position: absolute;
          transition: .2s; }
          .cruises-photos ul.list-photos figure figcaption .caption-content span {
            font-family: "questa_sansregular", sans-serif;
            font-style: normal;
            font-weight: 600;
            display: block;
            letter-spacing: .06em;
            text-transform: uppercase; }
      .cruises-photos ul.list-photos figure:hover figcaption {
        height: 100%; }
      .cruises-photos ul.list-photos figure:hover .caption-content {
        padding-bottom: 40px; }
    @media (max-width: 1199px) {
      .cruises-photos ul.list-photos figure {
        height: 250px; } }
    @media (max-width: 767px) {
      .cruises-photos ul.list-photos figure {
        height: 210px; }
        .cruises-photos ul.list-photos figure figcaption {
          background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.35) 100%);
          box-shadow: inset 0 65px 55px 0 rgba(0, 0, 0, 0.35);
          height: 100%; }
          .cruises-photos ul.list-photos figure figcaption .caption-content {
            bottom: auto;
            font-size: 16.67px;
            padding: 15px 10px 0 10px;
            top: 0; }
      .cruises-photos ul.list-photos button {
        font-family: "questa_sansregular", sans-serif;
        font-style: normal;
        font-weight: 600;
        background: #1b5b92;
        border-radius: 0;
        margin: 0 auto 12px;
        max-width: 300px;
        font-size: 13px;
        letter-spacing: .8px; } }
    @media (max-width: 500px) {
      .cruises-photos ul.list-photos figure {
        max-width: 300px;
        margin: 12px auto; } }
  .cruises-photos #img-modal {
    margin-top: 3px; }
  .cruises-photos .big_col {
    width: 33.33%; }
  .cruises-photos .big_img img {
    height: 410px;
    width: 100%; }
  .cruises-photos .medium_img img {
    height: 205px;
    width: 100%; }
  .cruises-photos .small_img img {
    height: 205px;
    width: 50%; }
  .cruises-photos .slideshowhideload {
    background: rgba(0, 0, 0, 0.75);
    bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999; }
    .cruises-photos .slideshowhideload .modal-slideshow-close .slide-img-overlay-close {
      position: absolute;
      top: 30px;
      z-index: 999;
      right: 30px;
      width: 36px;
      height: 36px; }
      @media (max-width: 767px) {
        .cruises-photos .slideshowhideload .modal-slideshow-close .slide-img-overlay-close {
          width: 20px;
          height: 20px; } }
  .cruises-photos .pgwSlideshowCruises {
    width: 100%;
    display: none;
    padding: 100px; }
    .cruises-photos .pgwSlideshowCruises a {
      color: #fff; }
    .cruises-photos .pgwSlideshowCruises .ps-current {
      text-align: center;
      position: relative;
      min-height: 150px;
      height: 655px !important;
      overflow: hidden; }
      .cruises-photos .pgwSlideshowCruises .ps-current > ul > li {
        text-align: center;
        width: 100%;
        z-index: 1;
        opacity: 0;
        display: block; }
        .cruises-photos .pgwSlideshowCruises .ps-current > ul > li img {
          display: block;
          max-height: 580px;
          max-width: 100%;
          margin: auto; }
      .cruises-photos .pgwSlideshowCruises .ps-current .ps-caption {
        font-size: 1rem;
        color: #fff;
        position: absolute;
        letter-spacing: .6px;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px 10px;
        display: none; }
        .cruises-photos .pgwSlideshowCruises .ps-current .ps-caption span {
          padding: 7px;
          display: inline-block; }
        .cruises-photos .pgwSlideshowCruises .ps-current .ps-caption b {
          font-weight: 400; }
    .cruises-photos .pgwSlideshowCruises .ps-list {
      overflow: hidden;
      position: relative; }
      .cruises-photos .pgwSlideshowCruises .ps-list ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        left: 0; }
        .cruises-photos .pgwSlideshowCruises .ps-list ul li {
          float: left; }
          .cruises-photos .pgwSlideshowCruises .ps-list ul li .ps-item {
            display: block;
            margin: 15px 8px;
            opacity: 0.6;
            filter: alpha(opacity=60); }
            .cruises-photos .pgwSlideshowCruises .ps-list ul li .ps-item img {
              display: block;
              width: 80px;
              height: 80px; }
            .cruises-photos .pgwSlideshowCruises .ps-list ul li .ps-item.ps-selected {
              float: left;
              opacity: 1;
              overflow: hidden; }
    .cruises-photos .pgwSlideshowCruises .ps-prevIcon {
      background: transparent url(/Assets/img/svg/icon-left.svg) no-repeat;
      width: 65px;
      height: 65px;
      display: block; }
    .cruises-photos .pgwSlideshowCruises .ps-nextIcon {
      background: transparent url(/Assets/img/svg/icon-right.svg) no-repeat;
      width: 65px;
      height: 65px;
      display: block; }
    .cruises-photos .pgwSlideshowCruises .ps-current .ps-prev {
      position: absolute;
      padding: 20px 20px 20px 15px;
      left: 0;
      top: 45%;
      cursor: pointer; }
    .cruises-photos .pgwSlideshowCruises .ps-current .ps-next {
      position: absolute;
      padding: 20px 15px 20px 20px;
      right: 0;
      top: 45%;
      cursor: pointer; }
    .cruises-photos .pgwSlideshowCruises .ps-list .ps-prev {
      padding: 20px 15px 20px 12px;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 25px;
      z-index: 1000;
      display: none; }
    .cruises-photos .pgwSlideshowCruises .ps-list .ps-next {
      padding: 20px 12px 20px 15px;
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 25px;
      z-index: 1000;
      display: none; }
  .cruises-photos .pgwSlideshowCruises.narrow {
    padding: 100px 0 0; }
  .cruises-photos .pgwSlideshowCruises.narrow .ps-list {
    display: none; }
  .cruises-photos .pgwSlideshowCruises.narrow .ps-next,
  .cruises-photos .pgwSlideshowCruises.narrow .ps-prev {
    display: none !important; }
  .cruises-photos .pgwSlideshowCruises.narrow .ps-current {
    height: auto !important; }
    .cruises-photos .pgwSlideshowCruises.narrow .ps-current img {
      max-height: 275px;
      max-width: 80% !important;
      height: auto !important; }
  .cruises-photos .pgwSlideshowCruises.narrow .ps-caption {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    max-width: 80%;
    padding: 0;
    position: relative;
    text-align: center; }

/* FORMS
-------------------------------------------------- */
.form-base {
  background-color: #fff;
  position: relative;
  z-index: 99999; }
  .form-base .form-right {
    border-left: 1px solid #ccc; }
    .form-base .form-right .modal-info-layout {
      width: 50%; }
      .form-base .form-right .modal-info-layout .info .divider {
        width: 50%; }
      .form-base .form-right .modal-info-layout .disclaimer {
        font-size: .9em; }
        .form-base .form-right .modal-info-layout .disclaimer .divider {
          display: none; }
  .form-base .form-left .required-standard {
    font-weight: bold;
    padding: 0 0 10px 0; }
  .form-base .form-left .form-horizontal .form-group {
    margin-left: 0; }
  .form-base .form-left .form-horizontal .checkbox-align-left label {
    width: 80%;
    padding-left: 10px; }
  .form-base .form-left .form-horizontal .checkbox-align-left .checkbox {
    width: auto;
    height: auto; }
  .form-base .form-left .form-horizontal .checkbox-align-right .checkbox {
    width: auto;
    height: auto;
    float: none;
    margin-left: 10px;
    vertical-align: middle; }

.form-custom-air h3,
.form-bonus-comission h3,
.find-an-agent h3,
.form-agent-reg h3 {
  color: #1b5b92; }

.form-custom-air textarea[name=PassengerNames],
.form-bonus-comission textarea[name=PassengerNames],
.find-an-agent textarea[name=PassengerNames],
.form-agent-reg textarea[name=PassengerNames] {
  resize: none; }

.form-custom-air .required-standard,
.form-bonus-comission .required-standard,
.find-an-agent .required-standard,
.form-agent-reg .required-standard {
  margin: 10px 0; }

.form-custom-air hr,
.form-bonus-comission hr,
.find-an-agent hr,
.form-agent-reg hr {
  margin: 25px 0 0 0; }

.form-custom-air .info-text,
.form-bonus-comission .info-text,
.find-an-agent .info-text,
.form-agent-reg .info-text {
  margin: 25px 0 0 0; }

.form-custom-air .info-text-bold,
.form-bonus-comission .info-text-bold,
.find-an-agent .info-text-bold,
.form-agent-reg .info-text-bold {
  margin: 25px auto 0 auto;
  text-align: center;
  font-size: 1.5em; }

.form-custom-air .text-align-center,
.form-bonus-comission .text-align-center,
.find-an-agent .text-align-center,
.form-agent-reg .text-align-center {
  margin: 0 auto;
  text-align: center; }

.form-custom-air .text-align-left,
.form-bonus-comission .text-align-left,
.find-an-agent .text-align-left,
.form-agent-reg .text-align-left {
  text-align: left; }

.form-custom-air .text-align-right,
.form-bonus-comission .text-align-right,
.find-an-agent .text-align-right,
.form-agent-reg .text-align-right {
  text-align: right; }

.form-custom-air .btn, .form-custom-air .uni-btn.uni-btn-primary, .form-custom-air .river-crusing span.span-btn-cta, .river-crusing .form-custom-air span.span-btn-cta, .form-custom-air .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .form-custom-air .btn-primary,
.form-custom-air a.btn.btn-primary.btn-small.btn-book,
.form-custom-air .cruise-listing-filter .filter-submit .btn, .cruise-listing-filter .filter-submit .form-custom-air .btn,
.form-custom-air .btn.btn-primary.btn-small,
.form-custom-air .current-offers .offers .item a.btn-lg, .current-offers .offers .item .form-custom-air a.btn-lg, .form-custom-air .btn-maroon,
.form-custom-air .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .form-custom-air a.btn-lg.quote,
.form-bonus-comission .btn,
.form-bonus-comission .uni-btn.uni-btn-primary,
.form-bonus-comission .river-crusing span.span-btn-cta,
.river-crusing .form-bonus-comission span.span-btn-cta,
.form-bonus-comission .cruise-teaser .teaser-buttons .btn-primary,
.cruise-teaser .teaser-buttons .form-bonus-comission .btn-primary,
.form-bonus-comission a.btn.btn-primary.btn-small.btn-book,
.form-bonus-comission .cruise-listing-filter .filter-submit .btn,
.cruise-listing-filter .filter-submit .form-bonus-comission .btn,
.form-bonus-comission .btn.btn-primary.btn-small,
.form-bonus-comission .current-offers .offers .item a.btn-lg,
.current-offers .offers .item .form-bonus-comission a.btn-lg,
.form-bonus-comission .btn-maroon,
.form-bonus-comission .offers-details .offers .item a.btn-lg.quote,
.offers-details .offers .item .form-bonus-comission a.btn-lg.quote,
.find-an-agent .btn,
.find-an-agent .uni-btn.uni-btn-primary,
.find-an-agent .river-crusing span.span-btn-cta,
.river-crusing .find-an-agent span.span-btn-cta,
.find-an-agent .cruise-teaser .teaser-buttons .btn-primary,
.cruise-teaser .teaser-buttons .find-an-agent .btn-primary,
.find-an-agent a.btn.btn-primary.btn-small.btn-book,
.find-an-agent .cruise-listing-filter .filter-submit .btn,
.cruise-listing-filter .filter-submit .find-an-agent .btn,
.find-an-agent .btn.btn-primary.btn-small,
.find-an-agent .current-offers .offers .item a.btn-lg,
.current-offers .offers .item .find-an-agent a.btn-lg,
.find-an-agent .btn-maroon,
.find-an-agent .offers-details .offers .item a.btn-lg.quote,
.offers-details .offers .item .find-an-agent a.btn-lg.quote,
.form-agent-reg .btn,
.form-agent-reg .uni-btn.uni-btn-primary,
.form-agent-reg .river-crusing span.span-btn-cta,
.river-crusing .form-agent-reg span.span-btn-cta,
.form-agent-reg .cruise-teaser .teaser-buttons .btn-primary,
.cruise-teaser .teaser-buttons .form-agent-reg .btn-primary,
.form-agent-reg a.btn.btn-primary.btn-small.btn-book,
.form-agent-reg .cruise-listing-filter .filter-submit .btn,
.cruise-listing-filter .filter-submit .form-agent-reg .btn,
.form-agent-reg .btn.btn-primary.btn-small,
.form-agent-reg .current-offers .offers .item a.btn-lg,
.current-offers .offers .item .form-agent-reg a.btn-lg,
.form-agent-reg .btn-maroon,
.form-agent-reg .offers-details .offers .item a.btn-lg.quote,
.offers-details .offers .item .form-agent-reg a.btn-lg.quote {
  padding: 6px 50px; }

.form-custom-air .input-group,
.form-bonus-comission .input-group,
.find-an-agent .input-group,
.form-agent-reg .input-group {
  display: block; }

.form-custom-air .disabled,
.form-bonus-comission .disabled,
.find-an-agent .disabled,
.form-agent-reg .disabled {
  cursor: default;
  border: 0;
  background: none;
  width: 360px; }

.form-custom-air .form-control-textarea,
.form-bonus-comission .form-control-textarea,
.find-an-agent .form-control-textarea,
.form-agent-reg .form-control-textarea {
  height: 60px; }

.form-custom-air .checkbox-align-left .checkbox,
.form-bonus-comission .checkbox-align-left .checkbox,
.find-an-agent .checkbox-align-left .checkbox,
.form-agent-reg .checkbox-align-left .checkbox {
  width: auto;
  height: auto;
  float: none;
  vertical-align: top; }

.form-custom-air .checkbox-align-left label,
.form-bonus-comission .checkbox-align-left label,
.find-an-agent .checkbox-align-left label,
.form-agent-reg .checkbox-align-left label {
  max-width: 97%;
  font-weight: normal;
  padding-top: 4px; }

.form-custom-air .no-padding-left,
.form-bonus-comission .no-padding-left,
.find-an-agent .no-padding-left,
.form-agent-reg .no-padding-left {
  padding-left: 0 !important; }

.find-an-agent .find-an-agent-results {
  min-height: 255px; }
  .find-an-agent .find-an-agent-results h3 {
    color: #5a5a5a; }

.width-sm {
  width: 45% !important; }

.width-med {
  width: 65% !important;
  float: none !important; }

.width-lg {
  width: 85% !important; }

/* BUTTONS -------------------------------------------------- */
a.btn-submit {
  background-color: #1b5b92;
  border-bottom: solid 2px #134c7c;
  border-radius: 2px;
  font-family: "questa_sansregular", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding: 10px 15px; }

a.btn-submit:hover {
  color: #1b5b92;
  background-color: #fff;
  border-bottom: solid 2px #134c7c;
  text-decoration: none; }

a.btn-cta,
span.span-btn-cta {
  background-color: #1b5b92;
  color: #fff;
  padding: 7px 15px;
  border-radius: 0px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.04px;
  font-size: 14px; }

a.btn-cta:hover,
span.span-btn-cta:hover {
  background-color: #174e7c;
  color: #fff;
  text-decoration: none; }

.btn-large {
  padding: 15px 70px; }

.btn-small {
  padding: 10px 30px; }

.btn-book {
  padding: 10px 56.5px;
  margin: 10px 0 0 0; }

@media only screen and (max-width: 1200px) {
  .requestbtn .btn-book {
    margin-top: 0; }
  .requestbtn .btn, .requestbtn .uni-btn.uni-btn-primary, .requestbtn .river-crusing span.span-btn-cta, .river-crusing .requestbtn span.span-btn-cta, .requestbtn .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .requestbtn .btn-primary,
  .requestbtn a.btn.btn-primary.btn-small.btn-book,
  .requestbtn .cruise-listing-filter .filter-submit .btn, .cruise-listing-filter .filter-submit .requestbtn .btn,
  .requestbtn .btn.btn-primary.btn-small,
  .requestbtn .current-offers .offers .item a.btn-lg, .current-offers .offers .item .requestbtn a.btn-lg, .requestbtn .btn-maroon,
  .requestbtn .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .requestbtn a.btn-lg.quote {
    margin-left: 1px;
    margin-right: 1px; } }

@media only screen and (max-width: 480px) {
  .requestbtn .btn, .requestbtn .uni-btn.uni-btn-primary, .requestbtn .river-crusing span.span-btn-cta, .river-crusing .requestbtn span.span-btn-cta, .requestbtn .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .requestbtn .btn-primary,
  .requestbtn a.btn.btn-primary.btn-small.btn-book,
  .requestbtn .cruise-listing-filter .filter-submit .btn, .cruise-listing-filter .filter-submit .requestbtn .btn,
  .requestbtn .btn.btn-primary.btn-small,
  .requestbtn .current-offers .offers .item a.btn-lg, .current-offers .offers .item .requestbtn a.btn-lg, .requestbtn .btn-maroon,
  .requestbtn .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .requestbtn a.btn-lg.quote {
    display: block;
    margin-bottom: 8px; } }

.btn-maroon {
  color: #fff;
  background-color: #8f1b2b;
  border-color: #710a18;
  text-transform: uppercase;
  font-size: 1em; }
  .btn-maroon:hover, .btn-maroon:focus, .btn-maroon:active, .btn-maroon.active {
    background-color: #64131e;
    border-color: #42060e;
    color: #fff; }

.tab-button .btn-sm {
  padding: 5px 15px !important;
  font-size: 13px !important; }

.open > .dropdown-toggle.btn-maroon {
  color: #fff;
  background-color: #8f1b2b;
  border-color: #710a18; }

.btn-maroon:active,
.btn-maroon.active,
.open > .dropdown-toggle.btn-maroon {
  background-image: none; }

.btn-darkgray {
  color: #fff;
  background-color: #3e4144;
  border-color: #27292c;
  text-transform: uppercase;
  font-size: 1em; }

.btn-darkgray:hover,
.btn-darkgray:focus,
.btn-darkgray.focus,
.btn-darkgray:active,
.btn-darkgray.active,
.open > .dropdown-toggle.btn-darkgray {
  color: #fff;
  background-color: #3e4144;
  border-color: #27292c; }

.btn-darkgray:active,
.btn-darkgray.active,
.open > .dropdown-toggle.btn-darkgray {
  background-image: none; }

.uni-btn {
  font-family: "questa_sansregular", sans-serif;
  font-style: normal;
  box-shadow: none; }
  .uni-btn.active {
    box-shadow: none; }

.uni-btn-default {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d6d7d9;
  color: #1b5b92;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5); }
  .uni-btn-default:hover, .uni-btn-default:focus {
    background-color: #1b5b92;
    border-color: #134c7c;
    color: #fff; }

.uni-btn-primary {
  background-color: #1b5b92;
  border: none;
  color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.5); }
  .uni-btn-primary:hover, .uni-btn-primary:focus {
    background-color: #fff;
    border-color: #d6d7d9;
    color: #1b5b92; }

.uni-btn-flat {
  background-color: #fff;
  border: none;
  border-bottom: 0px solid #d6d7d9;
  color: #1b5b92; }
  .uni-btn-flat:hover, .uni-btn-flat:focus {
    background-color: #1b5b92;
    border-color: #134c7c;
    color: #fff; }
  .uni-btn-flat.active {
    background: #849eb6;
    color: #fff; }

.btn-hero {
  background-color: #fff;
  color: #1b5b92;
  padding: 10px 15px;
  border-radius: 2px;
  border-bottom: solid 2px #cecfd1;
  margin: 0px 15px; }
  .btn-hero:hover {
    background-color: #1b5b92;
    border-bottom: solid 2px #134c7c;
    color: #fff; }

.btn-hero.btn-home {
  background-color: transparent;
  color: #fff;
  font-family: "questa_sansregular", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .075em;
  padding: 6px 30px;
  border-radius: 0;
  border: solid 1px #fff;
  font-size: 13px;
  transition: 0.2s;
  margin: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .btn-hero.btn-home {
      width: auto; } }
  .btn-hero.btn-home:hover {
    background-color: #fff;
    color: #356b99; }

.stButton .stMainServices {
  height: 24px !important; }

.stButton .stButton_gradient {
  height: 24px !important; }

@media (min-width: 768px) {
  .river-crusing img {
    width: 100%;
    height: auto; }
  .river-crusing span.span-btn-cta {
    display: block;
    max-width: 147px;
    margin: 14px auto 0; }
  .river-crusing .col-sm-6,
  .river-crusing .home-river-crusing .col-lg-3 {
    padding: 0 !important; }
  a.darken {
    display: block;
    background: black;
    padding: 0;
    position: relative; }
  a.darken img {
    transition: all 0.5s linear;
    position: relative; }
  a.darken:hover img {
    opacity: 0.6; }
  a.darken span.image-banner-heading {
    position: absolute;
    top: 40%;
    color: #fff;
    left: 0;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    text-shadow: #000000 1px 1px 1px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.5s linear; }
  a.darken:hover span.image-banner-heading {
    color: #fff;
    top: 12%; }
  a.darken:hover span.image-banner-blurb {
    color: #fff;
    opacity: 1; }
  .image-banner-heading .icon-fan {
    display: block;
    opacity: 0.85;
    filter: alpha(opacity=85);
    padding-bottom: 10px;
    font-size: 13px; }
  .image-banner-blurb {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    padding: 0px 20px;
    text-align: center;
    opacity: 0;
    transition: all 1s linear; }
  .image-banner-blurb a {
    margin-top: 25px; } }

@media (min-width: 1200px) {
  .river-crusing img {
    width: 115%; } }

/* FOOTER ELEMENTS
-------------------------------------------------- */
.panel {
  webkit-box-shadow: none;
  box-shadow: none; }

.panel-title a:hover {
  text-decoration: none; }

.panel-heading {
  background-color: #FFF !important;
  padding: 16px 22px;
  border: none !important;
  color: #5B5B5B !important;
  border-top: 1px solid #EFF1F3 !important; }

.panel-body {
  border: none !important;
  padding: 0px 22px;
  line-height: 24px; }

.panel-body ul {
  padding: 0px; }

.panel-default {
  border: none; }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption */
.carousel {
  margin-top: 3px; }

.carousel-indicators li {
  border: 1px solid #1b5b92; }

.carousel-indicators .active {
  background-color: #1b5b92; }

.carousel-caption {
  display: inline-block;
  background-image: url(/Assets/img/png24/mobile-carousel-caption-bg.png);
  width: 100%;
  min-height: 120px;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  position: relative; }
  .carousel-caption .container {
    padding: 0; }
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4; }
  .carousel-caption h1 {
    font-family: Civita;
    font-size: 20px;
    color: #fff;
    margin: 0px; }
  .carousel-caption select {
    max-width: 225px;
    display: inline-block;
    height: 42px; }

.carousel-control {
  background-image: none !important; }

.carousel-hero .carousel-control {
  display: none; }

/* Declare heights because of positioning of img element */
.carousel .item {
  background: rgba(233, 237, 240, 0.3);
  height: auto; }

.carousel-inner > .item > img {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 144px;
  max-width: none; }

.home .carousel-inner > .item > img {
  position: relative;
  height: 260px;
  left: 50%;
  right: 50%;
  min-height: initial;
  width: auto;
  transform: translateX(-50%); }

.home .carousel .carousel-control {
  height: 70%; }

/* Position caption on Carousel */
.hero-desc-right {
  /* z-index: 11; */
  position: relative;
  text-align: center;
  background-color: rgba(0, 49, 90, 0.9);
  bottom: 0;
  margin: -60px 20px 20px;
  color: #fff;
  padding: 20px; }
  .hero-desc-right > span {
    color: #fff;
    font-family: 'civita-mediumregular', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 28px; }
    .hero-desc-right > span em,
    .hero-desc-right > span i {
      display: inline-block;
      font-family: 'civita-mediumitalicregular', serif;
      font-weight: normal;
      font-style: normal; }
  .hero-desc-right .hero-cta {
    background: transparent url(/Assets/img/png8/flourish-center.png) center top no-repeat;
    margin-top: 10px;
    padding-top: 30px; }

.choose-destination {
  border-top: 1px solid #ddd;
  padding: 20px; }
  .choose-destination h4 {
    color: #00315a;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 10px 0; }
  .choose-destination select {
    margin-bottom: 10px; }
  .choose-destination .filter-submit .btn-primary {
    background-color: #1b5b92;
    border-radius: 0;
    border: 0;
    padding: 7px 0;
    text-transform: uppercase;
    width: 100%; }
    .choose-destination .filter-submit .btn-primary:hover {
      background-color: #00315a; }

@media (min-width: 480px) {
  .carousel-caption {
    min-height: 152px; } }

@media (min-width: 768px) {
  .carousel {
    height: auto;
    margin-top: 0; }
  .carousel-indicators {
    bottom: 0; }
  .carousel-indicators li {
    border: 1px solid #fff; }
  .carousel-indicators .active {
    background-color: #fff; }
  .carousel-inner > .item > img {
    min-height: inherit;
    max-width: 100%;
    position: relative; }
  .home .carousel-inner > .item > img {
    height: auto;
    width: 100%;
    left: auto;
    right: auto;
    min-height: initial;
    transform: translateX(0); }
  .carousel .item {
    height: auto; }
  .carousel-caption {
    z-index: 10;
    background: rgba(0, 0, 0, 0.4) !important;
    min-height: 170px !important;
    font-size: 18px !important;
    padding-top: 0px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto;
    padding-bottom: 0px !important;
    text-align: left;
    position: absolute; }
    .carousel-caption .container {
      width: 1200px;
      padding: 0px; }
    .carousel-caption p {
      margin-bottom: 20px;
      font-size: 21px;
      line-height: 1.4; }
    .carousel-caption h1 {
      font-family: Civita;
      font-size: 38px;
      color: #fff;
      max-width: 640px;
      margin-top: 20px;
      margin-bottom: 10px; }
  .hero-desc-right {
    background: rgba(0, 0, 0, 0.45);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    bottom: auto;
    left: auto;
    top: 70px;
    right: 15%;
    max-width: 350px;
    min-width: 300px;
    padding: 30px 20px;
    margin: 0;
    overflow: hidden; }
    .hero-desc-right > span {
      font-size: 26px; }
      .hero-desc-right > span em {
        display: block;
        font-size: 36px;
        line-height: 1.4; }
  .choose-destination {
    position: absolute;
    border-top: none;
    bottom: 50px;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px 30px;
    margin-left: 15%;
    min-width: 260px;
    text-align: center; }
    .choose-destination h4 {
      color: #fff;
      font-size: 18px; }
    .choose-destination select {
      margin-bottom: 0; }
    .choose-destination .btn-primary {
      margin-top: 30px; }
  .hero-shadow {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.95) 100%);
    bottom: 0;
    height: 400px;
    max-height: 100%;
    width: 100%; } }

/* VIDEO OVERRIDES 
-------------------------------------------------- */
.vjs-default-skin {
  color: #e5ebf0; }

.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level {
  background-color: #fff; }

.vjs-default-skin .vjs-control-bar,
.vjs-default-skin .vjs-big-play-button {
  background: rgba(156, 68, 68, 0); }

.vjs-default-skin .vjs-slider {
  background: rgba(156, 68, 68, 0); }

.vjs-default-skin .vjs-control-bar {
  font-size: 60%; }

#video-viewport {
  overflow: hidden;
  z-index: -1;
  /* for accessing the video by click */
  max-height: 420px; }

#home-video-full {
  width: 101% !important;
  height: 100% !important; }

#home-video-full .vjs-poster {
  background-size: cover !important; }

.video-center {
  /* Video Button  Note:needs to be in the format Span class=VideoPlay with a child span to envoke the play arrow*/ }
  .video-center .thumbnail {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
    /* Creates the play Button */
    /* Creates the Ciscle */ }
    .video-center .thumbnail a {
      position: relative;
      display: block; }
    .video-center .thumbnail img {
      height: auto;
      width: 100%; }
    .video-center .thumbnail .VideoPlay {
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      width: 54px;
      height: 54px;
      border: 0;
      top: 50%;
      right: 50%;
      margin: -28px;
      border-radius: 50%;
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
      /* Creates the Arrow */ }
      .video-center .thumbnail .VideoPlay span {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 17px solid #fff;
        top: 15px;
        left: 21px; }
    .video-center .thumbnail:hover .VideoPlay {
      background: rgba(255, 255, 255, 0.8); }
      .video-center .thumbnail:hover .VideoPlay span {
        border-left-color: #4e7494; }
    .video-center .thumbnail:hover .thumb-shadow {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.95) 100%);
      height: 100%;
      opacity: 1; }
  .video-center .caption {
    padding: 0;
    font-size: 15px; }
    .video-center .caption h2 {
      font-size: 18px;
      font-family: "libel_suitbold", serif;
      letter-spacing: 0.05em;
      font-weight: normal;
      font-style: normal; }
  .video-center .thumb-shadow {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000000 100%);
    bottom: 0;
    height: 50%;
    opacity: .75;
    max-height: 100%;
    width: 100%;
    transition: opacity 0.4s; }
  @media (max-width: 767px) {
    .video-center .dropdown {
      margin: 0 0 20px; }
      .video-center .dropdown button {
        font-family: "questa_sansregular", sans-serif;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
        color: #337ab7; }
        .video-center .dropdown button span {
          float: right;
          margin-top: 10px; }
      .video-center .dropdown-menu {
        width: 100%; }
        .video-center .dropdown-menu a {
          font-family: "questa_sansregular", sans-serif;
          font-style: normal;
          font-weight: 700;
          color: #337ab7;
          text-transform: uppercase;
          padding: 5px 20px; }
    .video-center .thumbnail-big > a {
      height: 250px;
      overflow: hidden; }
    .video-center .thumbnail-big img {
      height: 100%;
      max-width: none;
      width: auto; } }
  @media (min-width: 768px) {
    .video-center .thumbnail .caption {
      position: absolute;
      bottom: 0;
      height: auto;
      min-height: 0;
      padding: 0 20px;
      color: #fff;
      font-size: 15px; }
      .video-center .thumbnail .caption h2 {
        font-family: "libel_suitbold", serif;
        letter-spacing: 0.05em;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        color: #fff !important; }
        .video-center .thumbnail .caption h2 a {
          color: inherit; }
    .video-center .thumbnail.thumbnail-big .VideoPlay {
      width: 100px;
      height: 100px;
      margin: -48px;
      /* Creates the Arrow */ }
      .video-center .thumbnail.thumbnail-big .VideoPlay span {
        border-top: 17px solid transparent;
        border-bottom: 17px solid transparent;
        border-left-width: 30px;
        border-left-style: solid;
        top: 35px;
        left: 40px; }
    .video-center .thumbnail.thumbnail-big .caption {
      padding: 20px;
      font-size: 17px; }
      .video-center .thumbnail.thumbnail-big .caption h2 {
        font-size: 29px; }
    .video-center .list-inline {
      padding: 30px 30px 50px 30px;
      text-align: center;
      margin: 0 auto;
      font-family: "questa_sansregular", sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .06em; }
      .video-center .list-inline li {
        padding: 0 20px; }
        .video-center .list-inline li:not(:last-child)::after {
          content: '|';
          display: inline-block;
          margin-left: 45px;
          color: #c9c9c9; }
        .video-center .list-inline li a {
          border-bottom: 4px solid transparent;
          display: inline-block;
          padding-bottom: 3px;
          color: #7b97b1;
          transition: 0.4s; }
          .video-center .list-inline li a.active, .video-center .list-inline li a:hover {
            color: #00315a;
            border-bottom: 4px solid #00315a;
            text-decoration: none; } }

.zeroVids {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; }

.cruise-teaser {
  font-size: 14px;
  line-height: 2rem;
  text-align: center; }
  @media (min-width: 1200px) {
    .cruise-teaser {
      font-size: 1rem; } }
  @media (max-width: 767px) {
    .cruise-teaser .flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .cruise-teaser .flex .desc {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
            align-self: auto; }
      .cruise-teaser .flex .price {
        -ms-flex-order: 0;
        order: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
            align-self: auto; } }
  .cruise-teaser .request-sub-nav {
    display: none; }
  .cruise-teaser .cruise-teaser-header {
    padding: 25px 25px;
    margin: 0 auto;
    text-align: center;
    box-shadow: none;
    border: none; }
    @media (max-width: 767px) {
      .cruise-teaser .cruise-teaser-header {
        padding: 25px 0; } }
    .cruise-teaser .cruise-teaser-header h1 {
      margin: 0;
      color: #356b99;
      font-size: 30px; }
      @media (max-width: 991px) {
        .cruise-teaser .cruise-teaser-header h1 {
          font-size: 22px;
          letter-spacing: normal;
          line-height: 1.25; } }
    .cruise-teaser .cruise-teaser-header h4 {
      text-transform: uppercase;
      color: #5b5b5b;
      font-size: 15px;
      letter-spacing: .08em;
      line-height: 1.4;
      margin: 20px 0 0; }
      .cruise-teaser .cruise-teaser-header h4 > span:not(:last-child) {
        border-right: 1px solid #5b5b5b;
        margin-right: 5px;
        padding-right: 8px; }
      .cruise-teaser .cruise-teaser-header h4 .from-price strong {
        text-transform: lowercase; }
        .cruise-teaser .cruise-teaser-header h4 .from-price strong em {
          letter-spacing: normal;
          font-family: 'civita-mediumitalicregular', serif;
          font-weight: normal;
          font-style: normal; }
      @media (max-width: 767px) {
        .cruise-teaser .cruise-teaser-header h4 span.from-price,
        .cruise-teaser .cruise-teaser-header h4 span.subtitle {
          display: block; }
        .cruise-teaser .cruise-teaser-header h4 span.from-price,
        .cruise-teaser .cruise-teaser-header h4 span.num-country {
          border: 0;
          margin-right: 0;
          padding-right: 0; } }
  .cruise-teaser .teaser-buttons {
    margin: 0 0 20px; }
    .cruise-teaser .teaser-buttons .btn, .cruise-teaser .teaser-buttons .uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .river-crusing span.span-btn-cta, .river-crusing .cruise-teaser .teaser-buttons span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-primary,
    .cruise-teaser .teaser-buttons .current-offers .offers .item a.btn-lg, .current-offers .offers .item .cruise-teaser .teaser-buttons a.btn-lg, .cruise-teaser .teaser-buttons .btn-maroon,
    .cruise-teaser .teaser-buttons .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .cruise-teaser .teaser-buttons a.btn-lg.quote {
      border: 0;
      border-radius: 0;
      padding: 6px;
      width: 100%;
      max-width: 320px;
      margin: 0 0 5px;
      font-family: "questa_sansregular", sans-serif;
      font-style: normal;
      font-weight: 600; }
    .cruise-teaser .teaser-buttons .btn-primary {
      display: none; }
  .cruise-teaser p.pricing {
    font-weight: bold;
    margin: 0 auto;
    text-align: center; }
    .cruise-teaser p.pricing a {
      text-transform: uppercase; }
  .cruise-teaser .uni-module-border-span {
    background: transparent;
    border: 0; }

.hero {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 0; }
  .hero > img {
    min-height: 200px; }

.cruiser-hero-shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%); }

.HeroRating {
  margin-bottom: 5px;
  /*bottom: 5px;*/
  color: #fff;
  /*position: absolute;*/ }
  .HeroRating a {
    color: #fff;
    text-decoration: none; }
    .HeroRating a:hover, .HeroRating a:visited, .HeroRating a:active {
      color: #fff;
      text-decoration: none; }
  .HeroRating .title {
    font-family: "libel_suitbold", serif;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 1;
    padding: 10px 0 0;
    text-align: left; }
    .HeroRating .title span {
      font-size: 26px; }
  .HeroRating p {
    font-size: 12px; }
    .HeroRating p > span {
      display: inline-block;
      margin: 0 3px -2px 0;
      vertical-align: middle;
      letter-spacing: .05em; }
      .HeroRating p > span strong,
      .HeroRating p > span span {
        letter-spacing: .1em;
        text-transform: uppercase; }
    .HeroRating p .feefo-logo {
      width: 66px; }
  .HeroRating .tooltip {
    width: 300px; }
  .HeroRating .tooltip-inner::after {
    top: auto;
    bottom: 50%; }

.cruise-overview-text {
  font-size: 20px;
  letter-spacing: .01em;
  line-height: 1.7;
  margin: 50px 0; }
  .cruise-overview-text h4 {
    font-family: 'civita-mediumitalicregular', serif;
    font-weight: normal;
    font-style: normal;
    color: #356b99;
    font-size: 22px;
    letter-spacing: normal;
    margin-bottom: 20px;
    text-align: center; }
  @media (max-width: 767px) {
    .cruise-overview-text {
      font-size: 15px;
      margin: 20px 0; }
      .cruise-overview-text h4 {
        font-size: 19px; } }

.overall-rating-review {
  background: #fff;
  position: relative;
  /*z-index: 999999;*/ }
  .overall-rating-review .ratings-close {
    text-align: right; }
  .overall-rating-review .rating {
    margin-top: 15px;
    border: #e2e5e8 solid 6px; }
    .overall-rating-review .rating .row {
      margin-right: 0;
      margin-left: 0; }
      .overall-rating-review .rating .row:last-child hr.divider {
        display: none; }
      .overall-rating-review .rating .row:last-child {
        padding-bottom: 25px; }
    .overall-rating-review .rating .star-ratings {
      background: #eff1f3;
      margin: 2px 2px 20px 2px; }
      .overall-rating-review .rating .star-ratings .title {
        margin: 0 auto;
        text-align: center;
        font-size: 24px;
        color: #144c7d;
        padding: 5px 0 21px 0; }
      .overall-rating-review .rating .star-ratings .stars {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 40px; }

.ratings-review .date {
  font-weight: bold;
  padding: 0 25px; }

.ratings-review .stars {
  padding: 0 0 10px 0; }

.cruise-listing-filter {
  color: #fff; }
  .cruise-listing-filter select {
    color: #333; }
  .cruise-listing-filter h2 {
    margin: 0 auto;
    text-align: center;
    font-family: 'civita-lightregular';
    font-size: 32px; }
    @media (max-width: 767px) {
      .cruise-listing-filter h2 {
        font-size: 23px;
        margin: 24px auto 16px; } }
  .cruise-listing-filter .filter-case {
    text-transform: uppercase;
    display: inline-block;
    margin: 12px 0;
    font-size: 16px;
    font-weight: bold; }
  .cruise-listing-filter .filter-row {
    text-align: center; }
    .cruise-listing-filter .filter-row .filter-selection-text {
      display: inline-block;
      padding: 0 5px;
      vertical-align: top; }
      .cruise-listing-filter .filter-row .filter-selection-text hr.divider {
        margin: 0;
        width: 15px;
        display: inline-block;
        padding-bottom: 4px; }
    .cruise-listing-filter .filter-row hr.divider {
      display: block;
      width: 36%;
      margin-top: 15px;
      margin-bottom: 15px; }
  .cruise-listing-filter label {
    display: none; }
  .cruise-listing-filter .filter-ships {
    margin-top: 20px;
    margin-bottom: 20px; }
  .cruise-listing-filter .filter-submit {
    margin: 0 auto;
    text-align: center;
    margin: 26px 0 30px; }
    .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary, .cruise-listing-filter .filter-submit .river-crusing span.span-btn-cta, .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary,
    .cruise-listing-filter .filter-submit .btn,
    .cruise-listing-filter .filter-submit .current-offers .offers .item a.btn-lg, .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg, .cruise-listing-filter .filter-submit .btn-maroon,
    .cruise-listing-filter .filter-submit .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote {
      text-transform: uppercase;
      width: 100%; }

.cruise-listing-filter-background {
  background-color: #2e3c49; }
  @media (max-width: 767px) {
    .cruise-listing-filter-background {
      padding: 0 14px;
      background-position: center top;
      background-size: 100% auto;
      box-shadow: none;
      border: none; } }

.list-paging {
  text-align: right;
  text-transform: uppercase;
  margin-top: 5px; }
  .list-paging .results {
    display: inline-block;
    vertical-align: super; }
  .list-paging .page {
    display: inline-block;
    vertical-align: super; }
  .list-paging .pagination {
    margin: 0; }
    .list-paging .pagination > li > a {
      padding: 0 12px;
      border: 0; }
    .list-paging .pagination > li > span {
      padding: 0;
      border: 0; }

.listing-item .compare-info {
  border: #e2e5e8 solid 6px;
  padding: 0 4px;
  width: 100%;
  margin: 0 auto 10px;
  position: relative; }
  .listing-item .compare-info .view-map {
    background: #fff;
    height: 27px;
    width: 100px;
    padding: 4px 0;
    font-weight: bold;
    border-radius: 0 0 0 2px;
    z-index: 101;
    position: absolute;
    right: 0px;
    top: 0px;
    display: none; }
    @media (min-width: 768px) {
      .listing-item .compare-info .view-map {
        display: inline-block; } }
    .listing-item .compare-info .view-map a {
      padding: 5px 14px; }
  .listing-item .compare-info img {
    display: block;
    width: 100%;
    position: relative;
    top: 3px;
    z-index: 100; }
  .listing-item .compare-info .text {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    font-weight: bold; }
    .listing-item .compare-info .text a {
      text-transform: uppercase; }
  .listing-item .compare-info .compare {
    padding: 0 0 20px 0;
    margin: 0 auto;
    text-align: center; }
    .listing-item .compare-info .compare label span {
      text-transform: uppercase; }

.listing-item .compare-teaser-text .compare-buttons {
  margin: 0 auto;
  text-align: center; }
  .listing-item .compare-teaser-text .compare-buttons a {
    margin: 5px 0 10px; }

.listing-item .compare-teaser-text .header h2 {
  margin: 0;
  color: #356b99; }

.listing-item .compare-teaser-text .header h4 {
  text-transform: uppercase;
  font-size: .9em;
  color: #356b99; }

.listing-item .compare-teaser-text .category b {
  text-transform: uppercase; }

.listing-item .compare-teaser-text .list-styled {
  padding: 15px 0 15px 15px;
  list-style: inherit; }

.listing-item .compare-teaser-text .rating-text {
  font-weight: bold;
  padding: 3px 0; }

.listing-item .compare-teaser-text .rating-stars {
  padding: 0; }

.listing-item .compare-teaser-text .functional-heart a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjk1RUEwMzg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjk1RUEwMjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Imm92AAABIUlEQVR42qzTv0sCYRzH8dOEcnAIJLB/okUwW6OlH4NSUejiv9NkYzQURUuDk4JLTUoYNDQEaSC2FlFQ9APS6/2BC44H70npvvDinrt77nP3/LiI67pOGBW5uG7rOIUtLGECLRzgxeg/ixLm8I4aKugrKEmjiozx0CO2ceadb2AP00Y/heUVpMRcwBd/YBUpHGsEAf12FdSnEbUM/wEJxC19vmJ/hKhmRpjryagTUimoHUJOR0E7IQSVFXSI5j9CrrCvoAEK3r4Zt56wju/fyb7HGl7HCPnEJnqOsfT6LZbxNmKINvG5f9X81cCitwmD6hkrqJvLb9YlsrgZcu8OC/4vsQWpupjHie/aKdK4HfZAzDIEzVXRG4JeeGSbtB8BBgD9Xz+zo51DVwAAAABJRU5ErkJggg==");
  background-size: 18px;
  background-repeat: no-repeat;
  padding: 0 0 0 25px; }

.listing-item .compare-teaser-text .functional-mail a {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0FGOUI3Rjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0FGOUI3RTg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5dAVraAAABbElEQVR42rTUTygEURzAcTvWvyix5STl4GKPLoqVA7XJDXGU/EnKQYqkXBz93YvEibL5lws5SLQXnLQHB0m5+hMpKaLx/emnpmlml93x6jNvevPmN+/93nvjM00z4z+K7yR+mUXdiwIP4x77uQRwhg2UexB0Fg8GlyrMoRmxNAK+oQvniBraWIN9DGMxhaC3aEQlVpBrWB6W4QiHGMDHL4PKCBswqgP7LoZt0fKxjhKE8ZgkqKxLp9ZN1geyeJn2nYIJbKMWmwja+pjaJ6azLLZ/0UgwmnfNfQd2Le0vaMEd8pDj9LLfJWgcO5qWe7ThAu16L/u+B6fow6rONOGIJa8jWNLOku8DXKEOMxpUSjXqMZUsFZ86mmkUWtqzsawzCdne6ca1ftw18LjmNOiSoiKX9oi6cQq8pXVrCgdEZrSAfrxaA8vCRDGZxpEuxRgGf3bFM4aw5rCn/1pCehLnJfCenG1UePjbfPoSYABTXkcXSoI6CQAAAABJRU5ErkJggg==");
  background-size: 22px;
  background-repeat: no-repeat;
  padding: 0 0 0 25px; }

.listing-item .compare-teaser-text .review-teaser {
  border: #e2e5e8 solid 6px;
  padding: 15px;
  margin-top: 15px;
  text-align: center; }

@media (min-width: 992px) {
  .cruise-teaser .request-sub-nav {
    display: inline-block;
    float: right; }
    .cruise-teaser .request-sub-nav > li > a {
      color: #7d858c;
      font-size: 12px;
      letter-spacing: .08em;
      padding-left: 40px; }
    .cruise-teaser .request-sub-nav li.brochure-bookmark a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAMAAADDGrRQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURQAAAMfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2Ssv/lAAAAAVdFJOUwBwxR2q4hv4VQePOuQ5jTiOxsdxckp9NS0AAABESURBVBjTY2BlYeTlZIABTn5GFlYGUSBgZxLgYGNg4+BjYgdxwWKiI4jFzMEliPA5uxAXBzMkhLiFWXgYeFhEuMGhBgCb6RRh+04nkgAAAABJRU5ErkJggg==);
      background-repeat: no-repeat;
      background-size: 19px;
      background-position: 10px 15px; }
    .cruise-teaser .request-sub-nav li.expert-question a {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAMAAABFjsb+AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC0UExURQAAAMfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2cfR2bSrXDQAAAA7dFJOUwDdNNyYHqUWuP25M6ZIe02zdhUUHRnn7OsDJfoGNSMKZTcFDGuJ1iRom5FCStj5iNHM7TzxZwgPVxrmoZcXxgAAANNJREFUGNN1UNdiwjAMVMhwHBIygEASRhejZbRAJ/f//4Vkh7xVLyfL0kl3RBKjPJtimuUj6sLDPby2okLoOC2oSGONUJlaCKfffvcdhHbQUR2LcmTch+7xY7h9/3pm7Gn4NEDAaX3mBR8VZwEGzJZwVr3u6zU2nCXMOMHQUl0+D08MY5QE2NLuePIFZ2i6vjcUBqXP8hE9PiwNCp/dSzSPFwZlb3sfrfBC9/tYhys6fn6/RYdrbYjgdnpdRFZjJL78zcZpoBGpf/2zPl+bMsvN1XQDVO4XROTcpzkAAAAASUVORK5CYII=);
      background-size: 19px;
      background-repeat: no-repeat;
      background-position: 10px 15px; }
    .cruise-teaser .request-sub-nav li.functional-print a {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0RGRkIwMjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0FGOUI4Njg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4yBTUnAAAAtElEQVR42mI8fvEmAxqwB+IDDMSDfUDsjC7IhEWhAQNpAKt6FixijEC8h0TDhYD4HbrBWkDMiSR2GIpJAYpQDAP3QQavAGJdBuqCaCYGGoFRg3Emt+iQrp3LyDFoTZn7JeREwIJFQRPIAhLNtSUmg4gAsRKFPscbxhOgOQofxmuTDRAzQ/lfoXwQyADieBJcjWIOyOBPOBSCcuQUAoadQWJ/IhTGMOBBSVbHZ7AEFJMFAAIMAOUKG6efG1NHAAAAAElFTkSuQmCC");
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: 10px 15px; }
    .cruise-teaser .request-sub-nav li.expert-question a:hover,
    .cruise-teaser .request-sub-nav li.brochure-bookmark a:hover,
    .cruise-teaser .request-sub-nav li.functional-print a:hover {
      background-color: transparent;
      color: #1b5b92; }
  .cruise-teaser .cruise-teaser-header {
    background-color: #fff !important;
    padding: 20px 0;
    margin: 0; }
    .cruise-teaser .cruise-teaser-header h1 {
      margin: 0;
      color: #356b99;
      font-family: "libel_suitbold", serif;
      letter-spacing: 0.05em;
      font-weight: normal;
      font-style: normal;
      font-size: 37px; }
    .cruise-teaser .cruise-teaser-header h4 {
      color: #5b5b5b;
      font-size: 15px; }
  .cruise-teaser .teaser-buttons {
    margin: 35px 0 50px; }
    .cruise-teaser .teaser-buttons .btn, .cruise-teaser .teaser-buttons .uni-btn.uni-btn-primary, .cruise-teaser .teaser-buttons .river-crusing span.span-btn-cta, .river-crusing .cruise-teaser .teaser-buttons span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-primary,
    .cruise-teaser .teaser-buttons .current-offers .offers .item a.btn-lg, .current-offers .offers .item .cruise-teaser .teaser-buttons a.btn-lg, .cruise-teaser .teaser-buttons .btn-maroon,
    .cruise-teaser .teaser-buttons .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .cruise-teaser .teaser-buttons a.btn-lg.quote {
      width: 180px;
      max-width: 100%;
      margin: 0 5px; }
    .cruise-teaser .teaser-buttons .btn-primary {
      background-color: #1b5b92;
      display: inline-block;
      text-transform: uppercase; }
      .cruise-teaser .teaser-buttons .btn-primary:hover {
        background-color: #174e7c; }
  .cruise-teaser hr.divider {
    display: block;
    margin: 20px auto;
    width: 75%; }
  .cruise-teaser .rating {
    margin-top: 0; }
  .cruise-listing-filter select {
    min-width: 250px;
    width: auto; }
  .cruise-listing-filter h2 {
    padding: 40px 0 25px 0;
    font-size: 2.14285714rem; }
  .cruise-listing-filter label {
    display: block;
    text-transform: uppercase; }
  .cruise-listing-filter .filter-row {
    text-align: center;
    margin: 0 auto; }
    .cruise-listing-filter .filter-row .filter-selection {
      display: inline-block;
      padding: 0 5px;
      vertical-align: top; }
      .cruise-listing-filter .filter-row .filter-selection label {
        text-align: left; }
    .cruise-listing-filter .filter-row .filter-selection-align-left {
      text-align: left;
      margin: 0 auto;
      display: inline-block;
      width: 260px; }
    .cruise-listing-filter .filter-row .filter-selection-align-right {
      text-align: right;
      margin: 0 auto;
      display: inline-block;
      width: 260px; }
    .cruise-listing-filter .filter-row .filter-ships {
      margin-top: 0; }
    .cruise-listing-filter .filter-row hr.divider {
      display: block;
      width: 36%;
      margin-top: 15px;
      margin-bottom: 15px; }
  .cruise-listing-filter .filter-row-deep {
    display: block;
    margin-top: 15px; }
  .cruise-listing-filter .filter-submit {
    margin: 0 auto;
    text-align: center;
    padding: 15px 0; }
    .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary, .cruise-listing-filter .filter-submit .river-crusing span.span-btn-cta, .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary,
    .cruise-listing-filter .filter-submit .btn,
    .cruise-listing-filter .filter-submit .current-offers .offers .item a.btn-lg, .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg, .cruise-listing-filter .filter-submit .btn-maroon,
    .cruise-listing-filter .filter-submit .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote {
      width: auto; }
  .cruise-listing-filter-background {
    background-image: url(/Assets/img/cruise_search.jpg);
    background-repeat: no-repeat;
    max-width: 1400px;
    margin: 120px auto 0; } }

.gift-request-form {
  border-top: 1px solid #dadbdd; }
  @media (max-width: 767px) {
    .gift-request-form .container {
      width: 100%;
      max-width: 100%;
      padding: 0; } }
  .gift-request-form .online-purchase {
    font-family: "questa_sansregular", sans-serif;
    margin: 0 14px; }
    @media (min-width: 768px) {
      .gift-request-form .online-purchase {
        padding-top: 0;
        margin: 0 14px; } }
    .gift-request-form .online-purchase h3 {
      color: #356b99; }
    .gift-request-form .online-purchase h4 {
      font-family: "questa_sansregular", sans-serif;
      font-size: 15px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .25px;
      font-weight: 600;
      margin-bottom: 14px;
      line-height: 1.5;
      padding: 0 24px;
      color: #356b99; }
      @media (min-width: 768px) {
        .gift-request-form .online-purchase h4 {
          margin-bottom: 22px;
          padding: 0; } }
    .gift-request-form .online-purchase .formset {
      max-width: 550px;
      margin: 0 auto 20px; }
    .gift-request-form .online-purchase .form-required {
      color: #d82626;
      font-weight: 600; }
    @media (min-width: 768px) {
      .gift-request-form .online-purchase fieldset {
        margin-bottom: 22px; } }
    .gift-request-form .online-purchase fieldset p {
      padding: 6px 10px; }
      @media (min-width: 768px) {
        .gift-request-form .online-purchase fieldset p {
          width: 50%;
          float: left;
          padding: 10px; } }
    .gift-request-form .online-purchase fieldset input:not([type=submit]):not([type=button]):not([type=radio]) {
      width: 100%;
      height: 30px;
      outline: none;
      font-size: 13px;
      padding: 4px 8px;
      border: 1px solid #dee4e7; }
      .gift-request-form .online-purchase fieldset input:not([type=submit]):not([type=button]):not([type=radio]):focus, .gift-request-form .online-purchase fieldset input:not([type=submit]):not([type=button]):not([type=radio]):active {
        outline: none; }
    .gift-request-form .online-purchase .submit {
      clear: both;
      margin-top: 14px;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .gift-request-form .online-purchase .submit {
          margin-bottom: 50px; } }
    .gift-request-form .online-purchase p {
      margin-bottom: 6px;
      font-size: 12px; }
    .gift-request-form .online-purchase label {
      font-size: 13px;
      font-weight: 400; }
    .gift-request-form .online-purchase .btn-primary {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .5px;
      border-radius: 3px;
      padding: 10px 24px 8px;
      background-color: #1b5b92;
      color: white;
      text-align: center;
      line-height: 1;
      border: none;
      border-bottom: 2px solid #134c7c;
      display: block;
      margin: 0 auto;
      transition: all 0.2s; }
      .gift-request-form .online-purchase .btn-primary:hover {
        background-color: #276aa3; }
      @media (max-width: 767px) {
        .gift-request-form .online-purchase .btn-primary {
          font-size: 14px;
          width: auto;
          padding: 14px 30px 12px;
          margin-top: 0;
          margin-bottom: 26px; } }
    .gift-request-form .online-purchase ul {
      margin-top: 14px; }
      @media (max-width: 767px) {
        .gift-request-form .online-purchase ul {
          background: #fdf8e4;
          padding: 10px 6px;
          margin-top: 22px; } }
      .gift-request-form .online-purchase ul li {
        font-size: 15px;
        text-align: center;
        padding: 4px 0; }
        @media (min-width: 768px) {
          .gift-request-form .online-purchase ul li {
            font-size: 16px;
            float: left;
            padding: 14px 0;
            width: 50%;
            border-bottom: 1px solid #e2e3e4; }
            .gift-request-form .online-purchase ul li:nth-child(odd) {
              padding-left: 200px; }
            .gift-request-form .online-purchase ul li:nth-child(even) {
              padding-right: 200px; } }
        .gift-request-form .online-purchase ul li strong {
          text-transform: uppercase;
          letter-spacing: .2px; }
  .gift-request-form .gifts {
    font-family: "questa_sansregular", sans-serif;
    margin-top: 54px; }
    @media (max-width: 767px) {
      .gift-request-form .gifts {
        margin-top: 28px; } }
    .gift-request-form .gifts .form-heading {
      background-color: #849eb6;
      border-radius: 5px;
      padding: 14px 16px;
      font-family: "questa_sansregular", sans-serif;
      text-transform: uppercase;
      letter-spacing: .75px;
      font-weight: 600;
      color: white;
      font-size: 13px;
      line-height: 20px;
      text-align: center; }
      @media (max-width: 767px) {
        .gift-request-form .gifts .form-heading {
          border-radius: 0;
          padding: 8px 36px; } }
    .gift-request-form .gifts table {
      width: 100%;
      margin-bottom: 36px; }
      @media (max-width: 767px) {
        .gift-request-form .gifts table {
          display: block;
          margin-bottom: 24px; } }
      @media (max-width: 767px) {
        .gift-request-form .gifts table tbody {
          display: block; } }
      @media (max-width: 767px) {
        .gift-request-form .gifts table .types-header {
          display: block; } }
      .gift-request-form .gifts table .types-header th {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        background: #f0f1f3;
        padding: 12px 18px;
        text-align: center; }
        .gift-request-form .gifts table .types-header th:first-child {
          text-align: left; }
        @media (min-width: 768px) {
          .gift-request-form .gifts table .types-header th:first-child {
            width: 35%; }
          .gift-request-form .gifts table .types-header th:nth-child(2) {
            width: 20%; }
          .gift-request-form .gifts table .types-header th:nth-child(3) {
            width: 18%; }
          .gift-request-form .gifts table .types-header th:nth-child(4) {
            width: 8%; }
          .gift-request-form .gifts table .types-header th:nth-child(5) {
            width: 23%; } }
        @media (max-width: 767px) {
          .gift-request-form .gifts table .types-header th {
            display: block;
            font-size: 13px;
            text-align: center;
            padding: 14px 18px; }
            .gift-request-form .gifts table .types-header th:first-child {
              text-align: center; } }
      @media (max-width: 767px) {
        .gift-request-form .gifts table .types-header tr {
          display: block; } }
      .gift-request-form .gifts table td {
        font-size: 15px;
        letter-spacing: .25px;
        padding: 10px 18px;
        border-bottom: 1px solid #e2e3e4;
        text-align: center; }
        .gift-request-form .gifts table td:first-child {
          text-align: left; }
        @media (min-width: 768px) {
          .gift-request-form .gifts table td:first-child {
            width: 30%; }
          .gift-request-form .gifts table td:nth-child(2) {
            width: 15%; }
          .gift-request-form .gifts table td:nth-child(3) {
            width: 18%; }
          .gift-request-form .gifts table td:nth-child(4) {
            width: 12%; }
          .gift-request-form .gifts table td:nth-child(5) {
            width: 25%; } }
      .gift-request-form .gifts table tr:first-child td {
        padding-top: 24px; }
      .gift-request-form .gifts table tr:last-child td {
        border: none; }
      @media (max-width: 767px) {
        .gift-request-form .gifts table tr {
          display: none; } }
      .gift-request-form .gifts table tr.grand-total td {
        text-transform: uppercase;
        font-weight: 600;
        padding-top: 14px; }
        .gift-request-form .gifts table tr.grand-total td:first-child {
          text-align: right; }
      .gift-request-form .gifts table input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
        width: 92px;
        display: inline-block;
        height: 32px;
        outline: none;
        font-size: 15px;
        padding: 4px 8px;
        border: 1px solid #dee4e7; }
        .gift-request-form .gifts table input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):focus, .gift-request-form .gifts table input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):active {
          outline: none; }
        .gift-request-form .gifts table input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]).center {
          width: 48px;
          text-align: center; }
    .gift-request-form .gifts .quantity-width {
      width: 40px !important; }
    .gift-request-form .gifts .mobile-select {
      padding: 0 14px;
      margin-bottom: 26px; }
      .gift-request-form .gifts .mobile-select input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]) {
        width: 155px;
        margin-left: 8px;
        display: inline-block;
        height: 32px;
        outline: none;
        font-size: 14px;
        padding: 4px 8px;
        border: 1px solid #dee4e7; }
        .gift-request-form .gifts .mobile-select input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):focus, .gift-request-form .gifts .mobile-select input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):active {
          outline: none; }
        .gift-request-form .gifts .mobile-select input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]).center {
          width: 48px;
          text-align: center; }
      .gift-request-form .gifts .mobile-select p {
        margin-bottom: 18px;
        text-transform: uppercase;
        font-size: 14px; }
      .gift-request-form .gifts .mobile-select .dropdown-heading {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        background: #f0f1f3;
        padding: 12px 18px;
        text-align: center;
        margin: 0 -14px 18px; }
      .gift-request-form .gifts .mobile-select .grand-total-text {
        width: 150px !important; }
      .gift-request-form .gifts .mobile-select fieldset {
        margin: 0 -6px; }
        .gift-request-form .gifts .mobile-select fieldset p {
          float: left;
          width: 50%;
          padding: 0 6px; }
    @media (max-width: 767px) {
      .gift-request-form .gifts .billing {
        padding: 0 14px; } }
    .gift-request-form .gifts h3 {
      font-family: 'civita-lightregular';
      font-size: 20px;
      color: #356b99;
      margin-top: 28px;
      margin-bottom: 14px;
      position: relative;
      text-align: center; }
      @media (min-width: 768px) {
        .gift-request-form .gifts h3 {
          font-size: 28px;
          margin-bottom: 22px;
          text-align: left; } }
    .gift-request-form .gifts h4 {
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: .25px;
      color: #356b99;
      font-weight: 600;
      margin-bottom: 32px;
      text-align: center; }
      @media (min-width: 768px) {
        .gift-request-form .gifts h4 {
          text-align: left; } }
    .gift-request-form .gifts .form-required {
      color: #d82626;
      font-weight: 600; }
    .gift-request-form .gifts fieldset p {
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        .gift-request-form .gifts fieldset p {
          padding: 0 45px; } }
    @media (min-width: 768px) {
      .gift-request-form .gifts fieldset.thirds p {
        width: 33.3333%;
        float: left; }
        .gift-request-form .gifts fieldset.thirds p:nth-child(3n+4) {
          clear: both; } }
    .gift-request-form .gifts fieldset.halves {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .gift-request-form .gifts fieldset.halves p {
          width: 50%;
          float: left; } }
      .gift-request-form .gifts fieldset.halves .field-wrap {
        margin: 0 auto;
        float: none; }
    .gift-request-form .gifts fieldset label {
      display: block;
      font-size: 13px;
      font-weight: 400; }
    .gift-request-form .gifts fieldset input:not([type=submit]):not([type=button]):not([type=radio]) {
      width: 100%;
      height: 30px;
      outline: none;
      font-size: 13px;
      padding: 4px 8px;
      border: 1px solid #dee4e7; }
      .gift-request-form .gifts fieldset input:not([type=submit]):not([type=button]):not([type=radio]):focus, .gift-request-form .gifts fieldset input:not([type=submit]):not([type=button]):not([type=radio]):active {
        outline: none;
        border: 1px solid #dee4e7; }
      .gift-request-form .gifts fieldset input:not([type=submit]):not([type=button]):not([type=radio]).form-control {
        outline: none;
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #dee4e7; }
        .gift-request-form .gifts fieldset input:not([type=submit]):not([type=button]):not([type=radio]).form-control:focus, .gift-request-form .gifts fieldset input:not([type=submit]):not([type=button]):not([type=radio]).form-control:active {
          outline: none;
          box-shadow: none;
          border: 1px solid #dee4e7; }
    .gift-request-form .gifts fieldset input[type=radio] {
      margin: 6px 5px 6px 10px; }
      .gift-request-form .gifts fieldset input[type=radio]:first-of-type {
        margin-left: 0; }
    .gift-request-form .gifts fieldset .text-price {
      margin-left: 0 !important;
      width: 100px !important; }
    .gift-request-form .gifts fieldset .select-quantity {
      width: 100px;
      float: right; }
    .gift-request-form .gifts textarea {
      width: 100%;
      height: auto;
      border: 1px solid #dee4e7;
      font-size: 11px;
      padding: 4px;
      border-radius: 4px;
      outline: none; }
      .gift-request-form .gifts textarea:focus, .gift-request-form .gifts textarea:active {
        outline: none; }
    .gift-request-form .gifts select {
      max-width: 100%;
      font-size: 14px; }
    .gift-request-form .gifts .chosen-container {
      width: 100% !important;
      font-family: "questa_sansregular", sans-serif; }
      .gift-request-form .gifts .chosen-container.chosen-container-single .chosen-single {
        font-size: 14px;
        padding: 7px 10px;
        height: 32px;
        box-shadow: none; }
        .gift-request-form .gifts .chosen-container.chosen-container-single .chosen-single div b {
          background-position: 0px 3px; }
      .gift-request-form .gifts .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -18px 4px; }
      @media (max-width: 767px) {
        .gift-request-form .gifts .chosen-container.chosen-container-single .chosen-single {
          font-size: 14px;
          padding: 7px 10px;
          height: 32px; }
          .gift-request-form .gifts .chosen-container.chosen-container-single .chosen-single div b {
            background-position: 0px 3px; }
        .gift-request-form .gifts .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
          background-position: -18px 4px; } }
    .gift-request-form .gifts .input-wrap {
      position: relative; }
      .gift-request-form .gifts .input-wrap .date-icon {
        display: block;
        width: 18px;
        height: 18px;
        background: url(/Assets/img/png24/calendar@2x.png) center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: 4px;
        right: 3px;
        top: 29px;
        right: 51px; }
    .gift-request-form .gifts hr {
      border-color: #e2e3e4;
      margin-top: 30px;
      margin-bottom: 40px; }
    .gift-request-form .gifts .confirm-heading {
      color: rgba(91, 91, 91, 0.7);
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .gift-request-form .gifts .confirm-heading {
          text-align: center;
          font-size: 12px;
          padding: 0 30px; } }
    .gift-request-form .gifts .confirm {
      margin-top: 10px;
      font-size: 14px;
      margin-bottom: 16px;
      padding-left: 34px; }
      .gift-request-form .gifts .confirm span {
        margin-right: 6px;
        height: 16px;
        display: inline-block;
        margin-left: -34px; }
      .gift-request-form .gifts .confirm input[type=checkbox] {
        visibility: hidden;
        margin-left: -10px; }
      .gift-request-form .gifts .confirm input[type=checkbox]:checked + label:after {
        opacity: 1; }
      .gift-request-form .gifts .confirm label {
        cursor: pointer;
        position: relative;
        width: 16px;
        height: 16px;
        background: white;
        border: 1px solid #c8c9cb;
        box-shadow: none;
        outline: none;
        margin-right: 6px;
        vertical-align: middle; }
        .gift-request-form .gifts .confirm label:after {
          opacity: 0;
          content: '';
          position: absolute;
          width: 12px;
          height: 7px;
          background: transparent;
          top: 1px;
          left: 3px;
          border: 2px solid #356b99;
          border-top: none;
          border-right: none;
          transform: rotate(-45deg); }
    .gift-request-form .gifts .submit-button {
      margin-top: 26px;
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .gift-request-form .gifts .submit-button {
          margin-top: 40px;
          margin-bottom: 60px; } }
    .gift-request-form .gifts .btn-primary {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .5px;
      border-radius: 3px;
      padding: 10px 50px 8px;
      background-color: #1b5b92;
      color: white;
      text-align: center;
      line-height: 1;
      border: none;
      border-bottom: 2px solid #134c7c;
      display: block;
      margin: 0 auto;
      width: 226px;
      transition: all 0.2s; }
      .gift-request-form .gifts .btn-primary:hover {
        background-color: #276aa3; }
      @media (max-width: 767px) {
        .gift-request-form .gifts .btn-primary {
          font-size: 14px;
          width: auto;
          padding: 14px 30px 12px;
          margin-top: 0;
          margin-bottom: 26px;
          width: 210px; } }
  .gift-request-form .contact-pane {
    font-family: "questa_sansregular", sans-serif;
    border-top: 6px solid #e2e3e4;
    border-bottom: 1px solid #e2e3e4;
    padding: 0 14px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .gift-request-form .contact-pane {
        padding: 36px 40px;
        margin-top: 50px;
        margin-bottom: 30px; } }
    .gift-request-form .contact-pane .mail {
      border-bottom: 1px solid #e2e3e4;
      padding-top: 24px;
      padding-bottom: 12px; }
      @media (min-width: 768px) {
        .gift-request-form .contact-pane .mail {
          padding-top: 0;
          padding-bottom: 0;
          border-bottom: none;
          border-right: 1px solid #e2e3e4; } }
      .gift-request-form .contact-pane .mail .details {
        float: right; }
    .gift-request-form .contact-pane .call {
      padding-top: 24px;
      padding-bottom: 12px; }
      @media (min-width: 768px) {
        .gift-request-form .contact-pane .call {
          padding-top: 0;
          padding-bottom: 0; } }
    .gift-request-form .contact-pane .details {
      text-align: center;
      width: 100%; }
      @media (min-width: 768px) {
        .gift-request-form .contact-pane .details {
          max-width: 200px; } }
      .gift-request-form .contact-pane .details a {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #356b99;
        text-transform: uppercase;
        letter-spacing: .25px;
        font-weight: 600;
        margin-bottom: 3px; }
        .gift-request-form .contact-pane .details a:hover, .gift-request-form .contact-pane .details a:focus, .gift-request-form .contact-pane .details a:active {
          text-decoration: none; }
      .gift-request-form .contact-pane .details p {
        font-size: 15px; }
      .gift-request-form .contact-pane .details i {
        height: 25px;
        width: 25px;
        display: inline-block;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat; }
        .gift-request-form .contact-pane .details i.email {
          background-image: url(/Assets/img/png24/mail_alt@2x.png); }
        .gift-request-form .contact-pane .details i.phone {
          background-image: url(/Assets/img/png24/phone@2x.png); }

.threeColumnQuotations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 950px;
  margin: 0 auto;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .threeColumnQuotations .quotations {
    padding: 0 5px;
    width: 100%; }
    .threeColumnQuotations .quotations p {
      font-size: .83em;
      line-height: normal; }
    .threeColumnQuotations .quotations blockquote {
      border: none;
      text-align: center;
      margin-bottom: 0; }
      .threeColumnQuotations .quotations blockquote h4 {
        font-size: 1.2em;
        margin-top: 0; }
  .threeColumnQuotations .divider {
    padding: 1px;
    background: #dedede; }

@media only screen and (min-width: 30em) {
  .threeColumnQuotations {
    margin: 20px auto 50px; } }

@media only screen and (min-width: 75em) {
  .threeColumnQuotations {
    max-width: none; } }

@media only screen and (max-width: 48em) {
  .quotations blockquote {
    height: auto; } }

@media only screen and (min-width: 48em) {
  .threeColumnQuotations {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; } }

.groups-express-check-in {
  margin-bottom: 30px; }
  .groups-express-check-in .center {
    text-align: center; }
  .groups-express-check-in .tab-container {
    border-top: 1px solid #e2e3e4;
    border-bottom: 1px solid #e2e3e4; }
  .groups-express-check-in .tabs {
    margin: 0;
    padding: 6px 4px;
    font-family: "questa_sansregular", sans-serif; }
    .groups-express-check-in .tabs li {
      width: 33.3333%;
      float: left;
      text-align: center;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .5px;
      padding: 0 4px; }
      @media (max-width: 767px) {
        .groups-express-check-in .tabs li {
          width: 100%;
          float: none; } }
      .groups-express-check-in .tabs li a {
        color: #356b99;
        display: block;
        transform: skewX(-16deg);
        border: 1px solid rgba(132, 158, 182, 0.4); }
        @media (max-width: 767px) {
          .groups-express-check-in .tabs li a {
            transform: none; } }
        .groups-express-check-in .tabs li a:hover, .groups-express-check-in .tabs li a:focus, .groups-express-check-in .tabs li a:active {
          text-decoration: none; }
      .groups-express-check-in .tabs li h4 {
        font-size: 13px;
        font-weight: 600;
        margin-top: 12px;
        margin-bottom: 12px;
        transform: skewX(16deg); }
        @media (max-width: 767px) {
          .groups-express-check-in .tabs li h4 {
            transform: none; } }
      .groups-express-check-in .tabs li.active a {
        background: #849eb6;
        border: 1px solid #849eb6;
        color: white; }
  .groups-express-check-in .custom-air-form {
    padding: 0 16px;
    font-family: "questa_sansregular", sans-serif; }
    @media (min-width: 768px) {
      .groups-express-check-in .custom-air-form {
        padding: 0 48px 0; } }
    @media (max-width: 767px) {
      .groups-express-check-in .custom-air-form {
        margin-top: 40px; } }
    .groups-express-check-in .custom-air-form h3 {
      font-family: 'civita-lightregular';
      font-size: 20px;
      color: #356b99;
      margin-top: 28px;
      margin-bottom: 26px;
      position: relative; }
      @media (min-width: 768px) {
        .groups-express-check-in .custom-air-form h3 {
          font-size: 28px;
          margin-bottom: 32px; } }
      .groups-express-check-in .custom-air-form h3 .number {
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #eff1f3;
        font-size: 15px;
        font-family: "ProximaNova-Regular", sans-serif;
        color: #356b99;
        text-align: center;
        line-height: 30px;
        font-weight: 600;
        position: absolute;
        left: -46px;
        top: 0; }
    .groups-express-check-in .custom-air-form .form-required {
      color: #d82626;
      font-weight: 600; }
    .groups-express-check-in .custom-air-form form {
      margin-top: 18px; }
    @media (min-width: 768px) {
      .groups-express-check-in .custom-air-form fieldset {
        margin: 30px 0 0 0; } }
    .groups-express-check-in .custom-air-form fieldset p {
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        .groups-express-check-in .custom-air-form fieldset p {
          padding-top: 30px; } }
    .groups-express-check-in .custom-air-form fieldset div .radiobuttonlist label {
      display: inline-block !important; }
    @media (min-width: 768px) {
      .groups-express-check-in .custom-air-form fieldset.thirds p {
        width: 33.3333%;
        float: left; }
        .groups-express-check-in .custom-air-form fieldset.thirds p:nth-child(3n+4) {
          clear: both; } }
    .groups-express-check-in .custom-air-form fieldset.halves {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .groups-express-check-in .custom-air-form fieldset.halves p {
          width: 50%;
          float: left; } }
      .groups-express-check-in .custom-air-form fieldset.halves .field-wrap {
        margin: 0 auto;
        float: none; }
    .groups-express-check-in .custom-air-form fieldset label {
      display: block;
      font-size: 13px;
      font-weight: 400; }
    .groups-express-check-in .custom-air-form fieldset input:not([type=submit]):not([type=button]):not([type=radio]) {
      width: 100%;
      height: 30px;
      outline: none;
      font-size: 13px;
      padding: 4px 8px;
      border: 1px solid #dee4e7; }
      .groups-express-check-in .custom-air-form fieldset input:not([type=submit]):not([type=button]):not([type=radio]):focus, .groups-express-check-in .custom-air-form fieldset input:not([type=submit]):not([type=button]):not([type=radio]):active {
        outline: none;
        border: 1px solid #dee4e7; }
      .groups-express-check-in .custom-air-form fieldset input:not([type=submit]):not([type=button]):not([type=radio]).form-control {
        outline: none;
        box-shadow: none;
        border-radius: 0;
        border: 1px solid #dee4e7; }
        .groups-express-check-in .custom-air-form fieldset input:not([type=submit]):not([type=button]):not([type=radio]).form-control:focus, .groups-express-check-in .custom-air-form fieldset input:not([type=submit]):not([type=button]):not([type=radio]).form-control:active {
          outline: none;
          box-shadow: none;
          border: 1px solid #dee4e7; }
    .groups-express-check-in .custom-air-form fieldset input[type=radio] {
      margin: 6px 5px 6px 10px; }
      .groups-express-check-in .custom-air-form fieldset input[type=radio]:first-of-type {
        margin-left: 0; }
    .groups-express-check-in .custom-air-form fieldset .radiobutton-type {
      text-align: center; }
      .groups-express-check-in .custom-air-form fieldset .radiobutton-type .mobile-inline {
        display: inline-block; }
    .groups-express-check-in .custom-air-form textarea {
      width: 100%;
      height: auto;
      border: 1px solid #dee4e7;
      font-size: 11px;
      padding: 4px;
      border-radius: 4px;
      outline: none; }
      .groups-express-check-in .custom-air-form textarea:focus, .groups-express-check-in .custom-air-form textarea:active {
        outline: none; }
    .groups-express-check-in .custom-air-form select {
      max-width: 100%; }
    .groups-express-check-in .custom-air-form .chosen-container {
      width: 100% !important;
      font-family: "questa_sansregular", sans-serif; }
      .groups-express-check-in .custom-air-form .chosen-container.chosen-container-single .chosen-single {
        font-size: 14px;
        padding: 7px 10px;
        height: 32px;
        box-shadow: none; }
        .groups-express-check-in .custom-air-form .chosen-container.chosen-container-single .chosen-single div b {
          background-position: 0px 3px; }
      .groups-express-check-in .custom-air-form .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -18px 4px; }
      @media (max-width: 767px) {
        .groups-express-check-in .custom-air-form .chosen-container.chosen-container-single .chosen-single {
          font-size: 14px;
          padding: 7px 10px;
          height: 32px; }
          .groups-express-check-in .custom-air-form .chosen-container.chosen-container-single .chosen-single div b {
            background-position: 0px 3px; }
        .groups-express-check-in .custom-air-form .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
          background-position: -18px 4px; } }
    .groups-express-check-in .custom-air-form .input-wrap {
      position: relative; }
      .groups-express-check-in .custom-air-form .input-wrap .date-icon {
        display: block;
        width: 18px;
        height: 18px;
        background: url(/Assets/img/png24/calendar@2x.png) center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: 4px;
        right: 3px;
        top: 29px;
        right: 51px; }
    .groups-express-check-in .custom-air-form hr {
      border-color: #e2e3e4;
      margin-top: 30px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .groups-express-check-in .custom-air-form hr {
          margin-left: -35px;
          margin-right: -35px; } }
    .groups-express-check-in .custom-air-form .confirm {
      text-align: center;
      margin-top: 30px;
      font-size: 12px; }
      .groups-express-check-in .custom-air-form .confirm .heading {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .75px;
        color: #356b99;
        margin-bottom: 2px; }
      .groups-express-check-in .custom-air-form .confirm .placeholder {
        width: 16px;
        margin-right: 6px; }
      .groups-express-check-in .custom-air-form .confirm input[type=checkbox] {
        margin-left: -10px;
        display: inline-block;
        width: auto !important;
        height: 12px !important; }
      .groups-express-check-in .custom-air-form .confirm input[type=checkbox]:checked + label:after {
        opacity: 1; }
      .groups-express-check-in .custom-air-form .confirm label {
        cursor: pointer;
        position: relative;
        width: 16px;
        height: 16px;
        background: white;
        border: 1px solid #c8c9cb;
        box-shadow: none;
        outline: none;
        margin-right: 6px;
        vertical-align: middle;
        display: none !important; }
        .groups-express-check-in .custom-air-form .confirm label:after {
          opacity: 0;
          content: '';
          position: absolute;
          width: 12px;
          height: 7px;
          background: transparent;
          top: 1px;
          left: 3px;
          border: 2px solid #356b99;
          border-top: none;
          border-right: none;
          transform: rotate(-45deg); }
    .groups-express-check-in .custom-air-form .topcheckbox {
      text-align: left;
      font-size: 16px; }
      .groups-express-check-in .custom-air-form .topcheckbox .heading {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .75px;
        color: #356b99;
        margin-bottom: 2px; }
      .groups-express-check-in .custom-air-form .topcheckbox .placeholder {
        width: 16px;
        margin-right: 6px; }
      .groups-express-check-in .custom-air-form .topcheckbox input[type=checkbox] {
        margin-left: -10px;
        display: inline-block;
        width: auto !important;
        height: 12px !important; }
      .groups-express-check-in .custom-air-form .topcheckbox input[type=checkbox]:checked + label:after {
        opacity: 1; }
      .groups-express-check-in .custom-air-form .topcheckbox label {
        cursor: pointer;
        position: relative;
        width: 16px;
        height: 16px;
        background: white;
        border: 1px solid #c8c9cb;
        box-shadow: none;
        display: none !important;
        outline: none;
        margin-right: 6px;
        vertical-align: middle; }
        .groups-express-check-in .custom-air-form .topcheckbox label:after {
          opacity: 0;
          content: '';
          position: absolute;
          width: 12px;
          height: 7px;
          background: transparent;
          top: 1px;
          left: 3px;
          border: 2px solid #356b99;
          border-top: none;
          border-right: none;
          transform: rotate(-45deg); }
    .groups-express-check-in .custom-air-form .submit-button {
      margin-top: 14px;
      margin-bottom: 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .groups-express-check-in .custom-air-form .submit-button {
          margin-top: 40px;
          margin-bottom: 60px; } }
    .groups-express-check-in .custom-air-form .btn-primary {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .5px;
      border-radius: 3px;
      padding: 10px 50px 8px;
      background-color: #1b5b92;
      color: white;
      text-align: center;
      line-height: 1;
      border: none;
      border-bottom: 2px solid #134c7c;
      display: block;
      margin: 30px auto;
      transition: all 0.2s; }
      .groups-express-check-in .custom-air-form .btn-primary:hover {
        background-color: #276aa3; }
      @media (max-width: 767px) {
        .groups-express-check-in .custom-air-form .btn-primary {
          font-size: 14px;
          width: auto;
          padding: 14px 30px 12px;
          margin-top: 0;
          margin-bottom: 26px; } }
  .groups-express-check-in .container .tab-content .tab-pane .custom-air-form.confirmation-form .heading {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    color: #356b99;
    margin-bottom: 2px; }
  .groups-express-check-in .container .tab-content .tab-pane .custom-air-form.confirmation-form fieldset {
    margin: 0 !important; }
    .groups-express-check-in .container .tab-content .tab-pane .custom-air-form.confirmation-form fieldset div {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .groups-express-check-in .container .tab-content .tab-pane .custom-air-form.confirmation-form fieldset input {
      border: 0 !important;
      padding: 0 !important;
      height: auto !important;
      font-weight: bold; }
  .groups-express-check-in .container .tab-content .tab-pane .custom-air-form.confirmation-form hr {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

@media (min-width: 768px) {
  .groups-express-check-in .custom-air-form fieldset label {
    display: inline-block !important; }
  .groups-express-check-in .custom-air-form fieldset .radiobutton-type .name-type {
    text-align: right; }
  .groups-express-check-in .custom-air-form fieldset .radiobutton-type .name-type-button {
    text-align: left; }
  .groups-express-check-in .custom-air-form fieldset .radiobutton-type .guest-type:first-of-type {
    text-align: right; }
  .groups-express-check-in .custom-air-form fieldset .radiobutton-type .guest-type:last-of-type {
    text-align: left; }
  .groups-express-check-in .custom-air-form fieldset .radiobutton-type .guest-type input {
    display: inline-block !important; } }

.check-in-form-error {
  display: table;
  width: 100%;
  text-align: center;
  color: #FF0000;
  font-weight: bold; }

.check-in-form-success {
  display: table;
  width: 100%;
  text-align: center;
  color: #00FF00;
  font-weight: bold; }

.heading-type {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .75px;
  color: #356b99;
  margin-bottom: 2px;
  text-align: center; }

.empty-star {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUFDQUE3MDg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUFDQUE2Rjg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7HDN/IAAAFZklEQVR42qxYy2tjVRg/ubdJ27wzaZpM2/Q9lba2C4VhcBwFFy2CuvAPEN0OiqAIAyqzEAQ37mZcKYKI6EbRxQwzS6sMLoQpOiOl9mUnfSZNmvfb3+80qWkmSc+N/crXc26Sc+7vfo/f951rKpfLopXcW1yq/6gPOgd9HjoFHYE6oGboIXQTykUL0DuXZiceCANiMgDoReg70Bd8HqfmtFtFd6dFdFrMQtc1YcJfsVQUuXxBZLJ5EU+mRTSRFOlMbhFrbkK/BLjsWQB6CsMNt8N2ye91C4/TZuSBRSqTFTvhKDRGy70LUN+1BQhAdAwfQj8YHfDrvedc4v/IYSIldiIxEY7Gf8DlGwAWVQYEMFYM3wa87pf6/V5h7tDFWck/2/vi0W5kGdN5gFo5FVAFzJ3zPs/lofM+pZtwj3yhKCzmDqXfb+0diPWtvW1MrwDUcu13Wh0YXn9jBIx0BwJ47+BQ+ffYX2D/AKa3cE9fU0CQawjcV4yAoSAupBoRghrwe8cx/QqgTI8BwofTGK73954ztDHdFTlMyDGdzRlaC0ACFDKP6euNLPTpSH+vRTUOat1l6+oUXrfDsJUopBLIJzCI/RgQLi7arV1zlS8Nu4tgvC4AihkHhPuKPp+HMXK11kJvtgOGCXoAd3mcdtHdZZFsTSJs00pXmVQa/nXj4lWvy26c7JIpYYW7qjzFPcKxhOF9WH6ctu4hTJ+lhZ5DWbBpmta2u6rSbhxRXA5ZkuYZwZcd8GO9ZJAxmzthUYJfisWS/KxQGUulkvw8j0I63N97vKYLxdaFovv7wxVhMh1lcofOB62dCxHocUs31wosxOEKAU3S//XCzVm/lja2GHTC1t11vCGtqeGGZmSkZjKdWIdMFaSOagU4eogyYisnVjd3xMiA/zEwFHYOxEJAgxazuaEZ2WLMjA+KpfWQLA2qhFlLHZ1Q1C5Z8afGgjKrGkkH4lDTTD18ZIeuay0DbnpsEO4pitVHu9KVRmQ9tCcz8Uk8WDMwVdFpeZVNgVyMDwbgRrO4v7QuIgp8Q9bmAxSKRWkZVcLlr+LVoD21/vR4JCszrpw2qzRzM35aXFqDi3tlAKtKsVSWFtrI5fPKixhX5J7WBFiWmYU6pbwvLYnsDRPQX+ls3sBTlEQC9ct+lKaN21BkHlvdGLpEVUHvzeEBAS2wIVdvRdMgMeuJdOfT1VsMZCui8aTyvhUMvzCGFrAwCXMpsTVv4nb81+iHkNIhdIAMWrpzMOCVPMXfkFhVpQL+toYWkrPvVWtQDAtJ8+SlNWTRAa5nJobEzIVBQaP99scysjAhAXboulKxzebybGM2MP25apIbJK7TJJM7irVkKoPy8LfMsqnRoOjEzRk3JM7J0QGxGtqV1lF1G45IHG7COCUJCJN7iVTm7vZ+VMk6aNBx46Ds+Ooqh6xlsxeGRDKdkQkQjbcO7GQ6C5dHwpXD5AlifHsttJtnwWwmdA+/n4WLnC2yjO3IE8P9oAeLtGYrnqt45hqMEj8BCB88xPAR604z6UFXODHcJ2NDtfGaHg/K43UjoVt3I7HbmH7e7NTx8XY4+iNd0hCQAaKrCkm0UTfBsxkA8Uz2GoxRPu2geBfHlGeMHodUpXJQ3GGH2PKgWHEdo3AOi24xrQtI77MUHqUBZqURGJWXDdeh748FA5qvDXfVMzHTez96+FPlZUO43dcxF5mS6PKe9ntdJ1hatUZty9cx0S1cvgcgX5/FCyuyzcvQt/jCCq2txrRnsMoXVpou+Yjtar5QkCDiqTR4K0Wm/hNrPoN+ATCnFk1TG6/0gjwdVF7pTUKHWUvZ8LEkQflWgxTyK5MDIO4bsei/AgwAcpZ5glAIgJwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  display: inline-block; }

.filled-star {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUFDQUE2ODg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUFDQUE2Nzg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7C9VhPAAAFS0lEQVR42rRYSWxbZRAeP++7Yydx0iZpgdCmbUTaAmmUUCS2BFQoFSBAAolNkQCBxLEXBBwqISE4IMSBAxw4cAOJIkUBsVQJpEKtVFopXUizOonteIn3xCvfvNit4zh57znhs8b/s/0vn2fmn3/mVxUKBZKD85dvlB4PQvohfZD9kBaIDZKBxCBTkHHIOcjPkAUe1HPPPlnrqOQQAhk9mlchbxkNui6HxUxWs4EMeh3ptBpSC2oq4JXL5Wk1naHUapqi8SQthaN5jPkN8hkIDe0IIZB5Hs2nbpe9xe1ykMmgJyUIRxPkCy7TcixxHh/fAbGLNRECEQeab1wO6ym30042i4m2A38oQpMeXw6PH0M+ALGcbEIgcyea4d2NzvbWpnraKWRzOfJ4g+QNLv+Ejy+AVFKSEMi0oxnZ09zQ1NxQJ2uhSDxFdotRNrGZxSVaXAr/yZujkpRQQaYBzZASMoxLN+bI4w/L7o/5CfPzLv0OawpVCeEHFZpv4bntSsgwxqe8kEVFY5gUNslJPJ7eTEODjU77AAgpc9ZwjELYSVenvSQ3ppUAH+XmQyjj0DpC+IID2xne1kpxtaiZeHKVZn1hRWM5ht2xu1HLcapSQ+/uanDWm416xYTYXJXklICVYDEZ+qGUbpFQ0akGEfiUx5aiuUq4VoPZSqQ4aJY09IDNbNyj12lrNlcJiZU0TS+GFM/jslu4eQbKMTKhAbvVXFOgKzfX7e+Um00QBLJbTUziuIbfoKENnf6d89OViXnK5fOUyeYoD0uk01nxtxUcoHyYLsdSG8ZdnvBASwGOuaRCIDFotcVFVXBiNWnUanrk/g5oZb0SbGYTRWJJkdABI07tStzd2oiDMUm/XrhG+bx8v+C+1YgyrCYDPffw0Q1kGEa9SLxDA+b1Go266gTdh/aS22ml7/+4REn4x3bQ0lhHzz50BDtKv0kIEAm1CWpBkIioLnr9qV5qctlqJnN4Xyu9/Hj3pmQYarXIwyrImZAPzldO9FDnXbsUOquKBnoO0om+ztKCktCw08rqCGd8+sEuaka8kuNX7BNsItawHHC2ySmwgImDnKfIxb0dbSRlZobTZpZNhpHOiDt4jmceTylw2FlfSAwDUlgIRMRAKRech3OwZ0Kj0URK9sCb8wFZ/fgImZLZV7TVGodRJjQciSVkD6y2SL3DQtUO5gnPkszYlecigEmMcGAcgYZmVzPZNr1Ws+XAaGJFPFDLcXR/Kz3afUD0gbMjV6DB2yQm8cyaUnHI3gKhSJybH5DOJgS8sXt/xaWKFCbLtGPQre2iJ3o7SYvAyhp6sf8+kVxpi6dWM6IvSaG49pfl+dAXC/5QIJFakSC09u9b3XU0eKqPOvY2behzDNH9tSd7RTOKPidhNlQgFEuu/ALFjN0ihA/8N077gpEtnXTGG6Ljh9sRdY9RtQP5Vn6D44aj+xGYc3ILx87AzNPzfi7B31u3EMvYP9dVkKFZb6BQDahACzOLwYJSXJ/xFjLZbNXfpjy+AtZ8v8RB9LfyDA8JEleFY6gIFFceSlGszX7kxKy8it2sUBwFKff/RapI5i88PrZloVj0pwlOazFocs4b2FEiWUR4+AyTGapWtUpdNvBB9HW9w3aSCwCr2bgtMkvhKN2c83KIOQP5SNFlQwWxl9B8gsqgmYkpvY5BBCbeveFonK9h3gaRv3fiwsqA5g3ImyDUiYQc6aiRjAYdgqIGqYlAPE0un1u7sMKhyuejPxRhjfwO+RxyFmQkF1PVcKXXxc4I6eV8HMLRkQsrNgGH3GmukIpXesOcUii50vtPgAEAE6+891cwsQkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  display: inline-block; }

.empty-star-large {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUFDQUE3MDg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUFDQUE2Rjg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7HDN/IAAAFZklEQVR42qxYy2tjVRg/ubdJ27wzaZpM2/Q9lba2C4VhcBwFFy2CuvAPEN0OiqAIAyqzEAQ37mZcKYKI6EbRxQwzS6sMLoQpOiOl9mUnfSZNmvfb3+80qWkmSc+N/crXc26Sc+7vfo/f951rKpfLopXcW1yq/6gPOgd9HjoFHYE6oGboIXQTykUL0DuXZiceCANiMgDoReg70Bd8HqfmtFtFd6dFdFrMQtc1YcJfsVQUuXxBZLJ5EU+mRTSRFOlMbhFrbkK/BLjsWQB6CsMNt8N2ye91C4/TZuSBRSqTFTvhKDRGy70LUN+1BQhAdAwfQj8YHfDrvedc4v/IYSIldiIxEY7Gf8DlGwAWVQYEMFYM3wa87pf6/V5h7tDFWck/2/vi0W5kGdN5gFo5FVAFzJ3zPs/lofM+pZtwj3yhKCzmDqXfb+0diPWtvW1MrwDUcu13Wh0YXn9jBIx0BwJ47+BQ+ffYX2D/AKa3cE9fU0CQawjcV4yAoSAupBoRghrwe8cx/QqgTI8BwofTGK73954ztDHdFTlMyDGdzRlaC0ACFDKP6euNLPTpSH+vRTUOat1l6+oUXrfDsJUopBLIJzCI/RgQLi7arV1zlS8Nu4tgvC4AihkHhPuKPp+HMXK11kJvtgOGCXoAd3mcdtHdZZFsTSJs00pXmVQa/nXj4lWvy26c7JIpYYW7qjzFPcKxhOF9WH6ctu4hTJ+lhZ5DWbBpmta2u6rSbhxRXA5ZkuYZwZcd8GO9ZJAxmzthUYJfisWS/KxQGUulkvw8j0I63N97vKYLxdaFovv7wxVhMh1lcofOB62dCxHocUs31wosxOEKAU3S//XCzVm/lja2GHTC1t11vCGtqeGGZmSkZjKdWIdMFaSOagU4eogyYisnVjd3xMiA/zEwFHYOxEJAgxazuaEZ2WLMjA+KpfWQLA2qhFlLHZ1Q1C5Z8afGgjKrGkkH4lDTTD18ZIeuay0DbnpsEO4pitVHu9KVRmQ9tCcz8Uk8WDMwVdFpeZVNgVyMDwbgRrO4v7QuIgp8Q9bmAxSKRWkZVcLlr+LVoD21/vR4JCszrpw2qzRzM35aXFqDi3tlAKtKsVSWFtrI5fPKixhX5J7WBFiWmYU6pbwvLYnsDRPQX+ls3sBTlEQC9ct+lKaN21BkHlvdGLpEVUHvzeEBAS2wIVdvRdMgMeuJdOfT1VsMZCui8aTyvhUMvzCGFrAwCXMpsTVv4nb81+iHkNIhdIAMWrpzMOCVPMXfkFhVpQL+toYWkrPvVWtQDAtJ8+SlNWTRAa5nJobEzIVBQaP99scysjAhAXboulKxzebybGM2MP25apIbJK7TJJM7irVkKoPy8LfMsqnRoOjEzRk3JM7J0QGxGtqV1lF1G45IHG7COCUJCJN7iVTm7vZ+VMk6aNBx46Ds+Ooqh6xlsxeGRDKdkQkQjbcO7GQ6C5dHwpXD5AlifHsttJtnwWwmdA+/n4WLnC2yjO3IE8P9oAeLtGYrnqt45hqMEj8BCB88xPAR604z6UFXODHcJ2NDtfGaHg/K43UjoVt3I7HbmH7e7NTx8XY4+iNd0hCQAaKrCkm0UTfBsxkA8Uz2GoxRPu2geBfHlGeMHodUpXJQ3GGH2PKgWHEdo3AOi24xrQtI77MUHqUBZqURGJWXDdeh748FA5qvDXfVMzHTez96+FPlZUO43dcxF5mS6PKe9ntdJ1hatUZty9cx0S1cvgcgX5/FCyuyzcvQt/jCCq2txrRnsMoXVpou+Yjtar5QkCDiqTR4K0Wm/hNrPoN+ATCnFk1TG6/0gjwdVF7pTUKHWUvZ8LEkQflWgxTyK5MDIO4bsei/AgwAcpZ5glAIgJwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 36px;
  height: 36px;
  width: 36px;
  margin: 0 5px; }

.filled-star-large {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUFDQUE2ODg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUFDQUE2Nzg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7C9VhPAAAFS0lEQVR42rRYSWxbZRAeP++7Yydx0iZpgdCmbUTaAmmUUCS2BFQoFSBAAolNkQCBxLEXBBwqISE4IMSBAxw4cAOJIkUBsVQJpEKtVFopXUizOonteIn3xCvfvNit4zh57znhs8b/s/0vn2fmn3/mVxUKBZKD85dvlB4PQvohfZD9kBaIDZKBxCBTkHHIOcjPkAUe1HPPPlnrqOQQAhk9mlchbxkNui6HxUxWs4EMeh3ptBpSC2oq4JXL5Wk1naHUapqi8SQthaN5jPkN8hkIDe0IIZB5Hs2nbpe9xe1ykMmgJyUIRxPkCy7TcixxHh/fAbGLNRECEQeab1wO6ym30042i4m2A38oQpMeXw6PH0M+ALGcbEIgcyea4d2NzvbWpnraKWRzOfJ4g+QNLv+Ejy+AVFKSEMi0oxnZ09zQ1NxQJ2uhSDxFdotRNrGZxSVaXAr/yZujkpRQQaYBzZASMoxLN+bI4w/L7o/5CfPzLv0OawpVCeEHFZpv4bntSsgwxqe8kEVFY5gUNslJPJ7eTEODjU77AAgpc9ZwjELYSVenvSQ3ppUAH+XmQyjj0DpC+IID2xne1kpxtaiZeHKVZn1hRWM5ht2xu1HLcapSQ+/uanDWm416xYTYXJXklICVYDEZ+qGUbpFQ0akGEfiUx5aiuUq4VoPZSqQ4aJY09IDNbNyj12lrNlcJiZU0TS+GFM/jslu4eQbKMTKhAbvVXFOgKzfX7e+Um00QBLJbTUziuIbfoKENnf6d89OViXnK5fOUyeYoD0uk01nxtxUcoHyYLsdSG8ZdnvBASwGOuaRCIDFotcVFVXBiNWnUanrk/g5oZb0SbGYTRWJJkdABI07tStzd2oiDMUm/XrhG+bx8v+C+1YgyrCYDPffw0Q1kGEa9SLxDA+b1Go266gTdh/aS22ml7/+4REn4x3bQ0lhHzz50BDtKv0kIEAm1CWpBkIioLnr9qV5qctlqJnN4Xyu9/Hj3pmQYarXIwyrImZAPzldO9FDnXbsUOquKBnoO0om+ztKCktCw08rqCGd8+sEuaka8kuNX7BNsItawHHC2ySmwgImDnKfIxb0dbSRlZobTZpZNhpHOiDt4jmceTylw2FlfSAwDUlgIRMRAKRech3OwZ0Kj0URK9sCb8wFZ/fgImZLZV7TVGodRJjQciSVkD6y2SL3DQtUO5gnPkszYlecigEmMcGAcgYZmVzPZNr1Ws+XAaGJFPFDLcXR/Kz3afUD0gbMjV6DB2yQm8cyaUnHI3gKhSJybH5DOJgS8sXt/xaWKFCbLtGPQre2iJ3o7SYvAyhp6sf8+kVxpi6dWM6IvSaG49pfl+dAXC/5QIJFakSC09u9b3XU0eKqPOvY2behzDNH9tSd7RTOKPidhNlQgFEuu/ALFjN0ihA/8N077gpEtnXTGG6Ljh9sRdY9RtQP5Vn6D44aj+xGYc3ILx87AzNPzfi7B31u3EMvYP9dVkKFZb6BQDahACzOLwYJSXJ/xFjLZbNXfpjy+AtZ8v8RB9LfyDA8JEleFY6gIFFceSlGszX7kxKy8it2sUBwFKff/RapI5i88PrZloVj0pwlOazFocs4b2FEiWUR4+AyTGapWtUpdNvBB9HW9w3aSCwCr2bgtMkvhKN2c83KIOQP5SNFlQwWxl9B8gsqgmYkpvY5BBCbeveFonK9h3gaRv3fiwsqA5g3ImyDUiYQc6aiRjAYdgqIGqYlAPE0un1u7sMKhyuejPxRhjfwO+RxyFmQkF1PVcKXXxc4I6eV8HMLRkQsrNgGH3GmukIpXesOcUii50vtPgAEAE6+891cwsQkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 36px;
  height: 36px;
  width: 36px;
  display: inline-block;
  margin: 0 5px; }

.empty-star-small {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUFDQUE3MDg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUFDQUE2Rjg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7HDN/IAAAFZklEQVR42qxYy2tjVRg/ubdJ27wzaZpM2/Q9lba2C4VhcBwFFy2CuvAPEN0OiqAIAyqzEAQ37mZcKYKI6EbRxQwzS6sMLoQpOiOl9mUnfSZNmvfb3+80qWkmSc+N/crXc26Sc+7vfo/f951rKpfLopXcW1yq/6gPOgd9HjoFHYE6oGboIXQTykUL0DuXZiceCANiMgDoReg70Bd8HqfmtFtFd6dFdFrMQtc1YcJfsVQUuXxBZLJ5EU+mRTSRFOlMbhFrbkK/BLjsWQB6CsMNt8N2ye91C4/TZuSBRSqTFTvhKDRGy70LUN+1BQhAdAwfQj8YHfDrvedc4v/IYSIldiIxEY7Gf8DlGwAWVQYEMFYM3wa87pf6/V5h7tDFWck/2/vi0W5kGdN5gFo5FVAFzJ3zPs/lofM+pZtwj3yhKCzmDqXfb+0diPWtvW1MrwDUcu13Wh0YXn9jBIx0BwJ47+BQ+ffYX2D/AKa3cE9fU0CQawjcV4yAoSAupBoRghrwe8cx/QqgTI8BwofTGK73954ztDHdFTlMyDGdzRlaC0ACFDKP6euNLPTpSH+vRTUOat1l6+oUXrfDsJUopBLIJzCI/RgQLi7arV1zlS8Nu4tgvC4AihkHhPuKPp+HMXK11kJvtgOGCXoAd3mcdtHdZZFsTSJs00pXmVQa/nXj4lWvy26c7JIpYYW7qjzFPcKxhOF9WH6ctu4hTJ+lhZ5DWbBpmta2u6rSbhxRXA5ZkuYZwZcd8GO9ZJAxmzthUYJfisWS/KxQGUulkvw8j0I63N97vKYLxdaFovv7wxVhMh1lcofOB62dCxHocUs31wosxOEKAU3S//XCzVm/lja2GHTC1t11vCGtqeGGZmSkZjKdWIdMFaSOagU4eogyYisnVjd3xMiA/zEwFHYOxEJAgxazuaEZ2WLMjA+KpfWQLA2qhFlLHZ1Q1C5Z8afGgjKrGkkH4lDTTD18ZIeuay0DbnpsEO4pitVHu9KVRmQ9tCcz8Uk8WDMwVdFpeZVNgVyMDwbgRrO4v7QuIgp8Q9bmAxSKRWkZVcLlr+LVoD21/vR4JCszrpw2qzRzM35aXFqDi3tlAKtKsVSWFtrI5fPKixhX5J7WBFiWmYU6pbwvLYnsDRPQX+ls3sBTlEQC9ct+lKaN21BkHlvdGLpEVUHvzeEBAS2wIVdvRdMgMeuJdOfT1VsMZCui8aTyvhUMvzCGFrAwCXMpsTVv4nb81+iHkNIhdIAMWrpzMOCVPMXfkFhVpQL+toYWkrPvVWtQDAtJ8+SlNWTRAa5nJobEzIVBQaP99scysjAhAXboulKxzebybGM2MP25apIbJK7TJJM7irVkKoPy8LfMsqnRoOjEzRk3JM7J0QGxGtqV1lF1G45IHG7COCUJCJN7iVTm7vZ+VMk6aNBx46Ds+Ooqh6xlsxeGRDKdkQkQjbcO7GQ6C5dHwpXD5AlifHsttJtnwWwmdA+/n4WLnC2yjO3IE8P9oAeLtGYrnqt45hqMEj8BCB88xPAR604z6UFXODHcJ2NDtfGaHg/K43UjoVt3I7HbmH7e7NTx8XY4+iNd0hCQAaKrCkm0UTfBsxkA8Uz2GoxRPu2geBfHlGeMHodUpXJQ3GGH2PKgWHEdo3AOi24xrQtI77MUHqUBZqURGJWXDdeh748FA5qvDXfVMzHTez96+FPlZUO43dcxF5mS6PKe9ntdJ1hatUZty9cx0S1cvgcgX5/FCyuyzcvQt/jCCq2txrRnsMoXVpou+Yjtar5QkCDiqTR4K0Wm/hNrPoN+ATCnFk1TG6/0gjwdVF7pTUKHWUvZ8LEkQflWgxTyK5MDIO4bsei/AgwAcpZ5glAIgJwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 25px;
  height: 25px;
  width: 25px;
  margin: 0 2px; }

.filled-star-small {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUFDQUE2ODg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUFDQUE2Nzg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7C9VhPAAAFS0lEQVR42rRYSWxbZRAeP++7Yydx0iZpgdCmbUTaAmmUUCS2BFQoFSBAAolNkQCBxLEXBBwqISE4IMSBAxw4cAOJIkUBsVQJpEKtVFopXUizOonteIn3xCvfvNit4zh57znhs8b/s/0vn2fmn3/mVxUKBZKD85dvlB4PQvohfZD9kBaIDZKBxCBTkHHIOcjPkAUe1HPPPlnrqOQQAhk9mlchbxkNui6HxUxWs4EMeh3ptBpSC2oq4JXL5Wk1naHUapqi8SQthaN5jPkN8hkIDe0IIZB5Hs2nbpe9xe1ykMmgJyUIRxPkCy7TcixxHh/fAbGLNRECEQeab1wO6ym30042i4m2A38oQpMeXw6PH0M+ALGcbEIgcyea4d2NzvbWpnraKWRzOfJ4g+QNLv+Ejy+AVFKSEMi0oxnZ09zQ1NxQJ2uhSDxFdotRNrGZxSVaXAr/yZujkpRQQaYBzZASMoxLN+bI4w/L7o/5CfPzLv0OawpVCeEHFZpv4bntSsgwxqe8kEVFY5gUNslJPJ7eTEODjU77AAgpc9ZwjELYSVenvSQ3ppUAH+XmQyjj0DpC+IID2xne1kpxtaiZeHKVZn1hRWM5ht2xu1HLcapSQ+/uanDWm416xYTYXJXklICVYDEZ+qGUbpFQ0akGEfiUx5aiuUq4VoPZSqQ4aJY09IDNbNyj12lrNlcJiZU0TS+GFM/jslu4eQbKMTKhAbvVXFOgKzfX7e+Um00QBLJbTUziuIbfoKENnf6d89OViXnK5fOUyeYoD0uk01nxtxUcoHyYLsdSG8ZdnvBASwGOuaRCIDFotcVFVXBiNWnUanrk/g5oZb0SbGYTRWJJkdABI07tStzd2oiDMUm/XrhG+bx8v+C+1YgyrCYDPffw0Q1kGEa9SLxDA+b1Go266gTdh/aS22ml7/+4REn4x3bQ0lhHzz50BDtKv0kIEAm1CWpBkIioLnr9qV5qctlqJnN4Xyu9/Hj3pmQYarXIwyrImZAPzldO9FDnXbsUOquKBnoO0om+ztKCktCw08rqCGd8+sEuaka8kuNX7BNsItawHHC2ySmwgImDnKfIxb0dbSRlZobTZpZNhpHOiDt4jmceTylw2FlfSAwDUlgIRMRAKRech3OwZ0Kj0URK9sCb8wFZ/fgImZLZV7TVGodRJjQciSVkD6y2SL3DQtUO5gnPkszYlecigEmMcGAcgYZmVzPZNr1Ws+XAaGJFPFDLcXR/Kz3afUD0gbMjV6DB2yQm8cyaUnHI3gKhSJybH5DOJgS8sXt/xaWKFCbLtGPQre2iJ3o7SYvAyhp6sf8+kVxpi6dWM6IvSaG49pfl+dAXC/5QIJFakSC09u9b3XU0eKqPOvY2behzDNH9tSd7RTOKPidhNlQgFEuu/ALFjN0ihA/8N077gpEtnXTGG6Ljh9sRdY9RtQP5Vn6D44aj+xGYc3ILx87AzNPzfi7B31u3EMvYP9dVkKFZb6BQDahACzOLwYJSXJ/xFjLZbNXfpjy+AtZ8v8RB9LfyDA8JEleFY6gIFFceSlGszX7kxKy8it2sUBwFKff/RapI5i88PrZloVj0pwlOazFocs4b2FEiWUR4+AyTGapWtUpdNvBB9HW9w3aSCwCr2bgtMkvhKN2c83KIOQP5SNFlQwWxl9B8gsqgmYkpvY5BBCbeveFonK9h3gaRv3fiwsqA5g3ImyDUiYQc6aiRjAYdgqIGqYlAPE0un1u7sMKhyuejPxRhjfwO+RxyFmQkF1PVcKXXxc4I6eV8HMLRkQsrNgGH3GmukIpXesOcUii50vtPgAEAE6+891cwsQkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 25px;
  height: 25px;
  width: 25px;
  display: inline-block;
  margin: 0 2px; }

.empty-star-extra-small {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUFDQUE3MDg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUFDQUE2Rjg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7HDN/IAAAFZklEQVR42qxYy2tjVRg/ubdJ27wzaZpM2/Q9lba2C4VhcBwFFy2CuvAPEN0OiqAIAyqzEAQ37mZcKYKI6EbRxQwzS6sMLoQpOiOl9mUnfSZNmvfb3+80qWkmSc+N/crXc26Sc+7vfo/f951rKpfLopXcW1yq/6gPOgd9HjoFHYE6oGboIXQTykUL0DuXZiceCANiMgDoReg70Bd8HqfmtFtFd6dFdFrMQtc1YcJfsVQUuXxBZLJ5EU+mRTSRFOlMbhFrbkK/BLjsWQB6CsMNt8N2ye91C4/TZuSBRSqTFTvhKDRGy70LUN+1BQhAdAwfQj8YHfDrvedc4v/IYSIldiIxEY7Gf8DlGwAWVQYEMFYM3wa87pf6/V5h7tDFWck/2/vi0W5kGdN5gFo5FVAFzJ3zPs/lofM+pZtwj3yhKCzmDqXfb+0diPWtvW1MrwDUcu13Wh0YXn9jBIx0BwJ47+BQ+ffYX2D/AKa3cE9fU0CQawjcV4yAoSAupBoRghrwe8cx/QqgTI8BwofTGK73954ztDHdFTlMyDGdzRlaC0ACFDKP6euNLPTpSH+vRTUOat1l6+oUXrfDsJUopBLIJzCI/RgQLi7arV1zlS8Nu4tgvC4AihkHhPuKPp+HMXK11kJvtgOGCXoAd3mcdtHdZZFsTSJs00pXmVQa/nXj4lWvy26c7JIpYYW7qjzFPcKxhOF9WH6ctu4hTJ+lhZ5DWbBpmta2u6rSbhxRXA5ZkuYZwZcd8GO9ZJAxmzthUYJfisWS/KxQGUulkvw8j0I63N97vKYLxdaFovv7wxVhMh1lcofOB62dCxHocUs31wosxOEKAU3S//XCzVm/lja2GHTC1t11vCGtqeGGZmSkZjKdWIdMFaSOagU4eogyYisnVjd3xMiA/zEwFHYOxEJAgxazuaEZ2WLMjA+KpfWQLA2qhFlLHZ1Q1C5Z8afGgjKrGkkH4lDTTD18ZIeuay0DbnpsEO4pitVHu9KVRmQ9tCcz8Uk8WDMwVdFpeZVNgVyMDwbgRrO4v7QuIgp8Q9bmAxSKRWkZVcLlr+LVoD21/vR4JCszrpw2qzRzM35aXFqDi3tlAKtKsVSWFtrI5fPKixhX5J7WBFiWmYU6pbwvLYnsDRPQX+ls3sBTlEQC9ct+lKaN21BkHlvdGLpEVUHvzeEBAS2wIVdvRdMgMeuJdOfT1VsMZCui8aTyvhUMvzCGFrAwCXMpsTVv4nb81+iHkNIhdIAMWrpzMOCVPMXfkFhVpQL+toYWkrPvVWtQDAtJ8+SlNWTRAa5nJobEzIVBQaP99scysjAhAXboulKxzebybGM2MP25apIbJK7TJJM7irVkKoPy8LfMsqnRoOjEzRk3JM7J0QGxGtqV1lF1G45IHG7COCUJCJN7iVTm7vZ+VMk6aNBx46Ds+Ooqh6xlsxeGRDKdkQkQjbcO7GQ6C5dHwpXD5AlifHsttJtnwWwmdA+/n4WLnC2yjO3IE8P9oAeLtGYrnqt45hqMEj8BCB88xPAR604z6UFXODHcJ2NDtfGaHg/K43UjoVt3I7HbmH7e7NTx8XY4+iNd0hCQAaKrCkm0UTfBsxkA8Uz2GoxRPu2geBfHlGeMHodUpXJQ3GGH2PKgWHEdo3AOi24xrQtI77MUHqUBZqURGJWXDdeh748FA5qvDXfVMzHTez96+FPlZUO43dcxF5mS6PKe9ntdJ1hatUZty9cx0S1cvgcgX5/FCyuyzcvQt/jCCq2txrRnsMoXVpou+Yjtar5QkCDiqTR4K0Wm/hNrPoN+ATCnFk1TG6/0gjwdVF7pTUKHWUvZ8LEkQflWgxTyK5MDIO4bsei/AgwAcpZ5glAIgJwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px;
  height: 20px;
  width: 20px;
  margin: 0 2px; }

.filled-star-extra-small {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRUFDQUE2ODg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRUFDQUE2Nzg2MzkxMUU0OTA2MUY4MjQ2Q0MzNTMyQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7C9VhPAAAFS0lEQVR42rRYSWxbZRAeP++7Yydx0iZpgdCmbUTaAmmUUCS2BFQoFSBAAolNkQCBxLEXBBwqISE4IMSBAxw4cAOJIkUBsVQJpEKtVFopXUizOonteIn3xCvfvNit4zh57znhs8b/s/0vn2fmn3/mVxUKBZKD85dvlB4PQvohfZD9kBaIDZKBxCBTkHHIOcjPkAUe1HPPPlnrqOQQAhk9mlchbxkNui6HxUxWs4EMeh3ptBpSC2oq4JXL5Wk1naHUapqi8SQthaN5jPkN8hkIDe0IIZB5Hs2nbpe9xe1ykMmgJyUIRxPkCy7TcixxHh/fAbGLNRECEQeab1wO6ym30042i4m2A38oQpMeXw6PH0M+ALGcbEIgcyea4d2NzvbWpnraKWRzOfJ4g+QNLv+Ejy+AVFKSEMi0oxnZ09zQ1NxQJ2uhSDxFdotRNrGZxSVaXAr/yZujkpRQQaYBzZASMoxLN+bI4w/L7o/5CfPzLv0OawpVCeEHFZpv4bntSsgwxqe8kEVFY5gUNslJPJ7eTEODjU77AAgpc9ZwjELYSVenvSQ3ppUAH+XmQyjj0DpC+IID2xne1kpxtaiZeHKVZn1hRWM5ht2xu1HLcapSQ+/uanDWm416xYTYXJXklICVYDEZ+qGUbpFQ0akGEfiUx5aiuUq4VoPZSqQ4aJY09IDNbNyj12lrNlcJiZU0TS+GFM/jslu4eQbKMTKhAbvVXFOgKzfX7e+Um00QBLJbTUziuIbfoKENnf6d89OViXnK5fOUyeYoD0uk01nxtxUcoHyYLsdSG8ZdnvBASwGOuaRCIDFotcVFVXBiNWnUanrk/g5oZb0SbGYTRWJJkdABI07tStzd2oiDMUm/XrhG+bx8v+C+1YgyrCYDPffw0Q1kGEa9SLxDA+b1Go266gTdh/aS22ml7/+4REn4x3bQ0lhHzz50BDtKv0kIEAm1CWpBkIioLnr9qV5qctlqJnN4Xyu9/Hj3pmQYarXIwyrImZAPzldO9FDnXbsUOquKBnoO0om+ztKCktCw08rqCGd8+sEuaka8kuNX7BNsItawHHC2ySmwgImDnKfIxb0dbSRlZobTZpZNhpHOiDt4jmceTylw2FlfSAwDUlgIRMRAKRech3OwZ0Kj0URK9sCb8wFZ/fgImZLZV7TVGodRJjQciSVkD6y2SL3DQtUO5gnPkszYlecigEmMcGAcgYZmVzPZNr1Ws+XAaGJFPFDLcXR/Kz3afUD0gbMjV6DB2yQm8cyaUnHI3gKhSJybH5DOJgS8sXt/xaWKFCbLtGPQre2iJ3o7SYvAyhp6sf8+kVxpi6dWM6IvSaG49pfl+dAXC/5QIJFakSC09u9b3XU0eKqPOvY2behzDNH9tSd7RTOKPidhNlQgFEuu/ALFjN0ihA/8N077gpEtnXTGG6Ljh9sRdY9RtQP5Vn6D44aj+xGYc3ILx87AzNPzfi7B31u3EMvYP9dVkKFZb6BQDahACzOLwYJSXJ/xFjLZbNXfpjy+AtZ8v8RB9LfyDA8JEleFY6gIFFceSlGszX7kxKy8it2sUBwFKff/RapI5i88PrZloVj0pwlOazFocs4b2FEiWUR4+AyTGapWtUpdNvBB9HW9w3aSCwCr2bgtMkvhKN2c83KIOQP5SNFlQwWxl9B8gsqgmYkpvY5BBCbeveFonK9h3gaRv3fiwsqA5g3ImyDUiYQc6aiRjAYdgqIGqYlAPE0un1u7sMKhyuejPxRhjfwO+RxyFmQkF1PVcKXXxc4I6eV8HMLRkQsrNgGH3GmukIpXesOcUii50vtPgAEAE6+891cwsQkAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 2px; }

.reviews-text {
  font-size: 14px;
  font-family: "questa_sansregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 20px; }
  .reviews-text img, .reviews-text span {
    display: inline-block; }
  .reviews-text span {
    vertical-align: middle;
    margin-right: 10px; }

.feefo-logo {
  vertical-align: middle;
  height: auto;
  width: 71px; }

.question-image {
  vertical-align: baseline;
  width: 12px;
  height: auto; }

.tooltip-arrow {
  display: none; }

.tooltip-inner {
  position: relative;
  padding: 8px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
  font-family: "questa_sansregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2; }
  .tooltip-inner::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -1em;
    left: 0;
    top: 50%;
    box-sizing: border-box;
    border: .35em solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -2px 1px 4px 0 rgba(0, 0, 0, 0.32); }

.uni-carouselPromo .owl-controls {
  position: absolute;
  top: 165px;
  width: 100%; }
  .uni-carouselPromo .owl-controls .owl-buttons div {
    background: rgba(255, 255, 255, 0.75);
    color: #1b5b92;
    font-size: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    /*.lh-translateY(-50%);*/ }

.uni-carouselPromo .owl-prev {
  left: 0; }

.uni-carouselPromo .owl-next {
  right: 0; }

@media (min-width: 768px) {
  .uni-carouselPromo .owl-controls {
    top: 165px; }
    .uni-carouselPromo .owl-controls .owl-buttons div {
      font-size: 40px;
      padding: 3px; } }

@media (min-width: 1270px) {
  .uni-carouselPromo .owl-prev {
    left: -35px; }
  .uni-carouselPromo .owl-next {
    right: -35px; } }

.owl-item figure img {
  margin: auto; }

.uni-carouselPromo-item {
  color: inherit;
  display: block;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  min-height: 370px;
  text-align: center;
  text-decoration: none;
  width: 320px; }
  @media (min-width: 1200px) {
    .uni-carouselPromo-item {
      font-size: 0.85714286rem; } }
  @media (min-width: 768px) {
    .uni-carouselPromo-item {
      border: 6px solid #dadbdd;
      width: 336px;
      padding: 2px; } }
  .uni-carouselPromo-item figure {
    position: relative; }
  .uni-carouselPromo-item figcaption {
    background: rgba(4, 13, 19, 0.4);
    bottom: 0;
    color: #fff;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    padding: 13px;
    position: absolute;
    text-shadow: 0px 0px 5px rgba(4, 4, 4, 0.004);
    width: 100%; }
    @media (min-width: 1200px) {
      .uni-carouselPromo-item figcaption {
        font-size: 1.28571429rem; } }
  .uni-carouselPromo-item article {
    padding: 24px; }
  .uni-carouselPromo-item:focus, .uni-carouselPromo-item:hover {
    border-color: #2e3c49;
    text-align: center;
    text-decoration: none; }

.uni-promo-item-title {
  color: #356b99;
  font-family: "libel_suitbold", serif;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }
  @media (min-width: 1200px) {
    .uni-promo-item-title {
      font-size: 1.28571429rem; } }

.uni-promo-item-detail {
  font-size: 14px; }
  @media (min-width: 1200px) {
    .uni-promo-item-detail {
      font-size: 1rem; } }

.uni-promo-item-overview {
  color: #1b5b92; }

.uni-fullbleed {
  background: #eff1f3; }
  .uni-fullbleed hr {
    border-color: rgba(22, 31, 37, 0.3); }

.horizontal_iframe,
.horizontal_modal {
  width: 100%;
  min-height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0; }
  .horizontal_iframe .row h3,
  .horizontal_modal .row h3 {
    color: #00315b;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
  .horizontal_iframe .row .info,
  .horizontal_iframe .row .email,
  .horizontal_iframe .row .disclaimer,
  .horizontal_modal .row .info,
  .horizontal_modal .row .email,
  .horizontal_modal .row .disclaimer {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
    .horizontal_iframe .row .info h3,
    .horizontal_iframe .row .email h3,
    .horizontal_iframe .row .disclaimer h3,
    .horizontal_modal .row .info h3,
    .horizontal_modal .row .email h3,
    .horizontal_modal .row .disclaimer h3 {
      padding-bottom: 0;
      border-bottom: 0; }
    .horizontal_iframe .row .info span,
    .horizontal_iframe .row .email span,
    .horizontal_iframe .row .disclaimer span,
    .horizontal_modal .row .info span,
    .horizontal_modal .row .email span,
    .horizontal_modal .row .disclaimer span {
      margin-bottom: 0 !important; }
    .horizontal_iframe .row .info p,
    .horizontal_iframe .row .email p,
    .horizontal_iframe .row .disclaimer p,
    .horizontal_modal .row .info p,
    .horizontal_modal .row .email p,
    .horizontal_modal .row .disclaimer p {
      padding-left: 15px;
      margin: 0; }

.tall-frame {
  min-height: 5000px; }

.short-frame {
  min-height: 2500px; }

.vertical_iframe,
.vertical_modal {
  width: 100%;
  min-height: 350px;
  overflow-x: hidden;
  overflow-y: hidden;
  border: 0; }
  .vertical_iframe .row .iframe-left,
  .vertical_modal .row .iframe-left {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    border: 0; }
    .vertical_iframe .row .iframe-left h3,
    .vertical_modal .row .iframe-left h3 {
      color: #00315b;
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
    .vertical_iframe .row .iframe-left .interior_vertical_iframe,
    .vertical_modal .row .iframe-left .interior_vertical_iframe {
      border: 0;
      width: 100%; }
    .vertical_iframe .row .iframe-left .tall-frame,
    .vertical_modal .row .iframe-left .tall-frame {
      min-height: 5000px; }
    .vertical_iframe .row .iframe-left .short-frame,
    .vertical_modal .row .iframe-left .short-frame {
      min-height: 2500px; }
  .vertical_iframe .row .iframe-right .info,
  .vertical_iframe .row .iframe-right .email,
  .vertical_iframe .row .iframe-right .disclaimer,
  .vertical_modal .row .iframe-right .info,
  .vertical_modal .row .iframe-right .email,
  .vertical_modal .row .iframe-right .disclaimer {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    border-left: 0 !important; }
    .vertical_iframe .row .iframe-right .info span,
    .vertical_iframe .row .iframe-right .email span,
    .vertical_iframe .row .iframe-right .disclaimer span,
    .vertical_modal .row .iframe-right .info span,
    .vertical_modal .row .iframe-right .email span,
    .vertical_modal .row .iframe-right .disclaimer span {
      margin-bottom: 0 !important; }
    .vertical_iframe .row .iframe-right .info p,
    .vertical_iframe .row .iframe-right .email p,
    .vertical_iframe .row .iframe-right .disclaimer p,
    .vertical_modal .row .iframe-right .info p,
    .vertical_modal .row .iframe-right .email p,
    .vertical_modal .row .iframe-right .disclaimer p {
      padding-left: 15px;
      margin: 0; }

@media (min-width: 768px) {
  .horizontal_iframe .info,
  .horizontal_iframe .email,
  .horizontal_modal .info,
  .horizontal_modal .email {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 1px solid #eee; }
  .horizontal_iframe .disclaimer,
  .horizontal_modal .disclaimer {
    border-bottom: 0 !important; }
  .horizontal_iframe .inline-modal-frame,
  .horizontal_modal .inline-modal-frame {
    height: 100%;
    overflow: visible; }
    .horizontal_iframe .inline-modal-frame .panel-group,
    .horizontal_modal .inline-modal-frame .panel-group {
      margin: 20px; }
      .horizontal_iframe .inline-modal-frame .panel-group .panel,
      .horizontal_modal .inline-modal-frame .panel-group .panel {
        border: 1px solid #EFF1F3 !important; }
        .horizontal_iframe .inline-modal-frame .panel-group .panel + .panel,
        .horizontal_modal .inline-modal-frame .panel-group .panel + .panel {
          margin-top: 20px; }
        .horizontal_iframe .inline-modal-frame .panel-group .panel .panel-heading,
        .horizontal_modal .inline-modal-frame .panel-group .panel .panel-heading {
          border-top: 0 !important; }
  .vertical_iframe .row .iframe-left,
  .vertical_modal .row .iframe-left {
    width: 64%;
    display: inline-block;
    vertical-align: top; }
  .vertical_iframe .row .iframe-right,
  .vertical_modal .row .iframe-right {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #eeeeee; }
    .vertical_iframe .row .iframe-right .info,
    .vertical_iframe .row .iframe-right .email,
    .vertical_iframe .row .iframe-right .disclaimer,
    .vertical_modal .row .iframe-right .info,
    .vertical_modal .row .iframe-right .email,
    .vertical_modal .row .iframe-right .disclaimer {
      padding-bottom: 10px;
      border-left: 0; }
      .vertical_iframe .row .iframe-right .info span,
      .vertical_iframe .row .iframe-right .email span,
      .vertical_iframe .row .iframe-right .disclaimer span,
      .vertical_modal .row .iframe-right .info span,
      .vertical_modal .row .iframe-right .email span,
      .vertical_modal .row .iframe-right .disclaimer span {
        margin-bottom: 0 !important; }
      .vertical_iframe .row .iframe-right .info p,
      .vertical_iframe .row .iframe-right .email p,
      .vertical_iframe .row .iframe-right .disclaimer p,
      .vertical_modal .row .iframe-right .info p,
      .vertical_modal .row .iframe-right .email p,
      .vertical_modal .row .iframe-right .disclaimer p {
        padding-left: 15px;
        margin: 0; }
  .vertical_iframe .tall-frame,
  .vertical_modal .tall-frame {
    min-height: 5000px; }
  .vertical_iframe .short-frame,
  .vertical_modal .short-frame {
    min-height: 2500px; } }

@media print {
  .uni-module-border-span {
    display: none; } }

.uni-module-border-bottom {
  margin-bottom: 6px;
  padding-bottom: 6px; }

.uni-module-border-top {
  margin-top: 6px;
  padding-top: 6px; }

.uni-module-spacing {
  padding-bottom: 18px; }
  @media (min-width: 768px) {
    .uni-module-spacing {
      padding-bottom: 30px; } }
  @media (min-width: 1200px) {
    .uni-module-spacing {
      padding-bottom: 36px; } }

.uni-module-header {
  margin: 18px auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 768px) {
    .uni-module-header {
      margin: 30px auto; } }
  @media (min-width: 1200px) {
    .uni-module-header {
      margin: 36px auto; } }
  .uni-module-header .uni-module-title {
    display: inline-block; }

.uni-module-header-flourish:before, .uni-module-header-flourish:after {
  color: rgba(57, 45, 46, 0.18);
  font-family: "fontello";
  font-size: 7px;
  line-height: 18px;
  vertical-align: text-bottom; }

.uni-module-header-flourish:after {
  content: "\e806"; }

.uni-module-header-flourish:before {
  content: "\e805"; }

.uni-module-header-flourish .uni-module-title {
  margin-left: 2px;
  margin-right: 2px; }

@media (min-width: 768px) {
  .uni-module-header-flourish:before, .uni-module-header-flourish:after {
    font-size: 12px;
    line-height: 30px; }
  .uni-module-header-flourish .uni-module-title {
    margin-left: 6px;
    margin-right: 6px; } }

@media (min-width: 1200px) {
  .uni-module-header-flourish:before, .uni-module-header-flourish:after {
    font-size: 17px;
    line-height: 36px; }
  .uni-module-header-flourish .uni-module-title {
    margin-left: 12px;
    margin-right: 12px; } }

.uni-module-header-lines {
  overflow: hidden; }
  .uni-module-header-lines:before, .uni-module-header-lines:after {
    border-bottom: 1px solid #dadbdd;
    content: "";
    display: inline-block;
    height: 9px;
    margin: 2% 2% 0 -55%;
    vertical-align: top;
    width: 15%; }
    @media (min-width: 768px) {
      .uni-module-header-lines:before, .uni-module-header-lines:after {
        height: 15px; } }
    @media (min-width: 1200px) {
      .uni-module-header-lines:before, .uni-module-header-lines:after {
        height: 18px; } }
  .uni-module-header-lines:after {
    margin: 2% -55% 0 2%; }

.uni-module-title {
  color: #356b99;
  font-family: 'civita-lightregular', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px; }
  @media (min-width: 768px) {
    .uni-module-title {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .uni-module-title {
      font-size: 36px; } }

.uni-sub-navigation-span {
  background-color: #f0f1f3; }

.uni-select {
  display: inline-block;
  line-height: 1 !important;
  margin-right: 15px;
  position: relative; }
  .uni-select select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border-radius: 2px;
    color: inherit;
    width: calc(100% + 15px); }
    .uni-select select:focus {
      border-color: #66afe9;
      outline: 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .uni-select select::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .uni-select select:-ms-input-placeholder {
      color: #999; }
    .uni-select select::-webkit-input-placeholder {
      color: #999; }
    .uni-select select[disabled], .uni-select select[readonly],
    fieldset[disabled] .uni-select select {
      cursor: not-allowed;
      background-color: #eeeeee;
      opacity: 1; }
  .uni-select:after {
    color: #1b5b92;
    content: "\e809";
    font-family: "Fontello";
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 8.4px; }
  .uni-select.uni-select-xs {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600; }
    .uni-select.uni-select-xs select {
      height: 22px;
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px;
      border: none;
      width: calc(100% + 15px); }
      select.uni-select.uni-select-xs select {
        height: 22px;
        line-height: 22px; }
      textarea.uni-select.uni-select-xs select,
      select[multiple].uni-select.uni-select-xs select {
        height: auto; }
    .uni-select.uni-select-xs:after {
      content: "\e810";
      line-height: 0.4;
      right: -5px; }
  .uni-select.uni-select-sm select {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  select.uni-select.uni-select-sm select {
    height: 30px;
    line-height: 30px; }
  textarea.uni-select.uni-select-sm select,
  select[multiple].uni-select.uni-select-sm select {
    height: auto; }
  .uni-select.uni-select-sm:after {
    top: 7px; }
  .uni-select.uni-select-lg select {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px; }
  select.uni-select.uni-select-lg select {
    height: 46px;
    line-height: 46px; }
  textarea.uni-select.uni-select-lg select,
  select[multiple].uni-select.uni-select-lg select {
    height: auto; }
  .uni-select.uni-select-lg:after {
    top: 14px; }

textarea.uni-select select {
  height: auto; }

/*

A library of transitions for revealing the loaded images
(Heavily) Inspired by http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations/

*/
.effect-parent {
  perspective: 1300px; }

/* EFFECT 1 */
.effect-1 {
  transform-style: preserve-3d;
  transform-origin: 50% 50% -300px;
  transform: rotateX(-180deg);
  animation: fly ease-in-out forwards; }

@keyframes fly {
  100% {
    transform: rotateX(0deg);
    opacity: 1;
    transform-origin: 50% 50% 0; } }

/* EFFECT 2 */
.effect-2 {
  transform: translateY(200px);
  animation: moveUp ease forwards; }

@keyframes moveUp {
  to {
    transform: translateY(0);
    opacity: 1; } }

/* EFFECT 3 */
.effect-3 {
  transform-style: preserve-3d;
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  animation: fallPerspective ease-in-out forwards; }

@keyframes fallPerspective {
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }

/* EFFECT 4 */
.effect-4 {
  transform-style: preserve-3d;
  transform-origin: 0% 0%;
  transform: rotateX(-80deg);
  animation: flip ease-in-out forwards; }

@keyframes flip {
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

/* EFFECT 5 */
.effect-5 {
  transform-style: preserve-3d;
  transform: rotateY(-180deg);
  animation: moveUp ease-in-out forwards; }

/* EFFECT 6 */
.effect-6 {
  transform: scale(0.638) translate(-179px);
  animation: moveUp ease-in-out forwards; }

/* Universal durations */
.effect-duration-1 {
  animation-duration: .4s; }

.effect-duration-2 {
  animation-duration: .5s; }

.effect-duration-3 {
  animation-duration: .6s; }

.effect-duration-4 {
  animation-duration: .7s; }

.effect-duration-5 {
  animation-duration: .8s; }

.effect-duration-6 {
  animation-duration: .9s; }

.effect-duration-7 {
  animation-duration: .95s; }

.effect-duration-8 {
  animation-duration: 1s; }

.effect-duration-9 {
  animation-duration: 1.05s; }

.effect-duration-10 {
  animation-duration: 1.1s; }

.collage {
  /*This is where you set the padding you want between the images*/
  padding: 5px; }

.collage img {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
  opacity: 1;
  /*This is where you set the border you want for the image*/
  /*border:6px solid #FFF;*/ }

/* In this example, this is the main item being resized */
.image-wrapper {
  /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
  opacity: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.caption {
  font-size: 14px;
  font-weight: normal;
  font-family: arial;
  min-height: 100%;
  height: 100%; }

.caption-content {
  /* padding:10px; */
  color: #FFF;
  padding: 13%;
  display: table;
  width: 100%;
  min-height: 100%;
  height: 100%; }

.caption-border {
  min-height: 100%;
  height: 100%;
  border: 5px solid rgba(225, 255, 255, 0.3);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: 'civita-mediumitalicregular';
  font-size: 20px; }
  .caption-border span {
    font-family: "questa_sansregular", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    display: block; }

.toto2 {
  border-top: 1px solid #e2e3e4; }

.sub-navigation {
  padding-left: 0;
  padding-right: 0; }
  .cruise-teaser .sub-navigation {
    padding: 0 15px; }
    .cruise-teaser .sub-navigation .sub-nav {
      padding: 0;
      text-align: center;
      width: 101%; }
      @media (min-width: 768px) {
        .cruise-teaser .sub-navigation .sub-nav {
          width: 100%;
          background: #eff1f3; } }
      .cruise-teaser .sub-navigation .sub-nav > li {
        width: 49.9%; }
        @media (min-width: 480px) {
          .cruise-teaser .sub-navigation .sub-nav > li {
            width: 33.2%; } }
        @media (min-width: 768px) {
          .cruise-teaser .sub-navigation .sub-nav > li {
            float: none;
            display: inline-block;
            width: auto; } }
        .cruise-teaser .sub-navigation .sub-nav > li > a {
          color: #949494;
          font-size: 14px;
          letter-spacing: .6px;
          margin: 0 3px 3px 0;
          border: none;
          padding: 3.5px 0;
          background: #e8eaeb;
          border-radius: 0; }
          @media (min-width: 768px) {
            .cruise-teaser .sub-navigation .sub-nav > li > a {
              padding: 20px 20px 15px;
              margin: 0;
              background: none; } }
          .cruise-teaser .sub-navigation .sub-nav > li > a:hover {
            /*color: #4a6b88;*/
            background: #2e3c49; }
          .cruise-teaser .sub-navigation .sub-nav > li > a.active {
            background-color: #2e3c49;
            border: none;
            color: #e8eaeb;
            margin: 0 3px 3px 0; }
          .cruise-teaser .sub-navigation .sub-nav > li > a span {
            font-family: "libel_suitregular";
            font-size: 1.25em;
            font-weight: normal; }
        @media (min-width: 768px) {
          .cruise-teaser .sub-navigation .sub-nav > li > a:hover,
          .cruise-teaser .sub-navigation .sub-nav > li > a:focus,
          .cruise-teaser .sub-navigation .sub-nav > li > a.active {
            background: transparent;
            color: #2e3c49; }
          .cruise-teaser .sub-navigation .sub-nav > li > a.active {
            margin: 0; } }

.allInclusiveCruises {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left; }
  .allInclusiveCruises > div {
    padding-bottom: 30px; }
  .allInclusiveCruises h3 {
    font-size: 1.9em;
    color: #2e3c49;
    text-align: left;
    margin-top: 0.5em; }
  .allInclusiveCruises ul {
    list-style: none;
    padding: 0;
    text-align: left;
    list-style: disc outside;
    margin-left: 1em; }
    .allInclusiveCruises ul li {
      margin-top: 0.5em; }
  .allInclusiveCruises hr {
    display: none; }
  .allInclusiveCruises .all-inc-img-wrap {
    max-height: 192px;
    overflow: hidden; }
  @media (min-width: 768px) {
    .allInclusiveCruises > div {
      padding: 0 25px 50px; } }

.sub-navigation .request-sub-nav {
  display: none; }

.sub-navigation .sub-nav {
  font-size: 0;
  width: 100%;
  padding: 10px 0;
  margin: 0; }
  .sub-navigation .sub-nav .divider-vertical {
    display: none; }
  .sub-navigation .sub-nav > li {
    width: 50%;
    display: inline-block;
    float: left; }
  .sub-navigation .sub-nav > li > a {
    background-color: #fff;
    border-bottom: solid 2px #fff;
    border-radius: 2px;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #021B32;
    margin: 5px 10px; }
  .sub-navigation .sub-nav > li > a:hover,
  .sub-navigation .sub-nav > li > a:focus,
  .sub-navigation .sub-nav > li > a:active {
    background-color: #2e3c49;
    color: #fff; }
  .sub-navigation .sub-nav > li > a.active {
    border-top: solid 3px #5a5a5a;
    margin-bottom: -3px;
    background-color: transparent;
    color: #4B5965; }
    @media (max-width: 1199px) {
      .sub-navigation .sub-nav > li > a.active {
        margin-bottom: 2px; } }

.travel-agent .sub-navigation .sub-nav > li > a {
  padding-right: 17px !important;
  padding-left: 17px !important; }

.functional-navigation {
  margin: 0 auto;
  text-align: center; }
  .cruise-teaser .functional-navigation .year-sub-nav {
    float: none; }
    .cruise-teaser .functional-navigation .year-sub-nav > li {
      float: none; }
      .cruise-teaser .functional-navigation .year-sub-nav > li > a {
        color: #021B32;
        font-family: "questa_sansregular", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        padding: 5px 15px;
        letter-spacing: .8px;
        margin: 0 0 20px;
        border: 0; }
        .cruise-teaser .functional-navigation .year-sub-nav > li > a span {
          border-bottom: solid 1px transparent;
          display: inline-block;
          padding-bottom: 2px; }
        .cruise-teaser .functional-navigation .year-sub-nav > li > a:hover, .cruise-teaser .functional-navigation .year-sub-nav > li > a:focus, .cruise-teaser .functional-navigation .year-sub-nav > li > a:focus, .cruise-teaser .functional-navigation .year-sub-nav > li > a:active {
          background: transparent;
          border: 0;
          color: #4B5965;
          margin: 0 0 20px; }
        .cruise-teaser .functional-navigation .year-sub-nav > li > a.active {
          background: transparent;
          border: 0;
          color: #4B5965;
          margin: 0 0 20px; }
          .cruise-teaser .functional-navigation .year-sub-nav > li > a.active span {
            border-color: #356b99; }
      .cruise-teaser .functional-navigation .year-sub-nav > li.divider-vertical:last-child {
        display: none; }
      .cruise-teaser .functional-navigation .year-sub-nav > li.divider-vertical {
        background-image: none;
        height: 15px;
        margin: 8px 0 -2px;
        width: auto; }
        .cruise-teaser .functional-navigation .year-sub-nav > li.divider-vertical::after {
          content: " ";
          display: block;
          border-right: 1px solid #5b5b5b;
          height: 100%; }
  .functional-navigation .year-sub-nav {
    display: inline-block;
    margin: 0; }
    .functional-navigation .year-sub-nav > li {
      display: inline-block;
      float: left; }
    .functional-navigation .year-sub-nav > li > a:hover,
    .functional-navigation .year-sub-nav > li > a:focus,
    .functional-navigation .year-sub-nav > li > a:focus,
    .functional-navigation .year-sub-nav > li > a:active {
      border-bottom: solid 2px #eeeeee; }
    .functional-navigation .year-sub-nav > li > a.active {
      border-bottom: solid 2px #1b5b92; }

.sub-navigation .divider-vertical,
.functional-navigation .divider-vertical {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAMAAABL52QCAAAASFBMVEUAAABcXFzJycnc3Nzc3NyQkJDJycnJycnJyck4ODjJycnAwMDJyckICAjJycnJyckXFxfJycmxsbHJycnJycnJycnJycmAgIB5etRRAAAAGHRSTlMAAI6BKxjkZaoTTiDsAnqVA888Mt3BgSswSU0JAAAAMUlEQVR4Xh3ExRUAIRAD0AzuutJ/p+Rx+RARbQBYF6kPBG8iuVTaOhlz0f0QqO/6kwMdlgEZAkadtwAAAABJRU5ErkJggg==");
  width: 6px;
  height: 10px;
  background-repeat: no-repeat;
  padding: 0;
  margin-top: 14px; }

.share-sub-nav {
  display: none; }

.functional-sub-nav {
  display: none; }

@media (min-width: 1200px) {
  .sub-navigation .request-sub-nav {
    display: inline-block;
    background-color: #cdd5dd;
    float: right; }
    .sub-navigation .request-sub-nav > li > a {
      padding-left: 40px; }
    .sub-navigation .request-sub-nav li.brochure-bookmark a,
    .sub-navigation .request-sub-nav li.brochure-bookmark a:hover {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMDNBNURFNzg1NzQxMUU0QUI0RUEzRUEwOTE3NzQ3OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMDNBNURFNjg1NzQxMUU0QUI0RUEzRUEwOTE3NzQ3OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5BqdG+AAAAmUlEQVR42mL8//8/A7UAEwMVAWPLvG2PgPQJID4GxCeB+BwQ/yRCLzsQGwKxBRBbgWgWICELxaFQRSCDzkINPg615CkQS8M0QbEx1EAUlxETaIxA/J+uYTZq2KhhI9swUEaXQ8r55kBshJ6BcQBQgXAeqcQ5ATLsMRSvRipajKEGW0ItYYCWHMegmk9ASxaUooqRmiUtQIABAIUiJbd0oQjJAAAAAElFTkSuQmCC");
      background-size: 19px;
      background-repeat: no-repeat;
      background-position: 10px 15px; }
    .sub-navigation .request-sub-nav li.expert-question a:hover,
    .sub-navigation .request-sub-nav li.brochure-bookmark a:hover {
      background-color: #cdd5dd;
      color: #fff; }
    .sub-navigation .request-sub-nav li.expert-question a,
    .sub-navigation .request-sub-nav li.expert-question a:hover {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMDNBNURERjg1NzQxMUU0QUI0RUEzRUEwOTE3NzQ3OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMDNBNURERTg1NzQxMUU0QUI0RUEzRUEwOTE3NzQ3OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4PnjmeAAAB2klEQVR42oSUvS+DURTG377EJDFUJCWa0DDqUAPCwEAbVYv4GDoY0P/AYCXhL1ALg6AMEgvVxNT4iDCYRIREbdIOBolEiOckz5WT6325ya+3955zn/ece++5gcX1Q8ejNYMp0Ae6QD0ogwtQBDsL04lne5HrIZQFJbACkhRy2Cc5X1raOMr+JdYA8mAOfMnXQUrmEUWA9hTnxT4HwTxoMAIBlaYIDYFHMA6Ba8enQSCGbg+0gmP4xrVYlhGJUDd4cf5vEtE5BdcgmJE0wyq1CUxqIdmnDFgGs6DWGOg3oVIOi1ia9hwcrpRQG7gDq2Bevg5OQZUSFP8ch2mXxy9t00pDUt4Hw6Ad3IIO0GL5mXV91fjp5ODKcvoEM/zfC5oY6ZPld8M+KpEFGXLZZ6MHwAm4B4Pgw7JX2AddM8AG1vuIjYIakOBltlvQiLoqvU4fsW2e5JuPPWrSdVlrjjpVu8nR94OQj92sK7rqNCaRqld0Yyz6uEcliP+kOVW7Ah5Aj1UBdRQ6AO9WBZyBiK4Ah7e8QIM4xNSiV7BrCcWUUEGE7FcjrQQvufEjoJGnGeJ4i/YI/X/2ulqJvfDVMClPEb+2ZiLyEnNUykvqpY2x4Cu8RkXW8a879y3AACAPinuBv9d/AAAAAElFTkSuQmCC");
      background-size: 19px;
      background-repeat: no-repeat;
      background-position: 10px 15px; }
  .sub-navigation .sub-nav {
    width: auto;
    display: inline-block;
    padding: 0; }
    .sub-navigation .sub-nav > li > a {
      padding-right: 25px;
      padding-left: 25px;
      background-color: transparent;
      border-bottom: none;
      font-size: 14px;
      border-radius: 0;
      margin: 0 5px; }
    .sub-navigation .sub-nav > li.special {
      display: block;
      padding-left: 20px; }
    .sub-navigation .sub-nav > li {
      width: auto;
      display: block; }
    .sub-navigation .sub-nav .divider-vertical {
      display: block;
      width: 6px;
      margin-top: 19px; }
    .sub-navigation .sub-nav .divider-vertical:last-child {
      display: none; }
  .cruise-teaser .functional-navigation .functional-sub-nav {
    display: none; }
  .functional-navigation .year-sub-nav {
    display: inline-block; }
    .functional-navigation .year-sub-nav > li > a {
      padding-right: 5px;
      padding-left: 5px; }
    .functional-navigation .year-sub-nav > li > a:hover,
    .functional-navigation .year-sub-nav > li > a:focus,
    .functional-navigation .year-sub-nav > li > a:focus,
    .functional-navigation .year-sub-nav > li > a:active,
    .functional-navigation .year-sub-nav > li > a.active {
      border-top: none;
      margin-bottom: -2px; }
    .functional-navigation .year-sub-nav .divider-vertical {
      margin-top: 19px; }
  .functional-navigation .share-sub-nav {
    display: block;
    float: right;
    padding: 15px 0; }
  .functional-navigation .functional-sub-nav {
    display: block;
    float: right; }
    .functional-navigation .functional-sub-nav > li > a {
      padding-left: 30px; }
    .functional-navigation .functional-sub-nav li.functional-heart a,
    .functional-navigation .functional-sub-nav li.functional-heart a:hover {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjk1RUEwMzg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjk1RUEwMjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Imm92AAABIUlEQVR42qzTv0sCYRzH8dOEcnAIJLB/okUwW6OlH4NSUejiv9NkYzQURUuDk4JLTUoYNDQEaSC2FlFQ9APS6/2BC44H70npvvDinrt77nP3/LiI67pOGBW5uG7rOIUtLGECLRzgxeg/ixLm8I4aKugrKEmjiozx0CO2ceadb2AP00Y/heUVpMRcwBd/YBUpHGsEAf12FdSnEbUM/wEJxC19vmJ/hKhmRpjryagTUimoHUJOR0E7IQSVFXSI5j9CrrCvoAEK3r4Zt56wju/fyb7HGl7HCPnEJnqOsfT6LZbxNmKINvG5f9X81cCitwmD6hkrqJvLb9YlsrgZcu8OC/4vsQWpupjHie/aKdK4HfZAzDIEzVXRG4JeeGSbtB8BBgD9Xz+zo51DVwAAAABJRU5ErkJggg==");
      background-size: 18px;
      background-repeat: no-repeat;
      background-position: 2px 15px; }
    .functional-navigation .functional-sub-nav li.functional-mail a,
    .functional-navigation .functional-sub-nav li.functional-mail a:hover {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0FGOUI3Rjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0FGOUI3RTg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5dAVraAAABbElEQVR42rTUTygEURzAcTvWvyix5STl4GKPLoqVA7XJDXGU/EnKQYqkXBz93YvEibL5lws5SLQXnLQHB0m5+hMpKaLx/emnpmlml93x6jNvevPmN+/93nvjM00z4z+K7yR+mUXdiwIP4x77uQRwhg2UexB0Fg8GlyrMoRmxNAK+oQvniBraWIN9DGMxhaC3aEQlVpBrWB6W4QiHGMDHL4PKCBswqgP7LoZt0fKxjhKE8ZgkqKxLp9ZN1geyeJn2nYIJbKMWmwja+pjaJ6azLLZ/0UgwmnfNfQd2Le0vaMEd8pDj9LLfJWgcO5qWe7ThAu16L/u+B6fow6rONOGIJa8jWNLOku8DXKEOMxpUSjXqMZUsFZ86mmkUWtqzsawzCdne6ca1ftw18LjmNOiSoiKX9oi6cQq8pXVrCgdEZrSAfrxaA8vCRDGZxpEuxRgGf3bFM4aw5rCn/1pCehLnJfCenG1UePjbfPoSYABTXkcXSoI6CQAAAABJRU5ErkJggg==");
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: 2px 15px; }
    .functional-navigation .functional-sub-nav li.functional-print a,
    .functional-navigation .functional-sub-nav li.functional-print a:hover {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQ0RGRkIwMjg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQ0FGOUI4Njg1N0MxMUU0QjhGNUFBQjZDMzI0MzE2QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTE2NEQzRjczODIxNjgxMTg4QzZDQTVBMDBEOTdCNEYiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMjVkYWRhMi0zZTM5LTExNzctYjk4MS1kYTFlMjU1ZmE2NzMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4yBTUnAAAAtElEQVR42mI8fvEmAxqwB+IDDMSDfUDsjC7IhEWhAQNpAKt6FixijEC8h0TDhYD4HbrBWkDMiSR2GIpJAYpQDAP3QQavAGJdBuqCaCYGGoFRg3Emt+iQrp3LyDFoTZn7JeREwIJFQRPIAhLNtSUmg4gAsRKFPscbxhOgOQofxmuTDRAzQ/lfoXwQyADieBJcjWIOyOBPOBSCcuQUAoadQWJ/IhTGMOBBSVbHZ7AEFJMFAAIMAOUKG6efG1NHAAAAAElFTkSuQmCC");
      background-size: 22px;
      background-repeat: no-repeat;
      background-position: 2px 15px; } }

.hallmark-mobile {
  text-align: center; }
  @media (max-width: 767px) {
    .hallmark-mobile header h2 {
      font-size: 20px;
      letter-spacing: -0.25px;
      line-height: 1.25; } }
  .hallmark-mobile .tab-button .uni-btn-primary {
    width: 100%;
    padding: 7px 0;
    margin: 20px auto;
    display: block; }
  .hallmark-mobile .panel-body {
    padding: 0px 14px;
    line-height: initial; }
    .hallmark-mobile .panel-body ul {
      padding: 0; }
    .hallmark-mobile .panel-body li {
      font-size: 15px;
      text-align: center;
      font-family: "questa_sansregular", sans-serif;
      color: #5b5b5b;
      padding: 18px 0;
      position: relative;
      line-height: 1.5; }
      .hallmark-mobile .panel-body li:after {
        content: " ";
        display: block;
        width: 146px;
        height: 1px;
        border-top: 1px solid #e6e6e6;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -73px; }
      .hallmark-mobile .panel-body li:last-child:after {
        display: none; }
      .hallmark-mobile .panel-body li:first-child {
        padding-top: 8px; }
  @media (max-width: 767px) {
    .hallmark-mobile .uni-module-header-flourish {
      padding: 0 42px;
      margin-bottom: 30px;
      position: relative; }
      .hallmark-mobile .uni-module-header-flourish:before, .hallmark-mobile .uni-module-header-flourish:after {
        position: absolute;
        display: block;
        width: 20px;
        height: 12px;
        left: 18px;
        top: 3px;
        content: "\e805"; }
      .hallmark-mobile .uni-module-header-flourish:after {
        left: auto;
        right: 18px;
        content: "\e806";
        text-align: right; } }
  .hallmark-mobile .tab-image {
    position: relative; }
    .hallmark-mobile .tab-image:after {
      background: transparent url(/Assets/img/hallmark/hallmarks-shield.svg) center bottom no-repeat;
      bottom: -1px;
      content: "";
      left: 0;
      height: 50px;
      position: absolute;
      width: 100%;
      background-size: 150%; }
    .hallmark-mobile .tab-image img {
      height: auto;
      width: 100%; }
  .hallmark-mobile h4 {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-bottom: 5px solid #00315a;
    color: #00315a;
    display: inline-block;
    font-size: 21px;
    letter-spacing: .5px;
    margin: 10px auto 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: center; }
  .hallmark-mobile .carousel-indicators li {
    border: 1px solid rgba(255, 255, 255, 0.5); }
  .hallmark-mobile .carousel-indicators .active {
    background-color: #fff; }

@media (min-width: 768px) {
  .hallmark-desktop header {
    margin: 46px 0 52px; } }

.hallmark-desktop hr {
  width: 300px;
  margin: 25px auto; }

.hallmark-desktop .tab-container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }
  .hallmark-desktop .tab-container ul {
    padding-left: 0;
    list-style: none;
    margin: 0 -3px;
    text-align: center; }
    .hallmark-desktop .tab-container ul > li {
      display: inline-block; }
    .hallmark-desktop .tab-container ul li {
      line-height: 1;
      background: #e8eaeb;
      width: 49%;
      margin-bottom: 3px; }
      .hallmark-desktop .tab-container ul li a h4 {
        font-family: "questa_sansregular", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.1em;
        letter-spacing: .6px;
        margin: 0;
        text-transform: uppercase;
        color: #949494; }
      .hallmark-desktop .tab-container ul li a:hover, .hallmark-desktop .tab-container ul li a:focus {
        text-decoration: none; }
        .hallmark-desktop .tab-container ul li a:hover h4, .hallmark-desktop .tab-container ul li a:focus h4 {
          color: #2e3c49; }
      .hallmark-desktop .tab-container ul li.active a h4 {
        font-family: "questa_sansregular", sans-serif;
        font-style: normal;
        font-weight: 400;
        /*border-color: #00315a;*/
        background: #2e3c49;
        color: #e8eaeb;
        /*font-size: 19px;*/
        letter-spacing: .5px; }
      .hallmark-desktop .tab-container ul li.active a:hover, .hallmark-desktop .tab-container ul li.active a:focus {
        outline: none; }

.hallmark-desktop .tab-body {
  margin: 0 auto 25px;
  width: 80%;
  color: #5b5b5b; }
  @media (min-width: 768px) and (min-width: 1200px) {
    .hallmark-desktop .tab-body {
      font-size: 1.3rem; } }

.hallmark-desktop .tab-image {
  max-height: 422px;
  overflow: hidden;
  position: relative; }
  .hallmark-desktop .tab-image:after {
    background: transparent url(/Assets/img/hallmark/hallmarks-shield.svg) center bottom no-repeat;
    bottom: -2px;
    content: "";
    left: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    background-size: 110%; }
  .hallmark-desktop .tab-image img {
    height: auto;
    width: 100%; }

.tab-content {
  margin: 34px auto;
  font-family: "questa_sansregular", sans-serif; }
  .tab-content li {
    font-size: 20px;
    text-align: center;
    font-family: "questa_sansregular", sans-serif;
    color: #5b5b5b;
    padding: 22px 0;
    position: relative; }
    .tab-content li:after {
      content: " ";
      display: block;
      width: 308px;
      height: 1px;
      border-top: 1px solid #e6e6e6;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -154px; }
    .tab-content li:last-child:after {
      display: none; }
  .tab-content p {
    font-family: "questa_sansregular", sans-serif;
    font-size: 18px;
    text-align: center;
    max-width: 800px;
    margin: 20px auto 30px; }

.uni-socialReviews {
  height: auto;
  margin-bottom: 0;
  text-align: center; }
  .uni-socialReviews .carousel-inner,
  .uni-socialReviews .item {
    height: auto; }
  .uni-socialReviews .item {
    background: transparent;
    padding: 25px 0; }
  .uni-socialReviews .social-icon {
    font-size: 48px; }
  .uni-socialReviews blockquote {
    border-left: none;
    font-size: 18px;
    margin: 6px;
    margin-bottom: 0;
    padding-bottom: 0; }
    .uni-socialReviews blockquote b,
    .uni-socialReviews blockquote strong {
      font-family: "questa_sansregular", sans-serif;
      font-style: normal;
      font-weight: 600; }
  .uni-socialReviews hr {
    border-top-color: rgba(221, 226, 231, 0.3);
    width: 100px; }
  .uni-socialReviews cite {
    display: block;
    font-size: 14px;
    font-style: normal;
    margin: 30px;
    margin-bottom: 0; }
    .uni-socialReviews cite .name {
      font-family: "questa_sansregular", sans-serif;
      font-style: normal;
      font-weight: 600; }
  .uni-socialReviews .social-community {
    font-size: 18px; }
    .uni-socialReviews .social-community a {
      color: #89a9c4; }
  .uni-socialReviews .carousel-control {
    color: #1b5b92;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none; }
    .uni-socialReviews .carousel-control i {
      font-size: 43px;
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .uni-socialReviews .carousel-control.left {
      background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
      background-repeat: repeat-x; }
    .uni-socialReviews .carousel-control.right {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
      background-repeat: repeat-x; }
    .uni-socialReviews .carousel-control:hover i {
      opacity: 1;
      filter: alpha(opacity=100); }
  @media (min-width: 1200px) {
    .uni-socialReviews .item {
      padding: 25px 15%; }
    .uni-socialReviews blockquote {
      border-left: none;
      font-size: 1.71428571rem; }
    .uni-socialReviews cite {
      font-size: 1rem;
      font-style: normal;
      margin: 25px; }
      .uni-socialReviews cite * {
        display: inline-block; }
        .uni-socialReviews cite * + *:before {
          color: #8aa9c4;
          content: "\00a0\00a0/\00a0\00a0"; }
    .uni-socialReviews .social-community {
      font-size: 1.28571429rem; } }

.uni-map-large {
  font-size: 14px;
  line-height: 1.778; }
  .uni-map-large h3 {
    font-size: 18px; }
  @media (min-width: 768px) {
    .uni-map-large {
      font-size: 18px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .uni-map-large {
      font-size: 1.28571429rem; } }
  @media (min-width: 768px) {
      .uni-map-large h3 {
        font-size: 24px; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .uni-map-large h3 {
        font-size: 1.71428571rem; } }
  .uni-map-large [role="tabpanel"] {
    margin: 0 auto;
    position: relative;
    width: 652px; }
  .uni-map-large .nav {
    background: rgba(22, 31, 37, 0.08);
    border-radius: 2px;
    padding: 8px 11px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3; }
  .uni-map-large .nav-pills > li + li {
    margin-left: 12px; }
  .uni-map-large .nav-pills > li > a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #fff;
    border: none;
    border-bottom: 0px solid #d6d7d9;
    color: #1b5b92; }
    .uni-map-large .nav-pills > li > a:hover, .uni-map-large .nav-pills > li > a:focus {
      background-color: #1b5b92;
      border-color: #134c7c;
      color: #fff; }
    .uni-map-large .nav-pills > li > a.active {
      background: #849eb6;
      color: #fff; }
  .uni-map-large .nav-pills > li.active > a {
    background: #849eb6;
    color: #fff; }
  .uni-map-large .uni-map-pin {
    color: #c4e4fb;
    text-shadow: 0px 0px 4px rgba(35, 35, 35, 0.76); }
  @media (max-width: 767px) {
    .uni-map-large .uni-select {
      display: block; }
    .uni-map-large .btn, .uni-map-large .uni-btn.uni-btn-primary, .uni-map-large .river-crusing span.span-btn-cta, .river-crusing .uni-map-large span.span-btn-cta, .uni-map-large .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .uni-map-large .btn-primary,
    .uni-map-large a.btn.btn-primary.btn-small.btn-book,
    .uni-map-large .cruise-listing-filter .filter-submit .btn, .cruise-listing-filter .filter-submit .uni-map-large .btn,
    .uni-map-large .btn.btn-primary.btn-small,
    .uni-map-large .current-offers .offers .item a.btn-lg, .current-offers .offers .item .uni-map-large a.btn-lg, .uni-map-large .btn-maroon,
    .uni-map-large .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .uni-map-large a.btn-lg.quote {
      display: block;
      width: 100%;
      margin-top: 14px; } }

.uni-map-text {
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .uni-map-text {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .uni-map-text {
      margin-bottom: 36px; } }

.uni-map-pin {
  font-size: 22px;
  position: absolute; }
  .uni-map-pin:after {
    content: "\e825";
    font-family: "Fontello"; }

.popover {
  background: rgba(255, 255, 255, 0.8); }
  .popover .popover-content {
    background: transparent;
    padding: 3px; }
    .popover .popover-content span {
      display: block; }
      .popover .popover-content span.title {
        font-weight: bold;
        padding-left: 30px;
        position: relative;
        margin-bottom: 3px; }
        .popover .popover-content span.title:before {
          content: "\e825";
          position: absolute;
          font-size: 20px;
          left: 7px;
          font-family: "Fontello"; }
      .popover .popover-content span.loc {
        text-transform: uppercase;
        font-size: 10px;
        padding-left: 30px; }
    .popover .popover-content a {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 10px;
      padding-left: 30px; }
    .popover .popover-content img {
      max-width: 100%;
      height: auto;
      margin-bottom: 3px; }

.uni-footer-global {
  font-size: 14px; }
  @media (min-width: 1200px) {
    .uni-footer-global {
      font-size: 1rem; } }
  @media (max-width: 767px) {
    .uni-footer-global {
      border-top: 5px solid #dadbdd; } }
  .uni-footer-global .ui.grid > .column,
  .uni-footer-global h5 {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px; }
    @media (min-width: 1200px) {
      .uni-footer-global .ui.grid > .column,
      .uni-footer-global h5 {
        font-size: 1rem; } }
  .uni-footer-global h5 {
    text-transform: uppercase; }
  .uni-footer-global a {
    color: #1b5b92;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.929rem; }
  .uni-footer-global .uni-btn-primary {
    color: #fff; }
  .uni-footer-global .uni-btn-primary:hover, .uni-footer-global .uni-btn-primary:focus {
    color: #1b5b92; }
  .uni-footer-global .navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 0; }
  .uni-footer-global .navbar-default {
    background: #eff1f3; }
  .uni-footer-global .navbar-inverse {
    background: #00315b; }
  .uni-footer-global .panel-group .panel-heading a:after {
    color: #1b5b92;
    content: "\e81e";
    float: right;
    font-family: "fontello"; }
  .uni-footer-global .panel-group .panel-heading a.collapsed:after {
    content: "\e81d"; }
  @media (min-width: 768px) {
    .uni-footer-global .panel-group {
      padding-bottom: 46px;
      padding-top: 46px; } }
  .uni-footer-global .panel {
    margin-bottom: 5px !important; }
  .uni-footer-global .panel-heading {
    margin-top: -5px;
    padding-bottom: 0; }
  .uni-footer-global .panel-collapse {
    padding-top: 14px; }
  @media (min-width: 768px) {
    .uni-footer-global .collapse {
      display: block;
      visibility: visible; } }

.uni-footer-bottom {
  color: #9aadbd;
  font-size: 12px;
  margin-top: 10px;
  padding: 44px 0; }
  @media (min-width: 1200px) {
    .uni-footer-bottom {
      font-size: 0.85714286rem; } }
  .uni-footer-bottom a {
    color: #ffffff; }
  .uni-footer-bottom .uni-select-xs {
    color: #1b5b92;
    margin-top: 33px; }
  .uni-footer-bottom img {
    margin-left: 5px;
    vertical-align: top; }
    @media (min-width: 1200px) {
      .uni-footer-bottom img {
        margin-left: 30px; } }
    .uni-footer-bottom img.tollman {
      margin-top: 14px; }
    .uni-footer-bottom img.treadRight {
      margin-top: 6px; }
    .uni-footer-bottom img.bbb {
      margin-top: 12px; }

.day-to-day .itinerary-switch {
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin: 50px 0; }
  .day-to-day .itinerary-switch li a {
    border-bottom: 1px solid transparent;
    color: #7b97b1;
    display: inline-block; }
  .day-to-day .itinerary-switch li.divider {
    height: 15px;
    margin: 8px 0 -2px;
    width: auto;
    padding: 0 10px; }
    .day-to-day .itinerary-switch li.divider::after {
      content: " ";
      display: block;
      border-right: 1px solid #5b5b5b;
      height: 100%; }
  .day-to-day .itinerary-switch li.active a {
    border-color: #356b99; }
  .day-to-day .itinerary-switch li:hover a,
  .day-to-day .itinerary-switch li:focus a,
  .day-to-day .itinerary-switch li:focus a,
  .day-to-day .itinerary-switch li:active a,
  .day-to-day .itinerary-switch li.active a {
    color: #356b99;
    text-decoration: none; }
  @media (max-width: 991px) {
    .day-to-day .itinerary-switch {
      margin: 25px 0; }
      .day-to-day .itinerary-switch li:first-child a {
        border-color: #5b5b5b !important;
        margin-bottom: 10px;
        padding-bottom: 10px; }
      .day-to-day .itinerary-switch li.active a {
        border-color: transparent;
        line-height: 1; }
      .day-to-day .itinerary-switch li.divider {
        display: none; } }
  @media (min-width: 992px) {
    .day-to-day .itinerary-switch {
      padding-left: 0;
      list-style: none;
      margin-left: -5px; }
      .day-to-day .itinerary-switch > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px; } }

/* DAY TO DAY FORMAT <P> HACK </P> (FIX FORMATTING ISSIUS WITH BAD CODE ENTERED IN CMS)*/
.day-to-day .day-description-title {
  font-family: "questa_sansregular",sans-serif;
  margin-bottom: 1em; }
  .day-to-day .day-description-title p {
    display: inline;
    font-size: 18px; }
  .day-to-day .day-description-title span {
    font-family: "questa_sansbold",sans-serif;
    display: inline-block;
    margin: 0; }

.day .day-description-title p:first-of-type {
  display: inline;
  color: #5a5a5a !important; }

.day .day-description-text p,
.day .day-description-title p {
  margin: 0 0 20px 0;
  font-family: "questa_sansregular",sans-serif;
  text-align: left; }

.featured-excursions,
.day-overview,
.excursion {
  margin: 0 0 20px 0; }

.featured-excursions-title,
.excursion-details-section .excursion-title {
  font-weight: bold; }

.day-to-day .day {
  margin-bottom: 40px; }
  .day-to-day .day:before, .day-to-day .day:after {
    content: " ";
    display: table; }
  .day-to-day .day:after {
    clear: both; }
  .day-to-day .day-description h3 > span span {
    color: #5b5b5b;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px; }
  .day-to-day .day-description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .2px; }
    .day-to-day .day-description-text p {
      /*font-size: 18px;*/
      max-width: 100%; }
      .day-to-day .day-description-text p:last-child {
        margin: 0;
        padding: 0; }
  .day-to-day .day-picture {
    float: right;
    padding: 5px 40px 20px;
    width: 50%; }
    .day-to-day .day-picture img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 0 auto; }
  @media (max-width: 991px) {
    .day-to-day .day {
      margin-bottom: 30px; }
      .day-to-day .day-description {
        float: none;
        padding: 0 0 10px 0;
        width: 100%; }
        .day-to-day .day-description h3 {
          font-size: 22px;
          margin: 0 0 15px; }
          .day-to-day .day-description h3 > span {
            font-size: 22px; }
        .day-to-day .day-description-title {
          font-size: 15px; }
          .day-to-day .day-description-title strong {
            font-size: 14px; }
      .day-to-day .day-picture {
        float: none;
        padding: 0;
        width: 100%;
        margin-bottom: 15px; } }
  .day-to-day .day .info-box__img {
    max-width: 460px;
    max-height: 300px;
    width: auto;
    margin-bottom: 10px; }
  .day-to-day .day .info-box {
    max-width: 900px; }
    .day-to-day .day .info-box h3 {
      font-size: 1.3em; }
    .day-to-day .day .info-box li {
      padding: 0;
      position: unset;
      font-size: unset; }
      .day-to-day .day .info-box li:after {
        content: none; }
    .day-to-day .day .info-box .overlay-shade__excursion-description {
      text-align: left;
      padding-bottom: 50px;
      font-size: 18px; }
      .day-to-day .day .info-box .overlay-shade__excursion-description p, .day-to-day .day .info-box .overlay-shade__excursion-description span {
        font-size: 16px; }
    .day-to-day .day .info-box .overlay-shade__excursion-notes {
      font-style: italic; }
      .day-to-day .day .info-box .overlay-shade__excursion-notes p {
        font-size: 0.8em !important; }

.day-to-day .open-popout {
  text-decoration: underline; }
  .day-to-day .open-popout:hover {
    font-weight: bold; }

/*NEW EXTENDED DAY TO DAY FORMAT*/
.day-extend-opener {
  color: #356b99;
  cursor: pointer;
  line-height: 3em;
  font-weight: 600; }
  .day-extend-opener:hover, .day-extend-opener:active, .day-extend-opener:focus {
    color: #00315a; }

.day-extended-description-text p {
  text-align: left;
  max-width: 100%;
  font-size: 18px !important; }
  @media (max-width: 991px) {
    .day-extended-description-text p {
      font-size: 15px !important; } }
  .day-extended-description-text p:first-of-type {
    margin-top: 0; }

.day-note {
  padding: 0 0 30px;
  font-style: italic; }

.optional-excursions {
  display: inline-block;
  border: solid 2px #628dab;
  min-width: 300px; }
  .optional-excursions .optional-excursion-title {
    display: block;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #FFF;
    background: #628dab;
    position: relative;
    margin-bottom: 5px; }
  .optional-excursions .optional-excursion {
    padding: 0 20px;
    display: block; }
    .optional-excursions .optional-excursion:last-child {
      margin-bottom: 5px; }

.day-to-day .large-map-display {
  position: relative;
  margin-bottom: 54px; }
  .day-to-day .large-map-display img {
    /*max-width: 100%;*/ }
  .day-to-day .large-map-display .caption {
    font-size: 14px;
    color: #5b5b5b;
    margin-top: 20px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .day-to-day .large-map-display .caption {
        text-align: center; } }

.day-to-day .popovers .popover {
  display: none;
  width: 334px;
  max-width: 334px;
  border-radius: 4px;
  border: 1px solid white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 20px; }
  .day-to-day .popovers .popover .close {
    opacity: 1; }
    .day-to-day .popovers .popover .close:after {
      content: "\00D7";
      font-size: 29px;
      width: 23px;
      height: 23px;
      color: #356b99;
      display: block;
      position: absolute;
      right: 8px;
      top: 8px;
      opacity: 1;
      background: white;
      border-radius: 50%;
      line-height: 24px;
      text-align: center;
      padding-left: 2px; }
  .day-to-day .popovers .popover .img-wrap {
    height: 120px;
    position: relative;
    border-radius: 4px 4px 0 0;
    margin: -20px -20px 20px;
    overflow: hidden; }
  .day-to-day .popovers .popover h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600; }
  .day-to-day .popovers .popover h5 {
    font-size: 14px;
    letter-spacing: .25px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #5b5b5b; }
  .day-to-day .popovers .popover p {
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 1.4; }
  .day-to-day .popovers .popover a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .75px;
    color: #356b99;
    font-weight: 600; }
    .day-to-day .popovers .popover a:hover {
      text-decoration: none; }
  .day-to-day .popovers .popover hr {
    border-color: #e2e3e4;
    clear: both; }
  .day-to-day .popovers .popover table {
    margin-bottom: 18px;
    width: 100%; }
    .day-to-day .popovers .popover table td {
      width: 33.3333%;
      border-bottom: 1px solid #e5e6e6;
      border-right: 1px solid #e5e6e6;
      font-size: 13px;
      text-align: center;
      line-height: 1;
      padding: 12px 8px; }
      .day-to-day .popovers .popover table td:nth-child(3n+3) {
        border-right: none; }
    .day-to-day .popovers .popover table tr:last-child td {
      border-bottom: none; }
  .day-to-day .popovers .popover .optional-links {
    margin: -5px 0 -4px;
    color: #e2e3e4; }
    .day-to-day .popovers .popover .optional-links a {
      margin: 0 4px;
      color: #356b99; }

.popover-day1,
.popover-day2 {
  left: auto;
  right: 56px;
  top: 40px; }

.pricing-table {
  width: 100%;
  font-family: "questa_sansregular", sans-serif; }
  @media (max-width: 767px) {
    .pricing-table .container {
      width: 100%;
      max-width: 100%; } }
  .pricing-table .season-completed {
    padding: 20px 0 10px;
    text-align: center; }
  .pricing-table .table-sort-by {
    background: #2e3c49;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .06em;
    color: white;
    font-size: 13px;
    text-align: left;
    border-radius: 0; }
    .pricing-table .table-sort-by select {
      color: #5b5b5b;
      margin-right: 10px;
      padding: 5px 10px;
      letter-spacing: .02em; }
      .pricing-table .table-sort-by select option {
        line-height: 1;
        padding: 5px 10px; }
    .pricing-table .table-sort-by a {
      color: white; }
    .pricing-table .table-sort-by > p {
      margin: 0; }
    .pricing-table .table-sort-by .dropdown-wrapper {
      text-align: center;
      margin: 0 auto; }
    .pricing-table .table-sort-by .chosen-container {
      margin: 0 5px; }
    .pricing-table .table-sort-by .view-by {
      vertical-align: -2px;
      margin-right: 3px; }
    .pricing-table .table-sort-by .price-warning {
      letter-spacing: .02em;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      vertical-align: -2px; }
    .pricing-table .table-sort-by .expand-all,
    .pricing-table .table-sort-by .close-all {
      float: right;
      margin-top: -11px; }
      .pricing-table .table-sort-by .expand-all a,
      .pricing-table .table-sort-by .close-all a {
        border-bottom: 2px solid transparent;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .8px;
        line-height: 2.75;
        transition: 0.2s; }
        .pricing-table .table-sort-by .expand-all a:before,
        .pricing-table .table-sort-by .close-all a:before {
          content: "\2b";
          font-family: 'Glyphicons Halflings';
          font-size: 23px;
          margin-right: 8px;
          vertical-align: -2px; }
        .pricing-table .table-sort-by .expand-all a:hover, .pricing-table .table-sort-by .expand-all a:focus,
        .pricing-table .table-sort-by .close-all a:hover,
        .pricing-table .table-sort-by .close-all a:focus {
          border-color: #fff;
          text-decoration: none; }
    .pricing-table .table-sort-by .close-all a:before {
      content: "\2212"; }
    @media (max-width: 767px) {
      .pricing-table .table-sort-by {
        border-radius: 0;
        margin-bottom: 15px;
        overflow: hidden;
        padding: 6px;
        text-align: center; }
        .pricing-table .table-sort-by .view-by {
          display: block;
          margin: 5px 0 8px;
          vertical-align: initial;
          text-align: left; }
        .pricing-table .table-sort-by select {
          width: 100%;
          margin-bottom: 5px; }
        .pricing-table .table-sort-by .chosen-container {
          margin: 0; }
        .pricing-table .table-sort-by .expand-all,
        .pricing-table .table-sort-by .close-all {
          margin: 6px 0;
          float: none; } }
  .pricing-table .pricing-table-heading {
    width: 100%; }
    .pricing-table .pricing-table-heading thead tr {
      padding: 0; }
    .pricing-table .pricing-table-heading th {
      background: #eff1f3;
      font-size: 14px;
      text-transform: uppercase;
      padding: 14px 10px;
      text-align: center;
      width: 110px; }
      .pricing-table .pricing-table-heading th:first-child {
        text-align: left;
        width: 172px;
        padding: 14px 18px; }
      .pricing-table .pricing-table-heading th:last-child {
        width: auto; }
    @media (max-width: 767px) {
      .pricing-table .pricing-table-heading {
        display: block;
        height: 50px; }
        .pricing-table .pricing-table-heading thead {
          display: block;
          height: 50px; }
        .pricing-table .pricing-table-heading tr,
        .pricing-table .pricing-table-heading th {
          display: block;
          height: 50px; }
        .pricing-table .pricing-table-heading th {
          width: 50%;
          float: left;
          height: 50px;
          line-height: 22px; }
          .pricing-table .pricing-table-heading th:first-child {
            width: 60%;
            font-size: 13px; }
          .pricing-table .pricing-table-heading th:last-child {
            width: 40%;
            text-transform: none;
            font-size: 20px;
            text-align: right;
            padding-right: 30px; } }
  .pricing-table .pricing-table-entry {
    width: 100%;
    margin-top: 26px;
    position: relative; }
    .pricing-table .pricing-table-entry:after {
      content: " ";
      display: block;
      width: 100%;
      height: 6px;
      position: absolute;
      bottom: -6px;
      left: 0;
      border-bottom: 1px solid #e2e3e4; }
      @media (max-width: 767px) {
        .pricing-table .pricing-table-entry:after {
          display: none; } }
    .pricing-table .pricing-table-entry td {
      /*padding: 3px 18px;*/
      font-weight: 600;
      text-align: center;
      width: 110px !important;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      letter-spacing: .4px; }
      .pricing-table .pricing-table-entry td:after {
        content: " ";
        width: 1px;
        height: 34px;
        display: block;
        border-left: 1px solid #e2e3e4;
        right: 0;
        position: absolute;
        top: 50%;
        margin-top: -17px; }
      .pricing-table .pricing-table-entry td:first-child {
        font-size: 20px;
        text-align: left;
        border: none;
        width: 172px !important;
        display: inline-block;
        text-transform: none;
        padding-left: 18px; }
        .pricing-table .pricing-table-entry td:first-child:before {
          display: none; }
      .pricing-table .pricing-table-entry td:last-child {
        width: auto; }
      .pricing-table .pricing-table-entry td.text {
        font-size: 12px;
        line-height: 1.2; }
      @media (max-width: 767px) {
        .pricing-table .pricing-table-entry td {
          display: block;
          width: 50%;
          float: left;
          font-size: 13px;
          border-left: none;
          border-bottom: 1px solid #e2e3e4;
          padding: 14px 20px;
          text-transform: uppercase; }
          .pricing-table .pricing-table-entry td:first-child {
            font-size: 13px;
            width: 50%;
            border-bottom: 1px solid #e2e3e4;
            text-transform: uppercase; }
          .pricing-table .pricing-table-entry td:last-child {
            border-bottom: 1px solid #e2e3e4;
            padding: 14px 20px;
            text-align: right; }
          .pricing-table .pricing-table-entry td:after {
            display: none; } }
      .pricing-table .pricing-table-entry td .category_unavailable {
        text-transform: none;
        font-size: .9em; }
    .pricing-table .pricing-table-entry tr .button_column {
      width: 243px !important;
      float: right; }
    .pricing-table .pricing-table-entry tr td:last-child {
      /*position: relative;*/
      border: none;
      padding-left: 50px;
      padding-right: 0;
      vertical-align: top; }
      .pricing-table .pricing-table-entry tr td:last-child:after {
        display: none; }
      .pricing-table .pricing-table-entry tr td:last-child a.btn-lg {
        display: block;
        border-radius: 3px;
        padding: 15px;
        background-color: #3e4144;
        color: white;
        font-family: "questa_sansregular", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px;
        text-align: center;
        margin-bottom: 15px;
        line-height: 1;
        border-bottom: 2px solid #26292b;
        transition: all 0.2s; }
        .pricing-table .pricing-table-entry tr td:last-child a.btn-lg:hover {
          background-color: #494c4e; }
        .pricing-table .pricing-table-entry tr td:last-child a.btn-lg.quote {
          background: #8f1b2b;
          border-bottom: 2px solid #700917; }
          .pricing-table .pricing-table-entry tr td:last-child a.btn-lg.quote:hover {
            background-color: #a1293a; }
      @media (max-width: 767px) {
        .pricing-table .pricing-table-entry tr td:last-child {
          border-bottom: 1px solid #e2e3e4;
          padding: 14px 20px;
          text-align: right;
          width: 50%; } }
    .pricing-table .pricing-table-entry tr.links .trip_description {
      width: 70% !important;
      display: inline-block; }
    .pricing-table .pricing-table-entry tr.links .trip_viewmore {
      width: 30% !important;
      display: inline-block; }
    .pricing-table .pricing-table-entry tr.links td {
      border: none;
      /*padding: 30px 18px;*/
      padding: 15px 18px;
      vertical-align: bottom;
      display: block; }
      .pricing-table .pricing-table-entry tr.links td:after {
        display: none; }
      .pricing-table .pricing-table-entry tr.links td:first-child {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: .75px; }
        .pricing-table .pricing-table-entry tr.links td:first-child strong {
          font-weight: 600; }
        .pricing-table .pricing-table-entry tr.links td:first-child a {
          color: #356b99;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: .2px;
          text-transform: none; }
          .pricing-table .pricing-table-entry tr.links td:first-child a:before {
            content: "/";
            display: inline;
            color: rgba(158, 158, 158, 0.5);
            margin-right: 5px; }
          .pricing-table .pricing-table-entry tr.links td:first-child a:hover, .pricing-table .pricing-table-entry tr.links td:first-child a:active, .pricing-table .pricing-table-entry tr.links td:first-child a:focus {
            text-decoration: none; }
      .pricing-table .pricing-table-entry tr.links td:last-child {
        text-align: right;
        vertical-align: bottom; }
        .pricing-table .pricing-table-entry tr.links td:last-child:before {
          display: none; }
        .pricing-table .pricing-table-entry tr.links td:last-child a {
          color: #356b99;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: .75px;
          text-transform: uppercase; }
          .pricing-table .pricing-table-entry tr.links td:last-child a:before {
            content: "\2b";
            font-family: "Glyphicons Halflings";
            font-size: 23px;
            margin-right: 8px;
            line-height: 10px;
            vertical-align: -1px;
            color: #356b99; }
          .pricing-table .pricing-table-entry tr.links td:last-child a:hover, .pricing-table .pricing-table-entry tr.links td:last-child a:active, .pricing-table .pricing-table-entry tr.links td:last-child a:focus {
            text-decoration: none; }
          .pricing-table .pricing-table-entry tr.links td:last-child a .close-offers {
            display: none; }
    .pricing-table .pricing-table-entry tr.currentoffers {
      display: none; }
      .pricing-table .pricing-table-entry tr.currentoffers td {
        border: none;
        position: relative;
        padding: 8px 18px;
        background-size: 26px 26px;
        background-repeat: no-repeat;
        background-position: 14px center; }
        .pricing-table .pricing-table-entry tr.currentoffers td:first-child {
          font-size: 14px;
          padding-left: 54px;
          text-transform: none;
          line-height: 1.25; }
          .pricing-table .pricing-table-entry tr.currentoffers td:first-child a {
            display: block;
            color: #356b99;
            text-transform: uppercase;
            letter-spacing: .5px;
            font-size: 11px;
            line-height: 1.6; }
            .pricing-table .pricing-table-entry tr.currentoffers td:first-child a:hover, .pricing-table .pricing-table-entry tr.currentoffers td:first-child a:active, .pricing-table .pricing-table-entry tr.currentoffers td:first-child a:focus {
              text-decoration: none; }
        .pricing-table .pricing-table-entry tr.currentoffers td:last-child {
          position: initial;
          padding: 3px 18px;
          vertical-align: middle; }
        .pricing-table .pricing-table-entry tr.currentoffers td.travel {
          background-image: url(/Assets/img/cruises/plane_icon.png); }
        .pricing-table .pricing-table-entry tr.currentoffers td.early {
          background-image: url(/Assets/img/cruises/clock_icon.png); }
      .pricing-table .pricing-table-entry tr.currentoffers.odd td {
        background-color: rgba(239, 241, 243, 0.6); }
      .pricing-table .pricing-table-entry tr.currentoffers:last-child td {
        border-bottom: 1px solid #e2e3e4; }
        .pricing-table .pricing-table-entry tr.currentoffers:last-child td:first-child {
          border: none; }
      @media (max-width: 767px) {
        .pricing-table .pricing-table-entry tr.currentoffers td {
          padding: 14px 20px;
          border-bottom: 1px solid #e2e3e4; }
          .pricing-table .pricing-table-entry tr.currentoffers td:last-child, .pricing-table .pricing-table-entry tr.currentoffers td:first-child {
            padding: 14px 20px;
            font-size: 13px;
            line-height: 1.25;
            text-transform: uppercase; }
          .pricing-table .pricing-table-entry tr.currentoffers td.travel, .pricing-table .pricing-table-entry tr.currentoffers td.early {
            background-image: none;
            width: 100%;
            text-align: center;
            margin-top: 26px;
            padding: 18px 18px 6px;
            border: none;
            text-transform: none;
            font-size: 14px;
            font-family: "questa_sansregular", sans-serif; }
            .pricing-table .pricing-table-entry tr.currentoffers td.travel .icon, .pricing-table .pricing-table-entry tr.currentoffers td.early .icon {
              width: 26px;
              height: 26px;
              display: inline-block;
              background-image: url(/Assets/img/cruises/plane_icon.png);
              background-size: 26px 26px;
              background-position: center center;
              vertical-align: middle;
              margin-right: 8px;
              margin-left: -16px; }
            .pricing-table .pricing-table-entry tr.currentoffers td.travel a, .pricing-table .pricing-table-entry tr.currentoffers td.early a {
              padding-top: 4px;
              text-decoration: underline; }
          .pricing-table .pricing-table-entry tr.currentoffers td.early .icon {
            background-image: url(/Assets/img/cruises/clock_icon.png); } }
    @media (max-width: 767px) {
      .pricing-table .pricing-table-entry tr {
        display: block;
        clear: both;
        padding: 0 12px; }
        .pricing-table .pricing-table-entry tr:last-child td {
          width: 100%;
          text-align: center;
          padding-left: 0;
          padding-right: 0;
          border: none !important; }
          .pricing-table .pricing-table-entry tr:last-child td p {
            text-align: center;
            font-size: 13px;
            text-transform: uppercase;
            margin-bottom: 20px; }
            .pricing-table .pricing-table-entry tr:last-child td p:first-child {
              margin-top: 10px; }
              .pricing-table .pricing-table-entry tr:last-child td p:first-child a:before {
                content: "/";
                display: inline;
                color: rgba(158, 158, 158, 0.5);
                margin-right: 5px; }
            .pricing-table .pricing-table-entry tr:last-child td p a {
              font-size: 14px;
              text-transform: none;
              color: #356b99; }
              .pricing-table .pricing-table-entry tr:last-child td p a:hover, .pricing-table .pricing-table-entry tr:last-child td p a:active, .pricing-table .pricing-table-entry tr:last-child td p a:focus {
                text-decoration: none; }
              .pricing-table .pricing-table-entry tr:last-child td p a.offers {
                color: #356b99;
                font-size: 13px;
                font-weight: 600;
                letter-spacing: .75px;
                text-transform: uppercase; }
                .pricing-table .pricing-table-entry tr:last-child td p a.offers:before {
                  content: "\2b";
                  font-family: "Glyphicons Halflings";
                  font-size: 23px;
                  margin-right: 8px;
                  line-height: 10px;
                  vertical-align: -1px;
                  color: #356b99; }
                .pricing-table .pricing-table-entry tr:last-child td p a.offers:hover, .pricing-table .pricing-table-entry tr:last-child td p a.offers:active, .pricing-table .pricing-table-entry tr:last-child td p a.offers:focus {
                  text-decoration: none; }
                .pricing-table .pricing-table-entry tr:last-child td p a.offers .close-offers {
                  display: none; }
            .pricing-table .pricing-table-entry tr:last-child td p strong {
              color: #5b5b5b; } }
    .pricing-table .pricing-table-entry.expanded tr:first-child td {
      padding-bottom: 12px; }
      .pricing-table .pricing-table-entry.expanded tr:first-child td:after {
        margin-top: -22px; }
    .pricing-table .pricing-table-entry.expanded tr.links:last-child a:before {
      content: "\2212"; }
    .pricing-table .pricing-table-entry.expanded tr.links:last-child a .see-offers {
      display: none; }
    .pricing-table .pricing-table-entry.expanded tr.links:last-child a .close-offers {
      display: inline; }
    @media (max-width: 767px) {
      .pricing-table .pricing-table-entry.expanded tr:last-child td p a.offers:before {
        content: "\2212"; }
      .pricing-table .pricing-table-entry.expanded tr:last-child td p a.offers .see-offers {
        display: none; }
      .pricing-table .pricing-table-entry.expanded tr:last-child td p a.offers .close-offers {
        display: inline; }
      .pricing-table .pricing-table-entry.expanded tr.currentoffers {
        display: block !important; } }
    @media (max-width: 767px) {
      .pricing-table .pricing-table-entry {
        display: block;
        margin-top: 4px; }
        .pricing-table .pricing-table-entry tbody,
        .pricing-table .pricing-table-entry tr,
        .pricing-table .pricing-table-entry td {
          display: block; } }
  .pricing-table .call-to-action {
    border-top: 1px solid #e2e3e4;
    border-bottom: 1px solid #e2e3e4;
    padding: 30px 18%; }
    .pricing-table .call-to-action .message {
      text-align: center; }
      .pricing-table .call-to-action .message h4 {
        font-weight: 600;
        margin-bottom: 6px; }
      .pricing-table .call-to-action .message p a {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .75px;
        color: #356b99;
        font-weight: 600; }
        .pricing-table .call-to-action .message p a:hover, .pricing-table .call-to-action .message p a:active, .pricing-table .call-to-action .message p a:focus {
          text-decoration: none; }
  .pricing-table .call-to-action-single {
    border-top: 1px solid #e2e3e4;
    border-bottom: 1px solid #e2e3e4;
    padding: 30px 18%; }
    .pricing-table .call-to-action-single .message {
      text-align: center; }
      .pricing-table .call-to-action-single .message h4 {
        font-weight: 600;
        margin-bottom: 6px; }
      .pricing-table .call-to-action-single .message p a {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .75px;
        color: #356b99;
        font-weight: 600; }
        .pricing-table .call-to-action-single .message p a:hover, .pricing-table .call-to-action-single .message p a:active, .pricing-table .call-to-action-single .message p a:focus {
          text-decoration: none; }
  .pricing-table .terms {
    padding-top: 50px;
    padding-bottom: 50px; }
    .pricing-table .terms ul {
      padding-left: 16px;
      list-style-type: disc;
      list-style-position: outside;
      font-family: "questa_sansregular", sans-serif;
      color: #5b5b5b; }
      .pricing-table .terms ul li {
        line-height: 1.3;
        padding: 8px 0; }
    @media (max-width: 767px) {
      .pricing-table .terms {
        padding-top: 0;
        padding-bottom: 20px; } }
  .pricing-table .show-all-dates {
    text-align: center;
    padding: 10px; }

select.chosen-select + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #5b5b5b;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #e2e3e4;
  border-radius: 1px;
  background-image: none;
  text-transform: none;
  letter-spacing: .25px;
  font-weight: 400; }
  @media (max-width: 767px) {
    select.chosen-select + .chosen-container.chosen-container-single .chosen-single {
      font-size: 13px; }
      select.chosen-select + .chosen-container.chosen-container-single .chosen-single span {
        margin-right: 20px; } }
  select.chosen-select + .chosen-container.chosen-container-single .chosen-single div {
    top: 2px;
    color: #000;
    right: 2px; }
    select.chosen-select + .chosen-container.chosen-container-single .chosen-single div b {
      background-image: url(/Assets/Vendor/chosen/chosen-sprite.png); }

select.chosen-select + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
  border-color: #e2e3e4;
  outline: 0; }

select.chosen-select + .chosen-container .chosen-drop {
  background-color: white;
  border: 1px solid #CCC;
  border: 1px solid #e2e3e4;
  border-radius: 1px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0; }

select.chosen-select + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.3;
  color: #555;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #e2e3e4;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: none; }

select.chosen-select + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: white;
  margin-bottom: 5px; }
  select.chosen-select + .chosen-container .chosen-results li, select.chosen-select + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 12px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: .25px;
    color: #5b5b5b;
    text-transform: none;
    white-space: nowrap;
    background-image: none; }
    select.chosen-select + .chosen-container .chosen-results li:hover, select.chosen-select + .chosen-container .chosen-results li.active-result:hover {
      color: white;
      text-decoration: none;
      background-color: #849eb6;
      background-image: none; }
    select.chosen-select + .chosen-container .chosen-results li.highlighted, select.chosen-select + .chosen-container .chosen-results li.active-result.highlighted {
      color: #FFF;
      text-decoration: none;
      background-color: #849eb6;
      background-image: none; }

select.chosen-select + .chosen-container .chosen-search input[type=text]:focus {
  border-color: #e2e3e4;
  outline: 0; }

select.chosen-select + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 30px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #5b5b5b;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #e2e3e4;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: none; }
  select.chosen-select + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    padding: 5px 0; }
  select.chosen-select + .chosen-container-multi .chosen-choices li.search-choice {
    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #e2e3e4;
    border-radius: 4px;
    color: #5b5b5b;
    background-color: white;
    border-color: #e2e3e4; }
    select.chosen-select + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      top: 8px;
      right: 6px; }

select.chosen-select + .chosen-container-multi.chosen-container-active .chosen-choices {
  border-color: #e2e3e4;
  outline: 0;
  box-shadow: none; }

select.chosen-select .chosen-results li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  select.chosen-select + .chosen-container.chosen-container-single .chosen-single div b {
    background-image: url(/Assets/Vendor/chosen/chosen-sprite@2x.png) !important; } }

.pricing-table-display {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  clear: both; }
  .pricing-table-display .requestbtn {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    @media (max-width: 1199px) {
      .pricing-table-display .requestbtn {
        clear: both;
        padding: 20px 0;
        position: relative;
        text-align: center; } }
    .pricing-table-display .requestbtn .btn-small {
      border-radius: 0;
      min-width: 180px;
      /*padding: 5px;*/
      display: inline-block;
      text-transform: uppercase; }
    .pricing-table-display .requestbtn .visible-lg {
      padding: 20px 0; }
    @media (max-width: 1199px) {
      .pricing-table-display .requestbtn .btn-darkgray {
        display: none; } }
    @media (max-width: 1199px) {
      .pricing-table-display .requestbtn .btn, .pricing-table-display .requestbtn .uni-btn.uni-btn-primary, .pricing-table-display .requestbtn .river-crusing span.span-btn-cta, .river-crusing .pricing-table-display .requestbtn span.span-btn-cta, .pricing-table-display .requestbtn .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .pricing-table-display .requestbtn .btn-primary,
      .pricing-table-display .requestbtn .current-offers .offers .item a.btn-lg, .current-offers .offers .item .pricing-table-display .requestbtn a.btn-lg, .pricing-table-display .requestbtn .btn-maroon,
      .pricing-table-display .requestbtn .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .pricing-table-display .requestbtn a.btn-lg.quote {
        width: 100%;
        max-width: 320px;
        margin-left: auto !important;
        margin-right: auto !important; } }
  .pricing-table-display.notfirst {
    border-top: 1px solid #e2e3e4;
    padding-top: 20px; }
    .pricing-table-display.notfirst .requestbtn .visible-lg {
      padding: 0; }
    .pricing-table-display.notfirst > div:first-child {
      display: none; }
      @media (max-width: 1199px) {
        .pricing-table-display.notfirst > div:first-child {
          display: block; } }
  .pricing-table-display .info {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both; }
    .pricing-table-display .info strong {
      text-transform: uppercase; }
    @media (max-width: 1199px) {
      .pricing-table-display .info {
        text-align: center; } }
  .pricing-table-display .port {
    text-align: left;
    font-size: 12px;
    padding-top: 10px; }
    .pricing-table-display .port span {
      display: block; }
  .pricing-table-display .offertoggle {
    text-align: right;
    padding-top: 40px;
    padding-bottom: 20px; }
    .pricing-table-display .offertoggle a {
      text-decoration: none;
      cursor: pointer;
      text-transform: uppercase; }
      .pricing-table-display .offertoggle a span:before {
        content: "\2b";
        font-family: 'Glyphicons Halflings';
        font-size: 23px;
        margin-right: 8px;
        line-height: 10px;
        vertical-align: -3px;
        color: #356b99; }
      .pricing-table-display .offertoggle a span.expanded {
        display: none; }
        .pricing-table-display .offertoggle a span.expanded:before {
          content: "\2212"; }
      @media (max-width: 1199px) {
        .pricing-table-display .offertoggle a {
          text-align: center;
          padding-top: 0; } }
  @media (min-width: 1200px) {
    .pricing-table-display .desktop-hidden {
      display: none; } }
  .pricing-table-display .mobile-hidden {
    display: none; }
  .pricing-table-display .pricing-table-results {
    padding: 5px 0;
    font-weight: bold; }
    @media (max-width: 1199px) {
      .pricing-table-display .pricing-table-results {
        padding: 0; } }
    .pricing-table-display .pricing-table-results .results-title {
      min-height: 61px;
      text-transform: uppercase; }
    .pricing-table-display .pricing-table-results > div {
      padding: 0;
      text-align: center;
      font-size: 13px;
      position: relative;
      height: auto; }
      .pricing-table-display .pricing-table-results > div .category-price {
        position: absolute;
        right: 50%;
        top: auto;
        transform: translate(50%, 0%);
        font-size: 1.15em;
        font-family: proximaNova-regular;
        font-weight: bold;
        min-width: 87px; }
      @media (max-width: 1199px) {
        .pricing-table-display .pricing-table-results > div {
          height: 50px; }
          .pricing-table-display .pricing-table-results > div .category-price {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translate(0%, -50%); } }
      .pricing-table-display .pricing-table-results > div.text-left {
        text-align: left;
        padding-left: 20px; }
      .pricing-table-display .pricing-table-results > div span {
        display: block;
        vertical-align: middle;
        line-height: normal; }
      .pricing-table-display .pricing-table-results > div .category_unavailable {
        text-transform: none;
        font-size: .9em; }
      @media (max-width: 1199px) {
        .pricing-table-display .pricing-table-results > div {
          text-align: right;
          border-right: none;
          padding: 0 20px 0 0;
          border-bottom: 1px solid #e2e3e4;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .pricing-table-display .pricing-table-results > div:first-child {
      font-size: 1.15em;
      text-align: left;
      padding-left: 15px; }
      @media (max-width: 1199px) {
        .pricing-table-display .pricing-table-results > div:first-child {
          background: #eff1f3;
          padding: 0 20px 0 0;
          text-align: right;
          /*border-top: solid 1px #e2e3e4;*/
          height: 51px; }
          .pricing-table-display .pricing-table-results > div:first-child span:first-child {
            margin-right: 0.33em; } }
      @media (max-width: 480px) {
        .pricing-table-display .pricing-table-results > div:first-child {
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          .pricing-table-display .pricing-table-results > div:first-child span {
            width: 100%; }
            .pricing-table-display .pricing-table-results > div:first-child span:first-child {
              margin-right: 0; } }
  .pricing-table-display .pricing-table-cat {
    padding: 0;
    font-family: "libel_suitregular";
    font-size: 1.25em; }
    @media (max-width: 1199px) {
      .pricing-table-display .pricing-table-cat {
        border-top: 1px solid #e2e3e4;
        clear: both;
        margin-bottom: 30px; } }
    .pricing-table-display .pricing-table-cat > div:first-child {
      padding-left: 15px; }
      @media (max-width: 1199px) {
        .pricing-table-display .pricing-table-cat > div:first-child {
          background: #eff1f3; } }
    .pricing-table-display .pricing-table-cat > div {
      background: #eff1f3;
      margin-bottom: 20px;
      padding: 0;
      text-transform: uppercase;
      height: 50px;
      line-height: 50px; }
      .pricing-table-display .pricing-table-cat > div .pricing-header {
        font-size: .9em; }
      .pricing-table-display .pricing-table-cat > div span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal; }
      @media (max-width: 1199px) {
        .pricing-table-display .pricing-table-cat > div {
          margin-bottom: 0;
          padding-left: 20px;
          text-align: left;
          background: transparent;
          border-bottom: 1px solid #e2e3e4; } }
  .pricing-table-display .offer-title,
  .pricing-table-display .offer-description,
  .pricing-table-display .theme-title,
  .pricing-table-display .theme-description {
    border: none;
    font-size: 14px !important; }
  .pricing-table-display .offer-description,
  .pricing-table-display .theme-description {
    font-weight: normal;
    margin-left: 15px; }
    @media (max-width: 1199px) {
      .pricing-table-display .offer-description,
      .pricing-table-display .theme-description {
        width: calc(100% - 20px);
        border-bottom: 0; } }
  .pricing-table-display .offer-title,
  .pricing-table-display .theme-title {
    font-weight: bold;
    position: relative; }
    .pricing-table-display .offer-title:after,
    .pricing-table-display .theme-title:after {
      position: absolute;
      content: "";
      width: 20px; }
  .pricing-table-display .offers, .pricing-table-display .themes {
    clear: both;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative; }
    @media (min-width: 1199px) {
      .pricing-table-display .offers:before, .pricing-table-display .themes:before {
        content: "";
        width: 80%;
        height: 2px;
        background: #eff1f3;
        top: 10px;
        left: 0;
        position: absolute; } }
    .pricing-table-display .offers h3, .pricing-table-display .themes h3 {
      font-size: 1em;
      text-align: left;
      margin-left: 15px;
      margin-top: 0;
      margin-bottom: 0.33em;
      font-family: "questa_sansregular";
      text-transform: none;
      font-weight: 600; }
    .pricing-table-display .offers .pricing-table-cat > div:first-child, .pricing-table-display .themes .pricing-table-cat > div:first-child {
      height: 61px;
      background: transparent; }
    @media (max-width: 1199px) {
      .pricing-table-display .offers .pricing-table-results > div, .pricing-table-display .themes .pricing-table-results > div {
        height: auto;
        /*width: 100%;*/
        /*left: -100%;*/
        padding: 20px; } }
    .pricing-table-display .offers .pricing-table-results > div:first-child, .pricing-table-display .themes .pricing-table-results > div:first-child {
      font-size: 14px;
      text-align: left;
      padding: 0 5px 0 20px; }
      @media (max-width: 1199px) {
        .pricing-table-display .offers .pricing-table-results > div:first-child, .pricing-table-display .themes .pricing-table-results > div:first-child {
          -ms-flex-pack: center;
          justify-content: center;
          height: 62px;
          padding: 0; } }
    .pricing-table-display .offers .pricing-table-results > div span.icon, .pricing-table-display .themes .pricing-table-results > div span.icon {
      width: 26px;
      height: 26px;
      display: inline-block;
      background-image: url(/Assets/img/cruises/clock_icon.png);
      background-size: 26px 26px;
      background-position: center center;
      vertical-align: middle;
      margin-right: 8px;
      margin-left: -16px; }
    .pricing-table-display .offers .travel .pricing-table-results > div span.icon, .pricing-table-display .themes .travel .pricing-table-results > div span.icon {
      background-image: url(/Assets/img/cruises/plane_icon.png); }
    .pricing-table-display .offers > div > div > div, .pricing-table-display .themes > div > div > div {
      padding: 0; }
      @media (max-width: 1199px) {
        .pricing-table-display .offers > div > div > div, .pricing-table-display .themes > div > div > div {
          padding: 0 20px 0 20px; } }
    .pricing-table-display .offers .odd > div > div, .pricing-table-display .themes .odd > div > div {
      background-color: rgba(239, 241, 243, 0.6); }

.compare .intro {
  font-family: "questa_sansregular", sans-serif;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .compare .intro {
      padding: 0 14px; } }
  .compare .intro p {
    font-size: 20px;
    line-height: 1.6;
    color: #5b5b5b;
    margin-bottom: 28px;
    font-family: "questa_sansregular", sans-serif; }
    @media (max-width: 767px) {
      .compare .intro p {
        font-size: 16px;
        margin-bottom: 28px; } }
  .compare .intro a {
    padding: 0 18px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #356b99;
    line-height: 1;
    border-right: 1px solid rgba(226, 227, 228, 0.9); }
    .compare .intro a:before {
      font-size: 19px;
      margin-right: 10px;
      vertical-align: -3px;
      margin-left: -10px;
      color: #c8c9cb; }
    .compare .intro a:last-child {
      border: none; }
    .compare .intro a:hover, .compare .intro a:active, .compare .intro a:focus {
      text-decoration: none; }

.compare .comparison {
  border-top: 1px solid #e2e3e4;
  padding-top: 46px; }
  .compare .comparison .row {
    margin: 0 -40px; }
  .compare .comparison .item-wrap {
    padding: 0 40px; }
  .compare .comparison .item {
    border: 6px solid #e2e3e4;
    padding: 15px 15px 22px;
    position: relative;
    font-family: "questa_sansregular", sans-serif;
    text-align: center; }
    .compare .comparison .item .close {
      opacity: 1;
      position: absolute;
      right: 8px;
      top: 8px; }
      .compare .comparison .item .close:after {
        content: "\00D7";
        font-size: 33px;
        width: 27px;
        height: 27px;
        color: #356b99;
        display: block;
        position: absolute;
        right: -5px;
        top: -5px;
        opacity: 1;
        background: white;
        line-height: 26px;
        text-align: center;
        padding-left: 3px;
        z-index: 2; }
    .compare .comparison .item .image-wrap {
      height: 0;
      padding-bottom: 65%;
      overflow: hidden;
      margin: -12px -12px 28px -12px; }
      .compare .comparison .item .image-wrap img {
        width: 100%; }
    .compare .comparison .item h3 {
      font-family: "libel_suitbold";
      letter-spacing: 0.05em;
      font-size: 22px;
      color: #356b99;
      text-align: center;
      margin-bottom: 12px;
      padding: 0 10%;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .compare .comparison .item h3 {
          font-size: 18px; } }
    .compare .comparison .item header {
      margin-bottom: 28px; }
      .compare .comparison .item header .duration {
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 4px;
        display: block;
        letter-spacing: .5px; }
      .compare .comparison .item header p {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .5px; }
    .compare .comparison .item a.btn-lg {
      display: inline-block;
      border-radius: 3px;
      padding: 8px 10px;
      background-color: #1b5b92;
      color: white;
      font-family: "questa_sansregular", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 13px;
      text-align: center;
      margin: 0 12px 10px;
      line-height: 1;
      width: 100%;
      max-width: 174px;
      border-bottom: 2px solid #134c7c;
      transition: all 0.2s; }
      .compare .comparison .item a.btn-lg:hover {
        background-color: #276aa3; }
      .compare .comparison .item a.btn-lg.quote {
        background-color: #8f1b2b;
        border-bottom: 2px solid #700917; }
        .compare .comparison .item a.btn-lg.quote:hover {
          background-color: #a1293a; }
      .compare .comparison .item a.btn-lg.book {
        background-color: #3e4144;
        border-bottom: 2px solid #26292b; }
        .compare .comparison .item a.btn-lg.book:hover {
          background-color: #494c4e; }
      @media (max-width: 767px) {
        .compare .comparison .item a.btn-lg {
          font-size: 14px;
          display: block;
          width: 208px;
          margin: 0 auto 16px; } }
    .compare .comparison .item ul {
      margin: 8px 0 4px; }
      .compare .comparison .item ul li {
        padding: 8px 0;
        font-size: 16px; }
    .compare .comparison .item hr {
      max-width: 172px;
      border-color: #e2e3e4;
      margin: 20px auto; }
    .compare .comparison .item p {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: .25px; }
      .compare .comparison .item p a {
        font-size: 13px;
        color: #356b99;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-spacing: 1px;
        margin-top: 6px; }
        .compare .comparison .item p a:hover, .compare .comparison .item p a:active, .compare .comparison .item p a:focus {
          text-decoration: none; }
    .compare .comparison .item .fav {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .5px;
      color: #356b99;
      font-weight: 600;
      display: block;
      margin: 24px auto 28px; }
      .compare .comparison .item .fav:hover, .compare .comparison .item .fav:active, .compare .comparison .item .fav:focus {
        text-decoration: none; }
      .compare .comparison .item .fav:before {
        font-size: 18px;
        margin-right: 10px;
        vertical-align: -3px;
        margin-left: -10px;
        color: #c8c9cb; }

@media (max-width: 767px) {
  .current-offers .container {
    width: 100%;
    max-width: 100%; } }

.current-offers .link-strip {
  height: 54px;
  background-color: #cdd5dd;
  font-family: "questa_sansregular", sans-serif; }
  .current-offers .link-strip p {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    padding: 17px; }
  .current-offers .link-strip a {
    text-transform: uppercase;
    letter-spacing: .75px;
    color: #356b99;
    font-size: 12px;
    font-weight: 600;
    margin: 0 16px; }
    .current-offers .link-strip a:hover, .current-offers .link-strip a:active, .current-offers .link-strip a:focus {
      text-decoration: none; }
    .current-offers .link-strip a.expert-question:before, .current-offers .link-strip a.brochure-bookmark:before {
      content: " ";
      display: inline-block;
      width: 19px;
      height: 19px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/Assets/img/png24/question@2x.png);
      margin-right: 8px;
      margin-left: -8px;
      vertical-align: -5px; }
    .current-offers .link-strip a.brochure-bookmark:before {
      background-image: url(/Assets/img/png24/bookmark@2x.png); }

.current-offers .intro {
  font-family: "questa_sansregular", sans-serif;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .current-offers .intro {
      padding: 0 14px; } }
  .current-offers .intro p {
    font-size: 20px;
    line-height: 1.6;
    color: #5b5b5b;
    margin-bottom: 28px;
    font-family: "questa_sansregular", sans-serif; }
    @media (max-width: 767px) {
      .current-offers .intro p {
        font-size: 16px;
        margin-bottom: 28px; } }

.current-offers-pagination {
  border-bottom: 1px solid #dadbdd;
  border-top: 1px solid #dadbdd;
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px 0;
  text-transform: uppercase; }
  .current-offers-pagination-content {
    float: right; }
    @media (max-width: 991px) {
      .current-offers-pagination-content {
        float: none; } }
  .current-offers-pagination .pages {
    display: inline-block;
    margin-left: 40px; }
  .current-offers-pagination .list-inline {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0; }
    .current-offers-pagination .list-inline li {
      font-size: 13px;
      padding: 0 0 0 20px; }
      .current-offers-pagination .list-inline li:not(:last-child) {
        border-right: 1px solid #dadbdd;
        padding-right: 20px; }
    .current-offers-pagination .list-inline a {
      color: #849eb6;
      font-weight: bold; }
      .current-offers-pagination .list-inline a.active, .current-offers-pagination .list-inline a:hover {
        color: #356b99; }
  @media (max-width: 767px) {
    .current-offers-pagination {
      border: 0;
      text-align: center;
      margin-bottom: 0; }
      .current-offers-pagination .pages {
        border-bottom: 1px solid #dadbdd;
        border-top: 1px solid #dadbdd;
        float: none;
        margin: 15px 0 0 0;
        padding: 20px 0;
        width: 100%; }
      .current-offers-pagination-content.mobile .pages {
        margin: 0 0 15px 0; } }

.current-offers .offers .pricing-table {
  clear: both; }

.current-offers .offers .item {
  padding-bottom: 40px;
  position: relative;
  font-family: "questa_sansregular", sans-serif; }
  .current-offers .offers .item:not(:first-child) {
    padding-top: 40px; }
  .current-offers .offers .item:not(:last-child) {
    border-bottom: 1px solid #e2e3e4; }
  .current-offers .offers .item.item-cruises {
    border-color: transparent; }
  @media (max-width: 767px) {
    .current-offers .offers .item {
      border-color: transparent !important;
      padding: 20px 0 !important; } }
  .current-offers .offers .item-image {
    border: 6px solid #e2e3e4;
    padding: 5px;
    overflow: hidden; }
    .current-offers .offers .item-image img {
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      .current-offers .offers .item-image {
        margin: 0 0 20px 0; } }
  .current-offers .offers .item h3 {
    font-family: "libel_suitbold";
    letter-spacing: 0.05em;
    font-size: 25px;
    color: #2e3c49;
    margin: 0 0 12px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .current-offers .offers .item h3 {
        font-size: 22px;
        text-align: center; } }
  .current-offers .offers .item header {
    margin-bottom: 14px; }
    .current-offers .offers .item header .location {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 4px;
      display: block;
      letter-spacing: .08em; }
      @media (max-width: 767px) {
        .current-offers .offers .item header .location {
          text-align: center; } }
  .current-offers .offers .item .description {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .current-offers .offers .item .description {
        text-align: center; } }
  .current-offers .offers .item .expires {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    margin-top: 10px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .current-offers .offers .item .expires {
        text-align: center; } }
  .current-offers .offers .item .disclaimer {
    margin-left: 8px; }
    .current-offers .offers .item .disclaimer:hover, .current-offers .offers .item .disclaimer:active, .current-offers .offers .item .disclaimer:focus {
      text-decoration: none; }
  .current-offers .offers .item a.btn-lg {
    border-radius: 0;
    padding: 8px 10px;
    background-color: #1b5b92;
    color: white;
    font-family: "questa_sansregular", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .08em;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    width: 100%;
    margin-top: 10px;
    max-width: 174px;
    transition: 0.2s; }
    .current-offers .offers .item a.btn-lg:hover {
      background-color: #276aa3; }
    .current-offers .offers .item a.btn-lg:not(:last-child) {
      margin-right: 10px; }
    .current-offers .offers .item a.btn-lg.quote {
      background-color: #8f1b2b; }
      .current-offers .offers .item a.btn-lg.quote:hover {
        background-color: #a1293a; }
    @media (max-width: 767px) {
      .current-offers .offers .item a.btn-lg {
        font-size: 14px;
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 10px; }
        .current-offers .offers .item a.btn-lg:not(:last-child) {
          margin-right: 0; } }

.current-offers .question-strip {
  border-top: 1px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  padding: 28px 0;
  font-family: "questa_sansregular", sans-serif; }
  .current-offers .question-strip p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4px; }
  .current-offers .question-strip a {
    display: block;
    margin: 0 auto;
    color: #356b99;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 600;
    width: auto;
    max-width: 200px;
    text-align: center; }
    .current-offers .question-strip a:hover, .current-offers .question-strip a:active, .current-offers .question-strip a:focus {
      text-decoration: none; }

.col-wrapper {
  max-width: 235px; }
  @media (max-width: 1199px) {
    .col-wrapper {
      max-width: 100%; }
      .col-wrapper .border-wrapper {
        border: none; } }
  .col-wrapper fieldset {
    margin: 0 20px;
    padding: 20px 0 10px; }
    @media (max-width: 1199px) {
      .col-wrapper fieldset {
        border: 1px solid #dadbdd;
        letter-spacing: .02em;
        margin: 0 0 10px 0;
        padding: 10px; } }
    .col-wrapper fieldset:not(:first-child) {
      border-top: 1px solid #dadbdd; }
      @media (max-width: 1199px) {
        .col-wrapper fieldset:not(:first-child) {
          border: none;
          margin: 0;
          padding: 0; }
          .col-wrapper fieldset:not(:first-child) .title {
            display: none; }
          .col-wrapper fieldset:not(:first-child) .chosen-selectoff {
            border: 1px solid #dadbdd;
            padding: 0 10px; }
            .col-wrapper fieldset:not(:first-child) .chosen-selectoff option {
              padding: 10px 0; } }
    .col-wrapper fieldset .title,
    .col-wrapper fieldset .search-title {
      display: block;
      color: #2e3c49;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: .8px;
      margin-bottom: 15px;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .col-wrapper fieldset .title,
        .col-wrapper fieldset .search-title {
          letter-spacing: .2px; } }
    .col-wrapper fieldset .search-title {
      font-size: 12.5px;
      font-weight: 400; }
    .col-wrapper fieldset input.checkbox {
      display: inline-block; }
    .col-wrapper fieldset label.checkbox {
      display: inline-block;
      color: #5b5b5b;
      font-weight: 400;
      letter-spacing: .5px;
      margin-left: 8px;
      text-transform: uppercase; }
  .col-wrapper .chosen-selectoff {
    padding: 7px 10px;
    width: 100%;
    border-color: #e2e3e4;
    font-size: 14px;
    margin-bottom: 10px; }
  .col-wrapper .chosen-container {
    width: 100% !important;
    font-family: "questa_sansregular", sans-serif; }
    .col-wrapper .chosen-container.chosen-container-single .chosen-single {
      font-size: 14px;
      padding: 7px 10px;
      height: 32px; }
      .col-wrapper .chosen-container.chosen-container-single .chosen-single div b {
        background-position: 0px 3px; }
    .col-wrapper .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 4px; }
    @media (max-width: 1199px) {
      .col-wrapper .chosen-container.chosen-container-single .chosen-single {
        font-size: 16px;
        padding: 10px 12px;
        height: 42px; }
        .col-wrapper .chosen-container.chosen-container-single .chosen-single div b {
          background-position: 2px 8px; }
      .col-wrapper .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -16px 9px; } }
  .col-wrapper > span {
    color: white;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    display: inline-block;
    padding-left: 4px;
    display: block;
    margin: 12px 0;
    font-size: 16px;
    text-align: center; }
    .col-wrapper > span:before, .col-wrapper > span:after {
      content: "\2014";
      display: inline;
      margin: 0 4px; }
  .col-wrapper .btn-primary {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
    background: #1b5b92;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: .8px;
    margin-top: 10px;
    text-align: center;
    transition: 0.2s; }
    @media (max-width: 1199px) {
      .col-wrapper .btn-primary {
        width: 100%; } }
  .col-wrapper .btn-link {
    font-size: 14px;
    letter-spacing: .2px;
    margin-top: 5px;
    text-align: center;
    transition: 0.2s; }

.deckplans .intro {
  text-align: center; }
  @media (max-width: 767px) {
    .deckplans .intro {
      padding: 0 14px; } }
  .deckplans .intro p {
    font-size: 20px;
    line-height: 1.6;
    color: #5b5b5b;
    margin-bottom: 36px;
    font-family: "questa_sansregular", sans-serif; }
    @media (max-width: 767px) {
      .deckplans .intro p {
        font-size: 16px;
        margin-bottom: 28px; } }
  .deckplans .intro a.btn-lg {
    display: inline-block;
    border-radius: 3px;
    padding: 12px 50px;
    background-color: #1b5b92;
    color: white;
    font-family: "questa_sansregular", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    margin: 0 12px 24px;
    line-height: 1;
    border-bottom: 2px solid #134c7c;
    transition: all 0.2s; }
    .deckplans .intro a.btn-lg:hover {
      background-color: #276aa3; }
    .deckplans .intro a.btn-lg.quote {
      background: #8f1b2b;
      padding: 12px 38px;
      border-bottom: 2px solid #700917; }
      .deckplans .intro a.btn-lg.quote:hover {
        background-color: #a1293a; }
    @media (max-width: 767px) {
      .deckplans .intro a.btn-lg {
        font-size: 14px;
        display: block;
        width: 208px;
        margin: 0 auto 16px; } }

.deckplans .deckplan-overview {
  font-family: "questa_sansregular", sans-serif;
  position: relative; }
  .deckplans .deckplan-overview p {
    font-size: 16px;
    font-family: "questa_sansregular", sans-serif;
    margin-bottom: 30px; }
    .deckplans .deckplan-overview p a {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-left: 4px; }
      .deckplans .deckplan-overview p a img {
        max-width: 100%; }
  .deckplans .deckplan-overview hr {
    border-color: #e2e3e4;
    margin-top: 0;
    margin-bottom: 40px; }

.deckplans .deckplan-detail {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #e2e3e4;
  width: 100%;
  background: white;
  padding-top: 40px; }
  .deckplans .deckplan-detail .container {
    margin: 0 auto; }
  .deckplans .deckplan-detail .close {
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 8px; }
    .deckplans .deckplan-detail .close:after {
      content: "\00D7";
      font-size: 29px;
      width: 23px;
      height: 23px;
      color: #356b99;
      display: block;
      position: absolute;
      right: 8px;
      top: 8px;
      opacity: 1;
      background: white;
      border-radius: 50%;
      line-height: 24px;
      text-align: center;
      padding-left: 1px;
      z-index: 2; }
  .deckplans .deckplan-detail h3 {
    font-family: "libel_suitbold";
    letter-spacing: 0.05em;
    font-size: 22px;
    color: #5b5b5b;
    text-align: center;
    margin-bottom: 16px; }
  .deckplans .deckplan-detail .nav-tabs {
    text-align: center;
    border: none; }
    .deckplans .deckplan-detail .nav-tabs > li {
      display: inline;
      float: none;
      margin: 0; }
      .deckplans .deckplan-detail .nav-tabs > li:after {
        content: "/";
        display: inline;
        color: rgba(158, 158, 158, 0.5);
        margin: 0; }
      .deckplans .deckplan-detail .nav-tabs > li:last-child:after {
        display: none; }
      .deckplans .deckplan-detail .nav-tabs > li > a {
        display: inline-block;
        color: #356b99;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-spacing: 1px;
        border: none; }
        .deckplans .deckplan-detail .nav-tabs > li > a:hover, .deckplans .deckplan-detail .nav-tabs > li > a:active, .deckplans .deckplan-detail .nav-tabs > li > a:focus {
          border: none;
          background: none; }
      .deckplans .deckplan-detail .nav-tabs > li.active > a {
        border: none;
        color: #356b99; }
      .deckplans .deckplan-detail .nav-tabs > li:hover {
        border: none;
        background: none; }
  .deckplans .deckplan-detail .tab-content {
    font-family: "questa_sansregular", sans-serif;
    margin-top: 30px;
    margin-top: 36px; }
    .deckplans .deckplan-detail .tab-content h4 {
      font-family: "questa_sansregular", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #5b5b5b;
      margin-bottom: 20px;
      font-weight: 600; }
    .deckplans .deckplan-detail .tab-content p {
      font-size: 16px;
      font-family: "questa_sansregular", sans-serif; }
    .deckplans .deckplan-detail .tab-content hr {
      border-color: #e2e3e4;
      margin: 20px 0; }

.deckplans .slider-wrap {
  padding-right: 50px; }
  @media (max-width: 767px) {
    .deckplans .slider-wrap {
      padding-right: 0; } }
  .deckplans .slider-wrap .carousel {
    height: auto; }
    .deckplans .slider-wrap .carousel .item {
      height: 0;
      padding-bottom: 66%; }
      .deckplans .slider-wrap .carousel .item img {
        height: auto; }
  .deckplans .slider-wrap .touch-carousel {
    height: auto; }
    .deckplans .slider-wrap .touch-carousel .item {
      padding-bottom: 13%; }
    .deckplans .slider-wrap .touch-carousel .carousel-modal .item {
      padding-bottom: 16%; }
  .deckplans .slider-wrap .zoom {
    position: absolute;
    bottom: 0;
    right: 2px;
    color: white;
    font-size: 26px;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
    .deckplans .slider-wrap .zoom:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .deckplans .slider-wrap .zoom {
        display: none; } }
  .deckplans .slider-wrap .carousel-control span {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -28px;
    right: 0;
    opacity: 1;
    text-shadow: none; }
  .deckplans .slider-wrap .carousel-control.left span {
    left: 0;
    right: auto; }

.deckplans .ship-thumbnails {
  padding-top: 3px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .deckplans .ship-thumbnails {
      display: none; } }
  .deckplans .ship-thumbnails .item {
    width: 14%;
    float: left;
    margin-right: .3333%;
    transition: all 0.2s; }
    .deckplans .ship-thumbnails .item:last-child {
      margin-right: 0;
      float: right; }
    .deckplans .ship-thumbnails .item img {
      max-width: 100%; }
    .deckplans .ship-thumbnails .item:hover {
      box-shadow: 0 2px 0 0 white, 0 5px 0 0 #356b99; }
    .deckplans .ship-thumbnails .item.video {
      background: black;
      position: relative; }
      .deckplans .ship-thumbnails .item.video img {
        opacity: 0.7; }
      .deckplans .ship-thumbnails .item.video:after {
        content: " ";
        display: block;
        height: 0;
        width: 0;
        border: 6px solid transparent;
        border-left-color: white;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 50%;
        margin-left: -2px;
        opacity: 1;
        z-index: 2; }
      .deckplans .ship-thumbnails .item.video:before {
        content: " ";
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        border: 2px solid white;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 50%;
        margin-left: -18px;
        z-index: 3; }

.staterooms .intro {
  text-align: center; }
  @media (max-width: 767px) {
    .staterooms .intro {
      padding: 0 14px; } }
  .staterooms .intro p {
    font-size: 20px;
    line-height: 1.6;
    color: #5b5b5b;
    margin-bottom: 36px;
    font-family: "questa_sansregular", sans-serif; }
    @media (max-width: 767px) {
      .staterooms .intro p {
        font-size: 16px;
        margin-bottom: 28px; } }
  .staterooms .intro a.btn-lg {
    display: inline-block;
    border-radius: 3px;
    padding: 12px 50px;
    background-color: #1b5b92;
    color: white;
    font-family: "questa_sansregular", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    text-align: center;
    margin: 0 12px 24px;
    line-height: 1;
    border-bottom: 2px solid #134c7c;
    transition: all 0.2s; }
    .staterooms .intro a.btn-lg:hover {
      background-color: #276aa3; }
    .staterooms .intro a.btn-lg.quote {
      background: #8f1b2b;
      padding: 12px 38px;
      border-bottom: 2px solid #700917; }
      .staterooms .intro a.btn-lg.quote:hover {
        background-color: #a1293a; }
    @media (max-width: 767px) {
      .staterooms .intro a.btn-lg {
        font-size: 14px;
        display: block;
        width: 208px;
        margin: 0 auto 16px; } }

.staterooms .stateroom-overview {
  font-family: "questa_sansregular", sans-serif;
  position: relative;
  padding-top: 10px; }
  @media (max-width: 767px) {
    .staterooms .stateroom-overview {
      display: none; } }
  .staterooms .stateroom-overview p {
    font-size: 16px;
    font-family: "questa_sansregular", sans-serif;
    margin-bottom: 10px; }
    .staterooms .stateroom-overview p a {
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: .5px;
      text-decoration: none;
      margin-left: 4px;
      font-weight: 600; }
      .staterooms .stateroom-overview p a:hover, .staterooms .stateroom-overview p a:active, .staterooms .stateroom-overview p a:focus {
        text-decoration: none; }
    @media (max-width: 767px) {
      .staterooms .stateroom-overview p:first-of-type {
        display: none; } }
  .staterooms .stateroom-overview hr {
    border-color: #e2e3e4;
    margin-top: 0;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .staterooms .stateroom-overview hr {
        display: none; } }
  .staterooms .stateroom-overview img {
    max-width: 100%; }

.staterooms .stateroom-detail.modelsm {
  padding-top: 0; }
  .staterooms .stateroom-detail.modelsm .tab-content {
    margin-top: 0; }
    @media (max-width: 767px) {
      .staterooms .stateroom-detail.modelsm .tab-content {
        max-width: 515px; } }
    @media (max-width: 500px) {
      .staterooms .stateroom-detail.modelsm .tab-content {
        max-width: 315px; } }
    @media (max-width: 767px) {
      .staterooms .stateroom-detail.modelsm .tab-content {
        display: block;
        padding-top: 10px; } }
  .staterooms .stateroom-detail.modelsm h3 {
    margin-bottom: 0; }

.staterooms .stateroom-detail {
  border-top: 1px solid #e2e3e4;
  width: 100%;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .staterooms .stateroom-detail {
      display: block;
      padding-top: 10px; } }
  .staterooms .stateroom-detail h3 {
    font-size: 22px;
    color: #5b5b5b;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.05em; }
    @media (max-width: 767px) {
      .staterooms .stateroom-detail h3 {
        font-size: 18px; } }
  .staterooms .stateroom-detail .nav-tabs {
    text-align: center;
    border: none; }
    .staterooms .stateroom-detail .nav-tabs > li {
      display: inline;
      float: none;
      margin: 0; }
      .staterooms .stateroom-detail .nav-tabs > li:after {
        display: inline;
        color: rgba(158, 158, 158, 0.5);
        margin: 0; }
      .staterooms .stateroom-detail .nav-tabs > li:last-child:after {
        display: none; }
      @media (max-width: 767px) {
        .staterooms .stateroom-detail .nav-tabs > li:after {
          display: none; }
        .staterooms .stateroom-detail .nav-tabs > li:before {
          content: "/";
          display: inline;
          color: rgba(158, 158, 158, 0.5);
          margin: 0 5px 0 0; }
        .staterooms .stateroom-detail .nav-tabs > li:first-child:before {
          display: none; } }
      .staterooms .stateroom-detail .nav-tabs > li > a {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        word-spacing: 1px;
        border: none; }
        .staterooms .stateroom-detail .nav-tabs > li > a:hover, .staterooms .stateroom-detail .nav-tabs > li > a:active, .staterooms .stateroom-detail .nav-tabs > li > a:focus {
          border: none;
          background: none; }
        @media (max-width: 767px) {
          .staterooms .stateroom-detail .nav-tabs > li > a {
            font-size: 13px;
            padding: 8px 6px; } }
      .staterooms .stateroom-detail .nav-tabs > li.active > a {
        border: none; }
      .staterooms .stateroom-detail .nav-tabs > li:hover {
        border: none;
        background: none; }
  .staterooms .stateroom-detail .tab-content {
    margin-top: 36px; }
    @media (max-width: 767px) {
      .staterooms .stateroom-detail .tab-content {
        margin-top: 16px; } }
    @media (max-width: 767px) {
      .staterooms .stateroom-detail .tab-content .row {
        margin: 0; } }
    .staterooms .stateroom-detail .tab-content h4 {
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #5b5b5b;
      margin-bottom: 20px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 767px) {
        .staterooms .stateroom-detail .tab-content h4 {
          font-size: 18px;
          text-align: center;
          margin-top: 24px; } }
    .staterooms .stateroom-detail .tab-content p {
      font-size: 16px; }
      @media (max-width: 767px) {
        .staterooms .stateroom-detail .tab-content p {
          text-align: center; } }
    .staterooms .stateroom-detail .tab-content hr {
      border-color: #e2e3e4;
      margin: 20px 0; }

.staterooms .slider-wrap {
  padding-right: 50px; }
  .staterooms .slider-wrap.module {
    float: none;
    margin: 0 auto;
    padding-right: 0; }
  @media (max-width: 767px) {
    .staterooms .slider-wrap {
      padding-right: 0;
      padding-left: 0; } }
  .staterooms .slider-wrap .carousel {
    height: auto; }
    .staterooms .slider-wrap .carousel .item {
      height: 0;
      padding-bottom: 66%; }
      .staterooms .slider-wrap .carousel .item img {
        height: auto;
        width: 100%; }
  .staterooms .slider-wrap .touch-carousel {
    height: auto; }
    .staterooms .slider-wrap .touch-carousel .item {
      padding-bottom: 16%; }
    .staterooms .slider-wrap .touch-carousel .carousel-modal .item {
      padding-bottom: 16%; }
  .staterooms .slider-wrap .zoom {
    position: absolute;
    bottom: 0;
    right: 2px;
    color: white;
    font-size: 26px;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
    .staterooms .slider-wrap .zoom:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .staterooms .slider-wrap .zoom {
        display: none; } }
  .staterooms .slider-wrap .carousel-control {
    bottom: 40px; }
    .staterooms .slider-wrap .carousel-control span {
      position: absolute;
      top: 50%;
      font-size: 50px;
      margin-top: -28px;
      right: 0;
      opacity: 1;
      text-shadow: none; }
    .staterooms .slider-wrap .carousel-control.left span {
      left: 0;
      right: auto; }

.staterooms .ship-thumbnails {
  padding-top: 3px;
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .staterooms .ship-thumbnails {
      display: none; } }
  .staterooms .ship-thumbnails .item {
    width: 14%;
    /*float: left;*/
    display: inline-block;
    margin-right: .3333%;
    transition: all 0.2s; }
    .staterooms .ship-thumbnails .item:last-child {
      margin-right: 0;
      /*float: right;*/ }
    .staterooms .ship-thumbnails .item img {
      max-width: 100%; }
    .staterooms .ship-thumbnails .item:hover {
      box-shadow: 0 2px 0 0 white, 0 5px 0 0 #356b99; }
    .staterooms .ship-thumbnails .item.video {
      background: black;
      position: relative; }
      .staterooms .ship-thumbnails .item.video img {
        opacity: 0.7; }
      .staterooms .ship-thumbnails .item.video:after {
        content: " ";
        display: block;
        height: 0;
        width: 0;
        border: 6px solid transparent;
        border-left-color: white;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 50%;
        margin-left: -2px;
        opacity: 1;
        z-index: 2; }
      .staterooms .ship-thumbnails .item.video:before {
        content: " ";
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        border: 2px solid white;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 50%;
        margin-left: -18px;
        z-index: 3; }

.deckplan.amenities img {
  width: 100%; }

.deckplan.ship img {
  max-width: 100%;
  height: auto !important; }

.deckplan.photos .slideoutter {
  max-width: 600px;
  margin: auto; }

.deckplan ul.list {
  list-style-type: disc;
  margin: 0 0 0 20px;
  list-style-position: outside; }
  .deckplan ul.list li {
    font-size: 15px;
    padding: 5px 0; }

.deckplan p {
  margin: 15px 0; }

.deckplan .pgwSlideshow .ps-caption {
  padding: 10px; }

.deckplan .pgwSlideshow .ps-current {
  height: auto !important; }
  .deckplan .pgwSlideshow .ps-current > ul > li img {
    height: auto; }

.deckplan .pgwSlideshow .ps-list {
  margin-top: 0;
  overflow: hidden;
  float: none; }
  .deckplan .pgwSlideshow .ps-list .ps-prev {
    display: block !important; }
  .deckplan .pgwSlideshow .ps-list .ps-next {
    display: block !important; }
  .deckplan .pgwSlideshow .ps-list li img {
    width: 100%;
    height: 100%; }
  .deckplan .pgwSlideshow .ps-list li .ps-item {
    margin: 3px 1px; }

.ship-overlay .modal-backdrop.in {
  background: white;
  opacity: 0.65; }

.ship-overlay .modal-lg {
  width: 100%;
  max-width: 1400px;
  margin-top: 60px; }

.ship-overlay .modal-header {
  padding: 0;
  border: none;
  min-height: 0; }
  .ship-overlay .modal-header .close {
    opacity: 1;
    position: absolute;
    right: 8px;
    top: 8px; }
    .ship-overlay .modal-header .close:after {
      content: "\00D7";
      font-size: 29px;
      width: 23px;
      height: 23px;
      color: #356b99;
      display: block;
      position: absolute;
      right: 8px;
      top: 8px;
      opacity: 1;
      background: white;
      border-radius: 50%;
      line-height: 24px;
      text-align: center;
      padding-left: 1px;
      z-index: 2; }

.ship-overlay .modal-content {
  box-shadow: none;
  border-radius: 0;
  border: none; }

.ship-overlay .modal-body {
  padding: 0; }
  .ship-overlay .modal-body .carousel {
    height: 0;
    padding-bottom: 44%; }
    .ship-overlay .modal-body .carousel .item {
      height: 0;
      padding-bottom: 44%; }
  .ship-overlay .modal-body .carousel-inner {
    height: 0;
    padding-bottom: 44%; }
    .ship-overlay .modal-body .carousel-inner > .item > img {
      height: auto;
      max-width: 100%; }

.ship-overlay .caption-thumbnails {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 -130px 130px -50px rgba(0, 0, 0, 0.4) inset; }
  .ship-overlay .caption-thumbnails .caption-wrap {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto; }
  .ship-overlay .caption-thumbnails h3 {
    font-family: 'civita-mediumitalicregular';
    font-size: 24px;
    color: white; }
  .ship-overlay .caption-thumbnails p {
    font-size: 16px;
    color: white; }
  .ship-overlay .caption-thumbnails a.btn-sm {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 3px;
    padding: 8px 20px 6px;
    background-color: #1b5b92;
    color: white;
    text-align: center;
    line-height: 1;
    border: none;
    border-bottom: 2px solid #134c7c;
    display: inline-block;
    margin: 0 0 20px;
    transition: all 0.2s; }
    .ship-overlay .caption-thumbnails a.btn-sm:hover {
      background-color: #276aa3; }

.ship-overlay .thumbnails {
  padding: 35px 0; }
  .ship-overlay .thumbnails .item {
    float: left;
    width: 15%;
    margin-right: 2%;
    height: 0;
    padding-bottom: 15%;
    overflow: hidden; }
    .ship-overlay .thumbnails .item a {
      display: block;
      height: 0;
      padding-bottom: 98%;
      overflow: hidden; }
      .ship-overlay .thumbnails .item a.active {
        border: 1px solid white; }
    .ship-overlay .thumbnails .item img {
      display: block;
      width: auto;
      max-height: 100px; }
    .ship-overlay .thumbnails .item:last-child {
      margin: 0; }

@media (max-width: 767px) {
  .ships-listing .container {
    width: 100%;
    max-width: 100%; } }

.ships-listing .hero {
  background-image: url(/Assets/img/content/listing_hero.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 7px solid white;
  box-shadow: 0 1px 0 0 #e2e3e4;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .ships-listing .hero {
      padding: 0 14px;
      background-image: url(/Assets/img/png24/mobile-carousel-caption-bg.png);
      background-position: center top;
      background-size: 100% auto;
      background-color: #00315b;
      box-shadow: none;
      border: none; } }
  .ships-listing .hero h3 {
    font-size: 32px;
    text-align: center;
    color: white;
    width: auto;
    margin: 80px auto 30px;
    letter-spacing: 0.05em; }
    @media (max-width: 767px) {
      .ships-listing .hero h3 {
        font-size: 23px;
        margin: 24px auto 16px; } }
  .ships-listing .hero form {
    display: block;
    margin: 0 auto 80px;
    width: 540px; }
    @media (max-width: 767px) {
      .ships-listing .hero form {
        width: 100%;
        margin-bottom: 30px; } }
    .ships-listing .hero form label {
      display: block;
      color: white;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .75px;
      font-weight: 600;
      font-family: "questa_sansregular", sans-serif; }
      @media (max-width: 767px) {
        .ships-listing .hero form label {
          display: none; } }
    .ships-listing .hero form fieldset {
      width: 228px;
      display: inline-block; }
      .ships-listing .hero form fieldset:last-of-type {
        float: right; }
      @media (max-width: 767px) {
        .ships-listing .hero form fieldset {
          width: 100%; }
          .ships-listing .hero form fieldset:last-of-type {
            float: none; } }
    .ships-listing .hero form .chosen-container {
      width: 100% !important;
      font-family: "questa_sansregular", sans-serif; }
      .ships-listing .hero form .chosen-container.chosen-container-single .chosen-single {
        font-size: 16px;
        padding: 10px 12px;
        height: 42px; }
        .ships-listing .hero form .chosen-container.chosen-container-single .chosen-single div b {
          background-position: 2px 8px; }
      .ships-listing .hero form .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -16px 9px; }
    .ships-listing .hero form > span {
      color: white;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-weight: 600;
      display: inline-block;
      padding-left: 4px; }
      .ships-listing .hero form > span:before, .ships-listing .hero form > span:after {
        content: "\2014";
        display: inline;
        margin: 0 4px; }
      @media (max-width: 767px) {
        .ships-listing .hero form > span {
          display: block;
          margin: 12px 0;
          font-size: 16px;
          text-align: center; } }
    .ships-listing .hero form hr {
      border-color: rgba(255, 255, 255, 0.3); }
      @media (max-width: 767px) {
        .ships-listing .hero form hr {
          display: none; } }
    .ships-listing .hero form .btn-primary {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .5px;
      border-radius: 3px;
      padding: 9px 30px 7px;
      background-color: #1b5b92;
      color: white;
      text-align: center;
      line-height: 1;
      border: none;
      border-bottom: 2px solid #134c7c;
      display: block;
      margin: 0 auto;
      transition: all 0.2s; }
      .ships-listing .hero form .btn-primary:hover {
        background-color: #276aa3; }
      @media (max-width: 767px) {
        .ships-listing .hero form .btn-primary {
          font-size: 14px;
          width: 100%;
          padding: 14px 30px 12px;
          margin-top: 26px; } }

.ships-listing .intro {
  text-align: center;
  margin-bottom: 60px;
  font-family: "questa_sansregular", sans-serif; }
  @media (max-width: 767px) {
    .ships-listing .intro {
      padding: 0 14px; } }
  .ships-listing .intro p {
    font-size: 20px;
    line-height: 1.6;
    color: #5b5b5b;
    margin-bottom: 36px;
    font-family: "questa_sansregular", sans-serif; }
    @media (max-width: 767px) {
      .ships-listing .intro p {
        font-size: 16px;
        margin-bottom: 28px; } }

.ships-listing .ships .item {
  border-top: 1px solid #e2e3e4;
  padding: 48px 0;
  font-family: "questa_sansregular", sans-serif; }
  @media (max-width: 767px) {
    .ships-listing .ships .item {
      padding: 30px 14px 164px; }
      .ships-listing .ships .item:first-child {
        border: none; } }
  .ships-listing .ships .item figure {
    padding-right: 40px;
    padding-left: 21px; }
    @media (max-width: 767px) {
      .ships-listing .ships .item figure {
        padding: 0 21px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .ships-listing .ships .item figure h3 {
        font-family: 'civita-lightregular';
        color: #356b99;
        font-size: 24px;
        margin-bottom: 24px;
        margin-top: 0; } }
    .ships-listing .ships .item figure img {
      display: block;
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      height: auto;
      border: 3px solid white;
      box-shadow: 0 0 0 6px #e2e3e4; }
    .ships-listing .ships .item figure .zoom {
      position: absolute;
      bottom: 0;
      right: 42px;
      color: white;
      font-size: 26px;
      text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
      .ships-listing .ships .item figure .zoom:hover, .ships-listing .ships .item figure .zoom:focus, .ships-listing .ships .item figure .zoom:active {
        text-decoration: none; }
      @media (max-width: 767px) {
        .ships-listing .ships .item figure .zoom {
          right: 24px; } }
    .ships-listing .ships .item figure .label {
      position: absolute;
      top: 16px;
      left: 24px;
      color: white;
      font-size: 15px;
      width: auto;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .5px;
      border-radius: 0;
      padding: 10px 14px;
      background: rgba(0, 0, 0, 0.4); }
      @media (max-width: 767px) {
        .ships-listing .ships .item figure .label {
          top: 60px;
          font-size: 15px; } }
  .ships-listing .ships .item .buttons {
    float: right; }
    @media (max-width: 767px) {
      .ships-listing .ships .item .buttons {
        position: absolute;
        width: 100%;
        bottom: -146px;
        left: 0;
        padding: 0 14px;
        margin-left: 0; } }
    @media (min-width: 768px) {
      .ships-listing .ships .item .buttons {
        margin-left: 15px; } }
    .ships-listing .ships .item .buttons a.btn-lg {
      display: inline-block;
      border-radius: 3px;
      padding: 12px 50px;
      background-color: #1b5b92;
      color: white;
      font-family: "questa_sansregular", sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 13px;
      text-align: center;
      margin: 0 0 14px;
      line-height: 1;
      border-bottom: 2px solid #134c7c;
      width: 208px;
      transition: all 0.2s; }
      .ships-listing .ships .item .buttons a.btn-lg:hover {
        background-color: #276aa3; }
      @media (max-width: 767px) {
        .ships-listing .ships .item .buttons a.btn-lg {
          font-size: 14px;
          display: block;
          width: 100%;
          margin: 0;
          padding: 16px 50px; } }
  .ships-listing .ships .item h3 {
    font-family: 'civita-lightregular';
    color: #356b99;
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 0; }
  .ships-listing .ships .item p {
    font-size: 15px;
    color: #5b5b5b;
    margin-bottom: 30px;
    letter-spacing: .5px; }
    @media (max-width: 767px) {
      .ships-listing .ships .item p {
        font-size: 13px;
        margin-bottom: 22px; } }
    .ships-listing .ships .item p strong {
      text-transform: uppercase;
      letter-spacing: .75px;
      font-weight: 600px;
      margin-right: 5px; }
    .ships-listing .ships .item p em {
      color: rgba(158, 158, 158, 0.6);
      margin: 0 12px;
      font-style: normal; }
    .ships-listing .ships .item p .star {
      display: inline-block;
      width: 26px;
      height: 26px;
      background-image: url(/Assets/img/cruises/star_full.png);
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      margin-right: 2px;
      margin-top: -5px;
      margin-bottom: -5px; }
      .ships-listing .ships .item p .star.empty {
        background-image: url(/Assets/img/cruises/star_empty.png); }
      @media (max-width: 767px) {
        .ships-listing .ships .item p .star {
          width: 32px;
          height: 32px; } }
    .ships-listing .ships .item p .title {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: .5px;
      margin-right: 8px;
      vertical-align: 5px; }
  .ships-listing .ships .item blockquote {
    font-family: "questa_sansregular", sans-serif;
    font-size: 14px;
    text-align: center;
    border: 6px solid #e2e3e4;
    padding: 20px 22px 18px;
    margin-top: 42px; }
    @media (max-width: 767px) {
      .ships-listing .ships .item blockquote {
        line-height: 1.75;
        margin-top: 28px; } }
    .ships-listing .ships .item blockquote span {
      display: block;
      margin-top: 14px;
      font-size: 12px; }
      .ships-listing .ships .item blockquote span cite {
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 600;
        font-style: normal; }
        .ships-listing .ships .item blockquote span cite:after {
          content: "/";
          display: inline;
          color: rgba(158, 158, 158, 0.5);
          margin: 0 6px; }
      .ships-listing .ships .item blockquote span a {
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 600;
        color: #356b99; }
        .ships-listing .ships .item blockquote span a:hover, .ships-listing .ships .item blockquote span a:active, .ships-listing .ships .item blockquote span a:focus {
          text-decoration: none; }
        .ships-listing .ships .item blockquote span a:before {
          content: "/";
          display: inline;
          color: rgba(158, 158, 158, 0.5);
          margin: 0 6px; }
        @media (max-width: 767px) {
          .ships-listing .ships .item blockquote span a {
            display: block;
            text-align: center; }
            .ships-listing .ships .item blockquote span a:before {
              display: none; } }

.uni-module-header-lines:before, .uni-module-header-lines:after {
  max-width: 64px; }
  @media (max-width: 767px) {
    .uni-module-header-lines:before, .uni-module-header-lines:after {
      display: none; } }

@media (max-width: 767px) {
  .uni-module-header {
    padding: 0 14px;
    margin-bottom: 24px; } }

@media (max-width: 767px) {
  .uni-module-title {
    font-size: 24px; } }

@media (max-width: 767px) {
  .ships-overview .container {
    width: 100%;
    max-width: 100%; } }

.ships-overview .intro {
  text-align: center; }
  @media (max-width: 767px) {
    .ships-overview .intro {
      padding: 0 14px; } }
  .ships-overview .intro p {
    font-size: 20px;
    line-height: 1.6;
    color: #5b5b5b;
    margin-bottom: 36px; }
    @media (max-width: 767px) {
      .ships-overview .intro p {
        font-size: 16px;
        margin-bottom: 28px; } }
  .ships-overview .intro a.btn-lg {
    display: inline-block;
    border-radius: 3px;
    padding: 12px 50px;
    background-color: #2e3c49;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 12px 24px;
    line-height: 1;
    transition: all 0.2s; }
    .ships-overview .intro a.btn-lg:hover {
      background-color: #1a222a; }
    .ships-overview .intro a.btn-lg.quote {
      background: #8f1b2b;
      padding: 12px 38px;
      border-bottom: 2px solid #700917; }
      .ships-overview .intro a.btn-lg.quote:hover {
        background-color: #a1293a; }
    @media (max-width: 767px) {
      .ships-overview .intro a.btn-lg {
        font-size: 14px;
        display: block;
        width: 208px;
        margin: 0 auto 16px; } }

.ships-overview .slider-wrap {
  padding-right: 50px; }
  @media (max-width: 767px) {
    .ships-overview .slider-wrap {
      padding-right: 0; } }
  .ships-overview .slider-wrap .carousel {
    height: auto; }
    .ships-overview .slider-wrap .carousel .item {
      height: 0;
      padding-bottom: 66%; }
      .ships-overview .slider-wrap .carousel .item img {
        height: auto;
        width: 100%; }
  .ships-overview .slider-wrap .touch-carousel {
    height: auto; }
    .ships-overview .slider-wrap .touch-carousel .item {
      padding-bottom: 13%; }
    .ships-overview .slider-wrap .touch-carousel .carousel-modal .item {
      padding-bottom: 16%; }
  .ships-overview .slider-wrap .zoom {
    position: absolute;
    bottom: 0;
    right: 2px;
    color: white;
    font-size: 26px;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.25); }
    .ships-overview .slider-wrap .zoom:hover {
      text-decoration: none; }
    @media (max-width: 767px) {
      .ships-overview .slider-wrap .zoom {
        display: none; } }
  .ships-overview .slider-wrap .carousel-control span {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -28px;
    right: 0;
    opacity: 1;
    text-shadow: none; }
  .ships-overview .slider-wrap .carousel-control.left span {
    left: 0;
    right: auto; }

.ships-overview .ship-thumbnails {
  padding-top: 3px;
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 767px) {
    .ships-overview .ship-thumbnails {
      display: none; } }
  .ships-overview .ship-thumbnails .item {
    width: 14%;
    /*float: left;*/
    display: inline-block;
    margin-right: .3333%;
    transition: all 0.2s; }
    .ships-overview .ship-thumbnails .item:last-child {
      margin-right: 0; }
    .ships-overview .ship-thumbnails .item img {
      max-width: 100%; }
    .ships-overview .ship-thumbnails .item:hover {
      box-shadow: 0 2px 0 0 white, 0 5px 0 0 #356b99; }
    .ships-overview .ship-thumbnails .item.video {
      background: black;
      position: relative; }
      .ships-overview .ship-thumbnails .item.video img {
        opacity: 0.7; }
      .ships-overview .ship-thumbnails .item.video:after {
        content: " ";
        display: block;
        height: 0;
        width: 0;
        border: 6px solid transparent;
        border-left-color: white;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 50%;
        margin-left: -2px;
        opacity: 1;
        z-index: 2; }
      .ships-overview .ship-thumbnails .item.video:before {
        content: " ";
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        border: 2px solid white;
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 50%;
        margin-left: -18px;
        z-index: 3; }

.ships-overview .quick-facts {
  border: 6px solid #e2e3e4;
  padding: 14px 32px 0; }
  @media (max-width: 767px) {
    .ships-overview .quick-facts {
      margin: 30px 14px;
      padding: 10px 22px 0; } }
  .ships-overview .quick-facts h3 {
    font-family: 'civita-lightregular';
    color: #356b99;
    text-align: center;
    font-size: 22px;
    margin-bottom: 28px; }
  .ships-overview .quick-facts hr {
    border-color: #e2e3e4;
    clear: both;
    margin-top: 12px; }
  .ships-overview .quick-facts dt {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .75px;
    width: 45%;
    float: left;
    clear: both;
    color: #5b5b5b;
    padding-bottom: 8px; }
    @media (max-width: 767px) {
      .ships-overview .quick-facts dt {
        width: 50%;
        padding-bottom: 6px; } }
  .ships-overview .quick-facts dd {
    font-size: 14px;
    color: #5b5b5b;
    padding-bottom: 8px;
    margin-left: 45%; }
    @media (max-width: 767px) {
      .ships-overview .quick-facts dd {
        margin-left: 50%; } }
    .ships-overview .quick-facts dd .star {
      display: inline-block;
      width: 26px;
      height: 26px;
      background-image: url(/Assets/img/cruises/star_full.png);
      background-size: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      margin-right: 2px;
      margin-top: -5px;
      margin-bottom: -5px; }
      .ships-overview .quick-facts dd .star.empty {
        background-image: url(/Assets/img/cruises/star_empty.png); }

.ships-entry-points {
  padding: 60px 0 34px; }
  @media (max-width: 767px) {
    .ships-entry-points {
      padding: 0 0 34px; }
      .ships-entry-points .row {
        margin: 0; } }
  @media (max-width: 767px) {
    .ships-entry-points .container {
      width: 100%;
      max-width: 100%; } }
  .ships-entry-points figure:nth-child(odd) {
    padding-right: 34px;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .ships-entry-points figure:nth-child(odd) {
        padding: 0; } }
  .ships-entry-points figure:nth-child(even) {
    padding-left: 34px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .ships-entry-points figure:nth-child(even) {
        padding: 0; } }
  @media (max-width: 767px) {
    .ships-entry-points figure {
      border-top: 6px solid; } }
  .ships-entry-points figure img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    border: 3px solid white;
    box-shadow: 0 0 0 6px #e2e3e4; }
    @media (max-width: 767px) {
      .ships-entry-points figure img {
        border: none;
        border-top: 3px solid white;
        box-shadow: 0 -6px 0 0 #e2e3e4; } }
  .ships-entry-points figure h3 {
    font-size: 20px;
    color: #5b5b5b;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-align: center;
    font-weight: normal;
    margin-top: 36px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .ships-entry-points figure h3 {
        height: 46px;
        margin-top: -46px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 18px;
        padding: 11px 14px;
        line-height: 1.4;
        position: absolute;
        width: 100%; } }
  .ships-entry-points figure p {
    font-size: 16px;
    color: #5b5b5b;
    letter-spacing: .25px;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .ships-entry-points figure p {
        margin: 0 16px 24px; }
        .ships-entry-points figure p:first-of-type {
          margin: 24px 16px 18px; } }
  .ships-entry-points figure a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .75px;
    text-align: center;
    font-weight: 600;
    padding-top: 12px; }
    .ships-entry-points figure a:hover, .ships-entry-points figure a:active, .ships-entry-points figure a:focus {
      text-decoration: none; }

@media (max-width: 767px) {
  .offers-details .container {
    width: 100%;
    max-width: 100%; } }

.offers-details .hero .link-strip {
  height: 54px;
  background-color: #cdd5dd;
  font-family: "questa_sansregular", sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .offers-details .hero .link-strip p {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    padding: 17px; }
  .offers-details .hero .link-strip a {
    text-transform: uppercase;
    letter-spacing: .75px;
    color: #356b99;
    font-size: 12px;
    font-weight: 600;
    margin: 0 16px; }
    .offers-details .hero .link-strip a:hover, .offers-details .hero .link-strip a:active, .offers-details .hero .link-strip a:focus {
      text-decoration: none; }
    .offers-details .hero .link-strip a.expert-question:before, .offers-details .hero .link-strip a.brochure-bookmark:before {
      content: " ";
      display: inline-block;
      width: 19px;
      height: 19px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/Assets/img/png24/question@2x.png);
      margin-right: 8px;
      margin-left: -8px;
      vertical-align: -5px; }
    .offers-details .hero .link-strip a.brochure-bookmark:before {
      background-image: url(/Assets/img/png24/bookmark@2x.png); }

.offers-details .sub-nav {
  height: 52px;
  width: 100%;
  max-width: 1920px;
  font-family: "questa_sansregular", sans-serif;
  border-bottom: 1px solid #e2e3e4;
  margin: 0 auto 30px; }
  @media (max-width: 767px) {
    .offers-details .sub-nav {
      height: auto; } }
  .offers-details .sub-nav .mobile-all-offers {
    margin: 0 14px;
    font-size: 15px;
    color: #356b99;
    text-transform: uppercase;
    letter-spacing: .75px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    border-bottom: 1px solid #e2e3e4; }
    .offers-details .sub-nav .mobile-all-offers:hover, .offers-details .sub-nav .mobile-all-offers:active, .offers-details .sub-nav .mobile-all-offers:focus {
      text-decoration: none; }
  .offers-details .sub-nav .timeline {
    float: left;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .75px;
    width: auto;
    padding-top: 17px; }
    @media (max-width: 767px) {
      .offers-details .sub-nav .timeline {
        text-align: center;
        float: none;
        padding: 15px 0 4px; } }
    .offers-details .sub-nav .timeline li {
      float: left;
      display: inline-block; }
      @media (max-width: 767px) {
        .offers-details .sub-nav .timeline li {
          display: inline;
          float: none; }
          .offers-details .sub-nav .timeline li:nth-last-child(2):after {
            display: none; } }
      .offers-details .sub-nav .timeline li:after {
        content: "/";
        display: inline;
        color: rgba(158, 158, 158, 0.5);
        margin: 0 10px; }
      .offers-details .sub-nav .timeline li:last-child:after {
        display: none; }
      .offers-details .sub-nav .timeline li a {
        color: #356b99;
        padding: 11px 3px; }
        .offers-details .sub-nav .timeline li a:hover, .offers-details .sub-nav .timeline li a:active, .offers-details .sub-nav .timeline li a:focus {
          text-decoration: none; }
        .offers-details .sub-nav .timeline li a.active {
          color: #5b5b5b;
          font-weight: 600;
          border-bottom: 4px solid #356b99; }
        @media (max-width: 767px) {
          .offers-details .sub-nav .timeline li a {
            padding: 12px 3px; } }
  .offers-details .sub-nav .share {
    float: right;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .75px;
    width: auto;
    padding-top: 17px; }
    @media (max-width: 767px) {
      .offers-details .sub-nav .share {
        display: none; } }
    .offers-details .sub-nav .share li {
      float: left;
      display: inline-block;
      padding: 0 14px; }
      .offers-details .sub-nav .share li.functional-mail a:before, .offers-details .sub-nav .share li.functional-print a:before {
        content: " ";
        display: inline-block;
        width: 22px;
        height: 22px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/Assets/img/png24/mail@2x.png);
        margin-right: 9px;
        margin-left: -9px;
        vertical-align: -7px; }
      .offers-details .sub-nav .share li.functional-print a:before {
        background-image: url(/Assets/img/png24/print@2x.png); }
      .offers-details .sub-nav .share li:last-child {
        padding-right: 0;
        margin-left: 14px; }
      .offers-details .sub-nav .share li a {
        color: #356b99;
        padding: 11px 3px; }
        .offers-details .sub-nav .share li a:hover, .offers-details .sub-nav .share li a:active, .offers-details .sub-nav .share li a:focus {
          text-decoration: none; }

@media (max-width: 767px) {
  .offers-details header h2 {
    font-size: 28px; } }

.offers-details .intro {
  text-align: center;
  font-family: "questa_sansregular", sans-serif;
  padding-bottom: 50px; }
  .offers-details .intro .disclaimer {
    text-align: left;
    display: block; }
  @media (max-width: 767px) {
    .offers-details .intro {
      padding: 0 16px 24px; } }
  .offers-details .intro .location {
    font-family: "questa_sansregular", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin: -24px auto 34px;
    text-align: center; }
    @media (max-width: 767px) {
      .offers-details .intro .location {
        margin: -10px auto 22px; } }
  .offers-details .intro p {
    font-size: 20px; }
    @media (max-width: 767px) {
      .offers-details .intro p {
        font-size: 15px; } }
    .offers-details .intro p strong {
      font-weight: 600; }
    .offers-details .intro p.fine-print {
      font-size: 15px;
      font-style: italic;
      margin-top: 22px; }
      @media (max-width: 767px) {
        .offers-details .intro p.fine-print {
          font-size: 13px; } }
  .offers-details .intro .or {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    display: block;
    margin: 8px auto 10px;
    padding-left: 4px;
    text-align: center; }
    .offers-details .intro .or:before, .offers-details .intro .or:after {
      content: "\2014";
      display: inline;
      margin: 0 4px; }
    @media (max-width: 767px) {
      .offers-details .intro .or {
        font-size: 15px; } }

.offers-details .offers .headings {
  background-color: #2e3c49;
  border-radius: 5px;
  padding: 14px 16px;
  font-family: "questa_sansregular", sans-serif;
  text-transform: uppercase;
  letter-spacing: .75px;
  font-weight: 600;
  color: white;
  font-size: 13px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .offers-details .offers .headings {
      border-radius: 0; } }
  .offers-details .offers .headings span {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    margin-left: 10px; }
  .offers-details .offers .headings .row > div:last-child {
    padding-left: 6px; }
    @media (max-width: 767px) {
      .offers-details .offers .headings .row > div:last-child {
        text-align: right; } }

.offers-details .offers .explanation {
  font-size: 13px;
  font-family: "questa_sansregular", sans-serif;
  padding: 18px 14px;
  border-bottom: 6px solid #e2e3e4; }

.offers-details .offers .item {
  padding: 20px 14px;
  font-family: "questa_sansregular", sans-serif;
  border-bottom: 6px solid #e2e3e4; }
  @media (max-width: 767px) {
    .offers-details .offers .item {
      padding-bottom: 34px; } }
  .offers-details .offers .item h3 {
    font-family: 'civita-lightregular';
    font-size: 22px;
    color: #2e3c49;
    margin: 12px 0 24px; }
  .offers-details .offers .item p {
    font-size: 14px; }
    @media (max-width: 767px) {
      .offers-details .offers .item p {
        font-size: 15px; } }
  .offers-details .offers .item .or {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .25px;
    font-weight: 600;
    display: block;
    margin: 8px 0 10px;
    text-align: left; }
    .offers-details .offers .item .or:before, .offers-details .offers .item .or:after {
      content: "\2014";
      display: inline;
      margin: 0 2px; }
    @media (max-width: 767px) {
      .offers-details .offers .item .or {
        font-size: 13px; } }
  .offers-details .offers .item a.btn-lg {
    display: inline-block;
    border-radius: 3px;
    padding: 14px 30px 13px;
    background-color: #1b5b92;
    color: white;
    font-family: "questa_sansregular", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
    text-align: center;
    margin: 14px 0;
    line-height: 1;
    border-bottom: 2px solid #134c7c;
    width: 208px;
    transition: all 0.2s; }
    .offers-details .offers .item a.btn-lg:hover {
      background-color: #276aa3; }
    .offers-details .offers .item a.btn-lg.quote {
      background-color: #8f1b2b;
      border-bottom: 2px solid #700917; }
      .offers-details .offers .item a.btn-lg.quote:hover {
        background-color: #a1293a; }
    @media (max-width: 767px) {
      .offers-details .offers .item a.btn-lg {
        font-size: 14px;
        display: block;
        width: 100%;
        margin: 0;
        padding: 16px 50px; } }
  @media (max-width: 767px) {
    .offers-details .offers .item .months {
      padding: 10px 15px 0; } }
  .offers-details .offers .item .months .row {
    margin-left: 0; }
    @media (max-width: 767px) {
      .offers-details .offers .item .months .row {
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 20px; } }
  .offers-details .offers .item .month {
    width: 16.6666%;
    float: left;
    padding: 0 6px;
    font-family: "questa_sansregular", sans-serif; }
    @media (min-width: 768px) {
      .offers-details .offers .item .month:nth-child(7n+7) {
        clear: both; } }
    @media (max-width: 767px) {
      .offers-details .offers .item .month {
        width: 50%;
        padding: 0 10px; }
        .offers-details .offers .item .month:nth-child(odd) {
          clear: both; } }
    .offers-details .offers .item .month h4 {
      background-color: #eff1f3;
      font-size: 15px;
      text-align: center;
      font-weight: 900;
      padding: 14px 10px 12px; }
    .offers-details .offers .item .month p {
      text-align: center;
      font-size: 15px;
      line-height: 1.6; }
      @media (max-width: 767px) {
        .offers-details .offers .item .month p {
          font-size: 17px; } }
      .offers-details .offers .item .month p a {
        color: #356b99;
        box-shadow: 0 -2px 0 0 white inset, 0 -3px 0 0 rgba(53, 107, 153, 0.4) inset; }
        .offers-details .offers .item .month p a:hover, .offers-details .offers .item .month p a:active, .offers-details .offers .item .month p a:focus {
          text-decoration: none; }

.offers-details .offer-version {
  margin-bottom: 5em; }

.offers-details .question-strip {
  border-bottom: 1px solid #e2e3e4;
  padding: 28px 0;
  font-family: "questa_sansregular", sans-serif; }
  .offers-details .question-strip p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 4px; }
  .offers-details .question-strip a {
    display: block;
    margin: 0 auto;
    color: #356b99;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 600;
    width: auto;
    max-width: 200px;
    text-align: center; }
    .offers-details .question-strip a:hover, .offers-details .question-strip a:active, .offers-details .question-strip a:focus {
      text-decoration: none; }

.offers-details .footnotes {
  padding: 40px 4px;
  font-size: 14px;
  font-family: "questa_sansregular", sans-serif; }
  @media (max-width: 767px) {
    .offers-details .footnotes {
      padding: 20px 14px; } }

.offers-details .popover {
  border-radius: 0 3px 3px 0;
  border: none;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-family: "questa_sansregular", sans-serif;
  padding: 0 8px 0 0; }
  @media (max-width: 767px) {
    .offers-details .popover {
      display: none !important; } }
  .offers-details .popover:before {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: -12px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    z-index: -2; }
  .offers-details .popover:after {
    content: "";
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
    left: -12px;
    z-index: 2; }
  .offers-details .popover p {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .75px;
    margin: 0;
    z-index: 3;
    background: white;
    padding: 8px 40px 8px 8px; }
  .offers-details .popover a:hover, .offers-details .popover a:active, .offers-details .popover a:focus {
    text-decoration: none; }
  .offers-details .popover a.ship {
    color: #356b99;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal; }
    .offers-details .popover a.ship:before {
      content: "/";
      display: inline;
      color: rgba(158, 158, 158, 0.5);
      margin: 0 7px 0 0px;
      letter-spacing: normal; }
  .offers-details .popover a.close {
    opacity: 1; }
    .offers-details .popover a.close:after {
      content: "\00D7";
      font-size: 29px;
      width: 23px;
      height: 23px;
      color: #356b99;
      display: block;
      position: absolute;
      right: 0px;
      top: 6px;
      opacity: 1;
      background: white;
      border-radius: 50%;
      line-height: 24px;
      text-align: center;
      padding-left: 2px; }

.tab-faqs {
  text-align: center; }
  .tab-faqs .tabpanel-tabs {
    text-align: center;
    display: inline-block; }
  .tab-faqs .nav-tabs {
    display: inline-block; }
    .tab-faqs .nav-tabs > li {
      border: 1px solid #ddd; }
      .tab-faqs .nav-tabs > li a {
        margin-right: 0; }
    .tab-faqs .nav-tabs > li.active {
      border: 0; }
  .tab-faqs .tab-content .tab-pane .panel-group .panel-default {
    border: 1px solid #ddd; }
  .tab-faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    max-width: 800px; }

.travel-body .hero {
  background-image: url(/Assets/img/content/agent_hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 344px;
  position: relative; }
  @media (max-width: 767px) {
    .travel-body .hero {
      display: none; } }

.travel-body .intro {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 80px; }
  .travel-body .intro p {
    text-align: center;
    font-family: "questa_sansregular", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 14px; }

.travel-navigation .sub-nav {
  height: 54px;
  width: 100%;
  font-family: "questa_sansregular", sans-serif;
  background: #eff1f3;
  box-shadow: 0 6px 0 0 white, 0 7px 0 0 #e2e3e4;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .travel-navigation .sub-nav {
      height: auto; } }
  .travel-navigation .sub-nav ul {
    text-align: center;
    padding: 17px 0; }
    .travel-navigation .sub-nav ul li {
      display: inline; }
      .travel-navigation .sub-nav ul li:after {
        content: "/";
        display: inline;
        color: rgba(158, 158, 158, 0.6);
        margin: 0 17px 0 22px; }
      .travel-navigation .sub-nav ul li:last-child:after {
        display: none; }
      .travel-navigation .sub-nav ul li a {
        color: #356b99;
        padding: 11px 3px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600; }
        .travel-navigation .sub-nav ul li a:hover, .travel-navigation .sub-nav ul li a:active, .travel-navigation .sub-nav ul li a:focus {
          text-decoration: none; }
        .travel-navigation .sub-nav ul li a.active {
          color: #5b5b5b;
          font-weight: 600;
          border-top: 7px solid rgba(132, 158, 182, 0.4); }
        @media (max-width: 767px) {
          .travel-navigation .sub-nav ul li a {
            padding: 12px 3px; } }

.extensions .documents {
  padding-bottom: 60px; }
  .extensions .documents .heading {
    background-color: #2e3c49;
    border-radius: 5px;
    padding: 14px 16px;
    margin-bottom: 8px; }
    .extensions .documents .heading h3 {
      font-family: "questa_sansregular", sans-serif;
      text-transform: uppercase;
      letter-spacing: .75px;
      font-weight: 600;
      color: white;
      font-size: 13px;
      line-height: 20px;
      text-align: center;
      margin: 2px; }
    @media (max-width: 767px) {
      .extensions .documents .heading {
        border-radius: 0; } }
  .extensions .documents .item {
    padding: 13px 0 12px;
    border-bottom: 1px solid #e2e3e4; }
    .extensions .documents .item .title {
      float: right; }
      .extensions .documents .item .title p {
        font-size: 16px;
        font-family: "questa_sansregular", sans-serif;
        margin-bottom: 4px;
        color: #4e4e4e; }
        .extensions .documents .item .title p .year {
          font-weight: 600; }
      .extensions .documents .item .title a {
        font-family: "questa_sansregular", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .5px; }
        .extensions .documents .item .title a:after {
          content: "/";
          display: inline;
          color: rgba(158, 158, 158, 0.6);
          margin: 0 6px; }
        .extensions .documents .item .title a:last-child:after {
          display: none; }
        .extensions .documents .item .title a:hover, .extensions .documents .item .title a:active, .extensions .documents .item .title a:focus {
          text-decoration: none; }
    .extensions .documents .item .icons {
      padding-top: 10px; }
      .extensions .documents .item .icons a {
        display: block;
        width: 24px;
        height: 24px;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        margin-right: 10px; }
        .extensions .documents .item .icons a.view {
          background-image: url(/Assets/img/png24/eye@2x.png); }
        .extensions .documents .item .icons a.doc {
          background-image: url(/Assets/img/png24/page@2x.png); }
        .extensions .documents .item .icons a:last-child {
          margin-right: 0; }

.travel-home .dashboard {
  padding: 16px 0 30px; }
  @media (max-width: 767px) {
    .travel-home .dashboard {
      padding-top: 0; } }
  .travel-home .dashboard .row {
    margin: 0 -40px; }
  .travel-home .dashboard .item-wrap {
    padding: 0 28px; }
    @media (min-width: 768px) {
      .travel-home .dashboard .item-wrap:nth-child(3n+4) {
        clear: both; } }
    .travel-home .dashboard .item-wrap:last-child:nth-child(1), .travel-home .dashboard .item-wrap:last-child:nth-child(4), .travel-home .dashboard .item-wrap:last-child:nth-child(7), .travel-home .dashboard .item-wrap:last-child:nth-child(10), .travel-home .dashboard .item-wrap:last-child:nth-child(13), .travel-home .dashboard .item-wrap:last-child:nth-child(16), .travel-home .dashboard .item-wrap:last-child:nth-child(19) {
      clear: both;
      float: none;
      margin: 0 auto; }
  .travel-home .dashboard .item {
    border: 6px solid #e2e3e4;
    padding: 30px 30px 18px;
    position: relative;
    font-family: "questa_sansregular", sans-serif;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .travel-home .dashboard .item {
        border: none;
        border-top: 6px solid #e2e3e4;
        padding: 20px 20px 22px;
        margin-bottom: 0; } }
    .travel-home .dashboard .item h3 {
      font-family: "libel_suitbold";
      letter-spacing: 0.05em;
      font-size: 23px;
      color: white;
      text-align: center;
      margin: -27px -27px 20px;
      padding: 11px 10px 10px;
      line-height: 1.2; }
      @media (max-width: 767px) {
        .travel-home .dashboard .item h3 {
          font-size: 22px; } }
    .travel-home .dashboard .item p {
      font-size: 16px;
      letter-spacing: .25px; }
    .travel-home .dashboard .item ul {
      position: relative;
      padding-top: 22px;
      margin-top: 18px;
      min-height: 90px; }
      .travel-home .dashboard .item ul:before {
        content: " ";
        display: block;
        width: 178px;
        height: 1px;
        border-top: 1px solid #e6e6e6;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -89px; }
      .travel-home .dashboard .item ul li {
        text-align: center;
        font-size: 13px;
        padding: 2px 0; }
        .travel-home .dashboard .item ul li a {
          text-transform: uppercase;
          letter-spacing: .5px;
          font-weight: 600; }
          .travel-home .dashboard .item ul li a:hover, .travel-home .dashboard .item ul li a:active, .travel-home .dashboard .item ul li a:focus {
            text-decoration: none; }

.travel-login .login-register {
  border-top: 1px solid #e2e3e4; }
  .travel-login .login-register .row .sign-in {
    border-right: 1px solid #e2e3e4;
    font-family: "questa_sansregular", sans-serif;
    padding: 40px 0 10px;
    text-align: center; }
    .travel-login .login-register .row .sign-in form {
      width: 100%;
      max-width: 450px;
      margin: 0 auto; }
      .travel-login .login-register .row .sign-in form .btn-primary {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .5px;
        border-radius: 3px;
        padding: 9px 40px 7px;
        background-color: #1b5b92;
        color: white;
        text-align: center;
        line-height: 1;
        border: none;
        border-bottom: 2px solid #134c7c;
        display: block;
        margin: 26px auto;
        transition: all 0.2s; }
        .travel-login .login-register .row .sign-in form .btn-primary:hover {
          background-color: #276aa3; }
        @media (max-width: 767px) {
          .travel-login .login-register .row .sign-in form .btn-primary {
            font-size: 14px;
            width: 100%;
            padding: 14px 30px 12px;
            margin-top: 26px; } }
    .travel-login .login-register .row .sign-in input:not([type=submit]) {
      font-size: 14px;
      border: 1px solid #dce1e5;
      border-radius: 2px;
      outline: none;
      box-shadow: none;
      padding: 5px 10px;
      height: auto;
      width: 100%;
      margin-bottom: 10px;
      background: white; }
    .travel-login .login-register .row .sign-in h4 {
      font-family: "questa_sansregular", sans-serif;
      font-size: 15px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .25px;
      font-weight: 600;
      margin-bottom: 14px;
      line-height: 1.5;
      padding: 0 24px;
      color: #356b99; }
      @media (min-width: 768px) {
        .travel-login .login-register .row .sign-in h4 {
          margin-bottom: 22px;
          padding: 0; } }
  .travel-login .login-register .row .sign-up {
    padding: 20px;
    font-family: "questa_sansregular", sans-serif;
    text-align: center; }
    .travel-login .login-register .row .sign-up p {
      text-align: center; }
    .travel-login .login-register .row .sign-up .btn-primary {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .5px;
      border-radius: 3px;
      padding: 9px 30px 7px;
      background-color: #1b5b92;
      color: white;
      text-align: center;
      line-height: 1;
      border: none;
      border-bottom: 2px solid #134c7c;
      display: inline-block;
      margin: 12px auto 30px;
      transition: all 0.2s; }
      .travel-login .login-register .row .sign-up .btn-primary:hover {
        background-color: #276aa3; }
      @media (max-width: 767px) {
        .travel-login .login-register .row .sign-up .btn-primary {
          font-size: 14px;
          width: 100%;
          padding: 14px 30px 12px;
          margin-top: 26px; } }
    .travel-login .login-register .row .sign-up .email-link:hover, .travel-login .login-register .row .sign-up .email-link:active, .travel-login .login-register .row .sign-up .email-link:focus {
      text-decoration: none; }
    .travel-login .login-register .row .sign-up .email-link:before {
      content: " ";
      display: block;
      width: 24px;
      height: 24px;
      margin: 0 auto 10px;
      background: url(/Assets/img/png24/mail@2x.png) center center no-repeat;
      background-size: 100%; }

.travel-login .forgot-password {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #356b99;
  letter-spacing: .75px; }

.travel-login .uniworld-university {
  padding-top: 40px;
  padding-bottom: 80px;
  text-align: center; }
  .travel-login .uniworld-university img {
    width: 250px; }

.travel-materials a.checkboxstyle {
  text-decoration: none; }

.travel-materials .media-library {
  margin-top: 44px; }

.travel-materials .options {
  font-family: "questa_sansregular", sans-serif; }
  .travel-materials .options select {
    margin-bottom: 20px; }
  .travel-materials .options > label,
  .travel-materials .options > p > label {
    font-size: 12px;
    font-weight: normal; }
  .travel-materials .options .checkboxes p {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    padding-top: 1px; }
  .travel-materials .options .checkboxes input[type=checkbox] {
    visibility: hidden;
    position: absolute; }
  .travel-materials .options .checkboxes input[type=checkbox]:checked + label:after {
    opacity: 1; }
  .travel-materials .options .checkboxes label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    background: white;
    border: 1px solid #c8c9cb;
    box-shadow: none;
    outline: none; }
    .travel-materials .options .checkboxes label:after {
      opacity: 0;
      content: '';
      position: absolute;
      width: 12px;
      height: 7px;
      background: transparent;
      top: 1px;
      left: 3px;
      border: 2px solid #356b99;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg); }
  .travel-materials .options hr {
    border-color: #e2e3e4; }
  .travel-materials .options select.chosen-select + .chosen-container.chosen-container-single .chosen-single {
    box-shadow: none; }
  .travel-materials .options .chosen-container {
    width: 100% !important;
    margin-bottom: 12px; }
  .travel-materials .options .expandable {
    display: none; }
    .travel-materials .options .expandable.open {
      display: block; }
    .travel-materials .options .expandable li {
      padding-left: 2px; }
      .travel-materials .options .expandable li a {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .5px;
        padding: 2px 0; }
        .travel-materials .options .expandable li a:hover, .travel-materials .options .expandable li a:active, .travel-materials .options .expandable li a:focus {
          text-decoration: none; }

@media (min-width: 768px) {
  .travel-materials .media-grid .item-wrap:nth-child(3n+4) {
    clear: both; } }

.travel-materials .media-grid .item {
  border: 6px solid #e2e3e4;
  padding: 30px 30px 8px;
  position: relative;
  font-family: "questa_sansregular", sans-serif;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .travel-materials .media-grid .item {
      border: none;
      border-top: 6px solid #e2e3e4;
      padding: 20px 20px 22px;
      margin-bottom: 0; } }
  .travel-materials .media-grid .item figure {
    margin: -27px -27px 20px; }
  .travel-materials .media-grid .item h3 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #356b99;
    letter-spacing: .5px;
    text-align: center;
    margin: 8px 0; }
  .travel-materials .media-grid .item p {
    font-size: 13px;
    text-align: center; }
  .travel-materials .media-grid .item.image figure {
    height: 0;
    padding-bottom: 84%;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .travel-materials .media-grid .item.image figure img {
      max-width: 100%; }
    .travel-materials .media-grid .item.image figure .link-strip {
      position: absolute;
      width: 100%;
      height: 30px;
      bottom: 0;
      text-align: center;
      background: #f3f3f3;
      padding: 5px 0; }
      .travel-materials .media-grid .item.image figure .link-strip a {
        font-size: 12px;
        text-transform: uppercase;
        color: #5b5b5b;
        letter-spacing: .5px;
        padding: 0 5px; }
        .travel-materials .media-grid .item.image figure .link-strip a:hover, .travel-materials .media-grid .item.image figure .link-strip a:active, .travel-materials .media-grid .item.image figure .link-strip a:focus {
          text-decoration: none; }
        .travel-materials .media-grid .item.image figure .link-strip a:after {
          content: " ";
          display: inline-block;
          width: 16px;
          height: 16px;
          background: url(/Assets/img/png24/page@2x.png) center center no-repeat;
          background-size: 100%;
          margin: 0 -4px 0 4px;
          vertical-align: -3px; }

.travel-webinars .upcoming-webinars {
  border-top: 1px solid #e2e3e4;
  padding: 0;
  margin: 24px 0 0 0; }
  .travel-webinars .upcoming-webinars .item {
    border: 6px solid #e2e3e4;
    padding-bottom: 30px;
    margin-bottom: 40px; }
  .travel-webinars .upcoming-webinars .image {
    padding-right: 0;
    padding: 23px 0 0 35px; }
    .travel-webinars .upcoming-webinars .image figure {
      position: relative; }
      .travel-webinars .upcoming-webinars .image figure a {
        display: block; }
      .travel-webinars .upcoming-webinars .image figure img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        border: 3px solid white; }
      .travel-webinars .upcoming-webinars .image figure figcaption {
        text-align: center;
        display: block;
        padding: 8px 14px 0;
        background: rgba(0, 0, 0, 0.34);
        box-shadow: 0 100px 0 0 rgba(255, 255, 255, 0.64) inset, 3px 0 0 0 white inset, -3px 0 0 0 white inset, 0 -3px 0 0 white inset;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /*height: 48px;*/ }
        .travel-webinars .upcoming-webinars .image figure figcaption a {
          display: inline-block;
          height: 32px;
          width: 32px;
          position: relative;
          margin: 0 10px; }
          .travel-webinars .upcoming-webinars .image figure figcaption a:hover, .travel-webinars .upcoming-webinars .image figure figcaption a:active, .travel-webinars .upcoming-webinars .image figure figcaption a:focus {
            text-decoration: none; }
          .travel-webinars .upcoming-webinars .image figure figcaption a:after {
            content: " ";
            display: block;
            height: 32px;
            width: 32px;
            position: absolute;
            top: 0;
            left: 0;
            background-size: 100%;
            background-position: center center;
            background-repeat: no-repeat; }
          .travel-webinars .upcoming-webinars .image figure figcaption a.video:after {
            background-image: url(/Assets/img/png24/play_white@2x.png); }
          .travel-webinars .upcoming-webinars .image figure figcaption a.doc:after {
            background-image: url(/Assets/img/png24/page_white@2x.png); }
  .travel-webinars .upcoming-webinars .details {
    font-family: "questa_sansregular", sans-serif;
    padding: 23px 30px 0 50px; }
    .travel-webinars .upcoming-webinars .details .date {
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .5px; }
    .travel-webinars .upcoming-webinars .details h3 {
      font-family: 'civita-lightregular';
      font-size: 23px;
      color: #356b99;
      line-height: 1.2;
      margin-top: 10px;
      margin-bottom: 15px; }
    .travel-webinars .upcoming-webinars .details .byline {
      font-size: 14px;
      font-weight: 600; }
      .travel-webinars .upcoming-webinars .details .byline strong {
        font-size: 13px;
        color: #356b99;
        text-transform: uppercase;
        letter-spacing: .5px;
        display: block;
        float: left;
        min-height: 40px;
        padding-top: 2px; }
        .travel-webinars .upcoming-webinars .details .byline strong:after {
          content: "/";
          display: inline;
          color: rgba(158, 158, 158, 0.6);
          margin: 0 6px; }
    .travel-webinars .upcoming-webinars .details hr {
      border-color: #e2e3e4; }
    .travel-webinars .upcoming-webinars .details p {
      font-size: 14px;
      line-height: 1.5; }
      .travel-webinars .upcoming-webinars .details p a {
        text-transform: uppercase;
        letter-spacing: .5px;
        color: #356b99;
        font-weight: 600;
        font-size: 12px; }
    .travel-webinars .upcoming-webinars .details .btn-primary {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .5px;
      border-radius: 3px;
      padding: 9px 30px 7px;
      background-color: #1b5b92;
      color: white;
      text-align: center;
      line-height: 1;
      border: none;
      border-bottom: 2px solid #134c7c;
      display: inline-block;
      margin: 12px auto 20px;
      transition: all 0.2s; }
      .travel-webinars .upcoming-webinars .details .btn-primary:hover {
        background-color: #276aa3; }
      @media (max-width: 767px) {
        .travel-webinars .upcoming-webinars .details .btn-primary {
          font-size: 14px;
          width: 100%;
          padding: 14px 30px 12px;
          margin-top: 26px; } }

.travel-webinars .recent-webinars {
  padding: 40px 6px 20px; }
  .travel-webinars .recent-webinars .item {
    border-bottom: 6px solid #e2e3e4;
    padding-bottom: 30px;
    margin-bottom: 40px; }
    .travel-webinars .recent-webinars .item:first-of-type {
      margin-top: 56px; }
    .travel-webinars .recent-webinars .item:last-child {
      border: none; }
  .travel-webinars .recent-webinars .image {
    padding-right: 0;
    padding-left: 21px; }
    .travel-webinars .recent-webinars .image figure {
      position: relative; }
      .travel-webinars .recent-webinars .image figure a {
        display: block; }
      .travel-webinars .recent-webinars .image figure img {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        border: 3px solid white;
        box-shadow: 0 0 0 6px #e2e3e4; }
      .travel-webinars .recent-webinars .image figure figcaption {
        text-align: center;
        display: block;
        padding: 8px 14px 0;
        background: rgba(0, 0, 0, 0.34);
        box-shadow: 0 100px 0 0 rgba(255, 255, 255, 0.64) inset, 3px 0 0 0 white inset, -3px 0 0 0 white inset, 0 -3px 0 0 white inset;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /*height: 48px;*/ }
        .travel-webinars .recent-webinars .image figure figcaption a {
          display: inline-block;
          height: 32px;
          width: 32px;
          position: relative;
          margin: 0 10px; }
          .travel-webinars .recent-webinars .image figure figcaption a:hover, .travel-webinars .recent-webinars .image figure figcaption a:active, .travel-webinars .recent-webinars .image figure figcaption a:focus {
            text-decoration: none; }
          .travel-webinars .recent-webinars .image figure figcaption a:after {
            content: " ";
            display: block;
            height: 32px;
            width: 32px;
            position: absolute;
            top: 0;
            left: 0;
            background-size: 100%;
            background-position: center center;
            background-repeat: no-repeat; }
          .travel-webinars .recent-webinars .image figure figcaption a.video:after {
            background-image: url(/Assets/img/png24/play_white@2x.png); }
          .travel-webinars .recent-webinars .image figure figcaption a.doc:after {
            background-image: url(/Assets/img/png24/page_white@2x.png); }
  .travel-webinars .recent-webinars .details {
    font-family: "questa_sansregular", sans-serif;
    padding-left: 50px; }
    .travel-webinars .recent-webinars .details .date {
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .5px; }
    .travel-webinars .recent-webinars .details h3 {
      font-family: 'civita-lightregular';
      font-size: 23px;
      color: #356b99;
      line-height: 1.2;
      margin-top: 10px; }
    .travel-webinars .recent-webinars .details .byline {
      font-size: 14px;
      font-weight: 600; }
      .travel-webinars .recent-webinars .details .byline strong {
        font-size: 13px;
        color: #356b99;
        text-transform: uppercase;
        letter-spacing: .5px;
        display: block;
        float: left;
        min-height: 40px;
        padding-top: 2px; }
        .travel-webinars .recent-webinars .details .byline strong:after {
          content: "/";
          display: inline;
          color: rgba(158, 158, 158, 0.6);
          margin: 0 6px; }
    .travel-webinars .recent-webinars .details hr {
      border-color: #e2e3e4; }
    .travel-webinars .recent-webinars .details p {
      font-size: 14px;
      line-height: 1.5; }
      .travel-webinars .recent-webinars .details p a {
        text-transform: uppercase;
        letter-spacing: .5px;
        color: #356b99;
        font-weight: 600;
        font-size: 12px; }

.travel-fam hr {
  border-color: #e2e3e4;
  margin-bottom: 56px; }

.travel-fam .intro {
  text-align: center;
  font-family: "questa_sansregular", sans-serif;
  font-size: 20px;
  line-height: 1.6;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 60px; }

.travel-fam .fam .item {
  border-bottom: 1px solid #e2e3e4;
  padding-bottom: 7px;
  margin-bottom: 50px; }

.travel-fam .fam .featured-item {
  border: 4px solid #e2e3e4;
  border-color: #e2e3e4; }
  .travel-fam .fam .featured-item .map figure img {
    border: 0 solid white;
    box-shadow: 0 0 0 0 #e2e3e4;
    width: 100%;
    height: auto; }

.travel-fam .fam .map {
  padding-left: 21px;
  padding-top: 6px; }
  .travel-fam .fam .map figure {
    position: relative; }
    .travel-fam .fam .map figure a {
      display: block; }
    .travel-fam .fam .map figure img {
      border: 3px solid white;
      box-shadow: 0 0 0 6px #e2e3e4;
      width: 100%;
      height: auto; }
    .travel-fam .fam .map figure .label {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      color: #356b99;
      text-align: center;
      display: block;
      padding: 8px 14px;
      background: white;
      position: absolute;
      border-top-right-radius: 0;
      top: 0;
      right: 0; }
      .travel-fam .fam .map figure .label:hover, .travel-fam .fam .map figure .label:active, .travel-fam .fam .map figure .label:focus {
        text-decoration: none; }
    .travel-fam .fam .map figure .featured-label {
      top: 0 !important;
      /*right: 297px !important;*/
      left: 0;
      width: 150px;
      background-color: #356B99 !important;
      z-index: 2;
      color: #fff; }

.travel-fam .fam .details {
  padding-left: 42px;
  padding-top: 30px;
  font-family: "questa_sansregular", sans-serif; }
  .travel-fam .fam .details h3 {
    font-family: 'civita-lightregular';
    font-size: 28px;
    color: #356b99;
    line-height: 1.2;
    margin-top: 0; }
  .travel-fam .fam .details h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "questa_sansregular", sans-serif;
    margin: 15px 0; }
    .travel-fam .fam .details h5 span {
      display: block;
      margin-top: 8px;
      font-size: 13px;
      color: #a0a0a0; }
  .travel-fam .fam .details a {
    color: #356b99;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px; }
    .travel-fam .fam .details a:hover, .travel-fam .fam .details a:active, .travel-fam .fam .details a:focus {
      text-decoration: none; }
    .travel-fam .fam .details a:before {
      content: "/";
      display: inline;
      color: rgba(158, 158, 158, 0.6);
      margin: 0 6px; }
    .travel-fam .fam .details a.click-here:before {
      display: none; }
    .travel-fam .fam .details a.ship {
      font-size: 14px;
      text-transform: none; }
  .travel-fam .fam .details p {
    font-size: 15px;
    margin: 8px 0; }
    .travel-fam .fam .details p > span {
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .75px; }
  .travel-fam .fam .details ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 22px;
    padding-left: 2px; }
    .travel-fam .fam .details ul li {
      font-size: 15px;
      padding: 4px 0; }
  .travel-fam .fam .details strong {
    font-weight: 600;
    text-transform: uppercase; }

.travel-fam .terms {
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 50px;
  font-family: "questa_sansregular", sans-serif; }

@media (max-width: 767px) {
  .travel-navigation .container {
    width: 100%;
    max-width: 100%; } }

.travel-navigation .hero {
  background-image: url(/Assets/img/content/agent_hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 344px;
  position: relative; }
  @media (max-width: 767px) {
    .travel-navigation .hero {
      display: none; } }

.travel-navigation .sub-nav {
  height: 54px;
  width: 100%;
  font-family: "questa_sansregular", sans-serif;
  background: #eff1f3;
  box-shadow: 0 6px 0 0 white, 0 7px 0 0 #e2e3e4;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .travel-navigation .sub-nav {
      height: auto;
      display: none; } }
  .travel-navigation .sub-nav ul {
    text-align: center;
    padding: 17px 0; }
    .travel-navigation .sub-nav ul > li {
      display: inline; }
      .travel-navigation .sub-nav ul > li:after {
        content: "/";
        display: inline;
        color: rgba(158, 158, 158, 0.6);
        margin: 0 12px 0 11px; }
      .travel-navigation .sub-nav ul > li:last-child:after {
        display: none; }
      .travel-navigation .sub-nav ul > li a {
        color: #356b99;
        padding: 11px 3px 25px;
        font-size: 13px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .5px;
        border-top: 7px solid rgba(132, 158, 182, 0);
        transition: all 0.2s; }
        .travel-navigation .sub-nav ul > li a:hover, .travel-navigation .sub-nav ul > li a:active, .travel-navigation .sub-nav ul > li a:focus {
          text-decoration: none; }
        .travel-navigation .sub-nav ul > li a.active {
          color: #5b5b5b;
          font-weight: 600; }
        @media (max-width: 767px) {
          .travel-navigation .sub-nav ul > li a {
            padding: 12px 3px; } }
      .travel-navigation .sub-nav ul > li:hover a {
        border-top: 7px solid rgba(132, 158, 182, 0.4); }
        @media (min-width: 768px) and (max-width: 1199px) {
          .travel-navigation .sub-nav ul > li:hover a {
            border-top: 7px solid transparent; } }
      .travel-navigation .sub-nav ul > li .dropdown-menu {
        margin-top: 19px;
        border-radius: 0;
        border: none;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
        padding: 16px 0; }
        .travel-navigation .sub-nav ul > li .dropdown-menu > li {
          display: block;
          text-align: left;
          padding: 0;
          font-size: 17px; }
          .travel-navigation .sub-nav ul > li .dropdown-menu > li:after {
            display: none; }
          .travel-navigation .sub-nav ul > li .dropdown-menu > li a {
            text-align: left;
            border: none;
            padding: 3px 22px;
            font-size: 17px;
            color: #356b99;
            text-transform: none;
            font-weight: normal; }
            .travel-navigation .sub-nav ul > li .dropdown-menu > li a:hover, .travel-navigation .sub-nav ul > li .dropdown-menu > li a:active, .travel-navigation .sub-nav ul > li .dropdown-menu > li a:focus {
              text-decoration: none;
              background: none; }

.travel-navigation .dropdown:hover .dropdown-menu {
  display: block; }

.listings .listings-library {
  margin-top: 44px; }

.listings .options {
  padding-right: 40px;
  font-family: "questa_sansregular", sans-serif; }
  .listings .options .option-wrap {
    background: #f7f7f7;
    padding: 15px 12px 5px; }
    .listings .options .option-wrap > label,
    .listings .options .option-wrap > p > label {
      font-size: 12px;
      font-weight: normal; }
  .listings .options .checkboxes p {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    position: relative;
    padding-left: 12px;
    margin-bottom: 12px; }
  .listings .options .checkboxes input[type=checkbox] {
    visibility: hidden; }
  .listings .options .checkboxes input[type=checkbox]:checked + label:after {
    opacity: 1; }
  .listings .options .checkboxes label {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    background: white;
    border: 1px solid #c8c9cb;
    box-shadow: none;
    outline: none; }
    .listings .options .checkboxes label:after {
      opacity: 0;
      content: '';
      position: absolute;
      width: 12px;
      height: 7px;
      background: transparent;
      top: 1px;
      left: 3px;
      border: 2px solid #356b99;
      border-top: none;
      border-right: none;
      transform: rotate(-45deg); }
  .listings .options hr {
    border-color: #e2e3e4; }
  .listings .options select.chosen-select + .chosen-container.chosen-container-single .chosen-single {
    box-shadow: none; }
  .listings .options .chosen-container {
    width: 100% !important;
    margin-bottom: 12px; }
  .listings .options .expandable li {
    padding-left: 2px; }
    .listings .options .expandable li a {
      text-transform: uppercase;
      font-size: 12px;
      color: #356b99;
      letter-spacing: .5px;
      display: block;
      position: relative;
      font-weight: 600;
      padding: 2px 0; }
      .listings .options .expandable li a:hover, .listings .options .expandable li a:active, .listings .options .expandable li a:focus {
        text-decoration: none; }
      .listings .options .expandable li a:after {
        content: "\2b";
        font-family: "Glyphicons Halflings";
        font-size: 20px;
        line-height: 10px;
        color: #356b99;
        position: absolute;
        right: 0;
        top: 5px; }
    .listings .options .expandable li.open a:after {
      content: "\2212"; }
    .listings .options .expandable li.open ul {
      display: block; }
    .listings .options .expandable li ul {
      display: none; }
      .listings .options .expandable li ul li {
        padding-left: 0; }
        .listings .options .expandable li ul li a {
          font-size: 13px;
          text-transform: none;
          font-weight: normal; }
          .listings .options .expandable li ul li a:after {
            display: none; }

.listings .listings-grid .row {
  margin: 0 -26px 0 -43px; }

.listings .listings-grid .item-wrap {
  padding: 0 28px; }
  @media (min-width: 768px) {
    .listings .listings-grid .item-wrap:nth-child(3n+4) {
      clear: both; } }

.listings .listings-grid .item {
  border: 2px solid #e2e3e4;
  padding: 10px 30px;
  position: relative;
  font-family: "questa_sansregular", sans-serif;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .listings .listings-grid .item {
      border: none;
      border-top: 2px solid #e2e3e4;
      padding: 20px 20px 22px;
      margin-bottom: 0; } }
  .listings .listings-grid .item figure {
    margin: -27px -27px 20px; }
  .listings .listings-grid .item h3 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #356b99;
    letter-spacing: .5px;
    text-align: left;
    margin: 8px 0; }
  .listings .listings-grid .item p {
    font-size: 13px;
    text-align: left; }
  .listings .listings-grid .item.image figure {
    height: 0;
    padding-bottom: 84%;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .listings .listings-grid .item.image figure img {
      max-width: 100%; }
    .listings .listings-grid .item.image figure .link-strip {
      position: absolute;
      width: 100%;
      height: 30px;
      bottom: 0;
      text-align: center;
      background: #f3f3f3;
      padding: 5px 0; }
      .listings .listings-grid .item.image figure .link-strip a {
        font-size: 12px;
        text-transform: uppercase;
        color: #5b5b5b;
        letter-spacing: .5px;
        padding: 0 5px; }
        .listings .listings-grid .item.image figure .link-strip a:hover, .listings .listings-grid .item.image figure .link-strip a:active, .listings .listings-grid .item.image figure .link-strip a:focus {
          text-decoration: none; }
        .listings .listings-grid .item.image figure .link-strip a:after {
          content: " ";
          display: inline-block;
          width: 16px;
          height: 16px;
          background: url(/Assets/img/png24/page@2x.png) center center no-repeat;
          background-size: 100%;
          margin: 0 -4px 0 4px;
          vertical-align: -3px; }

.find-an-agent {
  margin: 0 auto;
  text-align: center;
  z-index: 0; }
  .find-an-agent h3 {
    color: #1b5b92; }

.requestQuoteForm .container {
  width: 100%;
  padding: 0; }

.requestQuoteForm h2 {
  background: #2e3c49;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  margin-top: 0; }

.requestQuoteForm h3 {
  font-size: 21px; }

.requestQuoteForm .info {
  border-left: 1px solid #eee; }
  .requestQuoteForm .info span {
    display: inline-block;
    margin-bottom: 50px;
    float: left; }

.requestQuoteForm .disclaimer {
  width: 100%; }

.requestQuoteForm .email span {
  display: inline-block;
  width: auto;
  vertical-align: top; }

.requestQuoteForm .email a {
  color: #5a5a5a; }

.toto {
  border-top: 1px solid #e2e3e4; }

@media (max-width: 767px) {
  .custom-air .container {
    width: 100%;
    max-width: 100%; } }

.custom-air .custom-air-form {
  padding: 0 16px;
  font-family: "questa_sansregular", sans-serif; }
  @media (min-width: 768px) {
    .custom-air .custom-air-form {
      padding: 0 60px; } }
  .custom-air .custom-air-form h3 {
    font-family: 'civita-lightregular';
    font-size: 20px;
    color: #356b99;
    margin-top: 28px;
    margin-bottom: 26px; }
    @media (min-width: 768px) {
      .custom-air .custom-air-form h3 {
        font-size: 28px;
        margin-bottom: 32px; } }
  .custom-air .custom-air-form .form-required {
    color: #d82626;
    font-weight: 600; }
  .custom-air .custom-air-form form {
    margin-top: 18px; }
  .custom-air .custom-air-form .form-group {
    margin: 0 -45px; }
    @media (max-width: 768px) {
      .custom-air .custom-air-form .form-group {
        margin: 0; } }
    .custom-air .custom-air-form .form-group .col-sm-4,
    .custom-air .custom-air-form .form-group .col-sm-6 {
      padding-bottom: 15px; }
    .custom-air .custom-air-form .form-group p {
      padding: 0 45px;
      margin-bottom: 18px; }
    @media (min-width: 768px) {
      .custom-air .custom-air-form .form-group.thirds p {
        width: 33.3333%;
        float: left; } }
    @media (min-width: 768px) {
      .custom-air .custom-air-form .form-group.halves p {
        width: 50%;
        float: left; } }
    .custom-air .custom-air-form .form-group label {
      display: block;
      font-size: 13px;
      font-weight: 400; }
    .custom-air .custom-air-form .form-group input:not([type=submit]):not([type=button]):not([type=checkbox]) {
      width: 90%;
      height: 30px;
      outline: none; }
      @media (max-width: 768px) {
        .custom-air .custom-air-form .form-group input:not([type=submit]):not([type=button]):not([type=checkbox]) {
          width: 100%; } }
      .custom-air .custom-air-form .form-group input:not([type=submit]):not([type=button]):not([type=checkbox]):focus, .custom-air .custom-air-form .form-group input:not([type=submit]):not([type=button]):not([type=checkbox]):active {
        outline: none; }
  .custom-air .custom-air-form textarea {
    width: 93%;
    resize: none;
    height: auto;
    border: 1px solid #dee4e7;
    font-size: 11px;
    padding: 4px;
    border-radius: 4px;
    outline: none;
    height: 90px; }
    @media (max-width: 768px) {
      .custom-air .custom-air-form textarea {
        width: 100%; } }
    .custom-air .custom-air-form textarea:focus, .custom-air .custom-air-form textarea:active {
      outline: none; }
  .custom-air .custom-air-form select {
    max-width: 100%; }
  .custom-air .custom-air-form .chosen-container {
    width: 100% !important;
    font-family: "questa_sansregular", sans-serif; }
    .custom-air .custom-air-form .chosen-container.chosen-container-single .chosen-single {
      font-size: 14px;
      padding: 7px 10px;
      height: 32px;
      box-shadow: none; }
      .custom-air .custom-air-form .chosen-container.chosen-container-single .chosen-single div b {
        background-position: 0px 3px; }
    .custom-air .custom-air-form .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 4px; }
    @media (max-width: 767px) {
      .custom-air .custom-air-form .chosen-container.chosen-container-single .chosen-single {
        font-size: 14px;
        padding: 7px 10px;
        height: 32px; }
        .custom-air .custom-air-form .chosen-container.chosen-container-single .chosen-single div b {
          background-position: 0px 3px; }
      .custom-air .custom-air-form .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -18px 4px; } }
  @media (min-width: 768px) {
    .custom-air .custom-air-form hr {
      margin-left: -35px;
      margin-right: -35px; } }
  .custom-air .custom-air-form .info-text {
    margin: 34px 0;
    position: relative;
    font-size: 12px;
    color: #424242; }
    @media (min-width: 768px) {
      .custom-air .custom-air-form .info-text {
        margin-left: -24px;
        margin-right: -24px; } }
    .custom-air .custom-air-form .info-text .placeholder {
      width: 16px;
      margin-right: 6px; }
    .custom-air .custom-air-form .info-text input[type=checkbox] {
      width: 16px;
      background: #fff;
      height: 16px;
      border: 1px solid #c8c9cb;
      top: 2px;
      margin-right: 10px;
      float: left;
      cursor: pointer; }
  .custom-air .custom-air-form .submit-button {
    margin-top: 4px;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .custom-air .custom-air-form .submit-button {
        margin-top: 80px;
        margin-bottom: 80px; } }
  .custom-air .custom-air-form .btn-primary {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 3px;
    padding: 9px 50px 7px;
    background-color: #1b5b92;
    color: white;
    text-align: center;
    line-height: 1;
    border: none;
    border-bottom: 2px solid #134c7c;
    display: block;
    margin: 0 auto;
    transition: all 0.2s; }
    .custom-air .custom-air-form .btn-primary:hover {
      background-color: #276aa3; }
    @media (max-width: 767px) {
      .custom-air .custom-air-form .btn-primary {
        font-size: 14px;
        width: auto;
        padding: 14px 30px 12px;
        margin-top: 0;
        margin-bottom: 26px; } }

.custom-air hr {
  border-color: #e2e3e4;
  margin-left: 14px;
  margin-right: 14px; }
  @media (min-width: 768px) {
    .custom-air hr {
      margin-left: 10px;
      margin-right: 10px; } }

.custom-air .contact-pane {
  font-family: "questa_sansregular", sans-serif;
  border-top: 6px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  padding: 0 14px; }
  @media (min-width: 768px) {
    .custom-air .contact-pane {
      border-top: 1px solid #e2e3e4;
      padding: 36px 40px; } }
  .custom-air .contact-pane .mail {
    border-bottom: 1px solid #e2e3e4;
    padding-top: 24px;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .custom-air .contact-pane .mail {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        border-right: 1px solid #e2e3e4; } }
    .custom-air .contact-pane .mail .details {
      float: right; }
  .custom-air .contact-pane .call {
    padding-top: 24px;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .custom-air .contact-pane .call {
        padding-top: 0;
        padding-bottom: 0; } }
  .custom-air .contact-pane .details {
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .custom-air .contact-pane .details {
        max-width: 200px; } }
    .custom-air .contact-pane .details a {
      display: block;
      text-align: center;
      font-size: 15px;
      color: #356b99;
      text-transform: uppercase;
      letter-spacing: .25px;
      font-weight: 600;
      margin-bottom: 3px; }
      .custom-air .contact-pane .details a:hover, .custom-air .contact-pane .details a:focus, .custom-air .contact-pane .details a:active {
        text-decoration: none; }
    .custom-air .contact-pane .details p {
      font-size: 15px; }
    .custom-air .contact-pane .details i {
      height: 25px;
      width: 25px;
      display: inline-block;
      background-size: 100% auto;
      background-position: center center;
      background-repeat: no-repeat; }
      .custom-air .contact-pane .details i.email {
        background-image: url(/Assets/img/png24/mail_alt@2x.png); }
      .custom-air .contact-pane .details i.phone {
        background-image: url(/Assets/img/png24/phone@2x.png); }

.link-strip.standalone {
  height: 54px;
  background-color: #eff1f3;
  font-family: "questa_sansregular", sans-serif;
  width: 100%; }
  .link-strip.standalone p {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    padding: 17px; }
  .link-strip.standalone a {
    text-transform: uppercase;
    letter-spacing: .75px;
    color: #356b99;
    font-size: 12px;
    font-weight: 600;
    margin: 0 16px; }
    .link-strip.standalone a:hover, .link-strip.standalone a:active, .link-strip.standalone a:focus {
      text-decoration: none; }
    .link-strip.standalone a.expert-question:before, .link-strip.standalone a.brochure-bookmark:before {
      content: " ";
      display: inline-block;
      width: 19px;
      height: 19px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(/Assets/img/png24/question@2x.png);
      margin-right: 8px;
      margin-left: -8px;
      vertical-align: -5px; }
    .link-strip.standalone a.brochure-bookmark:before {
      background-image: url(/Assets/img/png24/bookmark@2x.png); }

.gift-form-error {
  display: table;
  width: 100%;
  text-align: center;
  color: #FF0000;
  font-weight: bold; }

.gift-form-success {
  display: table;
  width: 100%;
  text-align: center;
  color: #00FF00;
  font-weight: bold; }

.field-validation-error {
  display: inline-block !important;
  width: 100% !important; }

@media (max-width: 767px) {
  .custom-air-confirmation .container {
    width: 100%;
    max-width: 100%;
    padding: 0; } }

.custom-air-confirmation .hero {
  background-image: url(/Assets/img/content/agent_hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .custom-air-confirmation .hero {
      display: none; } }
  .custom-air-confirmation .hero .link-strip {
    height: 54px;
    background-color: #eff1f3;
    font-family: "questa_sansregular", sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .custom-air-confirmation .hero .link-strip p {
      margin: 0 auto;
      max-width: 600px;
      text-align: center;
      padding: 17px; }
    .custom-air-confirmation .hero .link-strip a {
      text-transform: uppercase;
      letter-spacing: .75px;
      color: #356b99;
      font-size: 12px;
      font-weight: 600;
      margin: 0 16px; }
      .custom-air-confirmation .hero .link-strip a:hover, .custom-air-confirmation .hero .link-strip a:active, .custom-air-confirmation .hero .link-strip a:focus {
        text-decoration: none; }
      .custom-air-confirmation .hero .link-strip a.expert-question:before, .custom-air-confirmation .hero .link-strip a.brochure-bookmark:before {
        content: " ";
        display: inline-block;
        width: 19px;
        height: 19px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/Assets/img/png24/question@2x.png);
        margin-right: 8px;
        margin-left: -8px;
        vertical-align: -5px; }
      .custom-air-confirmation .hero .link-strip a.brochure-bookmark:before {
        background-image: url(/Assets/img/png24/bookmark@2x.png); }

.custom-air-confirmation .uni-module-header {
  margin-bottom: 24px; }
  @media (max-width: 767px) {
    .custom-air-confirmation .uni-module-header {
      margin-bottom: 12px;
      margin-top: 28px; } }

.custom-air-confirmation .uni-module-title {
  font-weight: 300;
  margin-top: 26px; }
  @media (min-width: 768px) {
    .custom-air-confirmation .uni-module-title {
      font-family: "questa_sansregular", sans-serif;
      margin-top: 18px; } }

.custom-air-confirmation .intro,
.custom-air-confirmation .request-number {
  max-width: 1199px;
  padding: 0 20px;
  margin: 0 auto 30px; }
  @media (max-width: 767px) {
    .custom-air-confirmation .intro,
    .custom-air-confirmation .request-number {
      margin-bottom: 24px;
      padding: 0 22px; } }
  .custom-air-confirmation .intro h4,
  .custom-air-confirmation .request-number h4 {
    font-size: 24px;
    text-align: center;
    font-family: "questa_sansregular", sans-serif;
    font-weight: 100;
    margin: 0 0 30px; }
  .custom-air-confirmation .intro p,
  .custom-air-confirmation .request-number p {
    text-align: center;
    font-family: "questa_sansregular", sans-serif;
    font-size: 20px;
    line-height: 1.9;
    margin-bottom: 24px;
    font-weight: 100; }
    @media (max-width: 767px) {
      .custom-air-confirmation .intro p,
      .custom-air-confirmation .request-number p {
        font-size: 16px;
        margin-bottom: 14px;
        line-height: 1.65; } }

.custom-air-confirmation .request-number {
  border-top: 1px solid #e2e3e4;
  margin: 0 14px 22px;
  padding-top: 24px; }
  @media (min-width: 768px) {
    .custom-air-confirmation .request-number {
      margin: 0 0 120px;
      padding-top: 28px; } }

.custom-air-confirmation .contact-pane {
  font-family: "questa_sansregular", sans-serif;
  border-top: 6px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  padding: 0 14px; }
  @media (min-width: 768px) {
    .custom-air-confirmation .contact-pane {
      border-top: 1px solid #e2e3e4;
      padding: 36px 40px;
      margin-bottom: 24px; } }
  .custom-air-confirmation .contact-pane .mail {
    border-bottom: 1px solid #e2e3e4;
    padding-top: 24px;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .custom-air-confirmation .contact-pane .mail {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        border-right: 1px solid #e2e3e4; } }
    .custom-air-confirmation .contact-pane .mail .details {
      float: right; }
  .custom-air-confirmation .contact-pane .call {
    padding-top: 24px;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .custom-air-confirmation .contact-pane .call {
        padding-top: 0;
        padding-bottom: 0; } }
  .custom-air-confirmation .contact-pane .details {
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .custom-air-confirmation .contact-pane .details {
        max-width: 200px; } }
    .custom-air-confirmation .contact-pane .details a {
      display: block;
      text-align: center;
      font-size: 15px;
      color: #356b99;
      text-transform: uppercase;
      letter-spacing: .25px;
      font-weight: 600;
      margin-bottom: 3px; }
      .custom-air-confirmation .contact-pane .details a:hover, .custom-air-confirmation .contact-pane .details a:focus, .custom-air-confirmation .contact-pane .details a:active {
        text-decoration: none; }
    .custom-air-confirmation .contact-pane .details p {
      font-size: 15px; }
    .custom-air-confirmation .contact-pane .details i {
      height: 25px;
      width: 25px;
      display: inline-block;
      background-size: 100% auto;
      background-position: center center;
      background-repeat: no-repeat; }
      .custom-air-confirmation .contact-pane .details i.email {
        background-image: url(/Assets/img/png24/mail_alt@2x.png); }
      .custom-air-confirmation .contact-pane .details i.phone {
        background-image: url(/Assets/img/png24/phone@2x.png); }

@media (max-width: 767px) {
  .groups-proposal-request .container {
    width: 100%;
    max-width: 100%; } }

.groups-proposal-request .hero {
  background-image: url(/Assets/img/content/agent_hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 344px;
  position: relative; }
  @media (max-width: 767px) {
    .groups-proposal-request .hero {
      display: none; } }

.groups-proposal-request .sub-nav {
  height: 54px;
  width: 100%;
  font-family: "questa_sansregular", sans-serif;
  background: #eff1f3;
  box-shadow: 0 6px 0 0 white, 0 7px 0 0 #e2e3e4;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .groups-proposal-request .sub-nav {
      height: auto;
      display: none; } }
  .groups-proposal-request .sub-nav ul {
    text-align: center;
    padding: 17px 0; }
    .groups-proposal-request .sub-nav ul li {
      display: inline; }
      .groups-proposal-request .sub-nav ul li:after {
        content: "/";
        display: inline;
        color: rgba(158, 158, 158, 0.6);
        margin: 0 17px 0 22px; }
      .groups-proposal-request .sub-nav ul li:last-child:after {
        display: none; }
      .groups-proposal-request .sub-nav ul li a {
        color: #356b99;
        padding: 11px 3px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600; }
        .groups-proposal-request .sub-nav ul li a:hover, .groups-proposal-request .sub-nav ul li a:active, .groups-proposal-request .sub-nav ul li a:focus {
          text-decoration: none; }
        .groups-proposal-request .sub-nav ul li a.active {
          color: #5b5b5b;
          font-weight: 600;
          border-top: 7px solid rgba(132, 158, 182, 0.4); }
        @media (max-width: 767px) {
          .groups-proposal-request .sub-nav ul li a {
            padding: 12px 3px; } }

.groups-proposal-request header {
  margin-top: 26px; }
  @media (max-width: 767px) {
    .groups-proposal-request header {
      margin-top: 0;
      margin-bottom: 6px; } }

.groups-proposal-request .intro {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 30px; }
  @media (max-width: 767px) {
    .groups-proposal-request .intro {
      padding: 0 0 4px; } }
  .groups-proposal-request .intro h4 {
    font-size: 20px;
    text-align: center;
    font-family: "questa_sansregular", sans-serif;
    margin-bottom: 32px;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .groups-proposal-request .intro h4 {
        padding: 0;
        margin-top: 0;
        margin-bottom: 16px; } }
    .groups-proposal-request .intro h4 a {
      color: #356b99;
      font-weight: 600; }
      .groups-proposal-request .intro h4 a:hover, .groups-proposal-request .intro h4 a:active, .groups-proposal-request .intro h4 a:focus {
        text-decoration: none; }
      .groups-proposal-request .intro h4 a:after {
        content: "/";
        display: inline;
        color: #5b5b5b;
        margin: 0 14px 0 18px; }
      .groups-proposal-request .intro h4 a:last-child:after {
        display: none; }
      @media (max-width: 767px) {
        .groups-proposal-request .intro h4 a {
          display: block;
          text-align: center;
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: .35px;
          padding: 2px 0; }
          .groups-proposal-request .intro h4 a:after {
            display: none; } }
  .groups-proposal-request .intro h5 {
    text-align: center;
    font-family: "questa_sansregular", sans-serif;
    font-size: 20px;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .groups-proposal-request .intro h5 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight: 400; } }
  .groups-proposal-request .intro p {
    font-family: "questa_sansregular", sans-serif;
    font-size: 20px;
    line-height: 1.7; }
    @media (max-width: 767px) {
      .groups-proposal-request .intro p {
        font-size: 16px;
        line-height: 1.6;
        text-align: center; } }
    .groups-proposal-request .intro p.center {
      text-align: center;
      margin-top: 24px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .groups-proposal-request .intro p.center {
          margin-bottom: 10px;
          margin-top: 10px; } }

.groups-proposal-request .recent-requests {
  margin: 0 14px; }
  @media (min-width: 768px) {
    .groups-proposal-request .recent-requests {
      border-top: 1px solid #e2e3e4;
      min-height: 700px;
      padding: 40px;
      margin: 0; } }
  .groups-proposal-request .recent-requests table {
    width: 100%;
    font-family: "questa_sansregular", sans-serif; }
    @media (max-width: 767px) {
      .groups-proposal-request .recent-requests table {
        display: block; } }
    .groups-proposal-request .recent-requests table thead th {
      font-size: 16px;
      color: #356b99;
      text-align: left;
      font-weight: 400;
      padding: 0 11px; }
      .groups-proposal-request .recent-requests table thead th:first-child {
        font-family: 'civita-lightregular';
        font-size: 18px; }
    @media (max-width: 767px) {
      .groups-proposal-request .recent-requests table tbody {
        display: block; } }
    .groups-proposal-request .recent-requests table td {
      font-size: 16px;
      padding: 4px 0;
      font-weight: 600;
      line-height: 1.7; }
      .groups-proposal-request .recent-requests table td span {
        font-weight: 400;
        padding-right: 6px; }
      @media (min-width: 768px) {
        .groups-proposal-request .recent-requests table td {
          font-weight: 400;
          border-bottom: 1px solid #e2e3e4;
          padding: 20px 12px; }
          .groups-proposal-request .recent-requests table td span {
            display: none; } }
      @media (max-width: 767px) {
        .groups-proposal-request .recent-requests table td {
          display: block; } }
    .groups-proposal-request .recent-requests table tr:first-child td {
      padding-top: 10px; }
    .groups-proposal-request .recent-requests table tr:last-child td {
      border: none; }
    @media (max-width: 767px) {
      .groups-proposal-request .recent-requests table tr {
        display: block;
        border-top: 1px solid #e2e3e4;
        padding: 30px 2px; } }

.groups-proposal-request .contact-pane {
  font-family: "questa_sansregular", sans-serif;
  border-top: 6px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  padding: 0 14px; }
  @media (min-width: 768px) {
    .groups-proposal-request .contact-pane {
      border-top: 1px solid #e2e3e4;
      padding: 36px 40px; } }
  .groups-proposal-request .contact-pane .mail {
    border-bottom: 1px solid #e2e3e4;
    padding-top: 24px;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .groups-proposal-request .contact-pane .mail {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        border-right: 1px solid #e2e3e4; } }
    .groups-proposal-request .contact-pane .mail .details {
      float: right; }
  .groups-proposal-request .contact-pane .call {
    padding-top: 24px;
    padding-bottom: 12px; }
    @media (min-width: 768px) {
      .groups-proposal-request .contact-pane .call {
        padding-top: 0;
        padding-bottom: 0; } }
  .groups-proposal-request .contact-pane .details {
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .groups-proposal-request .contact-pane .details {
        max-width: 200px; } }
    .groups-proposal-request .contact-pane .details a {
      display: block;
      text-align: center;
      font-size: 15px;
      color: #356b99;
      text-transform: uppercase;
      letter-spacing: .25px;
      font-weight: 600;
      margin-bottom: 3px; }
      .groups-proposal-request .contact-pane .details a:hover, .groups-proposal-request .contact-pane .details a:focus, .groups-proposal-request .contact-pane .details a:active {
        text-decoration: none; }
    .groups-proposal-request .contact-pane .details p {
      font-size: 15px; }
    .groups-proposal-request .contact-pane .details i {
      height: 25px;
      width: 25px;
      display: inline-block;
      background-size: 100% auto;
      background-position: center center;
      background-repeat: no-repeat; }
      .groups-proposal-request .contact-pane .details i.email {
        background-image: url(/Assets/img/png24/mail_alt@2x.png); }
      .groups-proposal-request .contact-pane .details i.phone {
        background-image: url(/Assets/img/png24/phone@2x.png); }

@media (max-width: 767px) {
  .extensions .container {
    width: 100%;
    max-width: 100%; } }

.extensions .hero {
  background-image: url(/Assets/img/content/agent_hero.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 344px;
  position: relative; }
  @media (max-width: 767px) {
    .extensions .hero {
      display: none; } }

.extensions .sub-nav {
  height: 54px;
  width: 100%;
  font-family: "questa_sansregular", sans-serif;
  background: #eff1f3;
  box-shadow: 0 6px 0 0 white, 0 7px 0 0 #e2e3e4;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .extensions .sub-nav {
      height: auto;
      display: none; } }
  .extensions .sub-nav ul {
    text-align: center;
    padding: 17px 0; }
    .extensions .sub-nav ul li {
      display: inline; }
      .extensions .sub-nav ul li:after {
        content: "/";
        display: inline;
        color: rgba(158, 158, 158, 0.6);
        margin: 0 17px 0 22px; }
      .extensions .sub-nav ul li:last-child:after {
        display: none; }
      .extensions .sub-nav ul li a {
        color: #356b99;
        padding: 11px 3px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600; }
        .extensions .sub-nav ul li a:hover, .extensions .sub-nav ul li a:active, .extensions .sub-nav ul li a:focus {
          text-decoration: none; }
        .extensions .sub-nav ul li a.active {
          color: #5b5b5b;
          font-weight: 600;
          border-top: 7px solid rgba(132, 158, 182, 0.4); }
        @media (max-width: 767px) {
          .extensions .sub-nav ul li a {
            padding: 12px 3px; } }

.extensions header {
  margin-top: 26px; }

.extensions .intro {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 60px; }
  @media (max-width: 767px) {
    .extensions .intro {
      margin-bottom: 24px; } }
  .extensions .intro p {
    text-align: center;
    font-family: "questa_sansregular", sans-serif;
    font-size: 20px;
    line-height: 1.6; }
    @media (max-width: 767px) {
      .extensions .intro p {
        font-size: 16px;
        margin-bottom: 14px; } }

.extensions .documents {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .extensions .documents {
      padding: 0 0 30px; } }
  .extensions .documents .heading {
    background-color: #2e3c49;
    border-radius: 5px;
    padding: 14px 16px;
    margin-bottom: 8px; }
    .extensions .documents .heading h3 {
      font-family: "questa_sansregular", sans-serif;
      text-transform: uppercase;
      letter-spacing: .75px;
      font-weight: 600;
      color: white;
      font-size: 13px;
      line-height: 20px;
      text-align: center;
      margin: 2px; }
    @media (max-width: 767px) {
      .extensions .documents .heading {
        margin: 0 14px 8px;
        border-radius: 2px;
        padding: 8px 44px; } }
  .extensions .documents .item {
    padding: 13px 0 12px;
    border-bottom: 1px solid #e2e3e4; }
    @media (max-width: 767px) {
      .extensions .documents .item:last-child {
        border: none; } }
    .extensions .documents .item .title {
      float: right; }
      @media (max-width: 767px) {
        .extensions .documents .item .title {
          float: none;
          text-align: center; } }
      .extensions .documents .item .title p {
        font-size: 16px;
        font-family: "questa_sansregular", sans-serif;
        margin-bottom: 4px;
        color: #4e4e4e; }
        .extensions .documents .item .title p .year {
          font-weight: 600; }
        @media (max-width: 767px) {
          .extensions .documents .item .title p {
            font-size: 15px; } }
      .extensions .documents .item .title a {
        font-family: "questa_sansregular", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: .5px; }
        .extensions .documents .item .title a:after {
          content: "/";
          display: inline;
          color: rgba(158, 158, 158, 0.6);
          margin: 0 6px; }
        .extensions .documents .item .title a:last-child:after {
          display: none; }
        .extensions .documents .item .title a:hover, .extensions .documents .item .title a:active, .extensions .documents .item .title a:focus {
          text-decoration: none; }
        @media (max-width: 767px) {
          .extensions .documents .item .title a {
            font-size: 13px; } }
    .extensions .documents .item .icons {
      padding-top: 10px; }
      @media (max-width: 767px) {
        .extensions .documents .item .icons {
          float: none;
          text-align: center; } }
      .extensions .documents .item .icons a {
        display: block;
        width: 24px;
        height: 24px;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        margin-right: 10px; }
        .extensions .documents .item .icons a.view {
          background-image: url(/Assets/img/png24/eye@2x.png); }
          @media (max-width: 767px) {
            .extensions .documents .item .icons a.view {
              background-position: center 1px; } }
        .extensions .documents .item .icons a.doc {
          background-image: url(/Assets/img/png24/page@2x.png); }
          @media (max-width: 767px) {
            .extensions .documents .item .icons a.doc {
              background-image: url(/Assets/img/png24/download@2x.png);
              background-size: 90%; } }
        .extensions .documents .item .icons a:last-child {
          margin-right: 0; }
        @media (max-width: 767px) {
          .extensions .documents .item .icons a {
            display: inline-block;
            float: none; } }

.extensions-listing-item {
  margin-bottom: 40px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .extensions-listing-item {
      margin-bottom: 20px; } }

.extensions-listing-picture {
  text-align: center;
  margin-bottom: 20px;
  float: right;
  margin-left: 50px;
  max-width: 400px; }
  @media (max-width: 991px) {
    .extensions-listing-picture {
      text-align: center;
      float: none;
      max-width: initial;
      margin-left: 0px; } }

.extensions-listing figure {
  border: 6px solid #e2e3e4;
  display: inline-block;
  max-width: 100%; }
  .extensions-listing figure:empty {
    display: none; }
  .extensions-listing figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #fff; }

.extensions-listing-description {
  font-size: 15px;
  letter-spacing: .5px; }
  .extensions-listing-description h3 {
    color: #356b99;
    font-family: "libel_suitbold", serif;
    letter-spacing: 0.05em;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    letter-spacing: normal;
    margin: 0 0 20px 0; }
    @media (max-width: 991px) {
      .extensions-listing-description h3 {
        font-size: 22px;
        margin-bottom: 15px; } }
  .extensions-listing-description h4,
  .extensions-listing-description h4.UniCustomH4title {
    color: #5b5b5b;
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .8px;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .extensions-listing-description h4,
      .extensions-listing-description h4.UniCustomH4title {
        margin-bottom: 15px; } }
  .extensions-listing-description > strong {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    margin: 20px 0; }
    @media (max-width: 991px) {
      .extensions-listing-description > strong {
        margin: 10px 0; } }
  .extensions-listing-description .UniCustomColumnSep {
    border: none;
    list-style: disc; }
    .extensions-listing-description .UniCustomColumnSep li {
      margin-bottom: 4px; }

.teamlist {
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .teamlist li {
    width: 25%;
    float: left;
    padding: 20px;
    /* 10 */
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .teamlist li {
        width: 33%; } }
    @media (max-width: 767px) {
      .teamlist li {
        width: 50%; } }
    @media (max-width: 480px) {
      .teamlist li {
        width: 100%; } }
    .teamlist li div {
      width: 100%;
      color: #474d51;
      background-color: #fff;
      overflow: hidden;
      box-shadow: 0 0.125rem 0.313rem rgba(0, 0, 0, 0.2);
      border: 3px solid; }
      .teamlist li div img {
        width: 100%;
        display: block;
        height: auto; }
      .teamlist li div article {
        padding: 10px; }
        .teamlist li div article span {
          display: block;
          text-align: center; }
          .teamlist li div article span.name {
            text-transform: uppercase;
            font-weight: bold; }
          .teamlist li div article span.title, .teamlist li div article span.phone, .teamlist li div article span.ext, .teamlist li div article span.territory {
            font-size: 12px; }
          .teamlist li div article span.email {
            text-transform: uppercase;
            font-weight: bold; }

.feat-itin {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 0; }
  .feat-itin .odd {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .feat-itin .odd img {
      width: 100%;
      position: absolute;
      z-index: -1; }
      @media (max-width: 991px) {
        .feat-itin .odd img {
          position: relative; } }
    .feat-itin .odd article {
      padding: 40px; }
    .feat-itin .odd .gradient {
      background: linear-gradient(to right, #fff 0%, #fff 45%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%); }
  .feat-itin .even {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .feat-itin .even img {
      width: 100%;
      position: absolute;
      z-index: -1; }
      @media (max-width: 991px) {
        .feat-itin .even img {
          position: relative; } }
    .feat-itin .even article {
      padding: 40px;
      float: right; }
    .feat-itin .even .gradient {
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, #fff 55%, #fff 100%); }

.itineraries.container {
  max-width: 100%; }

.regions {
  border-top: 1px solid #dadbdd; }
  .regions .region-uni-module-title {
    color: #356b99;
    font-family: 'civita-lightregular';
    font-weight: normal;
    font-style: normal;
    text-align: center; }
  .regions .region-links {
    text-align: center;
    margin: 15px 0; }
    .regions .region-links a {
      font-weight: bold; }
    .regions .region-links .region-divider:last-of-type {
      display: none; }
  .regions .region-link-major {
    text-align: center;
    margin: 0 0 15px 0; }
    .regions .region-link-major a {
      font-weight: bold; }

.cobrand .cobrand-prelogo,
.cobrand .cobrand-preaboutus,
.cobrand .cobrand-pretravel,
.cobrand .cobrand-precontact {
  padding: 10px;
  border: 1px solid #000000;
  margin-bottom: 10px; }

.cobrand .co-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline;
  vertical-align: text-bottom; }

.cobrand .cobrand-prelogo {
  background-color: #efefef; }

.cobrand .cobrand-precontact {
  line-height: 30px; }

.cobrand span.step {
  background: #f0f1f3;
  border-radius: 0.8em;
  color: #1b5b92;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em; }

.cobrand .cobrand-steps {
  border-top: 1px solid #ccc;
  padding: 30px 0 10px; }
  .cobrand .cobrand-steps .uni-btn-primary {
    background-color: #eff1f3;
    color: #5a5a5a;
    padding: 3px 5px;
    margin-bottom: 8px;
    font-size: 10px; }
    @media (max-width: 768px) {
      .cobrand .cobrand-steps .uni-btn-primary {
        margin: 5px 0 5px 17px; } }
  .cobrand .cobrand-steps h2 {
    display: inline;
    font-size: 24px;
    color: #356b99;
    font-family: 'civita-lightregular';
    vertical-align: middle; }

.cobrand .formg {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .cobrand .formg {
      margin-left: 6px; } }
  .cobrand .formg textarea {
    height: 120px;
    resize: none; }

.cobrand .siteaddress input,
.cobrand .siteaddress .help-block {
  display: inline; }

.cobrand .siteaddress input {
  width: 73%; }

.cobrand .uploadbtn input,
.cobrand .uploadbtn p {
  display: inline; }

.cobrand .uploadbtn label {
  display: block; }

@media (min-width: 768px) {
  .cobrand .uploadbtn input {
    width: 240px; } }

@media (max-width: 768px) {
  .cobrand .uploadbtn input {
    margin-bottom: 3px; } }

.cobrand .travelp .uni-btn-primary {
  padding: 5px 60px; }

.read-more div {
  margin: 0 0 250px 0;
  padding: 5px 20px 0;
  height: 195px;
  overflow-y: auto; }

.read-more h2 {
  text-align: center;
  font-size: 24px;
  color: white !important;
  font-family: 'civita-lightregular';
  padding-top: 5px;
  padding-bottom: 5px; }

.read-more p {
  text-align: center; }

#searchResults .search-header {
  margin-bottom: 20px;
  overflow: hidden; }
  #searchResults .search-header .row-search {
    margin-left: -15px;
    margin-right: -15px; }
  #searchResults .search-header .form-control {
    border-color: #e2e3e4;
    border-radius: 0; }
  #searchResults .search-header .btn-primary {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 600;
    background-color: #1b5b92;
    border-radius: 0;
    letter-spacing: .8px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    #searchResults .search-header .btn-primary:hover, #searchResults .search-header .btn-primary:focus {
      background-color: #00315a; }

#searchResults .loading_wrapper {
  overflow: hidden;
  position: relative; }

#searchResults #loading {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #356b99;
  font-family: "questa_sansregular", sans-serif;
  font-style: normal;
  font-weight: 600;
  left: 0;
  letter-spacing: .8px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 999; }
  #searchResults #loading img {
    height: auto;
    width: 30px; }

#searchResults .nav-tabs-uw {
  border-bottom: 1px solid #e2e3e4;
  border-top: 1px solid #e2e3e4;
  float: none;
  margin: 15px 0 0;
  padding: 0; }
  #searchResults .nav-tabs-uw > li.divider-vertical {
    border-bottom: 1px solid #e2e3e4; }
  #searchResults .nav-tabs-uw > li > a {
    font-family: "questa_sansregular", sans-serif;
    font-style: normal;
    font-weight: 700;
    background: transparent;
    border-bottom: none;
    border-radius: 0;
    color: #7b97b1;
    font-size: 13px;
    letter-spacing: .8px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 0; }
  #searchResults .nav-tabs-uw > li > a:hover,
  #searchResults .nav-tabs-uw > li > a:focus,
  #searchResults .nav-tabs-uw > li.active > a {
    background-color: transparent;
    border: none;
    color: #356b99;
    margin: 0; }

#searchResults .item {
  margin: 0 15px;
  padding-bottom: 40px;
  position: relative;
  font-family: "questa_sansregular", sans-serif;
  text-align: center; }
  #searchResults .item:not(:first-child) {
    padding-top: 40px; }
  #searchResults .item:not(:last-child) {
    border-bottom: 1px solid #e2e3e4; }
  @media (max-width: 767px) {
    #searchResults .item {
      padding: 20px 0 !important; } }
  #searchResults .item-image {
    border: 6px solid #e2e3e4;
    padding: 5px;
    overflow: hidden; }
    #searchResults .item-image img {
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      #searchResults .item-image {
        margin: 0 0 20px 0; } }
  #searchResults .item h3 {
    font-family: "libel_suitbold";
    letter-spacing: 0.05em;
    font-size: 25px;
    color: #356b99;
    margin: 0 0 12px;
    line-height: 1.2; }
    @media (max-width: 767px) {
      #searchResults .item h3 {
        font-size: 22px;
        text-align: center; } }
  #searchResults .item .header {
    margin-bottom: 14px; }
    #searchResults .item .header .description {
      font-size: 15px;
      letter-spacing: .05em;
      line-height: 1.5; }
      #searchResults .item .header .description .view-map {
        background: transparent url(/Assets/img/png24/icon-map.png) no-repeat;
        display: inline-block;
        font-size: 12px;
        letter-spacing: .8px;
        padding: 2px 22px 10px; }
  #searchResults .item .rivers,
  #searchResults .item .ships {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 1.5;
    margin-bottom: 5px; }
    #searchResults .item .rivers strong,
    #searchResults .item .ships strong {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .8px; }
  #searchResults .item .ships {
    margin-bottom: 30px; }
  #searchResults .item .list-styled {
    display: none; }
  #searchResults .item a.btn-lg {
    border-radius: 0;
    padding: 8px 10px;
    background-color: #1b5b92;
    color: white;
    font-family: "questa_sansregular", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .08em;
    font-size: 13px;
    text-align: center;
    line-height: 1;
    width: 100%;
    margin-top: 10px;
    max-width: 174px;
    transition: 0.2s; }
    #searchResults .item a.btn-lg:hover {
      background-color: #276aa3; }
    #searchResults .item a.btn-lg:not(:last-child) {
      margin-right: 10px; }
    #searchResults .item a.btn-lg.quote {
      background-color: #8f1b2b; }
      #searchResults .item a.btn-lg.quote:hover {
        background-color: #a1293a; }
    @media (max-width: 767px) {
      #searchResults .item a.btn-lg {
        font-size: 14px;
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 10px; }
        #searchResults .item a.btn-lg:not(:last-child) {
          margin-right: 0; } }

@media (min-width: 992px) {
  #searchResults .search-header {
    border-bottom: 1px solid #e2e3e4;
    border-top: 1px solid #e2e3e4;
    padding: 10px 0; }
    #searchResults .search-header .row-search {
      margin: 0 -30px; }
    #searchResults .search-header .btn-primary {
      margin: 0 -15px;
      width: 178px; }
  #searchResults .nav-tabs-uw {
    border-bottom: 0;
    border-top: 0;
    float: right;
    margin-top: 8px;
    margin-right: -30px; }
    #searchResults .nav-tabs-uw > li {
      display: inline-block; }
      #searchResults .nav-tabs-uw > li > a {
        padding: 0 20px; }
        #searchResults .nav-tabs-uw > li > a span {
          border-bottom: solid 4px transparent;
          display: inline-block; }
      #searchResults .nav-tabs-uw > li > a:hover,
      #searchResults .nav-tabs-uw > li > a:focus,
      #searchResults .nav-tabs-uw > li.active > a {
        background: transparent; }
      #searchResults .nav-tabs-uw > li.active > a {
        border-top: none;
        margin-bottom: 0; }
      #searchResults .nav-tabs-uw > li.divider-vertical {
        background-image: none;
        height: 10px;
        width: auto; }
        #searchResults .nav-tabs-uw > li.divider-vertical::after {
          content: " ";
          display: block;
          border-right: 1px solid #c9c9c9;
          height: 100%; }
  #searchResults .item {
    margin: 0;
    text-align: left; }
    #searchResults .item .view-map {
      float: right;
      padding: 2px 22px; }
    #searchResults .item .ships {
      margin-bottom: 5px; }
    #searchResults .item .list-styled {
      display: block;
      list-style: disc;
      margin: 10px 15px; }
      #searchResults .item .list-styled li {
        margin-bottom: 5px;
        font-size: 15px;
        letter-spacing: .2px; } }

/*! --------------------------------------------------------
                FONTS
----------------------------------------------------------*/
.boldSans, .utility-links__title {
  font-family: "libel_suitbold";
  letter-spacing: 0.07em;
  text-transform: uppercase; }

.sans {
  font-family: "libel_suitregular"; }

.sansTwo {
  font-family: "questa_sansregular"; }

.boldSansTwo {
  font-family: "questa_sansbold"; }

.btn-form {
  background-color: rgba(255, 255, 255, 0);
  border: solid 2px #FFF;
  color: #FFF;
  font-family: "libel_suitbold"; }
  .btn-form:hover, .btn-form:focus, .btn-form:active {
    background-color: white;
    color: #2e3c49; }

/*! --------------------------------------------------------
                BODY
----------------------------------------------------------*/
body {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "questa_sansregular";
  margin-top: 91px; }
  @media (min-width: 940px) and (max-width: 75em) {
    body {
      margin-top: 76px; } }
  body.homePage {
    margin-top: 0px; }
    @media only screen and (max-width: 47.94em) {
      body.homePage {
        margin-top: 64px; } }
  body p {
    color: #5b5b5b; }
  @media only screen and (max-width: 47.94em) {
    body {
      margin-top: 64px; } }

section {
  width: 100%; }

.sem-hero, .page-content {
  max-width: 1920px; }

.sem-hero {
  left: 50%;
  transform: translateX(-50%); }

#page-content {
  margin-top: 50px; }
  @media only screen and (min-width: 48em) {
    #page-content {
      margin-top: 0; } }

@media only screen and (min-width: 48em) {
  .float {
    float: none; } }

/*! --------------------------------------------------------
                NAVBAR
----------------------------------------------------------*/
#navbar-wrapper {
  padding: 0; }

.navbar-nav > .dropdown.open > .dropdown-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-top: 0px; }
  @media only screen and (max-width: 47.94em) {
    .navbar-nav > .dropdown.open > .dropdown-menu {
      margin-top: 0; } }

#navbar-wrapper > .navbar-nav {
  margin-top: 10px; }
  @media only screen and (max-width: 1400px) {
    #navbar-wrapper > .navbar-nav {
      margin-top: 5px; } }
  @media only screen and (max-width: 75em) {
    #navbar-wrapper > .navbar-nav {
      margin-top: 2px; } }
  @media only screen and (max-width: 62em) {
    #navbar-wrapper > .navbar-nav {
      margin-top: 0px; } }

.section-title {
  color: #2e3c49;
  font-family: "libel_suitregular";
  letter-spacing: 0.07em;
  text-transform: uppercase; }

.navbar-homepage {
  color: #fff; }

.active-nav {
  /*background-color: red;*/ }

.three-columns {
  column-count: 3;
  column-gap: 5px; }
  @media only screen and (max-width: 62em) {
    .three-columns {
      column-count: 2;
      column-gap: 5px; } }
  @media only screen and (max-width: 47.94em) {
    .three-columns {
      column-count: 1;
      column-gap: 0px; } }

.navbar-fixed-top {
  transition: background 0.3s ease-out; }

#navbar-sections {
  position: relative;
  width: calc(100% - 230px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: inherit;
      flex: inherit;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 30px;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 1.15em; }
  @media only screen and (max-width: 1400px) {
    #navbar-sections {
      width: calc(100% - 215px); } }
  @media only screen and (max-width: 75em) {
    #navbar-sections {
      width: calc(100% - 210px);
      padding-left: 15px; } }
  @media only screen and (max-width: 62em) {
    #navbar-sections {
      width: calc(100% - 190px); } }
  @media only screen and (max-width: 47.94em) {
    #navbar-sections {
      width: 100%;
      padding-left: 0px;
      margin: 0;
      display: block; } }
  @media only screen and (min-width: 48em) {
    #navbar-sections:after, #navbar-sections:before {
      display: none; } }

@media only screen and (max-width: 900px) {
  #navbar-sections > li > a {
    font-size: 0.83em; } }

.dropdown-menu-left {
  left: -235px;
  right: auto;
  width: calc(230px + 100%); }
  @media only screen and (max-width: 1400px) {
    .dropdown-menu-left {
      left: -224px; } }
  @media only screen and (max-width: 75em) {
    .dropdown-menu-left {
      left: -200px;
      width: calc(200px + 100%); } }
  @media only screen and (max-width: 62em) {
    .dropdown-menu-left {
      left: -195px;
      width: calc(200px + 100%); } }

.nav-section {
  display: block;
  height: auto;
  text-align: center;
  padding: 10px;
  transition: all 500ms linear; }
  @media only screen and (max-width: 800px) {
    .nav-section {
      padding: 10px 5px; } }
  @media only screen and (max-width: 47.94em) {
    .nav-section {
      text-align: left;
      border-bottom: solid #9da4aa 2px; }
      .nav-section:nth-child(2) {
        border-top: solid #9da4aa 2px; } }
  .nav-section > a {
    padding-bottom: 0 !important; }
    @media only screen and (max-width: 47.94em) {
      .nav-section > a {
        padding: 10px 20px !important; } }
  @media only screen and (max-width: 47.94em) {
    .nav-section {
      padding: 0px; } }

.nav-section.shrink {
  -moz-opacity: 0;
  opacity: 0;
  transform: scale(0.01); }

.nav-section.dropdown {
  position: static; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.dropdown-menu {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

#uniTopNav {
  padding-top: 0px;
  padding-bottom: 0px; }
  @media only screen and (max-width: 47.94em) {
    #uniTopNav {
      padding-bottom: 0; } }
  #uniTopNav a.btn, #uniTopNav a.uni-btn.uni-btn-primary, #uniTopNav .cruise-teaser .teaser-buttons a.btn-primary, .cruise-teaser .teaser-buttons #uniTopNav a.btn-primary,
  #uniTopNav .current-offers .offers .item a.btn-lg, .current-offers .offers .item #uniTopNav a.btn-lg, #uniTopNav a.btn-maroon,
  #uniTopNav .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item #uniTopNav a.btn-lg.quote {
    color: #FFF !important;
    text-transform: uppercase;
    padding: 7px 12px !important; }
  #uniTopNav:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    z-index: -1; }
    @media only screen and (max-width: 47.94em) {
      #uniTopNav:before {
        height: 0; } }
  #uniTopNav .caret {
    display: inline-block;
    position: absolute;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: .88em;
    width: auto;
    height: auto;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    #uniTopNav .caret:after {
      font-family: "fontello";
      content: '\e809';
      margin: 0 auto;
      font-size: .5em;
      top: 50%;
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: transform 250ms ease; }
      @media only screen and (max-width: 47.94em) {
        #uniTopNav .caret:after {
          font-size: 1em; } }
    @media only screen and (max-width: 47.94em) {
      #uniTopNav .caret {
        float: right;
        padding-right: 30px;
        right: 20px; } }
  #uniTopNav .dropdown.open .caret:after {
    transform: translate(-50%, -50%) rotate(180deg); }
  #uniTopNav a {
    color: #FFF;
    position: relative; }
  #uniTopNav .nav-container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto; }
    @media only screen and (max-width: 47.94em) {
      #uniTopNav .nav-container {
        padding: 0; } }
  #uniTopNav #theUniLogo, #uniTopNav #cobrandLogo {
    float: left;
    font-size: 18px;
    line-height: normal;
    max-width: 230px;
    height: auto;
    padding: 17px 10px 13px 0; }
    @media only screen and (max-width: 1400px) {
      #uniTopNav #theUniLogo, #uniTopNav #cobrandLogo {
        max-width: 215px;
        padding: 17px 20px 13px 0; } }
    @media only screen and (max-width: 75em) {
      #uniTopNav #theUniLogo, #uniTopNav #cobrandLogo {
        max-width: 210px;
        padding: 17px 20px 11px 10px; } }
    @media only screen and (max-width: 62em) {
      #uniTopNav #theUniLogo, #uniTopNav #cobrandLogo {
        max-width: 190px;
        padding: 17px 10px 11px 10px; } }
    @media only screen and (max-width: 47.94em) {
      #uniTopNav #theUniLogo, #uniTopNav #cobrandLogo {
        padding: 13px 25px 0 15px; } }
    #uniTopNav #theUniLogo svg, #uniTopNav #cobrandLogo svg {
      width: 100%;
      fill: #FFF;
      max-height: 73px;
      position: static; }
  #uniTopNav #g-search-input::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1;
    text-indent: 4px; }
  #uniTopNav #g-search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
    opacity: 1;
    text-indent: 4px; }
  #uniTopNav #g-search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
    opacity: 1;
    text-indent: 4px; }
  #uniTopNav #g-search-input:-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
    text-indent: 4px; }
  #uniTopNav #g-search-input {
    border: none;
    border-bottom: solid 2px transparent;
    padding: 0 15px 0 30px;
    color: white;
    font-size: 16px;
    background-color: transparent;
    width: 100%;
    max-width: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 250ms linear;
    opacity: 0;
    outline: none; }
    #uniTopNav #g-search-input.grow {
      max-width: 700px;
      opacity: 1;
      transition-delay: 250ms;
      border-bottom: solid 2px #FFF; }
  #uniTopNav span.icon-bar {
    background: #FFF; }
  #uniTopNav .search-desktop {
    position: absolute !important;
    top: 4px;
    left: 50%;
    transform: translate(calc(-50% - 30px), -25%);
    width: calc(100% - 230px);
    max-width: 500px;
    z-index: 12; }
    @media only screen and (max-width: 1400px) {
      #uniTopNav .search-desktop {
        transform: translate(calc(-50% - 115px), -25%);
        width: calc(100% - 215px); } }
    #uniTopNav .search-desktop:before {
      color: white;
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0.8em;
      transition: all 250ms ease-in-out;
      transition-delay: 500ms; }
    #uniTopNav .search-desktop.zindex {
      z-index: -1; }
      #uniTopNav .search-desktop.zindex.icon-search:before {
        color: rgba(255, 255, 255, 0);
        transition-delay: 0ms;
        opacity: 0; }
    #uniTopNav .search-desktop a {
      color: #2e3c49 !important; }
    #uniTopNav .search-desktop .auto-suggest {
      border-left-width: 0;
      border-right-width: 0;
      padding: 7px; }
  #uniTopNav.navbar-scrolled {
    background: white;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4); }
    #uniTopNav.navbar-scrolled #g-search-input {
      border-bottom: solid 2px rgba(46, 60, 73, 0);
      color: #2e3c49; }
      #uniTopNav.navbar-scrolled #g-search-input.grow {
        border-bottom: solid 2px #2e3c49; }
    #uniTopNav.navbar-scrolled:before {
      height: 0px; }
    #uniTopNav.navbar-scrolled a {
      color: #2e3c49; }
    #uniTopNav.navbar-scrolled #theUniLogo svg {
      fill: #2e3c49; }
    #uniTopNav.navbar-scrolled #g-search-input::-webkit-input-placeholder {
      color: #2e3c49;
      opacity: 1; }
    #uniTopNav.navbar-scrolled #g-search-input:-moz-placeholder {
      /* Firefox 18- */
      color: #2e3c49;
      opacity: 1; }
    #uniTopNav.navbar-scrolled #g-search-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #2e3c49;
      opacity: 1; }
    #uniTopNav.navbar-scrolled #g-search-input:-ms-input-placeholder {
      color: #2e3c49;
      opacity: 1; }
    #uniTopNav.navbar-scrolled span.icon-bar {
      background: #2e3c49; }
    #uniTopNav.navbar-scrolled .search-desktop:before {
      color: #2e3c49; }
  @media only screen and (max-width: 47.94em) {
    #uniTopNav {
      background: #FFF; }
      #uniTopNav a {
        color: #2e3c49; }
      #uniTopNav:before {
        background: transparent; }
      #uniTopNav #theUniLogo svg {
        fill: #2e3c49; }
      #uniTopNav span.icon-bar {
        background: #2e3c49; } }
  #uniTopNav.navbar-blue {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4); }
    @media only screen and (min-width: 48em) {
      #uniTopNav.navbar-blue {
        background: #2e3c49; } }
    #uniTopNav.navbar-blue:before {
      height: 0px; }
    @media only screen and (min-width: 48em) {
      #uniTopNav.navbar-blue a {
        color: #FFF; }
      #uniTopNav.navbar-blue:before {
        background: transparent; }
      #uniTopNav.navbar-blue #theUniLogo svg {
        fill: #FFF; }
      #uniTopNav.navbar-blue span.icon-bar {
        background: #FFF; } }
  #uniTopNav .contact-number {
    font-size: 1.2em; }

#search-toggle-on,
#search-toggle-off {
  transform: translateY(4px); }

#navbar-sections > li > a {
  padding-top: 0;
  padding: 0px 10px; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent; }

.nav-section {
  padding-top: 5px;
  margin: auto; }
  .nav-section:nth-child(2) {
    margin-left: 0;
    padding-left: 0; }

@media only screen and (min-width: 48em) {
  .navbar-right, .navbar-left {
    margin-right: 0;
    margin-top: 5px; } }

.navbar-right > li > a, .navbar-left > li > a {
  font-size: 1em; }
  @media only screen and (max-width: 1400px) {
    .navbar-right > li > a, .navbar-left > li > a {
      font-size: 0.93em;
      margin-top: 0px; } }
  @media only screen and (max-width: 75em) {
    .navbar-right > li > a, .navbar-left > li > a {
      font-size: 1em; } }

.uniUtilNav {
  width: calc(100% - 230px);
  float: left;
  padding-left: 32px; }
  @media only screen and (max-width: 1400px) {
    .uniUtilNav {
      width: calc(100% - 215px); } }
  .uniUtilNav ul {
    display: inline-block; }
    .uniUtilNav ul > li > a {
      padding: 10px 8px; }
  @media only screen and (max-width: 75em) {
    .uniUtilNav {
      width: calc(100% - 210px);
      padding-left: 20px;
      font-size: 0.83em; } }
  @media only screen and (max-width: 62em) {
    .uniUtilNav {
      width: calc(100% - 190px); } }
  @media only screen and (max-width: 47.94em) {
    .uniUtilNav {
      width: 100%; } }

.dropdown-menu {
  background: #2e3c49 !important;
  padding: 0; }
  .dropdown-menu .nav-left {
    width: 100%;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
    @media only screen and (min-width: 48em) {
      .dropdown-menu .nav-left li {
        position: relative;
        -moz-column-break-inside: avoid;
        column-break-inside: avoid; } }
    .dropdown-menu .nav-left a {
      color: #fff !important;
      display: block; }
      .dropdown-menu .nav-left a.list-heading {
        padding: 10px 20px;
        padding-top: 5px !important;
        width: 100%;
        border-top: 1px solid #fff;
        position: relative; }
        @media only screen and (min-width: 48em) {
          .dropdown-menu .nav-left a.list-heading {
            float: left;
            width: 25%;
            padding: 5px 15px;
            border: none;
            clear: both; } }
        .dropdown-menu .nav-left a.list-heading:after {
          font-family: "fontello";
          content: '\e809';
          position: absolute;
          right: 30px;
          font-size: 0.6em;
          top: 1.2em; }
          @media only screen and (min-width: 48em) {
            .dropdown-menu .nav-left a.list-heading:after {
              display: none; } }
    .dropdown-menu .nav-left .nav-right {
      background: #fff;
      padding: 10px 20px;
      width: 100%; }
      .dropdown-menu .nav-left .nav-right > div {
        display: inline-block;
        width: 100%; }
      .dropdown-menu .nav-left .nav-right .divider {
        display: none !important; }
      @media only screen and (min-width: 48em) {
        .dropdown-menu .nav-left .nav-right {
          width: 75%;
          padding: 10px 15px;
          position: absolute;
          right: 0; } }
      .dropdown-menu .nav-left .nav-right a {
        color: #2e3c49 !important; }
        .dropdown-menu .nav-left .nav-right a.btn-secondary {
          display: inline-block; }
      @media only screen and (max-width: 47.94em) {
        .dropdown-menu .nav-left .nav-right .nav-link-item {
          padding: 0; } }
      .dropdown-menu .nav-left .nav-right .divider:last-child {
        display: none; }
        @media only screen and (min-width: 48em) {
          .dropdown-menu .nav-left .nav-right .divider:last-child {
            display: block; } }
    @media only screen and (max-width: 47.94em) {
      .dropdown-menu .nav-left .active-nav {
        background: #2e3c49; } }
    .dropdown-menu .nav-left .active-nav > a {
      background: #fff;
      color: #2e3c49 !important; }
      @media only screen and (max-width: 47.94em) {
        .dropdown-menu .nav-left .active-nav > a {
          background: #2e3c49;
          color: #FFF !important; } }
      .dropdown-menu .nav-left .active-nav > a:after {
        transform: rotate(180deg); }
    @media only screen and (min-width: 48em) {
      .dropdown-menu .nav-left .active-nav .nav-right {
        position: absolute;
        right: 0; } }
    @media only screen and (min-width: 48em) {
      .dropdown-menu .nav-left li:first-child .list-heading {
        margin-top: 10px; } }

.nav-ship-wrap {
  column-count: 4;
  background: #FFF;
  width: 100%;
  padding: 10px 15px; }
  @media only screen and (max-width: 47.94em) {
    .nav-ship-wrap {
      display: block;
      background: #2e3c49;
      color: #FFF;
      column-count: 1; } }
  @media only screen and (max-width: 47.94em) {
    .nav-ship-wrap__row {
      display: block; } }
  .nav-ship-wrap .the-ships {
    padding-left: 5px;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px; }
    .nav-ship-wrap .the-ships:nth-child(-n+2) {
      display: block; }
    @media only screen and (max-width: 47.94em) {
      .nav-ship-wrap .the-ships {
        display: block; } }
    .nav-ship-wrap .the-ships__head {
      padding-top: 5px;
      margin-bottom: 5px;
      font-family: "libel_suitbold";
      text-transform: uppercase;
      letter-spacing: 0.07em;
      font-size: 1.2em; }
      .nav-ship-wrap .the-ships__head:first-child {
        padding-top: 0px; }
    .nav-ship-wrap .the-ships li:last-child {
      margin-bottom: 20px; }
    .nav-ship-wrap .the-ships li a {
      color: #2e3c49 !important;
      padding-left: 2px 5px;
      font-family: "questa_sansregular"; }
      @media only screen and (max-width: 47.94em) {
        .nav-ship-wrap .the-ships li a {
          color: #FFF !important; } }

.mobile-icons {
  float: right; }

.mobilesearch {
  width: 100%;
  position: absolute;
  z-index: 66;
  left: -10px;
  font-size: 14px; }

.navbar-header {
  position: relative;
  display: inline-block; }
  @media only screen and (max-width: 47.94em) {
    .navbar-header {
      width: 100%; } }

.twitter-typeahead {
  position: absolute !important;
  left: 15px;
  width: calc(100% - 60px); }

.inlinesearcdbox-closer {
  position: absolute;
  right: 15px;
  font-size: 1.4em;
  top: 7px; }

#mobileicons_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-top: 7px; }
  #mobileicons_inner a {
    float: left;
    font-size: 1.2em; }

.cruiselinkitems li {
  display: inline-block;
  width: 100%; }

.twocolcruiselinks {
  column-count: 2; }

@media only screen and (max-width: 47.94em) {
  .twocolcruiselinks {
    column-count: 1; } }

/*! SEARCH */
.tt-menu {
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); }

.search-toggle {
  z-index: 12;
  margin-top: 0.05em; }

.the-closer:before {
  content: '\2716'; }

#g-results-list {
  border: none;
  background-color: white;
  width: 100%;
  left: 0;
  overflow-y: auto;
  max-height: 500px; }
  #g-results-list li {
    padding: 9px 15px;
    border-bottom: solid 1px #cfcfcf !important; }

#g-results-mobile-list {
  overflow-y: auto;
  max-height: 430px; }

#g-results-mobile-list a {
  color: #2e3c49; }

.search-image {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left; }

/*! --------------------------------------------------------
                LAYOUTS
----------------------------------------------------------*/
/*! HERO */
.sem-hero {
  position: relative; }
  .sem-hero h1 {
    font-size: 2.6em; }
    @media only screen and (min-width: 30em) {
      .sem-hero h1 {
        font-size: 3.5em;
        line-height: 1.3em; } }
  .sem-hero__image {
    position: relative; }
  .sem-hero__phone {
    position: absolute;
    color: #FFF;
    top: 7px;
    left: 50%;
    transform: translate(-50%, 0); }
    .sem-hero__phone a,
    .sem-hero__phone a:active,
    .sem-hero__phone a:focus {
      color: #FFF; }
  .sem-hero__title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #FFF; }
    @media only screen and (min-width: 30em) {
      .sem-hero__title {
        top: 65%;
        transform: translate(-50%, -65%); } }
  .sem-hero__cta__button {
    position: absolute; }
  .sem-hero__cta a {
    display: block;
    padding: 9px 28px;
    margin: 10px 15px; }
    .sem-hero__cta a.btn, .sem-hero__cta a.uni-btn.uni-btn-primary, .sem-hero__cta .cruise-teaser .teaser-buttons a.btn-primary, .cruise-teaser .teaser-buttons .sem-hero__cta a.btn-primary,
    .sem-hero__cta .cruise-listing-filter .filter-submit a.btn, .cruise-listing-filter .filter-submit .sem-hero__cta a.btn,
    .sem-hero__cta a.btn.btn-primary.btn-small,
    .sem-hero__cta .current-offers .offers .item a.btn-lg, .current-offers .offers .item .sem-hero__cta a.btn-lg, .sem-hero__cta a.btn-maroon,
    .sem-hero__cta .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .sem-hero__cta a.btn-lg.quote {
      width: auto; }
  @media only screen and (min-width: 48em) {
    .sem-hero__cta {
      position: absolute;
      bottom: 5%;
      left: 50%;
      transform: translate(-50%, 0); } }

/*! Page Overview */
.sem-page-overview {
  margin-bottom: 50px; }
  .sem-page-overview p {
    font-size: 1.05em; }

/*! Find Your Cruise */
.fyc-contact {
  text-transform: uppercase; }
  .fyc-contact__link {
    color: #fff; }
    .fyc-contact__link:hover {
      color: #fff;
      text-decoration: underline; }

#find-your-cruise {
  position: relative;
  z-index: 6;
  background: #2e3c49;
  color: #FFF;
  margin-top: -2px;
  /*input.btn {
        color: #FFF;
        font-family: $sans;
        letter-spacing: 0.07em;
        text-transform: uppercase;
    }*/ }
  #find-your-cruise dd {
    display: none; }
  #find-your-cruise select, #find-your-cruise input {
    color: #2e3c49;
    width: 100%;
    margin-bottom: 5px; }
  #find-your-cruise ::-webkit-input-placeholder {
    color: #2e3c49;
    opacity: 1; }
  #find-your-cruise :-moz-placeholder {
    /* Firefox 18- */
    color: #2e3c49;
    opacity: 1; }
  #find-your-cruise ::-moz-placeholder {
    /* Firefox 19+ */
    color: #2e3c49;
    opacity: 1; }
  #find-your-cruise :-ms-input-placeholder {
    color: #2e3c49;
    opacity: 1; }

.mobile-cruise-dropper {
  margin: 0; }
  .mobile-cruise-dropper dt span {
    font-size: 1.2em;
    font-family: "libel_suitregular";
    letter-spacing: 0.07em;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 8px 0;
    color: #FFF;
    text-align: center;
    font-weight: normal;
    cursor: pointer; }
    .mobile-cruise-dropper dt span:after {
      content: "\2b";
      right: 0px;
      margin-left: 10px; }
    .mobile-cruise-dropper dt span.active:after {
      content: "\2013"; }
  .mobile-cruise-dropper select, .mobile-cruise-dropper input {
    padding: 0.4em; }
  .mobile-cruise-dropper .find-btn {
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #FFF;
    color: #FFF;
    font-family: "questa_sansbold";
    color: #FFF !important;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    width: 100%; }
    .mobile-cruise-dropper .find-btn:hover, .mobile-cruise-dropper .find-btn:focus, .mobile-cruise-dropper .find-btn:active {
      background-color: white;
      color: #2e3c49; }
    .mobile-cruise-dropper .find-btn:hover, .mobile-cruise-dropper .find-btn:active, .mobile-cruise-dropper .find-btn:focus {
      color: #2e3c49 !important; }

.desktop-cruise-finder {
  padding: 10px 15px;
  font-size: 14px; }
  .desktop-cruise-finder h3 {
    margin: 10px 0px; }
  .desktop-cruise-finder__row {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .desktop-cruise-finder__options {
    display: table-row; }
  .desktop-cruise-finder__option {
    display: table-cell;
    padding-left: 5px;
    vertical-align: top; }
    .desktop-cruise-finder__option:first-child {
      padding-left: 0; }
    .desktop-cruise-finder__option input, .desktop-cruise-finder__option select {
      height: 38px;
      border: none;
      padding: 0 0.4em; }
  .desktop-cruise-finder .find-btn {
    background-color: rgba(255, 255, 255, 0);
    border: solid 2px #FFF;
    color: #FFF;
    font-family: "questa_sansbold";
    color: #FFF !important;
    text-transform: uppercase;
    letter-spacing: 0.07em; }
    .desktop-cruise-finder .find-btn:hover, .desktop-cruise-finder .find-btn:focus, .desktop-cruise-finder .find-btn:active {
      background-color: white;
      color: #2e3c49; }
    .desktop-cruise-finder .find-btn:hover, .desktop-cruise-finder .find-btn:active, .desktop-cruise-finder .find-btn:focus {
      color: #2e3c49 !important; }
  .desktop-cruise-finder__new {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }
    .desktop-cruise-finder__new a {
      width: auto;
      margin: 0 auto;
      height: 38px; }

/*! HALMARKS */
.hallmark-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between; }
  .hallmark-flex__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .hallmark-flex .tab-pane p {
    margin-top: 0; }
  .hallmark-flex .tab-pane img {
    height: 350px; }
  .hallmark-flex .tab-content {
    margin: 10px auto;
    background-color: rgba(0, 0, 0, 0.025); }
  .hallmark-flex .tab-body {
    margin: 0 auto;
    width: 80%; }

.all-inclusive.container {
  margin-top: 50px; }

.intro-text {
  font-size: 16px; }
  @media only screen and (min-width: 48em) {
    .intro-text {
      font-size: 18px; } }
  @media only screen and (min-width: 62em) {
    .intro-text {
      font-size: 22px; } }

/*! Info Sections */
.info-sections__sector {
  margin-bottom: 50px; }

.info-sections__image {
  width: 100%;
  margin-bottom: 10px; }
  @media only screen and (min-width: 30em) {
    .info-sections__image {
      width: auto;
      max-width: 57%; }
      .info-sections__image.pull-left {
        margin-right: 25px; }
      .info-sections__image.pull-right {
        margin-left: 25px; } }
  @media only screen and (min-width: 30em) {
    .info-sections__image {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 48em) {
    .info-sections__image {
      max-width: 50%; } }

.info-sections__tabTitle {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .info-sections__tabTitle h3 {
    margin-top: 0; }

.info-sections__title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase; }
  .info-sections__title h3 {
    margin-top: 0; }
  @media only screen and (min-width: 62em) {
    .info-sections__title {
      text-align: left;
      display: inline-block;
      max-width: calc(50% - 25px);
      margin-bottom: 0px; } }

@media only screen and (min-width: 62em) {
  .info-sections__content {
    min-width: calc(50% - 25px); } }

.info-sections__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 100%; }
  @media only screen and (min-width: 62em) {
    .info-sections__button {
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: calc(50% - 25px); }
      .info-sections__button.orient-right {
        float: left; }
      .info-sections__button.orient-left {
        float: right; }
      .info-sections__button .btn, .info-sections__button .uni-btn.uni-btn-primary, .info-sections__button .river-crusing span.span-btn-cta, .river-crusing .info-sections__button span.span-btn-cta, .info-sections__button .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .info-sections__button .btn-primary,
      .info-sections__button a.btn.btn-primary.btn-small.btn-book,
      .info-sections__button .cruise-listing-filter .filter-submit .btn, .cruise-listing-filter .filter-submit .info-sections__button .btn,
      .info-sections__button .btn.btn-primary.btn-small,
      .info-sections__button .current-offers .offers .item a.btn-lg, .current-offers .offers .item .info-sections__button a.btn-lg, .info-sections__button .btn-maroon,
      .info-sections__button .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .info-sections__button a.btn-lg.quote {
        display: inline-block;
        width: auto;
        min-width: 200px;
        margin-right: 8px; }
      .info-sections__button .btn:last-child, .info-sections__button .uni-btn.uni-btn-primary:last-child, .info-sections__button .river-crusing span.span-btn-cta:last-child, .river-crusing .info-sections__button span.span-btn-cta:last-child, .info-sections__button .cruise-teaser .teaser-buttons .btn-primary:last-child, .cruise-teaser .teaser-buttons .info-sections__button .btn-primary:last-child,
      .info-sections__button .current-offers .offers .item a.btn-lg:last-child, .current-offers .offers .item .info-sections__button a.btn-lg:last-child, .info-sections__button .btn-maroon:last-child,
      .info-sections__button .offers-details .offers .item a.btn-lg.quote:last-child, .offers-details .offers .item .info-sections__button a.btn-lg.quote:last-child {
        margin-right: 0px; } }
  @media only screen and (min-width: 30em) {
    .info-sections__button .btn, .info-sections__button .uni-btn.uni-btn-primary, .info-sections__button .river-crusing span.span-btn-cta, .river-crusing .info-sections__button span.span-btn-cta, .info-sections__button .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .info-sections__button .btn-primary,
    .info-sections__button a.btn.btn-primary.btn-small.btn-book,
    .info-sections__button .cruise-listing-filter .filter-submit .btn, .cruise-listing-filter .filter-submit .info-sections__button .btn,
    .info-sections__button .btn.btn-primary.btn-small,
    .info-sections__button .current-offers .offers .item a.btn-lg, .current-offers .offers .item .info-sections__button a.btn-lg, .info-sections__button .btn-maroon,
    .info-sections__button .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .info-sections__button a.btn-lg.quote {
      width: calc(50% - 4px); } }

/*! Info Sections Tabbed */
.nav-tabs {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #e8eaeb;
  font-family: "libel_suitregular";
  letter-spacing: 0.07em; }
  .nav-tabs li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    background: #a9a9aa;
    transform: translateY(-50%);
    top: 50%;
    right: 1px; }
  .nav-tabs li > a {
    border: none;
    margin-right: 0;
    color: #5A5A5A;
    font-size: 1em;
    font-weight: 600; }
  .nav-tabs li > a:hover {
    border: none;
    background: transparent;
    color: #00315B; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    background: transparent;
    color: #00315B; }

.info-sections-tabbed .info-sections__sector {
  margin-top: 25px; }

.info-sections-tabbed .info-sections__image {
  width: 100%;
  margin-bottom: 10px; }
  .info-sections-tabbed .info-sections__image.pull-left {
    margin-right: 0px; }
  .info-sections-tabbed .info-sections__image.pull-right {
    margin-left: 0px; }
  @media only screen and (min-width: 30em) {
    .info-sections-tabbed .info-sections__image {
      width: auto;
      max-width: 50%; }
      .info-sections-tabbed .info-sections__image.pull-left {
        margin-right: 25px; }
      .info-sections-tabbed .info-sections__image.pull-right {
        margin-left: 25px; } }
  @media only screen and (min-width: 30em) {
    .info-sections-tabbed .info-sections__image {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 48em) {
    .info-sections-tabbed .info-sections__image {
      max-width: 50%; } }

/*! Award Sections */
.awards-sector {
  margin-bottom: 50px; }

.flexbox-award {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }
  .flexbox-award .img-responsive {
    margin: 0 auto; }
  @media only screen and (min-width: 30em) {
    .flexbox-award__inner {
      width: 50%; } }
  @media only screen and (min-width: 48em) {
    .flexbox-award__inner {
      width: 20%; } }

/*! CTA Sections */
.call-to-action__sector {
  margin-bottom: 50px; }

.call-to-action__button.btn, .call-to-action__button.uni-btn.uni-btn-primary, .river-crusing span.call-to-action__button.span-btn-cta, .cruise-teaser .teaser-buttons .call-to-action__button.btn-primary,
a.call-to-action__button.btn.btn-primary.btn-small.btn-book,
.cruise-listing-filter .filter-submit .call-to-action__button.btn,
.call-to-action__button.btn.btn-primary.btn-small,
.current-offers .offers .item a.call-to-action__button.btn-lg, .call-to-action__button.btn-maroon,
.offers-details .offers .item a.call-to-action__button.btn-lg.quote {
  display: inline-block; }

/*! FOOTER SECTION */
.sem-navbar-footer {
  margin-top: 50px; }
  .sem-navbar-footer__social-links {
    background: #2e3c49;
    color: #eee;
    padding: 7px 0px;
    font-family: "libel_suitregular"; }
  .sem-navbar-footer__social-icons {
    margin-bottom: 0;
    display: block;
    font-size: 1em;
    width: 100%; }
    @media only screen and (min-width: 30em) {
      .sem-navbar-footer__social-icons {
        font-size: 1.3em; } }
    @media only screen and (min-width: 48em) {
      .sem-navbar-footer__social-icons {
        display: block;
        width: auto; } }
    .sem-navbar-footer__social-icons li {
      padding: 0; }
      .sem-navbar-footer__social-icons li:last-child {
        float: right;
        margin-left: 8px; }
    .sem-navbar-footer__social-icons a {
      color: #EEE;
      padding: 0; }
      .sem-navbar-footer__social-icons a.icon-twitter:hover::before, .sem-navbar-footer__social-icons a.icon-twitter:focus::before, .sem-navbar-footer__social-icons a.icon-twitter:active::before {
        color: #00aced; }
      .sem-navbar-footer__social-icons a.icon-pinterest-circled:hover::before, .sem-navbar-footer__social-icons a.icon-pinterest-circled:focus::before, .sem-navbar-footer__social-icons a.icon-pinterest-circled:active::before {
        color: #cb2027; }
      .sem-navbar-footer__social-icons a.icon-youtube-play:hover::before, .sem-navbar-footer__social-icons a.icon-youtube-play:focus::before, .sem-navbar-footer__social-icons a.icon-youtube-play:active::before {
        color: #bb0000; }
      .sem-navbar-footer__social-icons a.icon-instagram:hover::before, .sem-navbar-footer__social-icons a.icon-instagram:focus::before, .sem-navbar-footer__social-icons a.icon-instagram:active::before {
        color: #fba341; }
      .sem-navbar-footer__social-icons a.icon-facebook-official:hover::before, .sem-navbar-footer__social-icons a.icon-facebook-official:focus::before, .sem-navbar-footer__social-icons a.icon-facebook-official:active::before {
        color: #3b5998; }
      .sem-navbar-footer__social-icons a:hover, .sem-navbar-footer__social-icons a:focus, .sem-navbar-footer__social-icons a:active {
        color: #FFF;
        text-decoration: none; }
    .sem-navbar-footer__social-icons a {
      color: #EEE;
      opacity: 1; }
  .sem-navbar-footer__newsletter {
    margin-top: 20px; }
    @media only screen and (min-width: 48em) {
      .sem-navbar-footer__newsletter {
        margin-top: 0; } }

.utility-links ul {
  padding: 0; }

.utility-links__sector {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 0.88em;
  /* MOBILE Utility Links*/ }
  @media only screen and (max-width: 75em) {
    .utility-links__sector {
      font-size: 1em; } }
  .utility-links__sector a {
    color: #5b5b5b;
    padding: 3px 0;
    display: block; }
    .utility-links__sector a:hover, .utility-links__sector a:focus, .utility-links__sector a:active {
      color: #2e3c49;
      text-decoration: none; }
  .utility-links__sector.utility-links__sector-mobile {
    list-style: none;
    margin: 25px 0;
    padding: 0; }
    .utility-links__sector.utility-links__sector-mobile .panel {
      margin: 0;
      margin-bottom: 1px;
      box-shadow: none;
      border-radius: 0;
      border-bottom: solid 1px rgba(46, 60, 73, 0.1); }
      .utility-links__sector.utility-links__sector-mobile .panel:first-child {
        border-top: solid 1px rgba(46, 60, 73, 0.1); }
    .utility-links__sector.utility-links__sector-mobile ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-indent: 8px; }
    .utility-links__sector.utility-links__sector-mobile .utility-links__sector-mobile-title {
      padding: 6px 0; }

.utility-links__title {
  font-size: 1.2em; }

.utility-links .list-inline li {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  list-style: none; }

.sem-subfooter {
  background: #2e3c49;
  color: #EEE;
  padding-bottom: 25px;
  padding-top: 25px; }
  .sem-subfooter select {
    color: #5b5b5b; }

.copyright-text {
  color: #FFF;
  padding: 0 0 20px 0;
  font-size: 0.88em; }
  .copyright-text a {
    position: relative;
    color: #FFF; }
    .copyright-text a:after {
      content: "";
      position: absolute;
      width: 100%;
      bottom: 0.12em;
      left: 0;
      border-bottom: solid 1px #EEE; }
  @media only screen and (min-width: 48em) {
    .copyright-text {
      text-align: left !important; } }

.region-picker label {
  font-weight: normal; }

/*FEEFO*/
#feefologohere {
  display: inline-block; }

.feefo-widget {
  margin-bottom: 20px; }
  @media only screen and (min-width: 48em) {
    .feefo-widget {
      margin-top: 0; } }

/*! --------------------------------------------------------
                SPRITE ICONS
----------------------------------------------------------*/
.icon-bbb {
  background-image: url(/assets/img/sprite.png);
  background-position: -91px 0px;
  width: 99px;
  height: 26px; }

.icon-tollmant {
  background-image: url(/assets/img/sprite.png);
  background-position: -95px -63px;
  width: 38px;
  height: 21px; }

.icon-tourfordev {
  background-image: url(/assets/img/sprite.png);
  background-position: 0px 0px;
  width: 91px;
  height: 63px; }

.icon-treadright {
  background-image: url(/assets/img/sprite.png);
  background-position: -91px -26px;
  width: 80px;
  height: 30px; }

.icon-ttc {
  background-image: url(/assets/img/sprite.png);
  background-position: 0px -99px;
  width: 38px;
  height: 45px; }

.icon-unwto {
  background-image: url(/assets/img/sprite.png);
  background-position: 0px -63px;
  width: 55px;
  height: 36px; }

.icon-wttc-w {
  background-image: url(/assets/img/sprite.png);
  background-position: -55px -63px;
  width: 40px;
  height: 36px; }

.sprite-icons {
  margin-top: 25px;
  display: block; }
  .sprite-icons .icon {
    display: inline-block;
    padding: 0 2px;
    vertical-align: middle;
    transition: all 250ms ease-in-out;
    /*&:hover {
            opacity: 1;
        }*/ }
    @media only screen and (min-width: 20em) {
      .sprite-icons .icon {
        margin: 0 10px; } }
    .sprite-icons .icon:last-child {
      margin-right: 0; }
    .sprite-icons .icon:first-child {
      marging-left: 0; }
  .sprite-icons a {
    display: inline-block; }

/*! --------------------------------------------------------
                GENERAL STYLES
----------------------------------------------------------*/
a:hover, a:focus, a:active {
  text-decoration: none; }

h1 {
  font-size: 3.5em;
  line-height: 1.3em;
  font-family: "libel_suitregular" !important;
  color: #2e3c49 !important;
  text-transform: uppercase;
  letter-spacing: 0.0125em; }

h2 {
  font-size: 2em;
  font-family: "libel_suitregular" !important;
  color: #2e3c49 !important;
  text-transform: uppercase;
  letter-spacing: 0.0125em; }

h3 {
  font-size: 1.6em;
  font-family: "libel_suitregular";
  text-transform: uppercase; }

h4 {
  font-size: 1em;
  line-height: 1.8em;
  font-family: "questa_grandebold_italic"; }

.btn, .uni-btn.uni-btn-primary, .river-crusing span.span-btn-cta, .cruise-teaser .teaser-buttons .btn-primary,
a.btn.btn-primary.btn-small.btn-book,
.cruise-listing-filter .filter-submit .btn,
.btn.btn-primary.btn-small,
.current-offers .offers .item a.btn-lg, .btn-maroon,
.current-offers .offers .item a.btn-lg.quote,
.offers-details .offers .item a.btn-lg.quote {
  border-radius: 0px;
  letter-spacing: 0.05em;
  transition: all 250ms ease-in-out;
  display: inline-block;
  color: #FFF;
  padding: 7px 12px;
  font-family: "libel_suitregular";
  font-size: 1em;
  text-transform: uppercase; }
  .btn:hover, .uni-btn.uni-btn-primary:hover, .river-crusing span.span-btn-cta:hover, .cruise-teaser .teaser-buttons .btn-primary:hover,
  a.btn.btn-primary.btn-small.btn-book:hover,
  .cruise-listing-filter .filter-submit .btn:hover,
  .btn.btn-primary.btn-small:hover,
  .current-offers .offers .item a.btn-lg:hover, .btn-maroon:hover,
  .offers-details .offers .item a.btn-lg.quote:hover, .btn:focus, .uni-btn.uni-btn-primary:focus, .river-crusing span.span-btn-cta:focus, .cruise-teaser .teaser-buttons .btn-primary:focus,
  a.btn.btn-primary.btn-small.btn-book:focus,
  .cruise-listing-filter .filter-submit .btn:focus,
  .btn.btn-primary.btn-small:focus,
  .current-offers .offers .item a.btn-lg:focus, .btn-maroon:focus,
  .offers-details .offers .item a.btn-lg.quote:focus, .btn:active, .uni-btn.uni-btn-primary:active, .river-crusing span.span-btn-cta:active, .cruise-teaser .teaser-buttons .btn-primary:active,
  a.btn.btn-primary.btn-small.btn-book:active,
  .cruise-listing-filter .filter-submit .btn:active,
  .btn.btn-primary.btn-small:active,
  .current-offers .offers .item a.btn-lg:active, .btn-maroon:active,
  .offers-details .offers .item a.btn-lg.quote:active {
    color: #FFF; }
  .btn.btn-feature, .btn-feature.uni-btn.uni-btn-primary, .river-crusing span.btn-feature.span-btn-cta, .cruise-teaser .teaser-buttons .btn-feature.btn-primary,
  a.btn-feature.btn.btn-primary.btn-small.btn-book,
  .cruise-listing-filter .filter-submit .btn-feature.btn,
  .btn-feature.btn.btn-primary.btn-small,
  .current-offers .offers .item a.btn-feature.btn-lg, .btn-feature.btn-maroon,
  .offers-details .offers .item a.btn-feature.btn-lg.quote {
    min-width: 200px;
    padding: 12px 24px;
    font-size: 1.2em; }

.btn-primary {
  background-color: #8f1b2b;
  border-color: transparent; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #64131e;
    border-color: transparent; }

.btn-secondary {
  background-color: #2e3c49;
  border-color: transparent; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #1a222a;
    border-color: transparent; }

.unibtn-hero {
  background-color: #2e3c49;
  border-color: transparent; }
  .unibtn-hero:hover, .unibtn-hero:focus, .unibtn-hero:active {
    background-color: #1a222a;
    border-color: transparent; }
  @media only screen and (min-width: 48em) {
    .unibtn-hero {
      background-color: rgba(255, 255, 255, 0);
      border: solid 2px #FFF;
      color: #FFF;
      font-family: "libel_suitbold"; }
      .unibtn-hero:hover, .unibtn-hero:focus, .unibtn-hero:active {
        background-color: white;
        color: #2e3c49; } }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none; }

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #e8eaeb; }

.panel-heading {
  padding: 0;
  border-radius: 0; }

.panel-default > .panel-heading {
  background-color: #e8eaeb; }

.panel-title a {
  display: block;
  padding: 10px 15px;
  margin-right: 15px;
  color: #00315B;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  position: relative; }
  .panel-title a:after {
    content: "\2013";
    position: absolute;
    right: 0px; }
  .panel-title a.collapsed {
    color: #5A5A5A; }
    .panel-title a.collapsed:after {
      content: "\2b"; }

select {
  outline: none;
  outline-style: auto;
  outline-width: 0px; }
  select:hover, select:focus {
    outline: none;
    outline-style: auto;
    outline-width: 0px; }
    select:hover option, select:focus option {
      background: #FFF;
      color: #2e3c49;
      box-shadow: none; }
      select:hover option:hover, select:hover option:focus, select:focus option:hover, select:focus option:focus {
        background: #2e3c49;
        color: #EEE;
        box-shadow: none;
        box-shadow: none; }

/*! --------------------------------------------------------
                CUSTOM CLASSES
----------------------------------------------------------*/
.number {
  font-family: "ProximaNova-Bold",sans-serif; }

.margin-reset {
  margin: 0; }

.row-centered {
  text-align: center; }
  .row-centered div[class*='col-'] {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
    margin-right: -4px; }

.full-width {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden; }

.no-gutter {
  padding-right: 0;
  padding-left: 0; }
  .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

.flexBetween {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center; }

/* TEXT RESPONSIVE ALIGN */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
  text-align: left; }

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
  text-align: center; }

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
  text-align: right; }

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
  text-align: justify; }

@media (max-width: 767px) {
  .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
    text-align: inherit; }
  .text-left-xs {
    text-align: left; }
  .text-center-xs {
    text-align: center; }
  .text-right-xs {
    text-align: right; }
  .text-justify-xs {
    text-align: justify; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
    text-align: inherit; }
  .text-left-sm {
    text-align: left; }
  .text-center-sm {
    text-align: center; }
  .text-right-sm {
    text-align: right; }
  .text-justify-sm {
    text-align: justify; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
    text-align: inherit; }
  .text-left-md {
    text-align: left; }
  .text-center-md {
    text-align: center; }
  .text-right-md {
    text-align: right; }
  .text-justify-md {
    text-align: justify; } }

@media (min-width: 1200px) {
  .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
    text-align: inherit; }
  .text-left-lg {
    text-align: left; }
  .text-center-lg {
    text-align: center; }
  .text-right-lg {
    text-align: right; }
  .text-justify-lg {
    text-align: justify; } }

/* NAVBAR ADJUSTMENT FOR SHORT SCREENS */
.dropdown-menu {
  max-height: calc(100vh - 116px);
  overflow: auto; }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: calc(100vh - 100px); }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: calc(100vh - 100px); } }

/*! --------------------------------------------------------
                OVERRIDES
----------------------------------------------------------*/
.uni-module-header-flourish:before, .uni-module-header-flourish:after {
  content: ""; }

.uni-module-header-lines:before, .uni-module-header-lines:after {
  content: "";
  border-bottom: none; }

.Layer_Container_Wrapper h3 {
  font-family: "questa_grandebold_italic" !important;
  text-transform: none; }

.tab-container h4 {
  font-family: "libel_suitregular" !important;
  letter-spacing: 0.05em !important;
  font-weight: normal !important; }

.hallmark-desktop .tab-image:after {
  background: transparent; }

.tab-content p {
  font-family: "questa_sansregular";
  font-size: 14px; }

.uni-btn.uni-btn-primary {
  background-color: #2e3c49;
  border-color: transparent; }
  .uni-btn.uni-btn-primary:hover, .uni-btn.uni-btn-primary:focus, .uni-btn.uni-btn-primary:active {
    background-color: #1a222a;
    border-color: transparent; }

.river-crusing span.span-btn-cta {
  background-color: #2e3c49;
  border-color: transparent;
  display: block; }
  .river-crusing span.span-btn-cta:hover, .river-crusing span.span-btn-cta:focus, .river-crusing span.span-btn-cta:active {
    background-color: #1a222a;
    border-color: transparent; }

.icon-fan:before {
  display: none; }

/*.uni-carouselPromo-item {
    min-height: 420px!important;
}*/
section.uni-module-spacing.uni-module-border-bottom {
  border-bottom: none; }

.uni-carouselPromo-item figcaption {
  font-family: "libel_suitregular";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.uni-promo-item-title {
  font-family: "questa_sansregular";
  line-height: initial;
  color: #2e3c49; }

.image-banner-blurb {
  font-family: "questa_sansregular"; }

@media only screen and (min-width: 48em) {
  .Layer_Container_Wrapper h2 {
    color: #FFF !important; } }

a.darken span.image-banner-heading {
  font-family: "questa_grandebold_italic" !important;
  padding: 0 15px;
  text-transform: initial; }

.cruise-teaser .teaser-buttons .btn-primary,
a.btn-primary.btn-small.btn-book.uni-btn.uni-btn-primary,
.cruise-teaser .teaser-buttons a.btn-primary.btn-small.btn-book,
a.btn-primary.btn-small.btn-book.btn,
.current-offers .offers .item a.btn-primary.btn-small.btn-book.btn-lg,
a.btn-primary.btn-small.btn-book.btn-maroon,
.offers-details .offers .item a.btn-primary.btn-small.btn-book.btn-lg.quote, .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary, .cruise-listing-filter .filter-submit .river-crusing span.span-btn-cta, .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta, .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary,
.cruise-listing-filter .filter-submit .btn,
.cruise-listing-filter .filter-submit .current-offers .offers .item a.btn-lg, .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg, .cruise-listing-filter .filter-submit .btn-maroon,
.cruise-listing-filter .filter-submit .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote,
.btn-primary.btn-small.uni-btn.uni-btn-primary,
.river-crusing span.btn-primary.btn-small.span-btn-cta,
.cruise-teaser .teaser-buttons .btn-primary.btn-small,
a.btn-primary.btn-small.btn.btn-book,
.btn-primary.btn-small.btn,
.current-offers .offers .item a.btn-primary.btn-small.btn-lg,
.btn-primary.btn-small.btn-maroon,
.offers-details .offers .item a.btn-primary.btn-small.btn-lg.quote,
.current-offers .offers .item a.btn-lg {
  background-color: #2e3c49;
  border-color: transparent;
  font-weight: normal;
  border-color: transparent; }
  .cruise-teaser .teaser-buttons .btn-primary:hover, .cruise-teaser .teaser-buttons .btn-primary:focus, .cruise-teaser .teaser-buttons .btn-primary:active,
  a.btn-primary.btn-small.btn-book.uni-btn.uni-btn-primary:hover,
  .cruise-teaser .teaser-buttons a.btn-primary.btn-small.btn-book:hover,
  a.btn-primary.btn-small.btn-book.btn:hover,
  .current-offers .offers .item a.btn-primary.btn-small.btn-book.btn-lg:hover,
  a.btn-primary.btn-small.btn-book.btn-maroon:hover,
  .offers-details .offers .item a.btn-primary.btn-small.btn-book.btn-lg.quote:hover,
  a.btn-primary.btn-small.btn-book.uni-btn.uni-btn-primary:focus,
  .cruise-teaser .teaser-buttons a.btn-primary.btn-small.btn-book:focus,
  a.btn-primary.btn-small.btn-book.btn:focus,
  .current-offers .offers .item a.btn-primary.btn-small.btn-book.btn-lg:focus,
  a.btn-primary.btn-small.btn-book.btn-maroon:focus,
  .offers-details .offers .item a.btn-primary.btn-small.btn-book.btn-lg.quote:focus,
  a.btn-primary.btn-small.btn-book.uni-btn.uni-btn-primary:active,
  .cruise-teaser .teaser-buttons a.btn-primary.btn-small.btn-book:active,
  a.btn-primary.btn-small.btn-book.btn:active,
  .current-offers .offers .item a.btn-primary.btn-small.btn-book.btn-lg:active,
  a.btn-primary.btn-small.btn-book.btn-maroon:active,
  .offers-details .offers .item a.btn-primary.btn-small.btn-book.btn-lg.quote:active,
  .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary:hover,
  .cruise-listing-filter .filter-submit .river-crusing span.span-btn-cta:hover,
  .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta:hover,
  .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-primary:hover,
  .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary:hover,
  .cruise-listing-filter .filter-submit .btn:hover,
  .cruise-listing-filter .filter-submit .current-offers .offers .item a.btn-lg:hover,
  .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg:hover,
  .cruise-listing-filter .filter-submit .btn-maroon:hover,
  .cruise-listing-filter .filter-submit .offers-details .offers .item a.btn-lg.quote:hover,
  .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote:hover,
  .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary:focus,
  .cruise-listing-filter .filter-submit .river-crusing span.span-btn-cta:focus,
  .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta:focus,
  .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-primary:focus,
  .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary:focus,
  .cruise-listing-filter .filter-submit .btn:focus,
  .cruise-listing-filter .filter-submit .current-offers .offers .item a.btn-lg:focus,
  .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg:focus,
  .cruise-listing-filter .filter-submit .btn-maroon:focus,
  .cruise-listing-filter .filter-submit .offers-details .offers .item a.btn-lg.quote:focus,
  .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote:focus,
  .cruise-listing-filter .filter-submit .uni-btn.uni-btn-primary:active,
  .cruise-listing-filter .filter-submit .river-crusing span.span-btn-cta:active,
  .river-crusing .cruise-listing-filter .filter-submit span.span-btn-cta:active,
  .cruise-listing-filter .filter-submit .cruise-teaser .teaser-buttons .btn-primary:active,
  .cruise-teaser .teaser-buttons .cruise-listing-filter .filter-submit .btn-primary:active,
  .cruise-listing-filter .filter-submit .btn:active,
  .cruise-listing-filter .filter-submit .current-offers .offers .item a.btn-lg:active,
  .current-offers .offers .item .cruise-listing-filter .filter-submit a.btn-lg:active,
  .cruise-listing-filter .filter-submit .btn-maroon:active,
  .cruise-listing-filter .filter-submit .offers-details .offers .item a.btn-lg.quote:active,
  .offers-details .offers .item .cruise-listing-filter .filter-submit a.btn-lg.quote:active,
  .btn-primary.btn-small.uni-btn.uni-btn-primary:hover,
  .river-crusing span.btn-primary.btn-small.span-btn-cta:hover,
  .cruise-teaser .teaser-buttons .btn-primary.btn-small:hover,
  a.btn-primary.btn-small.btn.btn-book:hover,
  .btn-primary.btn-small.btn:hover,
  .current-offers .offers .item a.btn-primary.btn-small.btn-lg:hover,
  .btn-primary.btn-small.btn-maroon:hover,
  .offers-details .offers .item a.btn-primary.btn-small.btn-lg.quote:hover,
  .btn-primary.btn-small.uni-btn.uni-btn-primary:focus,
  .river-crusing span.btn-primary.btn-small.span-btn-cta:focus,
  .cruise-teaser .teaser-buttons .btn-primary.btn-small:focus,
  a.btn-primary.btn-small.btn.btn-book:focus,
  .btn-primary.btn-small.btn:focus,
  .current-offers .offers .item a.btn-primary.btn-small.btn-lg:focus,
  .btn-primary.btn-small.btn-maroon:focus,
  .offers-details .offers .item a.btn-primary.btn-small.btn-lg.quote:focus,
  .btn-primary.btn-small.uni-btn.uni-btn-primary:active,
  .river-crusing span.btn-primary.btn-small.span-btn-cta:active,
  .cruise-teaser .teaser-buttons .btn-primary.btn-small:active,
  a.btn-primary.btn-small.btn.btn-book:active,
  .btn-primary.btn-small.btn:active,
  .current-offers .offers .item a.btn-primary.btn-small.btn-lg:active,
  .btn-primary.btn-small.btn-maroon:active,
  .offers-details .offers .item a.btn-primary.btn-small.btn-lg.quote:active,
  .current-offers .offers .item a.btn-lg:hover,
  .current-offers .offers .item a.btn-lg:focus,
  .current-offers .offers .item a.btn-lg:active {
    background-color: #1a222a;
    border-color: transparent; }

.btn-maroon,
.current-offers .offers .item a.btn-lg.quote,
.offers-details .offers .item a.btn-lg.quote {
  background-color: #8f1b2b;
  border-color: transparent;
  font-weight: normal !important;
  border-color: transparent;
  font-family: "libel_suitregular" !important; }
  .btn-maroon:hover, .btn-maroon:focus, .btn-maroon:active,
  .current-offers .offers .item a.btn-lg.quote:hover,
  .current-offers .offers .item a.btn-lg.quote:focus,
  .current-offers .offers .item a.btn-lg.quote:active,
  .offers-details .offers .item a.btn-lg.quote:hover,
  .offers-details .offers .item a.btn-lg.quote:focus,
  .offers-details .offers .item a.btn-lg.quote:active {
    background-color: #64131e;
    border-color: transparent; }

.cruise-listing-filter h2 {
  color: #FFF !important; }

.listing-item .compare-teaser-text .compare-buttons .btn, .listing-item .compare-teaser-text .compare-buttons .uni-btn.uni-btn-primary, .listing-item .compare-teaser-text .compare-buttons .river-crusing span.span-btn-cta, .river-crusing .listing-item .compare-teaser-text .compare-buttons span.span-btn-cta, .listing-item .compare-teaser-text .compare-buttons .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .listing-item .compare-teaser-text .compare-buttons .btn-primary,
.listing-item .compare-teaser-text .compare-buttons .current-offers .offers .item a.btn-lg, .current-offers .offers .item .listing-item .compare-teaser-text .compare-buttons a.btn-lg, .listing-item .compare-teaser-text .compare-buttons .btn-maroon,
.listing-item .compare-teaser-text .compare-buttons .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .listing-item .compare-teaser-text .compare-buttons a.btn-lg.quote {
  min-width: 200px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #2e3c49 !important;
  background-color: #2e3c49 !important; }

.pagination > li > a,
.pagination > li > span {
  color: #2e3c49; }

.uniTall .buttonContainer .btn-primary {
  background-color: #2e3c49 !important; }

.uniTall article {
  font-family: "questa_sansregular" !important; }

.imgTextFloat p {
  color: #FFF; }

.navbar-toggle {
  padding: 0px;
  margin: 0 15px 0 7px; }

.cruise-teaser .cruise-teaser-header h4 {
  font-family: "questa_sansregular" !important;
  text-transform: initial;
  font-size: 1.2em; }

.current-offers .offers .item {
  font-family: "questa_sansregular"; }

.current-offers .offers .item h3,
.offers-details .offers .item h3,
.travel-home .dashboard .item h3 {
  font-family: "libel_suitregular"; }

.travel-home .dashboard .item h3 {
  background: #2e3c49; }

.offers-details {
  text-align: center; }
  .offers-details .offer-subtitle {
    color: #386c97;
    font-size: 1.6em;
    margin-top: 5px;
    margin-bottom: 25px;
    font-family: "questa_grandebold_italic" !important;
    text-transform: initial; }
  .offers-details .offers {
    text-align: left; }
  .offers-details .offer-terms-and-conditions-details {
    display: none; }

.uniobo h3 {
  text-align: center; }

.travel-navigation .dropdown-menu {
  background-color: #fff !important; }

/*! Itinerary Rows Sections */
.itinerary-row {
  max-width: 470px;
  margin: 0 auto; }
  .itinerary-row h2 {
    margin-top: 35px; }
  .itinerary-row .target {
    position: absolute;
    transform: translateY(-80px); }
    @media only screen and (min-width: 48em) {
      .itinerary-row .target {
        transform: translateY(-120px); } }
  .itinerary-row .row {
    margin-bottom: 50px; }
    .itinerary-row .row h2 {
      margin-top: 25px; }
      @media only screen and (min-width: 48em) {
        .itinerary-row .row h2 {
          margin-top: 0; } }
      .itinerary-row .row h2 a {
        vertical-align: middle; }
      .itinerary-row .row h2 span {
        vertical-align: middle;
        font-size: 70%;
        margin-left: 0.5em; }
    .itinerary-row .row h3 {
      font-size: 1.3em;
      margin-top: 10px; }
    .itinerary-row .row img {
      margin: 0.5em auto 0; }
      @media only screen and (min-width: 48em) {
        .itinerary-row .row img {
          margin: 0.5em 0 0; } }
    .itinerary-row .row .btn, .itinerary-row .row .uni-btn.uni-btn-primary, .itinerary-row .row .river-crusing span.span-btn-cta, .river-crusing .itinerary-row .row span.span-btn-cta, .itinerary-row .row .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .itinerary-row .row .btn-primary,
    .itinerary-row .row .current-offers .offers .item a.btn-lg, .current-offers .offers .item .itinerary-row .row a.btn-lg, .itinerary-row .row .btn-maroon,
    .itinerary-row .row .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .itinerary-row .row a.btn-lg.quote {
      transition: all 250ms ease-in-out;
      width: 100%;
      margin-bottom: 5px; }
      @media only screen and (min-width: 48em) {
        .itinerary-row .row .btn, .itinerary-row .row .uni-btn.uni-btn-primary, .itinerary-row .row .river-crusing span.span-btn-cta, .river-crusing .itinerary-row .row span.span-btn-cta, .itinerary-row .row .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .itinerary-row .row .btn-primary,
        .itinerary-row .row .current-offers .offers .item a.btn-lg, .current-offers .offers .item .itinerary-row .row a.btn-lg, .itinerary-row .row .btn-maroon,
        .itinerary-row .row .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .itinerary-row .row a.btn-lg.quote {
          width: 46%;
          max-width: 200px;
          margin-bottom: 0; } }
  @media only screen and (min-width: 48em) {
    .itinerary-row {
      max-width: 100%; } }

/*  HOMEPAGE RESKIN */
.gallery > div {
  overflow: hidden;
  margin-top: 10px;
  padding: 0 5px !important; }

.dark-over {
  height: 310px; }
  @media only screen and (max-width: 47.94em) {
    .dark-over {
      height: 300px; } }
  .dark-over img {
    min-height: 310px; }
  .dark-over div {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 0 0 10px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    font-size: .9em; }
    .dark-over div h3 {
      margin: 10px 0 5px; }
    .dark-over div span {
      font-size: .9em;
      font-style: italic; }
  .dark-over a {
    position: absolute;
    right: 5px;
    left: 5px;
    height: 100%;
    overflow: hidden; }

/*------------------------------------------------------
--------------- DROP TITLE (Extensions) ----------------
--------------------------------------------------------*/
.extensions-wrapper p {
  margin: 0; }

.extensions-wrapper .sect-title {
  font-weight: 600;
  font-size: 1.15em;
  margin-top: 0.5em;
  display: block; }

.droppanel-title {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 4px; }
  .droppanel-title + li {
    margin-top: 7px;
    margin-bottom: 15px; }
  .droppanel-title:before {
    content: "";
    width: 0;
    height: 0;
    margin-right: 0.83em;
    display: inline-block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #2e3c49;
    position: relative;
    transform: rotate(90deg);
    transition: 250ms all ease; }
  .droppanel-title.collapsed:before {
    transform: rotate(0deg); }

.panel-body p {
  margin-bottom: 0.5em; }

/*Excursions*/
.day-footnote {
  margin: 40px 0 0; }

.theme-excursions-note {
  font-style: italic;
  font-size: 0.8em; }

.excursion-notes {
  font-weight: bold;
  margin-top: 1em; }

/*Co-Branded Sites*/
#cobrandLogo {
  width: 230px; }
  #cobrandLogo img {
    max-height: 70px;
    margin: 0 auto; }

/*
The jQuery UI Month Picker Version 3.0.4
https://github.com/KidSysco/jquery-ui-month-picker/

Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see
<http://www.gnu.org/licenses/gpl-3.0.txt>.
*/
.month-picker {
  display: inline-block;
  position: absolute;
  z-index: 9999; }

.month-picker table {
  border-collapse: separate;
  border-spacing: 2px 2px; }

.month-picker td {
  padding: 0px; }

/*
Prevents the button labels from maving sligtly to the left
when applying the width CSS property to the buttons.
See: .month-picker-month-table button { width: 4.3em; }
*/
.month-picker .ui-button-text {
  padding: .4em 0; }

.month-picker-header {
  margin: 3px 3px 0px 3px; }

.month-picker-year-table {
  width: 100%;
  /*
    Makes sure the next/previous/jump years buttons are not unnecessarily
    selected if the user clicks them a couple of times fast.
    */
  -ms-user-select: none;
  /* IE 10+ */
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

/*
The plugin uses buttons with a transparent background in the year-table
(aka header) in order to look consistent with jQuery UI datepicker and to
make the year title a button that blends into the heading in the default state.

The plugin does this by removing the .ui-state-default class from (in MonthPicker.js)
the a tags (buttons) which also ends up removing the 1px border that it applies.

To prevent the button from resizing and moving everything around when you hover
in and out, we use a carefully constructed selector, which gets overroden by the
more specific .ui-state-hover/actove class selectors in the jquery-ui.css
that apply the visible borders that we want.

This selector applies a 1px transparent border that keeps the button
in the same size, but it doesen't hide the borders that .ui-state-hover/actove give us.
*/
    .month-picker-year-table a {
  border: 1px solid transparent;
}

/*
Sets the size of the next/previous buttons,
and makes the buttons in the heading (year-table) sligtly bigger,
and removes the pointer cursor from the buttons in the heading (year-table).
*/
.month-picker-year-table .ui-button {
    font-size: 1.1em;
    width: 1.5em;
    height: 1.5em;
    cursor: default;
    margin: 0;
}

.month-picker-year-table .month-picker-title {
    text-align: center;
}

.month-picker-year-table .month-picker-title .ui-button {
    font-size: 1em;
    padding: .1em 0;
    width: 100%;
    font-weight: bold;
}

/*
The buttons in the heading (year-table) are slightly shrinked, but because jQuery ui and
the .month-picker .ui-button-text rule at the top of this CSS file apply some
padding which results in the button text being moved to the bottom of
the button.

This rule removes the unnecessary padding so the text in
the jump years button will be vericaly centred.
*/
.month-picker-year-table .ui-button-text {
    padding: 0;
}

.month-picker-month-table td {
    height: 35px;
    text-align: center;
}

/*
Makes sure the buttons stay in the same size when swithching
to the Jump years menu.
this also ensures that the entire menu dosen't resize itself
in response to the slightly bigger buttons in the Jump years menu.
 */
.month-picker-month-table .ui-button {
  width: 4.2em;
  margin: .2em; }

.month-picker-open-button {
  height: 20px;
  width: 20px;
  vertical-align: bottom; }

.month-picker-invalid-message {
  display: none;
  background-color: Yellow; }

.month-picker-disabled {
  background-color: #e1e1e1; }

.uniworld-offers {
  max-width: 1400px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .uniworld-offers {
      margin-top: 50px; } }
  .uniworld-offers .offer-version__group-header {
    margin-bottom: 1em;
    text-align: center; }
  .uniworld-offers .offer-version__title h2 {
    font-size: 1.5em; }
    @media only screen and (min-width: 768px) {
      .uniworld-offers .offer-version__title h2 {
        font-size: 2em; } }
  .uniworld-offers__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .uniworld-offers__offer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    font-size: 0.9em;
    padding: 15px;
    border: solid gainsboro 1px;
    text-align: left;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 15px;
    width: 100%; }
    @media only screen and (min-width: 500px) {
      .uniworld-offers__offer {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 25px; } }
    .uniworld-offers__offer:first-child {
      margin-left: auto; }
    @media only screen and (min-width: 500px) {
      .uniworld-offers__offer {
        max-width: calc(50% - 20px); }
        .uniworld-offers__offer:nth-child(n+3):last-child {
          margin-right: auto; } }
    @media only screen and (min-width: 992px) {
      .uniworld-offers__offer {
        max-width: calc(33.333% - 20px); }
        .uniworld-offers__offer:nth-child(n+3):last-child {
          margin-right: 10px; }
        .uniworld-offers__offer:nth-child(n+4):last-child {
          margin-right: auto; } }
    @media only screen and (min-width: 1200px) {
      .uniworld-offers__offer {
        max-width: calc(25% - 20px); }
        .uniworld-offers__offer:nth-child(n+4):last-child {
          margin-right: 10px; }
        .uniworld-offers__offer:nth-child(n+5):last-child {
          margin-right: auto; } }
    .uniworld-offers__offer:nth-child(-n+4):last-child {
      margin-right: auto; }
  .uniworld-offers__image {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px; }
    .uniworld-offers__image img {
      width: 100%; }
  .uniworld-offers__copy {
    font-size: .9em; }
    @media only screen and (min-width: 768px) {
      .uniworld-offers__copy {
        font-size: 1em; } }
    .uniworld-offers__copy > div:first-child {
      margin-bottom: 15px; }
  .uniworld-offers__savings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-bottom: 10px;
    text-align: left;
    font-size: 0.9em; }
    .uniworld-offers__savings > div {
      width: 50%;
      font-size: 1em;
      line-height: 1em; }
      .uniworld-offers__savings > div span {
        display: block; }
        .uniworld-offers__savings > div span:nth-child(2) {
          font-size: 1.25em;
          font-weight: 700; }
          .uniworld-offers__savings > div span:nth-child(2) span {
            font-size: .8em;
            display: inline;
            font-weight: 100; }
      .uniworld-offers__savings > div:first-child {
        padding-right: 5px; }
      .uniworld-offers__savings > div:nth-child(2) {
        padding-left: 5px; }
      .uniworld-offers__savings > div:last-child {
        margin-top: 10px;
        width: 100%; }
      .uniworld-offers__savings > div.standout {
        color: #8f1b2b; }
  .uniworld-offers__header h2 {
    margin-top: 0.85em;
    margin-bottom: 0.45em;
    font-size: 1.5em; }
  .uniworld-offers__header .location {
    text-transform: uppercase;
    margin-bottom: .5em;
    display: block;
    font-weight: 600;
    font-size: 0.75em; }
  .uniworld-offers__buttons {
    width: 100%;
    margin-top: auto;
    text-align: right; }
    .uniworld-offers__buttons .btn, .uniworld-offers__buttons .uni-btn.uni-btn-primary, .uniworld-offers__buttons .river-crusing span.span-btn-cta, .river-crusing .uniworld-offers__buttons span.span-btn-cta, .uniworld-offers__buttons .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .uniworld-offers__buttons .btn-primary,
    .uniworld-offers__buttons a.btn.btn-primary.btn-small.btn-book,
    .uniworld-offers__buttons .cruise-listing-filter .filter-submit .btn, .cruise-listing-filter .filter-submit .uniworld-offers__buttons .btn,
    .uniworld-offers__buttons .btn.btn-primary.btn-small,
    .uniworld-offers__buttons .current-offers .offers .item a.btn-lg, .current-offers .offers .item .uniworld-offers__buttons a.btn-lg, .uniworld-offers__buttons .btn-maroon,
    .uniworld-offers__buttons .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .uniworld-offers__buttons a.btn-lg.quote {
      width: 100%;
      margin-bottom: 0.2em; }
  .uniworld-offers__disclaimer {
    font-size: 0.8em;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
    text-align: left; }
  .uniworld-offers .offer-divider {
    margin: 15px 0;
    border-bottom: solid 1px gainsboro; }

.offers-details__intro .location {
  text-transform: uppercase;
  margin-top: 1em; }

.offers-details__intro h1 {
  font-size: 2.2em; }
  @media only screen and (min-width: 768px) {
    .offers-details__intro h1 {
      font-size: 3em; } }
  .offers-details__intro h1 span {
    line-height: 1;
    display: block;
    font-family: "questa_grandebold_italic";
    text-transform: none;
    font-size: 51%;
    color: #777; }

.offers-details__disclaimer {
  text-decoration: underline;
  font-size: 0.88em; }

.tooltip-input {
  position: relative;
  color: #3aa5ff;
  cursor: help; }
  .tooltip-input i {
    position: absolute;
    right: 5px;
    top: 8px; }
    .tooltip-input i span {
      position: absolute;
      z-index: 33;
      right: 50%;
      top: 50%;
      min-width: 200px;
      opacity: 0;
      background: #dcefff;
      padding: 10px;
      margin-right: 5px;
      border-radius: 5px;
      text-align: center;
      font-size: 11px;
      color: #000;
      transition: all 250ms ease-in-out;
      transform: translate(0%, -50%);
      pointer-events: none; }
      .tooltip-input i span:after {
        content: "";
        position: absolute;
        right: -5px;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #dcefff;
        transform: translate(0, -50%); }
    .tooltip-input i:hover span {
      opacity: 1;
      display: block;
      margin-right: 15px; }

.page-form {
  margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .page-form {
      margin-right: auto; } }
  .page-form .referFriendForm {
    max-width: 800px;
    margin: 20px auto; }
    .page-form .referFriendForm h3 {
      margin: 10px 5px; }
  .page-form.popout {
    opacity: 1;
    transition:; }
    .page-form.popout.fadeout {
      opacity: 0; }
  .page-form .form-container .results {
    margin: 5px;
    padding: 10px; }
  .page-form .form-container__header {
    position: relative; }
    .page-form .form-container__header .close-button {
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer;
      text-decoration: underline; }
      .page-form .form-container__header .close-button.xclose {
        text-decoration: none;
        font-size: 3em;
        line-height: 0.5em; }
    .page-form .form-container__header h2 {
      margin-bottom: 0.2em;
      margin-top: 0; }
      .page-form .form-container__header h2 span {
        display: block;
        width: 100%;
        height: 2px;
        background: #FFF;
        margin-top: 0.2em; }
    .page-form .form-container__header p {
      font-size: 1em; }
      @media only screen and (min-width: 768px) {
        .page-form .form-container__header p {
          font-size: 1.1em; } }
  .page-form .form-container__form form .checkbox-group fieldset > div {
    margin: 2px 5px; }
    .page-form .form-container__form form .checkbox-group fieldset > div input, .page-form .form-container__form form .checkbox-group fieldset > div label {
      width: auto;
      float: none;
      display: inline-block;
      vertical-align: middle; }
    .page-form .form-container__form form .checkbox-group fieldset > div input {
      margin: 0 0.4em 0 0; }
  .page-form .form-container__form .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 0 auto;
    max-width: initial; }
    @media only screen and (min-width: 768px) {
      .page-form .form-container__form .form-row {
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; } }
    .page-form .form-container__form .form-row input, .page-form .form-container__form .form-row select, .page-form .form-container__form .form-row textarea {
      width: 100%;
      padding: 5px 10px;
      height: 35px;
      font-size: 1em;
      margin: 5px;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
    .page-form .form-container__form .form-row textarea {
      height: 100px; }
    .page-form .form-container__form .form-row input[type='submit'] {
      width: 200px;
      height: 35px;
      padding: 0;
      margin: 5px 5px 5px auto;
      border: none; }
    .page-form .form-container__form .form-row p {
      margin-left: 5px; }
    .page-form .form-container__form .form-row a {
      margin: 5px; }
    .page-form .form-container__form .form-row__errors {
      padding: 2px;
      font-size: 0.9em;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .page-form .form-container__form .form-row__errors span {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .page-form .form-container__form .form-row__errors span {
            width: 50%; } }
  .page-form .form-container__footer {
    font-size: 0.85em;
    font-style: italic; }
  .page-form .form-container__success {
    display: none;
    font-size: 2em;
    text-align: center; }
    .page-form .form-container__success .close-button {
      float: right;
      font-size: 1.6em;
      position: absolute;
      top: 0px;
      right: 15px;
      cursor: pointer; }
  .page-form .form-container .form-theme-ubu {
    color: #FFF; }
    .page-form .form-container .form-theme-ubu .form-row input, .page-form .form-container .form-theme-ubu .form-row select, .page-form .form-container .form-theme-ubu .form-row textarea {
      border: none; }
  .page-form .processing-bar {
    margin: 5px;
    margin-left: auto; }
  .page-form .error-message {
    width: 100%; }
  .page-form .tooltip-input {
    width: calc(100% - 10px); }
  .page-form.pop-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 2px);
    font-size: 0.9em;
    width: 100%;
    max-width: 775px; }
    .page-form.pop-bottom #emailRow {
      padding-bottom: 20px; }
      @media only screen and (min-width: 768px) {
        .page-form.pop-bottom #emailRow {
          padding-bottom: 40px; } }
    @media only screen and (min-width: 768px) {
      .page-form.pop-bottom {
        font-size: 1em; } }
    .page-form.pop-bottom.open #emailRow {
      padding-bottom: 0px; }
  .page-form.pop-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 110;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    opacity: 0; }
    .page-form.pop-overlay .form-container {
      transform: scale(0.85); }
    .page-form.pop-overlay.open {
      display: -ms-flexbox;
      display: flex;
      animation: emailOverlay 0.25s linear forwards; }
      .page-form.pop-overlay.open .form-container {
        animation: formOverlay 0.5s linear forwards; }
  .page-form__overlay {
    display: none; }

@keyframes emailOverlay {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes formOverlay {
  from {
    transform: scale(0.85); }
  to {
    transform: scale(1); } }

#friendsSection .add-friend__row {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    #friendsSection .add-friend__row {
      margin-bottom: 0px;
      background: transparent;
      padding: 0; } }
  #friendsSection .add-friend__row:last-of-type {
    margin-bottom: 0; }
  #friendsSection .add-friend__row .remove-friend {
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5b1818;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(100%, -50%); }
    #friendsSection .add-friend__row .remove-friend > div {
      width: 8px;
      height: 2px;
      background: #FFF; }
  #friendsSection .add-friend__row:only-of-type .remove-friend {
    display: none; }

#friendsSection .add-friend__row {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    #friendsSection .add-friend__row {
      margin-bottom: 0px;
      background: transparent;
      padding: 0; } }
  #friendsSection .add-friend__row:last-of-type {
    margin-bottom: 0; }
  #friendsSection .add-friend__row .remove-friend {
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5b1818;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(100%, -50%); }
    #friendsSection .add-friend__row .remove-friend > div {
      width: 8px;
      height: 2px;
      background: #FFF; }
  #friendsSection .add-friend__row:only-of-type .remove-friend {
    display: none; }

#addFriend {
  background: transparent;
  border: none;
  text-decoration: underline;
  float: right;
  margin-right: 0;
  margin-left: auto; }
  #addFriend:focus, #addFriend:active {
    outline: none; }

.youtube-feed__video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.youtube-feed__header h2 {
  width: 100%; }
  .youtube-feed__header h2 a img {
    max-width: 160px;
    margin-top: 10px;
    margin-bottom: 17px;
    margin-left: 6px; }
    @media only screen and (max-width: 47.94em) {
      .youtube-feed__header h2 a img {
        max-width: 100px; } }

.youtube-feed__video-link {
  display: block;
  margin: 10px auto 20px auto;
  max-width: 478px; }
  .youtube-feed__video-link .video-thumb {
    position: relative;
    height: 0;
    padding-top: 52%;
    overflow: hidden;
    border: solid 1px #cecece; }
    .youtube-feed__video-link .video-thumb img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 102%;
      max-width: 102%; }
    .youtube-feed__video-link .video-thumb:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 0, 0, 0);
      transition: all 250ms ease-in-out; }
  .youtube-feed__video-link .video-playbtn {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 54px;
    height: 54px;
    border: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 44; }
    .youtube-feed__video-link .video-playbtn:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 17px solid white;
      left: 58%;
      top: 50%;
      transform: translate(-58%, -50%); }
  .youtube-feed__video-link p {
    font-size: 0.83em;
    line-height: normal; }
  .youtube-feed__video-link:hover .video-thumb:after {
    background: rgba(0, 0, 0, 0.6); }
  .youtube-feed__video-link:hover .video-playbtn {
    background: white; }
    .youtube-feed__video-link:hover .video-playbtn:after {
      border-left-color: #2e3c49; }

.youtube-feed__video-title {
  font-size: 1em;
  margin: .25em 0;
  color: black;
  font-family: "questa_sansregular";
  font-weight: 700; }

/*#uniTopNav {

    #uni-sso {
        color: #FFF;
        display: flex;
        align-content: stretch;
        flex: 0 1 auto;
        margin-right: 12px;
        margin-top: 0.25em;

        &:before {
            content: "";
            width: 1px;
            background: #fff;
            margin-right: 2px;
            margin-left: 2px;
        }

        [class^="icon-"] {
            font-style: normal;
        }
    }

    #sso-login-forgotPassword {
        color: #000;
        margin-left: 15px;
        cursor: pointer;
    }

    #sso-gdpr-message {
        color: #000;
        line-height: normal;
        font-size: 0.8em;
        padding: 0.8em 0;
        clear: both;
    }

    &.navbar-scrolled {
        #uni-sso {
            color: $uniBlue;

            &:before {
                background: $uniBlue;
            }
        }
    }

    #sso-loginForm:before {
        content: "Login with Email:";
    }

    #sso-regForm:before {
        content: "Register with Email:";
    }

    #sso-loginForm, #sso-regForm {
        &:before {
            width: 100%;
            color: #000;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 5px;
            display: block;
        }
    }

    .uni-sso {
        #ssoContent {
            color: #000;
        }

        &__dropdown {
            background: #FFF !important;
            left: unset;
            right: 0px;
            width: 510px;
            margin-top: 10px;
            border: solid 1px $uniBlue;
            padding: 15px;
        }

        #ssoHeader {
            margin-bottom: 25px;

            h2 {
                margin-top: 0;

                span {
                    display: block;
                    font-size: 16px;
                    margin-top: 6px;
                    padding-top: 6px;
                    font-family: questa_sansregular;
                    border-top: solid 2px $uniBlue;
                    text-transform: none;
                }
            }
        }

        .sso-input-wrap {
            display: flex;
            flex: 0 1 auto;
            justify-content: space-between;
            flex-flow: row wrap;
            color: #000;
            padding-top: 10px;
            width: 100%;

            label {
                width: 20%;
            }

            input {
                width: 80%;
                border: solid 2px #d8d8d8;
                outline: solid 2px transparent;

                &:focus {
                    border: solid 2px #2e3c49;
                    outline: solid 2px rgba(46,60,73,.5);
                }

                &.error {
                    border: solid 2px $error;
                    outline: solid 2px $error;
                }

                &[type="checkbox"] {
                }
            }

            &-show {
                display: flex;
                flex: 0 1 auto;
                justify-content: flex-end;

                label {
                    font-weight: 100;
                    margin-left: 3px;
                    margin-bottom: 0;
                    color: #000;
                }
            }
        }


        .validation-error {
            float: right;
            color: $error;
        }

        .social-wrap {
            display: flex;
            flex: 0 1 auto;
            justify-content: space-between;
            flex-flow: row wrap;

            &-register:before {
                content: "Or Register With:";
            }

            &-login:before {
                content: "Or Login With:";
            }

            &:before {
                width: 100%;
                color: #000;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 5px;
                display: block;
            }

            .social-button {
                width: calc(33.33% - 5px);
                color: #FFF;
                border: none;
                display: flex;
                justify-content: center;
                flex-flow: row wrap;
                position: relative;
                margin-top: 5px;

                &:before {
                    position: absolute;
                    top: 10px;
                    font-size: 1.25em;
                }

                input[type='button'] {
                    width: 100% !important;
                    background: transparent;
                    border: none;
                    padding: 30px 0 10px 0;
                }

                &-facebook {
                    background: $color-social-facebook;
                }

                &-google {
                    background: $color-social-gplus;
                }

                &-twitter {
                    background: $color-social-twitter;
                }
            }
        }

        #loginRegisterToggle {
            text-align: right;
            padding-top: 10px;
            text-decoration: underline;
            font-weight: 700;
            cursor: pointer;
        }

        .button-wrap {
            text-align: right;
            clear: both;
            padding-top: 25px;

            button[type="submit"] {
                border: none;
                margin-bottom: 10px;
                padding: 5px 30px;
                background: $uniBlue;
                color: #FFF !important;
                text-transform: uppercase;
            }
        }
    }
}*/
.overlay-shade .info-box-disclaimer {
  background: #eeeeee;
  padding: 15px 15px 5px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .overlay-shade .info-box-disclaimer strong {
    display: block; }

.overlay-shade .info-box .form-header {
  margin-bottom: 20px; }
  .overlay-shade .info-box .form-header h2 {
    margin: 0 0 10px 0;
    font-size: 2em;
    text-align: center; }
    @media only screen and (min-width: 500px) {
      .overlay-shade .info-box .form-header h2 {
        font-size: 2.4em; } }
  .overlay-shade .info-box .form-header h3 {
    margin: 0 0 5px;
    font-size: 1.5em;
    color: #333333;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 5px #2e3c49; }
    @media only screen and (min-width: 500px) {
      .overlay-shade .info-box .form-header h3 {
        font-size: 2em; } }
  .overlay-shade .info-box .form-header p {
    text-align: center;
    font-size: 1.2em;
    max-width: 500px;
    margin: 0 auto;
    line-height: normal; }

.overlay-shade .info-box form {
  text-align: left; }
  .overlay-shade .info-box form p {
    margin: 0px;
    font-size: 1em;
    line-height: 1.42857143; }
  .overlay-shade .info-box form .indented p {
    font-size: 12px; }
  .overlay-shade .info-box form span {
    font-size: 12px; }
  .overlay-shade .info-box form .success {
    margin: 50px auto;
    font-weight: 600;
    max-width: unset; }
  .overlay-shade .info-box form .button-wrap {
    text-align: right;
    max-width: 640px;
    margin: 0 auto; }
    .overlay-shade .info-box form .button-wrap .btn, .overlay-shade .info-box form .button-wrap .uni-btn.uni-btn-primary, .overlay-shade .info-box form .button-wrap .river-crusing span.span-btn-cta, .river-crusing .overlay-shade .info-box form .button-wrap span.span-btn-cta, .overlay-shade .info-box form .button-wrap .cruise-teaser .teaser-buttons .btn-primary, .cruise-teaser .teaser-buttons .overlay-shade .info-box form .button-wrap .btn-primary,
    .overlay-shade .info-box form .button-wrap .current-offers .offers .item a.btn-lg, .current-offers .offers .item .overlay-shade .info-box form .button-wrap a.btn-lg, .overlay-shade .info-box form .button-wrap .btn-maroon,
    .overlay-shade .info-box form .button-wrap .offers-details .offers .item a.btn-lg.quote, .offers-details .offers .item .overlay-shade .info-box form .button-wrap a.btn-lg.quote {
      min-width: 180px; }
  .overlay-shade .info-box form .form-error {
    color: #8f1b2b;
    font-size: 14px !important;
    margin-bottom: 5px;
    font-weight: 600; }

.overlay-shade .info-box .form-footer {
  background: #eeeeee;
  margin-top: 20px;
  padding: 5px; }
  .overlay-shade .info-box .form-footer__hours {
    margin-top: 5px; }
    .overlay-shade .info-box .form-footer__hours ul {
      list-style-type: none; }
      .overlay-shade .info-box .form-footer__hours ul li {
        display: inline-block;
        margin: 0 5px; }

@media only screen and (min-width: 500px) {
  .form-row {
    margin: 5px 50px; }
    .form-row label {
      -ms-flex: 1 0 20%;
          flex: 1 0 20%; }
    .form-row input, .form-row select, .form-row textarea,
    .form-row.indented > div {
      -ms-flex: 0 0 78%;
          flex: 0 0 78%; } }

.form-row {
  display: -ms-flexbox;
  display: flex;
  margin: 5px auto;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 640px; }
  @media only screen and (min-width: 500px) {
    .form-row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .form-row.indented {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form-row label {
    font-weight: bold;
    margin-bottom: 5px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    color: #333333;
    font-size: 14px; }
    @media only screen and (min-width: 500px) {
      .form-row label {
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
        text-align: right;
        padding-right: 15px;
        font-size: 16px; } }
    .form-row label.check {
      font-weight: 100;
      margin: 2px 0px 2px 24px;
      color: #000;
      cursor: pointer;
      display: block;
      position: relative; }
      .form-row label.check .checkbox {
        position: absolute;
        left: -24px;
        top: 0;
        transform: translateY(-50%);
        border: solid 2px #cccccc;
        width: 17px;
        height: 17px;
        margin: 10px 0; }
        .form-row label.check .checkbox:hover {
          border-color: #2e3c49; }
        .form-row label.check .checkbox:after {
          content: "";
          position: absolute;
          display: none;
          left: 4px;
          top: 0px;
          width: 5px;
          height: 10px;
          border: solid #2e3c49;
          border-width: 0 2px 2px 0;
          transform: rotate(36deg); }
      .form-row label.check:hover .checkbox {
        border-color: #2e3c49; }
      .form-row label.check input {
        position: absolute;
        opacity: 0; }
        .form-row label.check input:checked ~ .checkbox {
          border-color: #2e3c49; }
          .form-row label.check input:checked ~ .checkbox:after {
            display: block; }
  .form-row input,
  .form-row select,
  .form-row textarea {
    position: relative;
    border: solid 2px #cccccc;
    outline: none;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media only screen and (min-width: 500px) {
      .form-row input,
      .form-row select,
      .form-row textarea {
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; } }
    .form-row input:focus,
    .form-row select:focus,
    .form-row textarea:focus {
      border-color: #2e3c49;
      outline: none; }
    .form-row input.error,
    .form-row select.error,
    .form-row textarea.error {
      border-color: #8f1b2b; }
    .form-row input[disabled],
    .form-row select[disabled],
    .form-row textarea[disabled] {
      cursor: not-allowed; }
  .form-row select {
    width: 100%; }
  @media only screen and (min-width: 500px) {
    .form-row.indented {
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  @media only screen and (min-width: 500px) {
    .form-row.indented > div {
      -ms-flex: 0 0 70%;
          flex: 0 0 70%; } }
  .form-row.indented label {
    font-weight: normal;
    display: inline;
    text-align: left; }
  .form-row.indented p {
    font-size: 12px; }

.tooltip-icon {
  position: absolute;
  color: #4e9cde;
  cursor: help;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin-top: 13px; }
  @media only screen and (min-width: 500px) {
    .tooltip-icon {
      margin-top: 0px; } }
  .tooltip-icon span {
    opacity: 0;
    position: absolute;
    min-width: 200px;
    right: 50%;
    top: 50%;
    background: #e5f0fa;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #333333;
    transition: all 250ms ease-in-out;
    transform: translate(0%, -50%);
    margin-right: 5px;
    z-index: 33;
    pointer-events: none; }
    .tooltip-icon span:after {
      content: "";
      position: absolute;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #e5f0fa;
      right: -5px;
      top: 50%;
      transform: translate(0, -50%); }
  .tooltip-icon:hover span {
    opacity: 1;
    margin-right: 15px; }

/*========================================================================
!!!!!!!!!!!!!!!!!!!!!!OVERRIDES-OVERRIDES-OVERRIDES!!!!!!!!!!!!!!!!!!!!!!
========================================================================*/
.feat-itin {
  border-top: 0;
  border-bottom: 0; }

.feat-itin .even img,
.feat-itin .odd img {
  position: static !important;
  z-index: 0;
  width: initial; }

/*
navigations changes
=======================================================================*/
/*button adjustments*/
.uniViewAllMenu {
  padding-top: 10px;
  padding-bottom: 10px; }

/*column headings*/
.dropdown-menu .column-right .row div h5 {
  font-weight: bold;
  margin: 10px 0 5px 0;
  padding-top: 10px;
  border-top: 1px solid; }

.dropdown-menu .column-right .row div h5:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0; }

/*turn off display of inauguration and remodel in quick facts box*/
.ships-overview .quick-facts dl dd:nth-last-of-type(2),
.ships-overview .quick-facts dl dd:nth-last-of-type(1),
.ships-overview .quick-facts dl dt:nth-last-of-type(2),
.ships-overview .quick-facts dl dt:nth-last-of-type(1),
.ships-overview .quick-facts dl hr:nth-last-of-type(1) {
  display: none; }

.ships-overview .deckplan-overview .container .deckplan-detail {
  display: none; }

/*
footer overrides
========================================================================*/
.uni-footer-bottom img {
  margin-left: 17px; }

.uni-logoGarden img.betterBusiness {
  width: 90px;
  height: 39px;
  margin-top: 13px; }

.uni-logoGarden img {
  width: auto;
  height: 48px; }

/*hide region selector*/
.uni-footer-bottom .uni-select.uni-select-xs select.chosen-select,
.uni-footer-bottom .uni-select.uni-select-xs:after {
  color: #00315b;
  background-color: white; }

/*
stackla code
========================================================================*/
.uniStacklaContainer {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 35px;
  padding-bottom: 56.25%; }

.uniStacklaContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
ryan stuff
========================================================================*/
.UniColumnPipeNav {
  border-left: 2px solid #eee; }

.UniCustomPaddingNav {
  padding-top: 20px; }

.UniCustomColumnSep {
  margin: 0 0 20px;
  padding: 0 20px;
  border-left: 5px solid #f0f1f3; }

.UniCustomH4title {
  font-family: "libel_suitbold";
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #356b99; }

.UniCustomtitle {
  color: #356b99; }

/*
per-person on RAQ/Book Now buttons
============================================================================*/
@media screen and (min-width: 1200px) {
  .pricing-table-display .requestbtn::after {
    content: All prices are per-person;
    display: inline-block;
    width: 66%;
    text-align: center;
    float: right;
    margin-top: 14px; } }

@media screen and (max-width: 1199px) {
  .pricing-table-display .requestbtn::after {
    content: All prices are per-person;
    display: inline-block;
    text-align: center;
    margin-top: 14px; } }

/*Tablet Support*/
.hero > img {
  min-height: auto;
  /*FIX HERO IMAGE HEIGHT*/ }

@media only screen and (max-width: 1199px) and (min-width: 768px) {
  #uni-textSize {
    display: none; }
  .med-puller-b,
  .med-puller {
    float: right;
    padding-right: 0; }
  .med-puller-b {
    clear: right; }
  .navbar-nav > li > a {
    padding-bottom: 5px; }
  .utility .utility-position.left-nav {
    padding-bottom: 0; }
  .xs-logo.md-logo {
    margin-left: 13px;
    margin-top: 1px; }
  .row.five.column.ui.stackable.grid {
    padding-left: 15px; } }

/*search*/
.collapse__results_list {
  background: #fff;
  border-left: solid 1px #a9a9a9;
  border-right: solid 1px #a9a9a9;
  position: relative;
  z-index: 99;
  padding-top: 10px; }
  .collapse__results_list img {
    float: left;
    clear: both;
    padding-right: 5px; }

.mobilesearch.xs-icons i {
  font-size: 1.5em; }

#g-search-mobile-input {
  vertical-align: inherit !important;
  font-size: 1.30em;
  padding: 6px 7px; }
  #g-search-mobile-input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #00315B;
    font-size: 0.8em; }
  #g-search-mobile-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #00315B;
    font-size: 0.8em;
    opacity: 1; }
  #g-search-mobile-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #00315B;
    font-size: 0.8em;
    opacity: 1; }
  #g-search-mobile-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #00315B;
    font-size: 0.8em; }

#g-results-mobile-list {
  border: solid 1px #a9a9a9;
  border-top-width: 0;
  padding-top: 10px; }

#g-results-mobile-list li:first-child,
#g-results-list li:first-child {
  border-top: solid 1px #a9a9a9 !important; }

#g-results-mobile-list li {
  list-style-position: inside;
  border: 1px solid #a9a9a9;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word; }
  #g-results-mobile-list li a {
    padding: 5px;
    display: block;
    line-height: 1.3;
    text-decoration: none; }
    #g-results-mobile-list li a:active, #g-results-mobile-list li a:focus {
      text-decoration: none; }
  #g-results-mobile-list li:hover a {
    background: rgba(222, 230, 232, 0.5); }

.search-image {
  width: 42px;
  height: 42px;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
  float: left; }
  .search-image img {
    position: absolute;
    display: block;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

#g-results-error,
#g-results-mobile-error {
  background: white; }

.auto-suggest {
  background: white;
  color: #586267;
  padding: 2px 7px;
  border-left: solid 1px #a9a9a9;
  border-right: solid 1px #a9a9a9; }
  .auto-suggest.auto-suggest--mobile {
    padding: 4px 7px; }
  .auto-suggest--suggestion:hover {
    cursor: pointer;
    color: #00315B; }

.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
  width: 100%; }

#collapse-desktop-search .tt-open {
  border-bottom: solid 1px #a9a9a9; }

/*Carousel Fix For Awards Page*/
.owl-carousel--item-wrap {
  text-align: center; }
  .owl-carousel--item-wrap article {
    padding: 24px; }
  .owl-carousel--item-wrap .uni-carouselPromo-item {
    border: none;
    width: auto; }
    @media (min-width: 768px) {
      .owl-carousel--item-wrap .uni-carouselPromo-item {
        border: none;
        width: auto; } }

/* Custom Sale Pricing Styles */
span.category-price.strikethrough {
  text-decoration: line-through; }

span.category-price.salePrice {
  color: #8f1b2b;
  color: rgba(143, 27, 43, 0.5); }

/* tabbed extensions */
.extensionsWrap {
  margin-top: -50px; }
  @media (max-width: 768px) {
    .extensionsWrap {
      margin-top: 0px; } }
  .extensionsWrap .tab-content p {
    text-align: left;
    max-width: 100%;
    margin: 0px auto 30px; }
  .extensionsWrap .tab-content li {
    text-align: left;
    font-size: 16px; }
    .extensionsWrap .tab-content li:after {
      display: none; }
  .extensionsWrap p.subtitle {
    margin-top: 20px;
    margin-bottom: 10px; }
  .extensionsWrap dl {
    font-size: 16px; }
  .extensionsWrap dt {
    float: left; }
  .extensionsWrap dd {
    display: block;
    margin-left: 60px;
    padding-bottom: 10px;
    max-width: 600px; }

.pricing-table .terms .extensionsWrap .nav-tabs li {
  padding: 0; }

/* New Item Code */
.new-2017 {
  background-image: url(/-/media/a6e2caf37f0845e491abc22bf84cf93f.ashx);
  width: 90px;
  height: 20px;
  display: inline-block;
  margin: 20px auto 0; }

.new-2018 {
  background-image: url(/-/media/a344fa3a7b144de6928faebe7e232607.ashx);
  width: 90px;
  height: 20px;
  display: inline-block;
  margin: 20px auto 0; }

.new-menu {
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .new-menu a {
    min-width: 200px; }
  .new-menu-item {
    font-family: questa_sansregular;
    padding: 0 3px 0 6px;
    background: #8b1629;
    margin-right: 11px;
    margin-top: 0.4em;
    float: left;
    clear: both;
    color: #fff;
    font-size: .9em;
    letter-spacing: .05em;
    height: 20px;
    line-height: 17px;
    position: relative; }
    .new-menu-item:after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 7px solid #8b1629;
      right: 0;
      transform: translateX(100%); }

/* make icons work --- stopgap*/
.instagram-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/-/media/11c076a84fe64ae487f87268a1e3d1d6.ashx);
  vertical-align: text-bottom;
  background-position: 0px 19px; }
  .instagram-icon:hover {
    background-position: 19px 19px; }

.youtube-icon {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/-/media/11c076a84fe64ae487f87268a1e3d1d6.ashx);
  vertical-align: text-bottom;
  background-position: 0px 0px; }
  .youtube-icon:hover {
    background-position: 19px 0px; }

/*Temporary*/
/*Pricing Page*/
span.category_unavailable.virtual {
  background-color: lightpink; }

span.category-price.virtual {
  background-color: lightpink; }

/*  HOMEPAGE RESKIN */
.hallmark-desktop {
  margin-top: -25px; }
  .hallmark-desktop .tab-content {
    margin-top: 15px;
    margin-bottom: 0px; }
    .hallmark-desktop .tab-content .tab-image h3 {
      font-family: "questa_grandebold_italic";
      text-transform: none; }
  @media (max-width: 767px) {
    .hallmark-desktop .tab-content-text {
      margin-top: 0; }
      .hallmark-desktop .tab-content-text p {
        margin-top: 0; } }

.home section.container {
  max-width: 1140px; }

.home .tab-content p {
  font-size: 1em;
  line-height: normal;
  margin-bottom: 15px; }

.home .hallmark-desktop .tab-link {
  text-transform: capitalize;
  font-style: italic; }

.home .gallery {
  margin-top: -25px;
  padding: 0 10px; }
  .home .gallery .dark-over {
    max-width: 480px;
    margin: 10px auto 0;
    position: relative; }
    .home .gallery .dark-over img {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%); }

.home .uni-carouselPromo.owl-carousel {
  max-width: 1150px; }

.home .uni-carouselPromo-item {
  min-width: 290px;
  max-width: 480px;
  padding: 0;
  border-color: #2e3c49;
  width: auto; }
  .home .uni-carouselPromo-item:hover {
    border-color: #dadbdd; }
  .home .uni-carouselPromo-item img {
    width: 100%; }
  .home .uni-carouselPromo-item figcaption {
    position: static;
    background: none;
    color: #2e3c49;
    font-size: 1.8em;
    padding-bottom: 10px; }
  .home .uni-carouselPromo-item article {
    padding: 0 20px; }

.home .uni-promo-item-title {
  font-family: "questa_sansregular";
  color: #5b5b5b;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 0; }

.home .uni-carouselPromo .owl-controls {
  top: 148px; }

.usp_header {
  text-align: center;
  margin: 2.5em 0 2em 0; }
  .usp_header h1 {
    display: block;
    margin-bottom: 0.7em;
    font-size: 2em;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .usp_header h1 {
        font-size: 3em; } }
    @media (min-width: 1200px) {
      .usp_header h1 {
        font-size: 3.5em; } }

@media (min-width: 480px) {
  .hallmark-desktop .tab-container ul li {
    width: 32.5%; } }

@media (min-width: 768px) {
  .home section.container {
    padding: 0 15px; }
  .hallmark-desktop .tab-container ul li {
    background: none;
    width: auto;
    padding: 0 20px; }
    .hallmark-desktop .tab-container ul li.active a h4 {
      background: none;
      color: #2e3c49; }
  .hallmark-desktop .tab-content .tab-image h3 {
    color: #fff;
    font-size: 2.5em;
    bottom: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    padding-top: 35px;
    padding-bottom: 25px;
    display: block;
    border: none; }
  .hallmark-desktop .tab-body {
    width: 80%; }
  .home .gallery .dark-over {
    max-width: none; }
    .home .gallery .dark-over img {
      top: 60%; }
  .home .uni-carouselPromo-item {
    width: 375px; }
    .home .uni-carouselPromo-item figcaption {
      font-size: 2.2em; }
  .home .uni-carouselPromo .owl-controls {
    top: 155px; }
    .home .uni-carouselPromo .owl-controls .owl-buttons div {
      background: none;
      font-size: 60px;
      color: #2e3c49; }
      .home .uni-carouselPromo .owl-controls .owl-buttons div i:before {
        margin: 0 -10px;
        color: #2e3c49; } }

@media (min-width: 1200px) {
  .home section.container {
    padding: 0; }
  .home .gallery .dark-over img {
    top: 50%; }
  .home .uni-carouselPromo .owl-controls .owl-buttons div i:before {
    margin: 0 -35px; } }

/*# sourceMappingURL=maps/main.css.map */

