/* Minification failed. Returning unminified contents.
(279,10): run-time error CSS1038: Expected hex color, found '#black'
 */
/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
body.using-mouse :focus {
  outline: none !important;
}

body.using-mouse .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

fieldset.form-group legend {
  display: inline;
  margin-bottom: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
  border: 0;
  border-bottom: none;
}

.skip-to-main-content-button {
  position: absolute;
  top: -40px;
  left: 0;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  border-right: 1px solid #2b3d52;
  border-bottom: 1px solid #2b3d52;
  border-bottom-right-radius: 8px;
  background: #2b3d52;
  padding: 4px 20px;
  color: #FFF;
}

.skip-to-main-content-button:focus {
  top: 0;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  outline: 0;
  color: #FFF;
}

/*

Z-Indexes used here:
 1000 - Body Content
10000 - Browser Information, so that it stays above everything including the modals
 3000 - Eyebrow Canvas, so that it stays above the body content
 2000 - Header Canvas, so that it stays above the body content
 7000 - Desktop Menu content (defined in TRD-Desktop-Menu.css) so that it stays above the search
 6000 - Search Canvas, so that it stays above the body, header, and eyebrow
 5000 - Flyout, so that it stays above the body and header and footer
 4000 - Footer Canvas, so that it stays above the body content
11000 - Back To Top indicator, so that it even stays above the browser information

The top level structure is below. The _base divs are shown or hidden based on the width, and they expose either a .tablet or a .desktop class
<div id=trd-header class="(promo ..or.. login) ..and.. co-branding"> All class modifiers are optional.
	<div class="trd-tablet-eyebrow-base tablet">
	</div>
	<div class="trd-desktop-eyebrow-base desktop">
	</div>
	<div class="trd-tablet-header-base tablet">
	</div>
	<div class="trd-desktop-header-base desktop">
	</div>
</div>

The <div class="trd-eyebrow-center-block"> and the -base divs have a different appearance if co-branding is on.

The desktop menu and search have a few divs that control the horizontal size and placement.
trd-header-search-compressed sets the size and position of the closed search box
trd-header-search-expanded sets the size and position of the open search box
trd-header-search-expand contains the search box itself
trd-header-menu-compressed sets the size and position of the menu if the search is closed
trd-header-menu-canvas contains the desktop menu

*/
.visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

html.trd-homepage body {
  max-width: initial !important;
}

.trd-eyebrow-link {
  display: table-cell;
  vertical-align: middle;
}

.tile-cover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 100;
}

/* Reset any attributes that had been set elsewhere */
.trd-eyebrow-canvas a,
.trd-footer-contact-phone-number a,
.trd-story-tileset1 a,
.trd-story-tileset2 a,
.trd-story-tileset3 a,
.trd-story-tilesetB a,
.trd-story-tileset-c-left a,
.trd-story-tileset-c-right a {
  color: #FFF;
  text-decoration: none;
}

.trd-eyebrow-canvas a:hover,
.trd-footer-contact-phone-number a:hover,
.trd-header-canvas a:hover,
.trd-story-tileset1 a:hover,
.trd-story-tileset2 a:hover,
.trd-story-tileset3 a:hover,
.trd-story-tilesetB a:hover,
.trd-story-tileset-c-left a:hover,
.trd-story-tileset-c-right a:hover {
  color: #FFF;
  cursor: pointer;
}

.trd-eyebrow-canvas a:focus,
.trd-footer-contact-phone-number a:focus,
.trd-header-canvas a:focus {
  color: #FFF;
}

.trd-eyebrow-canvas ul,
.trd-header-canvas ul,
.trd-story-tileset1 ul,
.trd-story-tileset2 ul,
.trd-story-tileset3 ul,
.trd-story-tilesetB ul,
.trd-story-tileset-c-left ul,
.trd-story-tileset-c-right ul {
  padding: 0;
  margin: 0;
}

#trd-header {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
}

#trd-browser-compatibility-alert {
  background: #ffc0c0;
  padding: 10px;
}

#trd-cookie-disclaimer {
  height: auto;
  position: fixed;
  z-index: 10000;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  border-top: 1px solid black;
  padding: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform ease-in 1000ms;
  transition: -webkit-transform ease-in 1000ms;
  transition: transform ease-in 1000ms;
  transition: transform ease-in 1000ms, -webkit-transform ease-in 1000ms;
  will-change: transform;
}

#trd-cookie-disclaimer.show-cookie-disclaimer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: -webkit-transform ease-out 1000ms;
  transition: -webkit-transform ease-out 1000ms;
  transition: transform ease-out 1000ms;
  transition: transform ease-out 1000ms, -webkit-transform ease-out 1000ms;
}

#trd-cookie-disclaimer .trd-cookie-disclaimer-inner {
  padding: 20px 130px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #trd-cookie-disclaimer .trd-cookie-disclaimer-inner {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 480px) {
  #trd-cookie-disclaimer .trd-cookie-disclaimer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px;
  }
}

#trd-cookie-disclaimer .trd-cookie-disclaimer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #trd-cookie-disclaimer .trd-cookie-disclaimer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#trd-cookie-disclaimer .trd-cookie-text {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  #trd-cookie-disclaimer .trd-cookie-text {
    padding: 0 30px 0 0;
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  #trd-cookie-disclaimer .trd-cookie-text {
    padding: 0;
    margin-bottom: 15px;
  }
}

#trd-cookie-disclaimer a {
  color: black;
  text-decoration: none;
}

#trd-cookie-disclaimer a:hover {
  color: black;
  text-decoration: underline;
}

#trd-cookie-disclaimer #closeCookieNotice {
  padding: 5px 30px;
  background-color: #B10A32;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

#trd-cookie-disclaimer #manageCookie {
  padding: 5px 30px;
  background-color: #FFF;
  color: #black;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

.trd-font-regular {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

.trd-font-medium {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

#trd-browser-info {
  display: none;
}

/* Assume that we're starting with a desktop */
.trd-tablet-eyebrow-base {
  display: none;
}

.trd-tablet-header-base {
  display: block;
}

.trd-desktop-eyebrow-base,
.trd-desktop-header-base {
  display: none;
}

.trd-tablet-eyebrow-base,
.trd-desktop-eyebrow-base {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  width: 100%;
  background: #666666;
}

.trd-desktop-eyebrow-base, .trd-tablet-eyebrow-base {
  height: 30px;
}

.trd-eyebrow-canvas {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.trd-eyebrow-left-canvas {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 899px) {
  #trd-header.is-portal .trd-eyebrow-right-canvas {
    right: 10px;
  }
  #trd-header:not(.is-portal) .trd-eyebrow-right-canvas {
    right: 0px;
  }
}

@media screen and (min-width: 900px) {
  #trd-header.is-portal .trd-eyebrow-right-canvas {
    right: 20px;
  }
  #trd-header:not(.is-portal) .trd-eyebrow-right-canvas {
    right: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .trd-eyebrow-left-canvas {
    left: 40px;
  }
  #trd-header:not(.is-portal) .tablet .trd-eyebrow-left-canvas {
    left: 20px;
  }
  .trd-eyebrow-right-canvas {
    right: 20px !important;
  }
  #trd-header:not(.is-portal) .tablet .trd-eyebrow-right-canvas {
    right: 35px !important;
  }
}

@media screen and (min-width: 1360px) {
  .trd-eyebrow-right-canvas {
    right: 0px !important;
  }
  #trd-header:not(.is-portal) .tablet .trd-eyebrow-right-canvas {
    right: 35px !important;
  }
}

.trd-eyebrow-center-block {
  text-align: center;
}

.trd-eyebrow-center-canvas {
  position: relative;
  background: #4d4d4d;
  color: #FFF;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

.co-branded .trd-eyebrow-center-block {
  height: 52px;
}

.co-branded .trd-eyebrow-center-canvas {
  display: inline-block;
  font-size: 13px;
  height: 55px;
}

.trd-eyebrow-right-canvas {
  position: absolute;
  top: 0;
  height: 100%;
  display: table;
  text-align: right;
}

.trd-eyebrow-right-canvas .trd-eyebrow-link .eyebrow-ol {
  display: inline-block;
  font-size: 12px;
  padding-right: 3rem;
}

.trd-eyebrow-right-canvas .trd-eyebrow-link .eyebrow-ol a {
  color: #FFF;
  position: relative \0;
  top: 1px \0;
}

.trd-eyebrow-right-canvas .trd-eyebrow-link .eyebrow-ol a:visited {
  color: #FFF;
}

.trd-eyebrow-right-canvas .trd-eyebrow-link .eyebrow-ol img {
  width: 12px;
  position: relative;
  top: -1px;
  right: 1.5px;
}

.trd-eyebrow-right-canvas .trd-eyebrow-link span.trd-eyebrow-contact-email-image {
  display: none;
  height: auto;
  padding-right: 0;
}

@media screen and (min-width: 1024px) {
  .trd-eyebrow-right-canvas .trd-eyebrow-link span.trd-eyebrow-contact-email-image {
    display: inline-block;
  }
}

.trd-eyebrow-right-canvas .trd-eyebrow-link span.trd-eyebrow-contact-email-text {
  display: inline-block;
  height: auto;
}

.trd-eyebrow-free-brochure,
.trd-eyebrow-special-offers,
.trd-eyebrow-explore-ocean-cruising,
.trd-eyebrow-ta-name,
.trd-eyebrow-ta-spacer,
.trd-eyebrow-ta-logout,
.trd-eyebrow-contact-email-image,
.trd-eyebrow-contact-email-text,
.trd-eyebrow-contact-chat-image,
.trd-eyebrow-contact-chat-text,
.trd-eyebrow-feedback-image,
.trd-eyebrow-feedback-text,
.trd-username,
.trd-logout {
  display: table-cell;
  max-height: 30px;
  line-height: 1;
  color: #FFF;
}

.tablet .trd-eyebrow-ta-name,
.trd-eyebrow-ta-spacer,
.trd-eyebrow-ta-logout,
.tablet .trd-eyebrow-free-brochure,
.tablet .trd-eyebrow-contact-email-text,
.tablet .trd-eyebrow-explore-ocean-cruising {
  padding-left: 10px;
}

@media screen and (min-width: 1024px) {
  .tablet .trd-eyebrow-ta-name,
  .trd-eyebrow-ta-spacer,
  .trd-eyebrow-ta-logout,
  .tablet .trd-eyebrow-free-brochure,
  .tablet .trd-eyebrow-contact-email-text,
  .tablet .trd-eyebrow-explore-ocean-cruising {
    padding-left: 20px;
  }
}

.trd-eyebrow-explore-ocean-cruising .bold-text {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 600;
  font-style: normal;
}

.trd-eyebrow-contact-travel-agent {
  position: relative;
  font-size: 14px;
  display: inline-block;
  height: 25px;
  top: 1px;
  padding: 0;
  margin: 0;
}

.trd-eyebrow-contact-spacer {
  display: inline-block;
  width: 6px;
  padding: 0;
  margin: 0;
  height: 1px;
}

.trd-eyebrow-contact-phone-number {
  position: relative;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  height: 28px;
  display: inline-block;
  top: 2px;
  padding: 0;
  margin: 0;
}

.co-branded .tablet .trd-eyebrow-contact-travel-agent, .co-branded .desktop .trd-eyebrow-contact-travel-agent {
  display: block;
  top: 3px;
  height: 20px;
}

.co-branded .trd-eyebrow-contact-spacer {
  display: none;
}

.co-branded .trd-eyebrow-contact-phone-number {
  display: block;
  top: 8px;
}

.co-branded .trd-eyebrow-contact-phone-number.non-cobrand {
  top: 3px;
}

.trd-eyebrow-contact-phone-number-test {
  position: relative;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  height: 25px;
  display: inline-block;
  padding: 2px 0 0;
  margin: 0;
}

.tablet .trd-eyebrow-contact-phone-number-test {
  font-size: 16px;
}

.trd-eyebrow-contact-email-image {
  padding-right: 7px;
}

.trd-eyebrow-contact-email-image img {
  height: 12px;
  display: block;
}

.trd-eyebrow-feedback-image {
  padding-right: 3px;
}

.trd-eyebrow-feedback-image img {
  position: relative;
  height: 14px;
  cursor: pointer;
}

.tablet .trd-eyebrow-feedback-image {
  display: table-cell;
}

@media screen and (min-width: 768px) {
  .tablet .trd-eyebrow-feedback-image {
    display: none;
  }
  .tablet .trd-eyebrow-feedback-image a {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tablet .trd-eyebrow-feedback-image {
    display: table-cell;
  }
}

.trd-header-feedback-mobile {
  top: 9px;
  position: absolute;
  left: 10px;
}

.trd-header-feedback-mobile .trd-eyebrow-feedback-image img {
  height: 30px;
}

@media screen and (min-width: 768px) {
  .trd-header-feedback-mobile {
    display: none;
  }
}

.tablet .trd-eyebrow-link {
  padding-right: 0px;
}

@media screen and (min-width: 1024px) {
  .tablet .trd-eyebrow-link {
    padding-right: 20px;
  }
}

#trd-header:not(.is-portal) .tablet .trd-eyebrow-link {
  padding-right: 5px;
}

.desktop .trd-eyebrow-link {
  padding-right: 20px;
}

@media screen and (min-width: 1360px) {
  .desktop .trd-eyebrow-link {
    padding-right: 40px;
  }
}

.trd-eyebrow-link.feedback-deactivated,
.trd-header-feedback-mobile.feedback-deactivated {
  display: none;
}

.trd-tablet-header-base,
.trd-desktop-header-base {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  left: 0;
  width: 100%;
  background-color: #FFF;
}

.trd-tablet-header-base {
  height: 51px;
}

.trd-desktop-header-base {
  top: 30px;
  height: 80px;
  /*@include transition(all $transition-fast ease);*/
}

.sticky-active .trd-desktop-header-base {
  height: 50px;
}

.co-branded .trd-tablet-header-base {
  top: 55px;
}

.trd-header-canvas {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*.tablet .trd-header-canvas {
	border-bottom: 1px solid #666666;
}

.desktop .trd-header-canvas {
	border-bottom: 1px solid #666666;
}*/
/*trd homepage specific: full width border*/
.trd-homepage .tablet .trd-header-canvas,
.trd-homepage .desktop .trd-header-canvas {
  border-bottom: none;
}

/*.trd-homepage {*/
.trd-tablet-header-base {
  border-bottom: 1px solid #ccc;
  /*#999999;*/
}

.trd-desktop-header-base {
  border-bottom: 1px solid #ccc;
  /* #666666;*/
}

/*}*/
.desktop .trd-header-menu-canvas {
  position: absolute;
  left: 260px;
  right: 240px;
}

#trd-header .desktop .trd-header-menu-canvas,
#trd-header.promo .desktop .trd-header-menu-canvas,
#trd-header.login .desktop .trd-header-menu-canvas {
  left: 240px;
  right: 340px;
}

#trd-header .desktop .trd-header-menu-compressed {
  position: absolute;
  left: 200px;
  right: 400px;
}

#trd-header .desktop .trd-header-menu-compressed,
#trd-header.promo .desktop .trd-header-menu-compressed,
#trd-header.login .desktop .trd-header-menu-compressed {
  position: absolute;
  left: 200px;
  right: 400px;
}

.trd-header-menu-image {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

.trd-header-menu-image img {
  vertical-align: top;
  width: 30px;
  padding-top: 4px;
}

.tablet .trd-header-menu-text {
  font-size: 10px;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 600;
  font-style: normal;
  display: block;
  color: #333333;
  padding-top: 1px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  /*  text-decoration: underline;*/
}

.desktop .trd-header-menu-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: table;
}

.desktop .trd-header-menu-tier1-item,
.desktop .trd-header-menu-item {
  text-align: center;
  text-transform: uppercase;
  display: table-cell;
  font-family: 'adobe-garamond-pro-n4', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 21px;
  vertical-align: middle;
  height: 114px;
  position: relative;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}

.desktop .trd-header-menu-item .right {
  margin-left: auto;
  margin-right: 10px;
}

.trd-header-promo {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 75px;
  width: 230px;
}

.trd-header-promo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.trd-header-promo .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  display: none;
}

.tablet .trd-header-menu-canvas,
.trd-header-menu-image,
.trd-header-menu-image img,
.trd-header-menu-text {
  cursor: pointer;
}

.desktop .trd-header-logo {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: absolute;
  top: 6px;
  left: 2%;
  padding: 0;
}

.desktop .trd-header-logo a {
  position: absolute;
}

.desktop .trd-header-logo a img {
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
  height: auto;
}

.desktop .trd-header-logo a img.site-logo {
  width: 110px;
  opacity: 1;
  position: absolute;
}

.desktop .trd-header-logo a img.small-logo {
  height: auto;
  width: 110px;
  display: none;
  opacity: 0;
  position: absolute;
}

.sticky-active .desktop .trd-header-logo img.site-logo {
  height: auto;
  width: 66px;
  opacity: 0;
  top: -2px;
}

.sticky-active .desktop .trd-header-logo img.small-logo {
  height: auto;
  width: 66px;
  opacity: 1;
  top: -2px;
}

#trd-header .desktop .trd-header-menu-canvas,
#trd-header.promo .desktop .trd-header-menu-canvas,
#trd-header.login .desktop .trd-header-menu-canvas {
  left: 14.7%;
}

#trd-main-menu > li {
  padding: 0 8px 0 8px;
}

.trd-header-right-canvas {
  position: absolute;
  right: 0px;
  top: 33px;
  padding-right: 10px;
  width: 200px;
  height: 46px;
}

.promo .trd-header-right-canvas,
.login .trd-header-right-canvas {
  position: absolute;
  right: 0px;
  top: 34px;
  padding-right: 10px;
  width: 200px;
  height: 46px;
}

.tablet .trd-header-right-canvas {
  top: 30px;
  display: none !important;
}

.trd-user-container {
  position: relative;
  display: table;
  top: 0;
}

.desktop .trd-user-container .hidden,
.tablet .trd-user-container .hidden {
  display: none;
}

.trd-username,
.trd-logout,
.trd-user-container .trd-separator {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}

.trd-user-container .trd-separator,
.trd-user-container .separator {
  height: 40%;
  width: 1px;
  padding: 0;
}

.desktop .trd-user-container {
  position: absolute;
  top: 56px;
  right: 30px;
}

.desktop .trd-username {
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 10px;
  line-height: normal;
}

.desktop .trd-logout {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 20px;
}

.tablet .trd-user-container {
  position: absolute;
  top: 0;
  left: 0;
}

.trd-username,
a.trd-username,
a.trd-username:hover {
  color: #B10A32;
  font-size: 11px;
}

.trd-user-container .separator {
  background-color: #B10A32;
  position: absolute;
  top: 0;
  height: 28px;
  width: 1px;
}

.trd-logout,
a.trd-logout,
a.trd-logout:hover {
  color: #B10A32;
  font-size: 11px;
}

/* Assume starting with desktop */
.restrict-on-tablet {
  display: block !important;
}

.restrict-on-desktop {
  display: none !important;
}

/*

##################
TABLET : LANDSCAPE
##################
Ensure that some of the tablet header settings are correct when it switches to Landscape

*/
@media screen and (min-width: 768px) {
  .tablet .trd-eyebrow-center-canvas {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tablet .trd-header-right-canvas {
    padding-right: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .tablet .trd-eyebrow-center-canvas {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .trd-eyebrow-left-canvas .icon-viking-logo {
    display: none;
  }
}

/*
Replace the eyebrow and header, when narrower than 1024px wide, to be a tablet
*/
@media screen and (max-width: 1279px) {
  #trd-header:not(.is-portal) .trd-eyebrow-canvas .hide-label {
    display: none;
  }
  .tablet .trd-eyebrow-explore-ocean-cruising,
  .tablet .trd-eyebrow-free-brochure,
  .tablet .trd-eyebrow-contact-email-text {
    padding-left: 20px;
  }
  .trd-eyebrow-right-canvas .trd-eyebrow-link .eyebrow-ol {
    display: none !important;
  }
}

@media screen and (max-width: 899px) {
  #trd-header:not(.is-portal) .tablet .trd-eyebrow-explore-ocean-cruising,
  #trd-header:not(.is-portal) .tablet .trd-eyebrow-free-brochure,
  #trd-header:not(.is-portal) .tablet .trd-eyebrow-contact-email-text {
    padding-left: 5px;
  }
  #trd-header.is-portal .tablet .trd-eyebrow-explore-ocean-cruising {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1280px) {
  #trd-header:not(.is-portal) .trd-eyebrow-canvas .tablet-label {
    display: none;
  }
}

@media screen and (max-width: 1365px) {
  #trd-header.is-portal .trd-eyebrow-canvas .hide-label {
    display: none;
  }
}

@media screen and (min-width: 1366px) {
  #trd-header.is-portal .trd-eyebrow-canvas .tablet-label {
    display: none;
  }
}

/* Work with 1024-1280 */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .trd-header-promo {
    /*TODO - This element is commented out in the HTML can it be removed? */
    display: none;
  }
  .tablet .trd-user-container,
  .desktop .trd-user-container {
    display: none;
  }
}

/*

The maximum eyebrow and header width is 1400 pixels
However the eyebrow shading extends full screen

*/
@media screen and (min-width: 1400px) {
  .trd-eyebrow-canvas,
  .trd-header-canvas {
    width: 1400px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*********************************************************************************/
.trd-story-tileset-container {
  background-color: #ECEEF1;
}

.trd-body-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  /*max-width: 1400px;*/
  max-width: 100%;
  margin: 0 auto;
  /*@include transition(all $transition-fast ease);*/
  top: 51px;
}

.with-cookie-disclaimer .trd-body-wrapper {
  top: 133px;
}

.modal-open .trd-body-wrapper {
  position: absolute;
  padding-right: 17px;
}

.tablet .trd-header-menu-canvas {
  position: relative;
  top: 2px;
  margin-left: 8px;
  width: 36px;
}

.trd-footer-canvas #breadcrumb {
  display: none !important;
}

#cruise-canvas {
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
  height: 80px;
  background: transparent;
}

@media screen and (max-width: 767px) {
  #cruise-canvas {
    /*height:$cruise-hdr-height-collapsed;*/
  }
}

.sticky-active #cruise-canvas {
  height: 59px;
}

.sticky-active .trd-body-wrapper {
  margin-bottom: 51px;
}

/* If the screen is too narrow, switch to tablet */
@media screen and (min-width: 768px) {
  #cruise-canvas {
    height: 135px;
  }
  .tablet .trd-header-menu-canvas {
    position: relative;
    height: 48px;
    width: 48px;
    top: 8px;
  }
  .trd-tablet-header-base {
    top: 30px;
    height: 64px;
  }
  .trd-body-wrapper {
    top: 94px;
  }
  .co-branded .trd-header-filler {
    height: 20px;
    background-color: #FFF;
  }
  .co-branded .trd-body-wrapper {
    top: 114px;
  }
  .co-branded.with-tablet-header .trd-body-wrapper {
    top: 114px;
  }
  .co-branded.with-cookie-disclaimer .trd-body-wrapper {
    top: 178px;
  }
  .co-branded.with-cookie-disclaimer.with-tablet-header .trd-body-wrapper {
    top: 178px;
  }
  .sticky-active #cruise-canvas {
    height: 86px;
  }
  .sticky-active.with-cookie-disclaimer .trd-body-wrapper {
    top: 178px;
  }
  .sticky-active.with-cookie-disclaimer.with-tablet-header .trd-body-wrapper {
    top: 156px;
  }
  .sticky-active.co-branded.with-tablet-header .trd-body-wrapper {
    top: 113px;
  }
  .sticky-active.co-branded.with-cookie-disclaimer .trd-body-wrapper {
    top: 156px;
  }
  .sticky-active.co-branded.with-cookie-disclaimer.with-tablet-header .trd-body-wrapper {
    top: 178px;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-canvas {
    height: 140px;
  }
  .trd-body-wrapper {
    top: 109px;
  }
  /*.modal-open {
		.trd-body-wrapper {
			right:17px;
			padding-right:0;
		}
	}*/
  .with-cookie-disclaimer .trd-body-wrapper {
    top: 166px;
  }
  .with-cookie-disclaimer.with-tablet-header .trd-body-wrapper {
    top: 135px;
  }
  .co-branded .trd-body-wrapper {
    top: 130px;
  }
  .co-branded.with-cookie-disclaimer .trd-body-wrapper {
    top: 187px;
  }
  .co-branded.with-cookie-disclaimer.with-tablet-header .trd-body-wrapper {
    top: 156px;
  }
  .sticky-active #cruise-canvas {
    height: 59px;
  }
  .sticky-active .trd-body-wrapper {
    top: 80px;
  }
  .sticky-active.with-tablet-header .trd-body-wrapper {
    top: 94px;
  }
  .sticky-active.with-cookie-disclaimer .trd-body-wrapper {
    top: 90px;
  }
  .sticky-active.co-branded .trd-body-wrapper {
    top: 100px;
  }
  .sticky-active.co-branded.with-cookie-disclaimer .trd-body-wrapper {
    top: 141px;
  }
  .sticky-active.co-branded.with-cookie-disclaimer.with-tablet-header .trd-body-wrapper {
    top: 156px;
  }
}

/**********************************************************************************/
.tablet .trd-header-logo {
  position: absolute;
  left: 60px;
  top: 11px;
}

.tablet .trd-header-logo img {
  width: 236px;
}

@media screen and (min-width: 480px) {
  .tablet .trd-header-logo {
    left: 0;
    top: 14px;
    margin-left: 30%;
  }
}

@media screen and (min-width: 768px) {
  .tablet .trd-header-logo {
    text-align: center;
  }
  .tablet .trd-header-logo img {
    width: 310px;
  }
}

.is-portal .tablet .trd-header-canvas {
  text-align: center;
}

.is-portal .tablet .trd-header-canvas .trd-header-logo {
  top: 13px;
  left: 0;
  margin: auto;
  position: relative;
}

.is-portal .tablet .trd-header-canvas .trd-header-logo img {
  height: 24px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .is-portal .tablet .trd-header-canvas .trd-header-logo {
    top: 16px;
  }
  .is-portal .tablet .trd-header-canvas .trd-header-logo img {
    width: 144px;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .is-portal .desktop .trd-header-logo {
    top: 10px;
  }
}

@media screen and (min-width: 1366px) {
  .desktop .trd-header-logo {
    left: 36px;
  }
}

@media screen and (min-width: 1400px) {
  .modal-open .trd-body-wrapper {
    right: 17px;
    padding-right: 0;
  }
}

/*
Hide some elements when the screen gets very narrow
*/
@media screen and (min-width: 768px) {
  .trd-tablet-eyebrow-base,
  .co-branded .trd-header-filler {
    display: block;
  }
  .tablet .trd-eyebrow-free-brochure,
  .tablet .trd-eyebrow-special-offers,
  .tablet .trd-eyebrow-contact-chat-text,
  .tablet .trd-eyebrow-contact-chat-image {
    display: table-cell;
  }
  .tablet .trd-header-menu-text {
    padding-top: 3px;
    font-size: 11px;
  }
  .trd-header-menu-image img {
    width: 36px;
    padding-top: 1px;
  }
}

@media screen and (min-width: 1024px) {
  .co-branded .trd-header-filler.non-cobrand {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .trd-tablet-eyebrow-base,
  .trd-tablet-header-base {
    display: none;
  }
  .trd-desktop-eyebrow-base,
  .trd-desktop-header-base {
    display: block;
  }
  .restrict-on-tablet {
    display: none;
  }
  .restrict-on-desktop {
    display: block;
  }
}

.image-mask-1-by-1 {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 100%;
}

@media print {
  .image-mask-1-by-1 {
    padding-bottom: 0;
  }
}

.image-mask-2-by-1 {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 50%;
}

@media print {
  .image-mask-2-by-1 {
    padding-bottom: 0;
  }
}

.modal .form-modal-thank-you .section-page-message {
  padding: 20px 30px;
}

.modal .form-modal-thank-you .section-page-message .section-page-message-center h2 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
}

.modal .form-modal-thank-you .section-page-message .section-page-message-center p {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.48px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile {
  padding-bottom: 16px;
}

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile .thumbnail-tile-caption {
  background-color: whitesmoke;
  color: #333333;
  line-height: 1.5;
  padding: 16px;
}

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile .thumbnail-tile-caption h4 {
  margin: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  line-height: 1.5;
  text-transform: capitalize;
}

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile .image-mask-2-by-1 {
  position: relative;
}

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile .image-mask-2-by-1 img {
  position: absolute;
}

.modal .form-modal-thank-you .section-thumbnails .thumbnail-tile .image-mask-2-by-1 img.print-only-img {
  display: none;
}

/* Reveal From bottom (all tiles)
-----------------------*/
/* Reveal */
.trd-story-tile .tile-cover,
.thumbnail-anchor .thumbnail:before {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.trd-story-tile .tile-cover:before,
.thumbnail-anchor .thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.trd-story-tile .tile-cover:hover:before,
.thumbnail-anchor:hover .thumbnail:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  height: 3px;
  background-color: #b10a32;
}

.thumbnail-anchor:active .thumbnail:before {
  background-color: #ff154e;
}

/* Trim (promo tiles)
-----------------------*/
.trd-story-1x1-bluecard .tile-cover:before,
.trd-story-1x1-redcard .tile-cover:before {
  /*override inherited*/
  height: auto;
  /*my styles*/
  border: white solid 2px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: initial;
  transition-timing-function: initial;
}

.trd-story-1x1-bluecard .tile-cover:before {
  border-color: #FFFFFF;
}

.trd-story-1x1-redcard .tile-cover:hover:before,
.trd-story-1x1-redcard .tile-cover:focus:before,
.trd-story-1x1-redcard .tile-cover:active:before,
.trd-story-1x1-bluecard .tile-cover:hover:before,
.trd-story-1x1-bluecard .tile-cover:focus:before,
.trd-story-1x1-bluecard .tile-cover:active:before,
.thumbnail-anchor:focus .call-out:before,
.thumbnail-anchor:active .call-out:before {
  /*override inherited*/
  background: transparent;
  -webkit-transform: none;
  transform: none;
  height: auto;
  /*my styles*/
  opacity: 1;
}

.trd-story-tileset1,
.trd-story-tileset2,
.trd-story-tileset3,
.trd-story-tilesetB,
.trd-story-tileset-c-left,
.trd-story-tileset-c-right {
  height: 0;
  width: 100%;
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.trd-story-tileset1 .hidden,
.trd-story-tileset2 .hidden,
.trd-story-tileset3 .hidden,
.trd-story-tilesetB .hidden,
.trd-story-tileset-c-left .hidden,
.trd-story-tileset-c-right .hidden {
  display: none;
  visibility: hidden;
}

.trd-story-a1,
.trd-story-a2,
.trd-story-a3,
.trd-story-a4,
.trd-story-a5,
.trd-story-a6,
.trd-story-a7,
.trd-story-a8,
.trd-story-b1,
.trd-story-b2,
.trd-story-b3,
.trd-story-b4,
.trd-story-b5,
.trd-story-c1,
.trd-story-c2,
.trd-story-c3,
.trd-story-c4,
.trd-story-c5,
.trd-story-c6,
.trd-story-c7,
.trd-story-d1,
.trd-story-d2,
.trd-story-d3,
.trd-story-d4 {
  background: #FFFFFF;
  position: absolute;
  overflow: hidden;
  padding: 0;
  border: 0;
}

.trd-story-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.trd-story-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.trd-story-h1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.imageholder {
  width: 100%;
}

.trd-story-1x1-redbarpromo img,
.trd-story-1x1-whiteline .imageholder img,
.trd-story-2x1-whiteline .imageholder img,
.trd-story-3x2-whiteline .imageholder img,
.trd-story-1x1-redline img,
.trd-story-2x1-redline img,
.trd-story-1x1-blueline img,
.trd-story-2x1-blueline img,
.trd-story-1x1-whitecard img,
.trd-story-2x1-whitecard img,
.trd-story-3x2-greycard .imageholder img,
.trd-story-1x1-redmedia .imageholder img,
.trd-story-1x1-whitemedia .imageholder img,
.trd-story-2x1-whitemedia .imageholder img,
.trd-story-3x2-whitemedia .imageholder img,
.trd-story-1x1-whitefooter .imageholder img,
.trd-story-2x1-whitefooter .imageholder img,
.trd-story-2x1-whitefooter .imageholder,
.trd-story-2x1-whitetext .imageholder {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.trd-story-1x1-redbarpromo a, .trd-story-1x1-redbarpromo .no-anchor,
.trd-story-1x1-whiteline a, .trd-story-1x1-whiteline .no-anchor,
.trd-story-2x1-whiteline a, .trd-story-2x1-whiteline .no-anchor,
.trd-story-3x2-whiteline a, .trd-story-3x2-whiteline .no-anchor,
.trd-story-1x1-redline a, .trd-story-1x1-redline .no-anchor,
.trd-story-2x1-redline a, .trd-story-2x1-redline .no-anchor,
.trd-story-1x1-blueline a, .trd-story-1x1-blueline .no-anchor,
.trd-story-2x1-blueline a, .trd-story-2x1-blueline .no-anchor,
.trd-story-1x1-redpromo a, .trd-story-1x1-redpromo .no-anchor,
.trd-story-2x1-redpromo a, .trd-story-2x1-redpromo .no-anchor,
.trd-story-1x1-greypromo a, .trd-story-1x1-greypromo .no-anchor,
.trd-story-1x1-bluepromo a, .trd-story-1x1-bluepromo .no-anchor,
.trd-story-2x1-greypromo a, .trd-story-2x1-greypromo .no-anchor,
.trd-story-2x1-bluepromo a, .trd-story-2x1-bluepromo .no-anchor,
.trd-story-1x1-whitecard a, .trd-story-1x1-whitecard .no-anchor,
.trd-story-2x1-whitecard a, .trd-story-2x1-whitecard .no-anchor,
.trd-story-3x2-greycard a, .trd-story-3x2-greycard .no-anchor,
.trd-story-1x1-redmedia a, .trd-story-1x1-redmedia .no-anchor,
.trd-story-1x1-whitemedia a, .trd-story-1x1-whitemedia .no-anchor,
.trd-story-2x1-whitemedia a, .trd-story-2x1-whitemedia .no-anchor,
.trd-story-3x2-whitemedia a, .trd-story-3x2-whitemedia .no-anchor,
.trd-story-1x1-whitefooter a, .trd-story-1x1-whitefooter .no-anchor,
.trd-story-2x1-whitefooter a, .trd-story-2x1-whitefooter .no-anchor,
.trd-story-3x2-whitefooter a, .trd-story-3x2-whitefooter .no-anchor,
.trd-story-1x1-redcard a, .trd-story-1x1-redcard .no-anchor,
.trd-story-1x1-bluecard a, .trd-story-1x1-bluecard .no-anchor,
.trd-story-2x1-whitetext a, .trd-story-2x1-whitetext .no-anchor,
.trd-story-3x2-whitetext a.trd-story-3x2-whitetext .no-anchor {
  display: table;
  /*position: absolute;
	top: 0; left: 0;*/
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

/*

H1, H2, and H3 tags had styles attached to the base tags. This reverts the affected styles back for these pages.

These overrides will only have an impact on pages that use the grid.
 
*/
.spancontainer h1,
.spancontainer h2,
.spancontainer h3,
.spancontainer h4,
.spancontainer h5,
.spancontainer h6 {
  margin: 0;
  display: block;
  text-transform: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  /*line-height: 18px;*/
  /*padding-left: 1px;*/
}

.trd-story-1x1-whiteline .spancontainer,
.trd-story-2x1-whiteline .spancontainer,
.trd-story-3x2-whiteline .spancontainer,
.trd-story-1x1-whitemedia .spancontainer,
.trd-story-1x1-blueline .spancontainer,
.trd-story-2x1-blueline .spancontainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 6px 3px 6px;
  text-align: left;
}

.trd-story-1x1-redline .spancontainer,
.trd-story-1x1-redmedia .spancontainer,
.trd-story-2x1-redline .spancontainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 9px 6px 6px 9px;
  text-align: left;
}

.trd-story-1x1-whiteline .spancontainer,
.trd-story-1x1-whiteline .spancontainer h3,
.trd-story-2x1-whiteline .spancontainer,
.trd-story-2x1-whiteline .spancontainer h3,
.trd-story-3x2-whiteline .spancontainer,
.trd-story-3x2-whiteline .spancontainer h2,
.trd-story-1x1-whitemedia .spancontainer,
.trd-story-1x1-whitemedia .spancontainer h3 {
  background-color: #F4F5F7;
  color: #333333;
}

.trd-story-1x1-redline .spancontainer,
.trd-story-1x1-redline .spancontainer h3,
.trd-story-2x1-redline .spancontainer,
.trd-story-2x1-redline .spancontainer h3,
.trd-story-1x1-redmedia .spancontainer,
.trd-story-1x1-redmedia .spancontainer h3 {
  background-color: #B10A32;
  color: #FFFFFF;
}

.trd-story-1x1-redmedia .spancontainer,
.trd-story-1x1-redmedia .spancontainer h3 {
  text-transform: uppercase;
  line-height: 11px;
}

.trd-story-1x1-blueline .spancontainer,
.trd-story-1x1-blueline .spancontainer h3,
.trd-story-2x1-blueline .spancontainer,
.trd-story-2x1-blueline .spancontainer h3 {
  background-color: #4E6E7B;
  color: #FFFFFF;
}

.trd-story-1x1-whitefooter .spancontainer,
.trd-story-2x1-whitefooter .spancontainer,
.trd-story-3x2-whitefooter .spancontainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.trd-story-1x1-whitefooter .spancontainer,
.trd-story-2x1-whitefooter .spancontainer {
  padding: 11px 0 10px 10px;
}

.trd-story-3x2-whitefooter .spancontainer {
  padding: 18px 0 10px 10px;
}

/*.trd-story-1x1-whitefooter:hover .text-medium,
.trd-story-2x1-whitefooter:hover .text-medium {
    color:#B31F33;

}*/
.trd-story-1x1-whitefooter .text-medium,
.trd-story-2x1-whitefooter .text-medium {
  display: block;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  /*fallback*/
  color: #333333;
  margin-right: 10px;
  padding-bottom: 4px;
  padding-top: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.trd-story-3x2-whitefooter .text-medium {
  font-family: 'adobe-garamond-pro-n4', 'adobe-garamond-pro', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 30px;
  color: #333333;
}

.trd-story-3x2-whitefooter .text-small {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #333333;
}

.trd-story-1x1-whitefooter .videocenter {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.trd-story-1x1-whitefooter .videocenter .text-medium {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.trd-story-1x1-whitefooter .videocenter .text-medium .icon-transition-holder {
  margin-top: 10px;
}

.trd-story-1x1-whitefooter img.img-media {
  height: 45px;
  width: 45px;
}

.trd-story-1x1-redcard {
  background-color: #B31F33;
}

.trd-story-1x1-redcard .spancontainer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.trd-story-1x1-redcard .text-medium,
.trd-story-1x1-bluecard .text-medium {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  /*fallback*/
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.trd-story-1x1-redcard .text-medium {
  color: #FFFFFF;
  line-height: 120%;
}

.trd-story-1x1-redcard .text-small {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 140%;
}

.trd-story-1x1-bluecard {
  background-color: #4E6E7B;
}

.trd-story-1x1-bluecard .spancontainer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.trd-story-1x1-bluecard .text-medium {
  color: #FFFFFF;
  line-height: 122%;
}

.trd-story-1x1-bluecard .text-small {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 140%;
}

.trd-story-3x2-whitetext .imagecover {
  opacity: 1;
  /* This is taken from http://www.colorzilla.com/gradient-editor/ */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%);
  /* IE6-8 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}

.trd-story-tile .imagecover {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.trd-story-2x1-whitetext .spancontainer,
.trd-story-3x2-whitetext .spancontainer {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  color: #FFFFFF;
  bottom: 22px;
  left: 23px;
  z-index: 10;
}

.trd-story-2x1-whitetext .spancontainer {
  left: 18px;
  top: 18px;
}

.trd-story-2x1-whitetext .spancontainer.top,
.trd-story-3x2-whitetext .spancontainer.top {
  top: 18px;
}

.trd-story-2x1-whitetext .spancontainer .text-large,
.trd-story-3x2-whitetext .spancontainer .text-large {
  font-family: 'adobe-garamond-pro-n4', 'adobe-garamond-pro', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 55px;
  line-height: 1.1;
}

.trd-story-2x1-whitetext img.img-media,
.trd-story-3x2-whitetext img.img-media {
  display: inline-block;
  height: 45px;
  width: 45px;
}

.trd-story-2x1-whitetext .spancontainer .text-media,
.trd-story-3x2-whitetext .spancontainer .text-media {
  display: table;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-transform: uppercase;
}

/*position this version horizontally aligned*/
.trd-story-1x1-whitefooter .icon-transition-holder {
  display: inline-block;
}

.trd-story-3x2-whitetext .icon-transition-holder,
.trd-story-2x1-whitetext .icon-transition-holder,
.trd-story-2x1-whitetext .spancontainer .text-media img,
.trd-story-2x1-whitetext .spancontainer .text-media .text,
.trd-story-3x2-whitetext .spancontainer .text-media img,
.trd-story-3x2-whitetext .spancontainer .text-media .text {
  padding-right: 15px;
}

/*make the whole video tile hoverable*/
.trd-story-1x1-whitefooter:hover .icon-transition.primary,
.trd-story-3x2-whitetext:hover .icon-transition.primary,
.trd-story-2x1-whitetext:hover .icon-transition.primary {
  opacity: 0;
}

.trd-story-1x1-whitefooter:hover .icon-transition.secondary,
.trd-story-3x2-whitetext:hover .icon-transition.secondary,
.trd-story-2x1-whitetext:hover .icon-transition.secondary {
  opacity: 1;
}

/*override default transitionable icon height + width*/
.trd-story-3x2-whitetext .icon-transition,
.trd-story-2x1-whitetext .icon-transition,
.trd-story-3x2-whitetext .icon-transition-holder,
.trd-story-2x1-whitetext .icon-transition-holder {
  height: 45px;
  width: 45px;
}

.trd-story-1x1-whitefooter .icon-transition,
.trd-story-1x1-whitefooter .icon-transition-holder {
  height: 60px;
  width: 60px;
}

.trd-story-2x1-whitetext .spancontainer .text-media img,
.trd-story-2x1-whitetext .spancontainer .text-media .text,
.trd-story-3x2-whitetext .spancontainer .text-media img,
.trd-story-3x2-whitetext .spancontainer .text-media .text {
  display: table-cell;
  /* height: 100%; */
  vertical-align: middle;
  letter-spacing: 2px;
}

.trd-story-2x1-whitetext .spancontainer .text-tiny,
.trd-story-3x2-whitetext .spancontainer .text-tiny {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trd-story-1x1-redbarpromo {
  background-color: #F4F5F7;
}

.trd-story-1x1-redbarpromo .redbar {
  background-color: #F4F5F7;
}

.trd-story-1x1-redbarpromo .redbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4%;
  background-color: #B10A32;
}

.trd-story-1x1-redbarpromo .spancontainer {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.trd-story-1x1-redbarpromo .spancontainer,
.trd-story-1x1-redbarpromo .spancontainer h3 {
  color: #B10A32;
}

.trd-story-1x1-redpromo .redblock,
.trd-story-2x1-redpromo .redblock {
  position: absolute;
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
  background-color: #B10A32;
}

.trd-story-1x1-redpromo .spancontainer,
.trd-story-2x1-redpromo .spancontainer {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.trd-story-1x1-redpromo .spancontainer span,
.trd-story-1x1-redpromo .spancontainer h3,
.trd-story-2x1-redpromo .spancontainer span,
.trd-story-2x1-redpromo .spancontainer h3 {
  color: #FFFFFF;
}

.trd-story-1x1-greypromo,
.trd-story-1x1-greypromo h3,
.trd-story-2x1-greypromo,
.trd-story-2x1-greypromo h3 {
  background-color: #818182;
  color: #FFFFFF;
}

.trd-story-1x1-bluepromo,
.trd-story-1x1-bluepromo h3,
.trd-story-2x1-bluepromo,
.trd-story-2x1-bluepromo h3 {
  background-color: #4E6E7B;
  color: #FFFFFF;
}

.trd-story-1x1-greypromo .spancontainer,
.trd-story-1x1-bluepromo .spancontainer {
  padding: 12%;
}

.trd-story-2x1-greypromo .spancontainer,
.trd-story-2x1-bluepromo .spancontainer {
  padding: 7%;
}

.trd-story-1x1-greypromo .spancontainer div,
.trd-story-1x1-bluepromo .spancontainer div,
.trd-story-2x1-greypromo .spancontainer div,
.trd-story-2x1-bluepromo .spancontainer div {
  padding-bottom: 3px;
}

.trd-story-1x1-greypromo .text-highlight,
.trd-story-1x1-bluepromo .text-highlight,
.trd-story-2x1-greypromo .text-highlight,
.trd-story-2x1-bluepromo .text-highlight {
  position: absolute;
  border: 1px solid #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  height: 30px;
}

.trd-story-1x1-greypromo .text-highlight,
.trd-story-1x1-bluepromo .text-highlight {
  left: 10%;
  width: 80%;
  bottom: 10%;
}

.trd-story-2x1-greypromo .text-highlight,
.trd-story-2x1-bluepromo .text-highlight {
  left: 7%;
  width: 30%;
  bottom: 7%;
}

.trd-story-1x1-whitecard,
.trd-story-2x1-whitecard {
  border: 1px solid #454545;
}

.trd-story-1x1-whitecard .imageholder {
  position: absolute;
  top: 8%;
  left: 8%;
  width: 84%;
  height: 70%;
  overflow: hidden;
}

.trd-story-2x1-whitecard .imageholder {
  position: absolute;
  top: 8%;
  left: 4.5%;
  width: 91%;
  height: 75%;
  overflow: hidden;
}

.trd-story-1x1-whitecard .spancontainer {
  position: absolute;
  left: 8%;
  width: 84%;
  bottom: 2%;
  vertical-align: bottom;
  /*padding-top: 0px;*/
  padding: 0px;
  background-color: #FFFFFF;
}

.trd-story-2x1-whitecard .spancontainer {
  position: absolute;
  left: 4%;
  width: 92%;
  bottom: 3%;
  vertical-align: bottom;
  padding-top: 3px;
  background-color: #FFFFFF;
}

.trd-story-1x1-whitecard .spancontainer span,
.trd-story-1x1-whitecard .spancontainer h3,
.trd-story-2x1-whitecard .spancontainer span,
.trd-story-2x1-whitecard .spancontainer h3 {
  color: #333333;
  line-height: 15px;
}

.trd-story-3x2-greycard {
  background-color: #F4F5F7;
}

.trd-story-3x2-greycard .imageholder {
  position: absolute;
  top: 8.3%;
  left: 6.5%;
  width: 87%;
  height: 81%;
  overflow: hidden;
}

.trd-story-3x2-greycard .spancontainer {
  position: absolute;
  left: 6.5%;
  width: 92%;
  bottom: 25px;
  color: #333333;
  background-color: #F4F5F7;
  padding-top: 4px;
}

.trd-story-1x1-redmedia .redbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4%;
  background-color: #B10A32;
}

.trd-story-1x1-whitemedia .mediaimage,
.trd-story-1x1-redmedia .mediaimage {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}

.trd-story-1x1-whitemedia .mediatext,
.trd-story-1x1-redmedia .mediatext {
  position: absolute;
  top: 15%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.trd-story-2x1-whitemedia .spancontainer,
.trd-story-3x2-whitemedia .spancontainer {
  position: absolute;
  top: 32px;
  left: 32px;
}

.trd-story-2x1-whitemedia .spancontainer h3,
.trd-story-3x2-whitemedia .spancontainer h2 {
  color: #FFFFFF;
  display: inline;
}

.trd-story-3x2-whitemedia .spancontainer.bottom {
  top: auto;
  /* This prevents the precedence of top */
  bottom: 32px;
}

.trd-story-3x2-whitemedia .spancontainer.top {
  top: 32px;
  /* This prevents the precedence of top */
  /*bottom: 32px;*/
  left: 32px;
}

.trd-story-3x2-whitemedia .spancontainer.upright {
  top: 32px;
  /* This prevents the precedence of top */
  left: auto;
  right: 32px;
  text-align: right;
}

.trd-story-3x2-whitemedia .mediaimage.upright {
  border: 0px;
  position: absolute;
  right: -5px;
  display: table-row;
  margin: auto;
  padding-left: 5px;
  padding-top: 1px;
  vertical-align: middle;
}

.trd-story-3x2-whitemedia .spancontainer.lowright {
  top: auto;
  bottom: 85px;
  right: 32px;
  left: auto;
  text-align: right;
}

.trd-story-3x2-whitemedia .mediaimage.lowright {
  border: 0px;
  position: absolute;
  right: -5px;
  display: table-row;
  margin: auto;
  padding-left: 5px;
  padding-top: 1px;
  vertical-align: middle;
}

.trd-story-2x1-whitemedia .mediaimage,
.trd-story-3x2-whitemedia .mediaimage {
  display: table-row;
  vertical-align: middle;
  padding-left: 5px;
  padding-top: 10px;
  border: 1px dashed red;
  margin: auto;
}

.trd-story-2x1-whitemedia .mediaimage img,
.trd-story-2x1-whitemedia .mediaimage span,
.trd-story-3x2-whitemedia .mediaimage img,
.trd-story-3x2-whitemedia .mediaimage span {
  /*display: table-cell;*/
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 10px;
  width: 100%;
}

.trd-story-2x1-whitemedia .mediaimage img,
.trd-story-3x2-whitemedia .mediaimage img {
  height: 32px;
  width: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.trd-story-2x1-whitemedia .mediatext,
.trd-story-3x2-whitemedia .mediatext {
  text-transform: uppercase;
}

/*** Fonts ******************************************************************************************/
.trd-story-1x1-whiteline .spancontainer,
.trd-story-1x1-whiteline .spancontainer h3,
.trd-story-2x1-whiteline .spancontainer,
.trd-story-2x1-whiteline .spancontainer h3,
.trd-story-3x2-whiteline .spancontainer,
.trd-story-3x2-whiteline .spancontainer h2,
.trd-story-3x2-whiteline .text-medium,
.trd-story-3x2-whiteline .text-medium h2,
.trd-story-1x1-blueline .spancontainer,
.trd-story-1x1-blueline .spancontainer h3,
.trd-story-2x1-blueline .spancontainer,
.trd-story-2x1-blueline .spancontainer h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: normal;
}

.trd-story-3x2-whiteline .text-small,
.trd-story-3x2-whiteline .text-small h2 {
  font-family: 'adobe-garamond-pro-n4', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 13px;
  font-style: italic;
}

.trd-story-1x1-redline .spancontainer,
.trd-story-1x1-redline .spancontainer h3,
.trd-story-1x1-redline .text-regular,
.trd-story-1x1-redline .text-regular h3,
.trd-story-2x1-redline .spancontainer,
.trd-story-2x1-redline .spancontainer h3,
.trd-story-2x1-redline .text-regular,
.trd-story-2x1-redline .text-regular h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  text-transform: uppercase;
}

.trd-story-1x1-redline .text-highlight,
.trd-story-1x1-redline .text-highlight h3,
.trd-story-2x1-redline .text-highlight,
.trd-story-2x1-redline .text-highlight h3 {
  font-family: 'adobe-garamond-pro-n4', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 22px;
  font-style: italic;
}

.trd-story-1x1-whitemedia .spancontainer,
.trd-story-1x1-whitemedia .spancontainer h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: normal;
}

.trd-story-2x1-whitemedia .mediatext,
.trd-story-2x1-whitemedia .mediatext h3,
.trd-story-3x2-whitemedia .mediatext,
.trd-story-3x2-whitemedia .mediatext h2 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.trd-story-2x1-whitemedia .text-big,
.trd-story-2x1-whitemedia .text-big h3,
.trd-story-3x2-whitemedia .text-big,
.trd-story-3x2-whitemedia .text-big h2 {
  font-family: 'adobe-garamond-pro-n4', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 55px;
  line-height: 100%;
}

.trd-story-1x1-redmedia .spancontainer,
.trd-story-1x1-redmedia .spancontainer h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}

.trd-story-1x1-redbarpromo .text-medium,
.trd-story-1x1-redbarpromo .text-medium h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
}

.trd-story-1x1-redbarpromo .text-big,
.trd-story-1x1-redbarpromo .text-big h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 24px;
}

.trd-story-1x1-redbarpromo .text-small,
.trd-story-1x1-redbarpromo .text-small h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.trd-story-1x1-redpromo .text-medium,
.trd-story-1x1-redpromo .text-medium h3,
.trd-story-2x1-redpromo .text-medium,
.trd-story-2x1-redpromo .text-medium h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
}

.trd-story-1x1-redpromo .text-big,
.trd-story-1x1-redpromo .text-big h3,
.trd-story-2x1-redpromo .text-big,
.trd-story-2x1-redpromo .text-big h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 24px;
}

.trd-story-1x1-redpromo .text-small,
.trd-story-1x1-redpromo .text-small h3,
.trd-story-2x1-redpromo .text-small,
.trd-story-2x1-redpromo .text-small h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.trd-story-1x1-greypromo .text-medium,
.trd-story-1x1-greypromo .text-medium h3,
.trd-story-1x1-bluepromo .text-medium,
.trd-story-1x1-bluepromo .text-medium h3,
.trd-story-2x1-greypromo .text-medium,
.trd-story-2x1-greypromo .text-medium h3,
.trd-story-2x1-bluepromo .text-medium,
.trd-story-2x1-bluepromo .text-medium h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  line-height: 20px;
}

.trd-story-1x1-greypromo .text-big,
.trd-story-1x1-greypromo .text-big h3,
.trd-story-1x1-bluepromo .text-big,
.trd-story-1x1-bluepromo .text-big h3,
.trd-story-2x1-greypromo .text-big,
.trd-story-2x1-greypromo .text-big h3,
.trd-story-2x1-bluepromo .text-big,
.trd-story-2x1-bluepromo .text-big h3 {
  font-family: 'adobe-garamond-pro-n4', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 30px;
  line-height: 32px;
}

.trd-story-1x1-greypromo .text-small,
.trd-story-1x1-greypromo .text-small h3,
.trd-story-1x1-bluepromo .text-small,
.trd-story-1x1-bluepromo .text-small h3,
.trd-story-2x1-greypromo .text-small,
.trd-story-2x1-greypromo .text-small h3,
.trd-story-2x1-bluepromo .text-small,
.trd-story-2x1-bluepromo .text-small h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
}

.trd-story-1x1-greypromo .text-highlight,
.trd-story-1x1-greypromo .text-highlight h3,
.trd-story-1x1-bluepromo .text-highlight,
.trd-story-1x1-bluepromo .text-highlight h3,
.trd-story-2x1-greypromo .text-highlight,
.trd-story-2x1-greypromo .text-highlight h3,
.trd-story-2x1-bluepromo .text-highlight,
.trd-story-2x1-bluepromo .text-highlight h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 10px;
}

.trd-story-1x1-whitecard,
.trd-story-1x1-whitecard h3,
.trd-story-1x1-whitecard .text-regular,
.trd-story-1x1-whitecard .text-regular h3,
.trd-story-2x1-whitecard,
.trd-story-2x1-whitecard h3,
.trd-story-2x1-whitecard .text-regular,
.trd-story-2x1-whitecard .text-regular h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}

.trd-story-1x1-whitecard .text-regular,
.trd-story-1x1-whitecard .text-regular h3,
.trd-story-2x1-whitecard .text-regular,
.trd-story-2x1-whitecard .text-regular h3 {
  text-transform: uppercase;
}

.trd-story-1x1-whitecard .text-highlight,
.trd-story-1x1-whitecard .text-highlight h3,
.trd-story-2x1-whitecard .text-highlight,
.trd-story-2x1-whitecard .text-highlight h3 {
  font-family: 'adobe-garamond-pro-n4', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 16px;
  font-style: italic;
}

.trd-story-3x2-greycard,
.trd-story-3x2-greycard h2,
.trd-story-3x2-greycard .text-medium,
.trd-story-3x2-greycard .text-medium h2 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
}

.trd-story-3x2-greycard .text-small,
.trd-story-3x2-greycard .text-small h2 {
  font-family: 'adobe-garamond-pro-n4', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 13px;
  font-style: italic;
}

@media screen and (max-width: 1400px) {
  .trd-story-1x1-whitefooter .text-medium,
  .trd-story-2x1-whitefooter .text-medium {
    font-size: 18px;
  }
}

/* 
    1320px wide + narrower
*/
@media screen and (max-width: 1320px) {
  .trd-story-1x1-whitefooter .text-medium,
  .trd-story-2x1-whitefooter .text-medium {
    font-size: 17.5px;
  }
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-bottom: 10px;
  }
}

/* 
    1300px wide + narrower
*/
@media screen and (max-width: 1300px) {
  .trd-story-2x1-whitetext .spancontainer .text-large,
  .trd-story-3x2-whitetext .spancontainer .text-large {
    font-size: 4.2vw;
  }
  .trd-story-1x1-whitefooter .text-medium,
  .trd-story-2x1-whitefooter .text-medium {
    font-size: 17px;
  }
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .trd-story-1x1-redcard .text-medium,
  .trd-story-1x1-bluecard .text-medium {
    font-size: 1.3vw;
  }
}

/* 
    1260px wide + narrower
*/
@media screen and (max-width: 1260px) {
  .trd-story-1x1-whitefooter .text-medium,
  .trd-story-2x1-whitefooter .text-medium {
    font-size: 16.5px;
  }
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-top: 6px;
    padding-bottom: 7px;
  }
}

/* 
    1150px wide + narrower
*/
@media screen and (max-width: 1150px) {
  .trd-story-1x1-whitefooter .text-medium,
  .trd-story-2x1-whitefooter .text-medium {
    font-size: 16px;
  }
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .trd-story-1x1-redcard .text-medium,
  .trd-story-1x1-bluecard .text-medium {
    font-size: 18px;
  }
  .trd-story-2x1-whitetext .spancontainer .text-large,
  .trd-story-3x2-whitetext .spancontainer .text-large {
    font-size: 5.4vw;
  }
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-top: 11px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 930px) {
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-top: 5px;
    padding-bottom: 7px;
  }
}

/* 
    796px wide + narrower
*/
@media screen and (max-width: 796px) {
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-top: 9px;
    padding-bottom: 8px;
  }
  .trd-story-2x1-whitetext .spancontainer .text-large, .trd-story-3x2-whitetext .spancontainer .text-large {
    font-size: 7.2vw;
  }
}

@media screen and (max-width: 690px) {
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media screen and (max-width: 630px) {
  .trd-story-1x1-redcard .text-medium,
  .trd-story-1x1-bluecard .text-medium {
    font-size: 16px;
  }
  .trd-story-2x1-whitetext .spancontainer .text-large, .trd-story-3x2-whitetext .spancontainer .text-large {
    font-size: 46px;
  }
  .trd-story-1x1-whitefooter .spancontainer,
  .trd-story-2x1-whitefooter .spancontainer {
    padding-top: 8px;
    padding-bottom: 5px;
  }
}

.trd-story-tileset1,
.trd-story-tileset2,
.trd-story-tileset3 {
  padding-bottom: 79.65%;
}

.trd-story-tilesetB {
  padding-bottom: 59.79%;
}

.trd-story-tileset-c-left,
.trd-story-tileset-c-right {
  padding-bottom: 39.86%;
}

.trd-story-tileset-container {
  padding-bottom: 1.17%;
}

.trd-story-tileset1 .trd-story-a1 {
  top: 1.47%;
  left: 1.17%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset1 .trd-story-a2 {
  top: 1.47%;
  left: 34.11%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset1 .trd-story-a3 {
  top: 26.47%;
  left: 1.17%;
  height: 48.53%;
  width: 48.24%;
}

.trd-story-tileset1 .trd-story-b1 {
  top: 1.47%;
  left: 50.59%;
  height: 48.53%;
  width: 48.24%;
}

.trd-story-tileset1 .trd-story-b2 {
  top: 51.47%;
  left: 50.59%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset1 .trd-story-b3 {
  top: 51.47%;
  left: 83.53%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset1 .trd-story-c1 {
  top: 76.47%;
  left: 1.17%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset1 .trd-story-c2 {
  top: 76.47%;
  left: 17.64%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset1 .trd-story-c3 {
  top: 76.47%;
  left: 50.59%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset1 .trd-story-c4 {
  top: 76.47%;
  left: 67.06%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset2 .trd-story-a1 {
  top: 1.47%;
  left: 1.17%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset2 .trd-story-a2 {
  top: 1.47%;
  left: 34.11%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset2 .trd-story-a3 {
  top: 26.47%;
  left: 1.17%;
  height: 48.53%;
  width: 48.24%;
}

.trd-story-tileset2 .trd-story-b1 {
  top: 1.47%;
  left: 50.59%;
  height: 48.53%;
  width: 48.24%;
}

.trd-story-tileset2 .trd-story-b2 {
  top: 51.47%;
  left: 50.59%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset2 .trd-story-b3 {
  top: 51.47%;
  left: 67.06%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset2 .trd-story-b4 {
  top: 51.47%;
  left: 83.53%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset2 .trd-story-c1 {
  top: 76.47%;
  left: 1.17%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset2 .trd-story-c2 {
  top: 76.47%;
  left: 34.11%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset2 .trd-story-c3 {
  top: 76.47%;
  left: 50.59%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset2 .trd-story-c4 {
  top: 76.47%;
  left: 83.53%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset3 .trd-story-a1 {
  top: 1.47%;
  left: 1.17%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset3 .trd-story-a2 {
  top: 1.47%;
  left: 34.11%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset3 .trd-story-a3 {
  top: 26.47%;
  left: 1.17%;
  height: 48.53%;
  width: 48.24%;
}

.trd-story-tileset3 .trd-story-b1 {
  top: 1.47%;
  left: 50.59%;
  height: 48.53%;
  width: 48.24%;
}

.trd-story-tileset3 .trd-story-b2 {
  top: 51.47%;
  left: 50.59%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset3 .trd-story-b3 {
  top: 51.47%;
  left: 67.06%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset3 .trd-story-b4 {
  top: 51.47%;
  left: 83.53%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset3 .trd-story-c1 {
  top: 76.47%;
  left: 1.17%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset3 .trd-story-c2 {
  top: 76.47%;
  left: 17.64%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tileset3 .trd-story-c3 {
  top: 76.47%;
  left: 50.59%;
  height: 23.53%;
  width: 15.30%;
}

.trd-story-tileset3 .trd-story-c4 {
  top: 76.47%;
  left: 67.06%;
  height: 23.53%;
  width: 31.77%;
}

.trd-story-tilesetB .trd-story-a1 {
  top: 2.03%;
  left: 1.17%;
  height: 31.30%;
  width: 15.30%;
}

.trd-story-tilesetB .trd-story-a2 {
  top: 2.03%;
  left: 17.64%;
  height: 31.30%;
  width: 15.30%;
}

.trd-story-tilesetB .trd-story-a3 {
  top: 2.03%;
  left: 34.11%;
  height: 31.30%;
  width: 15.30%;
}

.trd-story-tilesetB .trd-story-a4 {
  top: 2.03%;
  left: 50.59%;
  height: 64.64%;
  width: 48.24%;
}

.trd-story-tilesetB .trd-story-a5 {
  top: 35.36%;
  left: 1.17%;
  height: 64.64%;
  width: 48.24%;
}

.trd-story-tilesetB .trd-story-a6 {
  top: 68.70%;
  left: 50.59%;
  height: 31.30%;
  width: 15.30%;
}

.trd-story-tilesetB .trd-story-a7 {
  top: 68.70%;
  left: 67.06%;
  height: 31.30%;
  width: 15.30%;
}

.trd-story-tilesetB .trd-story-a8 {
  top: 68.70%;
  left: 83.53%;
  height: 31.30%;
  width: 15.30%;
}

.trd-story-tileset-c-left .trd-story-a1 {
  top: 3.05%;
  left: 1.21%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-left .trd-story-a2 {
  top: 3.05%;
  left: 17.71%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-left .trd-story-a3 {
  top: 3.05%;
  left: 34.21%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-left .trd-story-b1 {
  top: 53.05%;
  left: 1.21%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-left .trd-story-b2 {
  top: 53.05%;
  left: 17.71%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-left .trd-story-b3 {
  top: 53.05%;
  left: 34.21%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-left .trd-story-c1 {
  top: 3.05%;
  left: 50.71%;
  height: 96.95%;
  width: 48.24%;
}

.trd-story-tileset-c-right .trd-story-a1 {
  top: 3.05%;
  left: 1.21%;
  height: 96.95%;
  width: 48.24%;
}

.trd-story-tileset-c-right .trd-story-b1 {
  top: 3.05%;
  left: 50.71%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-right .trd-story-b2 {
  top: 3.05%;
  left: 67.21%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-right .trd-story-b3 {
  top: 3.05%;
  left: 83.71%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-right .trd-story-c1 {
  top: 53.05%;
  left: 50.71%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-right .trd-story-c2 {
  top: 53.05%;
  left: 67.21%;
  height: 47.00%;
  width: 15.30%;
}

.trd-story-tileset-c-right .trd-story-c3 {
  top: 53.05%;
  left: 83.71%;
  height: 47.00%;
  width: 15.30%;
}

/*

Lock the width to 1400px

All for the rails at the sides of the 1400px and wider resolutions

The width of the entire grid is restricted. The percentage height is based on the height of the
parent, and so also has to be overridden by calculated height and top dimensions.

*/
@media screen and (min-width: 1400px) {
  .trd-story-tileset1,
  .trd-story-tileset2,
  .trd-story-tileset3,
  .trd-story-tilesetB,
  .trd-story-tileset-c-left,
  .trd-story-tileset-c-right,
  .trd-footer-links,
  .trd-footer-promo-container {
    max-width: 1400px;
  }
  .trd-footer-promo-container {
    margin-left: auto;
    margin-right: auto;
  }
  .trd-story-tileset1,
  .trd-story-tileset2,
  .trd-story-tileset3 {
    padding-bottom: 1116px;
    max-height: 1116px;
  }
  .trd-story-tilesetB {
    padding-bottom: 820px;
    max-height: 820px;
  }
  .trd-story-tileset-c-left,
  .trd-story-tileset-c-right {
    padding-bottom: 541px;
    max-height: 541px;
  }
  .trd-story-tileset1 .trd-story-a1 {
    top: 17px;
    height: 260px;
  }
  .trd-story-tileset1 .trd-story-a2 {
    top: 17px;
    height: 260px;
  }
  .trd-story-tileset1 .trd-story-a3 {
    top: 296px;
    height: 541px;
  }
  .trd-story-tileset1 .trd-story-b1 {
    top: 17px;
    height: 541px;
  }
  .trd-story-tileset1 .trd-story-b2 {
    top: 575px;
    height: 260px;
  }
  .trd-story-tileset1 .trd-story-b3 {
    top: 575px;
    height: 260px;
  }
  .trd-story-tileset1 .trd-story-c1 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset1 .trd-story-c2 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset1 .trd-story-c3 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset1 .trd-story-c4 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-a1 {
    top: 17px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-a2 {
    top: 17px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-a3 {
    top: 296px;
    height: 541px;
  }
  .trd-story-tileset2 .trd-story-b1 {
    top: 17px;
    height: 541px;
  }
  .trd-story-tileset2 .trd-story-b2 {
    top: 575px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-b3 {
    top: 575px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-b4 {
    top: 575px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-c1 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-c2 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-c3 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset2 .trd-story-c4 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-a1 {
    top: 17px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-a2 {
    top: 17px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-a3 {
    top: 296px;
    height: 541px;
  }
  .trd-story-tileset3 .trd-story-b1 {
    top: 17px;
    height: 541px;
  }
  .trd-story-tileset3 .trd-story-b2 {
    top: 575px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-b3 {
    top: 575px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-b4 {
    top: 575px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-c1 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-c2 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-c3 {
    top: 854px;
    height: 260px;
  }
  .trd-story-tileset3 .trd-story-c4 {
    top: 854px;
    height: 260px;
  }
}

/*

769px wide to 1024px wide

4 columns wide, 6 rows tall

*/
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .trd-story-tileset1,
  .trd-story-tileset2,
  .trd-story-tileset3 {
    height: 0;
    padding-bottom: 178.71%;
  }
  .trd-story-tileset-c-left,
  .trd-story-tileset-c-right {
    height: 0;
    padding-bottom: 89.36%;
  }
  .trd-story-tileset-container {
    padding-bottom: 1.66%;
  }
  .trd-story-tileset1 .trd-story-a1 {
    top: 34.26%;
    left: 1.66%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset1 .trd-story-a2 {
    top: 0.93%;
    left: 1.66%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset1 .trd-story-a3 {
    top: 50.93%;
    left: 1.66%;
    height: 32.20%;
    width: 72.17%;
  }
  .trd-story-tileset1 .trd-story-b1 {
    top: 0.93%;
    left: 26.27%;
    height: 32.20%;
    width: 72.17%;
  }
  .trd-story-tileset1 .trd-story-b2 {
    top: 34.26%;
    left: 50.88%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset1 .trd-story-b3 {
    top: 17.60%;
    left: 1.66%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset1 .trd-story-c1 {
    top: 50.93%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset1 .trd-story-c2 {
    top: 84.26%;
    left: 1.66%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset1 .trd-story-c3 {
    top: 67.60%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset1 .trd-story-c4 {
    top: 84.26%;
    left: 50.88%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset2 .trd-story-a1 {
    top: 0.93%;
    left: 1.66%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset2 .trd-story-a2 {
    top: 0.93%;
    left: 50.88%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset2 .trd-story-a3 {
    top: 50.93%;
    left: 1.66%;
    height: 32.20%;
    width: 72.17%;
  }
  .trd-story-tileset2 .trd-story-b1 {
    top: 17.60%;
    left: 1.66%;
    height: 32.20%;
    width: 72.17%;
  }
  .trd-story-tileset2 .trd-story-b2 {
    top: 0.93%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset2 .trd-story-b3 {
    top: 17.60%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset2 .trd-story-b4 {
    top: 34.26%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset2 .trd-story-c1 {
    top: 84.26%;
    left: 1.66%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset2 .trd-story-c2 {
    top: 50.93%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset2 .trd-story-c3 {
    top: 84.26%;
    left: 50.88%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset2 .trd-story-c4 {
    top: 67.60%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset3 .trd-story-a1 {
    top: 0.93%;
    left: 1.66%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset3 .trd-story-a2 {
    top: 0.93%;
    left: 50.88%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset3 .trd-story-a3 {
    top: 50.93%;
    left: 1.66%;
    height: 32.20%;
    width: 72.17%;
  }
  .trd-story-tileset3 .trd-story-b1 {
    top: 17.60%;
    left: 1.66%;
    height: 32.20%;
    width: 72.17%;
  }
  .trd-story-tileset3 .trd-story-b2 {
    top: 0.93%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset3 .trd-story-b3 {
    top: 17.60%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset3 .trd-story-b4 {
    top: 34.26%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset3 .trd-story-c1 {
    top: 50.93%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset3 .trd-story-c2 {
    top: 84.26%;
    left: 1.66%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset3 .trd-story-c3 {
    top: 67.60%;
    left: 75.49%;
    height: 15.50%;
    width: 22.95%;
  }
  .trd-story-tileset3 .trd-story-c4 {
    top: 84.26%;
    left: 50.88%;
    height: 15.50%;
    width: 47.56%;
  }
  .trd-story-tileset-c-left .trd-story-a1 {
    top: 1.86%;
    left: 1.66%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-left .trd-story-a2 {
    top: 35.19%;
    left: 1.66%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-left .trd-story-a3 {
    top: 68.52%;
    left: 1.66%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-left .trd-story-b1 {
    top: 68.52%;
    left: 26.27%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-left .trd-story-b2 {
    top: 68.52%;
    left: 50.88%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-left .trd-story-b3 {
    top: 68.52%;
    left: 75.49%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-left .trd-story-c1 {
    top: 1.86%;
    left: 26.27%;
    height: 64.81%;
    width: 72.17%;
  }
  .trd-story-tileset-c-right .trd-story-a1 {
    top: 1.86%;
    left: 1.66%;
    height: 64.81%;
    width: 72.17%;
  }
  .trd-story-tileset-c-right .trd-story-b1 {
    top: 1.86%;
    left: 75.49%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-right .trd-story-b2 {
    top: 35.19%;
    left: 75.49%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-right .trd-story-b3 {
    top: 68.52%;
    left: 75.49%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-right .trd-story-c1 {
    top: 68.52%;
    left: 1.66%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-right .trd-story-c2 {
    top: 68.52%;
    left: 26.27%;
    height: 31.48%;
    width: 22.95%;
  }
  .trd-story-tileset-c-right .trd-story-c3 {
    top: 68.52%;
    left: 50.88%;
    height: 31.48%;
    width: 22.95%;
  }
}

/*

1024px wide + narrower

3 columns wide, 6 rows tall

*/
/*

768px wide and below

3 columns wide, 8 rows tall

*/
@media screen and (max-width: 768px) {
  .trd-story-tilesetB {
    height: 0;
    padding-bottom: 237.30%;
  }
  .trd-story-tilesetB .trd-story-a1 {
    top: 34.24%;
    left: 2.15%;
    height: 15.76%;
    width: 30.57%;
  }
  .trd-story-tilesetB .trd-story-a2 {
    top: 34.24%;
    left: 34.86%;
    height: 15.76%;
    width: 30.57%;
  }
  .trd-story-tilesetB .trd-story-a3 {
    top: 34.24%;
    left: 67.58%;
    height: 15.76%;
    width: 30.57%;
  }
  .trd-story-tilesetB .trd-story-a4 {
    top: 0.91%;
    left: 2.15%;
    height: 32.43%;
    width: 96.00%;
  }
  .trd-story-tilesetB .trd-story-a5 {
    top: 50.91%;
    left: 2.15%;
    height: 32.43%;
    width: 96.00%;
  }
  .trd-story-tilesetB .trd-story-a6 {
    top: 84.24%;
    left: 2.15%;
    height: 15.76%;
    width: 30.57%;
  }
  .trd-story-tilesetB .trd-story-a7 {
    top: 84.24%;
    left: 34.86%;
    height: 15.76%;
    width: 30.57%;
  }
  .trd-story-tilesetB .trd-story-a8 {
    top: 84.24%;
    left: 67.58%;
    height: 15.76%;
    width: 30.57%;
  }
  .trd-story-tileset1,
  .trd-story-tileset2,
  .trd-story-tileset3 {
    height: 0;
    padding-bottom: 309.58%;
  }
  .trd-story-tileset-c-left,
  .trd-story-tileset-c-right {
    height: 0;
    padding-bottom: 158.33%;
  }
  .trd-story-tileset-container {
    padding-bottom: 2.08%;
  }
  .trd-story-tileset1 .trd-story-a1 {
    top: 25.66%;
    left: 2.08%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset1 .trd-story-a2 {
    top: 25.66%;
    left: 67.45%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset1 .trd-story-a3 {
    top: 38.16%;
    left: 2.08%;
    height: 24.34%;
    width: 95.96%;
  }
  .trd-story-tileset1 .trd-story-b1 {
    top: 0.66%;
    left: 2.08%;
    height: 24.34%;
    width: 95.96%;
  }
  .trd-story-tileset1 .trd-story-b2 {
    top: 63.16%;
    left: 2.08%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset1 .trd-story-b3 {
    top: 63.16%;
    left: 67.45%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset1 .trd-story-c1 {
    top: 75.66%;
    left: 2.08%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset1 .trd-story-c2 {
    top: 75.66%;
    left: 34.77%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset1 .trd-story-c3 {
    top: 88.16%;
    left: 2.08%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset1 .trd-story-c4 {
    top: 88.16%;
    left: 34.77%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset2 .trd-story-a1 {
    top: 0.66%;
    left: 2.08%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset2 .trd-story-a2 {
    top: 0.66%;
    left: 67.45%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset2 .trd-story-a3 {
    top: 38.16%;
    left: 2.08%;
    height: 24.34%;
    width: 95.96%;
  }
  .trd-story-tileset2 .trd-story-b1 {
    top: 13.16%;
    left: 2.08%;
    height: 24.34%;
    width: 95.96%;
  }
  .trd-story-tileset2 .trd-story-b2 {
    top: 63.16%;
    left: 2.08%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset2 .trd-story-b3 {
    top: 63.16%;
    left: 34.77%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset2 .trd-story-b4 {
    top: 63.16%;
    left: 67.45%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset2 .trd-story-c1 {
    top: 75.66%;
    left: 2.08%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset2 .trd-story-c2 {
    top: 75.66%;
    left: 67.45%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset2 .trd-story-c3 {
    top: 88.16%;
    left: 2.08%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset2 .trd-story-c4 {
    top: 88.16%;
    left: 67.45%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset3 .trd-story-a1 {
    top: 0.66%;
    left: 2.08%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset3 .trd-story-a2 {
    top: 0.66%;
    left: 67.45%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset3 .trd-story-a3 {
    top: 38.16%;
    left: 2.08%;
    height: 24.34%;
    width: 95.96%;
  }
  .trd-story-tileset3 .trd-story-b1 {
    top: 13.16%;
    left: 2.08%;
    height: 24.34%;
    width: 95.96%;
  }
  .trd-story-tileset3 .trd-story-b2 {
    top: 63.16%;
    left: 2.08%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset3 .trd-story-b3 {
    top: 63.16%;
    left: 34.77%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset3 .trd-story-b4 {
    top: 63.16%;
    left: 67.45%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset3 .trd-story-c1 {
    top: 75.66%;
    left: 2.08%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset3 .trd-story-c2 {
    top: 75.66%;
    left: 34.77%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset3 .trd-story-c3 {
    top: 88.16%;
    left: 2.08%;
    height: 11.84%;
    width: 30.60%;
  }
  .trd-story-tileset3 .trd-story-c4 {
    top: 88.16%;
    left: 34.77%;
    height: 11.84%;
    width: 63.28%;
  }
  .trd-story-tileset-c-right .trd-story-a1 {
    top: 1.32%;
    left: 2.08%;
    height: 48.68%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-a1,
  .trd-story-tileset-c-right .trd-story-b1 {
    top: 51.32%;
    left: 2.08%;
    height: 23.68%;
    width: 30.60%;
  }
  .trd-story-tileset-c-left .trd-story-a2,
  .trd-story-tileset-c-right .trd-story-b2 {
    top: 51.32%;
    left: 34.77%;
    height: 23.68%;
    width: 30.60%;
  }
  .trd-story-tileset-c-left .trd-story-a3,
  .trd-story-tileset-c-right .trd-story-b3 {
    top: 51.32%;
    left: 67.45%;
    height: 23.68%;
    width: 30.60%;
  }
  .trd-story-tileset-c-left .trd-story-b1,
  .trd-story-tileset-c-right .trd-story-c1 {
    top: 76.32%;
    left: 2.08%;
    height: 23.68%;
    width: 30.60%;
  }
  .trd-story-tileset-c-left .trd-story-b2,
  .trd-story-tileset-c-right .trd-story-c2 {
    top: 76.32%;
    left: 34.77%;
    height: 23.68%;
    width: 30.60%;
  }
  .trd-story-tileset-c-left .trd-story-b3,
  .trd-story-tileset-c-right .trd-story-c3 {
    top: 76.32%;
    left: 67.45%;
    height: 23.68%;
    width: 30.60%;
  }
  .trd-story-tileset-c-left .trd-story-c1 {
    top: 1.32%;
    left: 2.08%;
    height: 48.68%;
    width: 95.96%;
  }
}

/*

767px to 481px

 2 columns wide, 6 rows tall

14.2814.28-1.32

*/
@media screen and (max-width: 767px) and (min-width: 481px) {
  .trd-story-tileset-c-left,
  .trd-story-tileset-c-right {
    padding-bottom: 200%;
  }
  .trd-story-tileset-c-right .trd-story-a1 {
    top: 1.32%;
    left: 2.08%;
    height: 38.68%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-a1,
  .trd-story-tileset-c-right .trd-story-b1 {
    top: 41.32%;
    left: 2.08%;
    height: 18.68%;
    width: calc(50% - 24px);
  }
  .trd-story-tileset-c-left .trd-story-a2,
  .trd-story-tileset-c-right .trd-story-b2 {
    top: 41.32%;
    left: calc(50% + 8px);
    height: 18.68%;
    width: calc(50% - 24px);
  }
  .trd-story-tileset-c-left .trd-story-a3,
  .trd-story-tileset-c-right .trd-story-b3 {
    top: 61.32%;
    left: 2.08%;
    height: 18.68%;
    width: calc(50% - 24px);
  }
  .trd-story-tileset-c-left .trd-story-b1,
  .trd-story-tileset-c-right .trd-story-c1 {
    top: 61.32%;
    left: calc(50% + 8px);
    height: 18.68%;
    width: calc(50% - 24px);
  }
  .trd-story-tileset-c-left .trd-story-b2,
  .trd-story-tileset-c-right .trd-story-c2 {
    top: 81.32%;
    left: 2.08%;
    height: 18.68%;
    width: calc(50% - 24px);
  }
  .trd-story-tileset-c-left .trd-story-b3,
  .trd-story-tileset-c-right .trd-story-c3 {
    top: 81.32%;
    left: calc(50% + 8px);
    height: 18.68%;
    width: calc(50% - 24px);
  }
  .trd-story-tileset-c-left .trd-story-c1 {
    top: 1.32%;
    left: 2.08%;
    height: 38.68%;
    width: 95.96%;
  }
}

/*

480px and below

 1 columns wide, 7 rows tall

14.2814.28-1.32

*/
@media screen and (max-width: 480px) and (min-width: 0px) {
  .trd-story-tileset-c-left,
  .trd-story-tileset-c-right {
    padding-bottom: 600%;
  }
  .trd-story-tileset-c-right .trd-story-a1 {
    top: 0.66%;
    left: 2.08%;
    height: 13.62%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-a1,
  .trd-story-tileset-c-right .trd-story-b1 {
    top: 14.94%;
    left: 2.08%;
    height: 13.62%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-a2,
  .trd-story-tileset-c-right .trd-story-b2 {
    top: 29.22%;
    left: 2.08%;
    height: 13.62%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-a3,
  .trd-story-tileset-c-right .trd-story-b3 {
    top: 43.5%;
    left: 2.08%;
    height: 13.62%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-b1,
  .trd-story-tileset-c-right .trd-story-c1 {
    top: 57.78%;
    left: 2.08%;
    height: 13.62%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-b2,
  .trd-story-tileset-c-right .trd-story-c2 {
    top: 72.06%;
    left: 2.08%;
    height: 13.62%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-b3,
  .trd-story-tileset-c-right .trd-story-c3 {
    top: 86.34%;
    left: 2.08%;
    height: 13.62%;
    width: 95.96%;
  }
  .trd-story-tileset-c-left .trd-story-c1 {
    top: 0.66%;
    left: 2.08%;
    height: 13.62%;
    width: 95.96%;
  }
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.desktop .trd-header-menu-canvas {
  z-index: 7000;
}

#trd-main-menu {
  -webkit-transition: padding 0.125s ease;
  transition: padding 0.125s ease;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  display: table;
  width: 100%;
  padding-top: 15px;
}

#trd-main-menu li {
  list-style-type: none;
  position: relative;
}

#trd-main-menu > li {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 21px;
  line-height: 21px;
  position: relative;
  white-space: nowrap;
  position: relative;
  list-style-type: none;
  padding: 0 10px 0 10px;
  display: table-cell;
}

#trd-main-menu a {
  display: block;
  color: #333;
}

#trd-main-menu a:focus {
  outline: none;
}

#trd-main-menu > li > a {
  border: 1px solid transparent;
  border-bottom: 0;
  padding: 6px 6px 0 6px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#trd-main-menu > li.selected > a {
  padding-bottom: 0;
}

#trd-main-menu li.selected {
  margin-right: -6px;
}

#trd-main-menu li.selected.trd-no-child,
#trd-main-menu li[data-menu="cruises"] li.selected {
  margin-right: 0;
  padding-right: 6px;
}

#trd-main-menu > li.selected > a {
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #FFF;
}

#trd-main-menu > li.selected > a .text {
  background-color: #142640;
  color: #FFF;
}

#trd-main-menu > li a:focus {
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #FFF;
}

#trd-main-menu > li a:focus .text {
  background-color: #142640;
  color: #FFF;
}

#trd-main-menu > li > a .text {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif ;
  display: block;
  font-size: 21px;
  padding: 10px 2px 0 2px;
  height: 57px;
  letter-spacing: .08em;
}

#trd-main-menu > li.currentTab > a .trd-t1-shim {
  font-style: normal;
  border-bottom: solid 1px #333;
}

#trd-main-menu > li.currentTab.selected > a .trd-t1-shim {
  border-bottom: none;
  padding-bottom: 0;
}

#trd-main-menu .trd-tier2 {
  display: none;
  position: absolute;
  top: 64px;
  left: 10px;
  z-index: -1;
  border: 1px solid #808080;
  width: 238px;
  min-width: 100%;
  padding: 0;
  background-color: #FFF;
}

#trd-main-menu li[data-menu='cruises'] .trd-tier2 {
  width: 252px;
}

.is-expeditions #trd-main-menu li[data-menu='ships'] .trd-tier2 {
  width: 252px;
}

/*#trd-main-menu.sticky-active .trd-tier2 {
    top: 49px;
}*/
#trd-main-menu .trd-tier2 ul {
  background-color: #FFF;
  position: relative;
  padding-bottom: 15px;
}

#trd-main-menu .trd-tier3 {
  display: none;
  position: absolute;
  top: -1px;
  left: 235px;
  z-index: -10;
  border: 1px solid #808080;
  background-color: #FFF;
  padding: 6px;
}

#trd-main-menu li[data-menu='cruises'] .trd-tier3 {
  left: 260px;
}

#trd-main-menu .pin-relative .trd-tier3 {
  top: auto;
  bottom: -20px;
}

#trd-main-menu .trd-tier3.grid.three-col {
  width: 915px;
}

#trd-main-menu .trd-tier3.grid.two-col {
  width: 622px;
}

#trd-main-menu .trd-tier3 ul {
  border: solid 2px #456580;
  padding: 3px;
}

#trd-main-menu .trd-tier3.grid li {
  display: block;
  width: 290px;
  float: left;
  margin: 3px;
  color: #818182;
}

#trd-main-menu .trd-tier3.grid > ul > li > a {
  color: #818182;
  border: 1px solid #ddd6d1;
  display: block;
  padding: 8px 0 8px 0;
}

#trd-main-menu .trd-tier3.grid .trd-title {
  position: relative;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 14px;
  font-weight: 400;
}

#trd-main-menu .trd-tier3.grid .trd-shim {
  position: relative;
  height: 2px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  background-color: #ebebeb;
  display: block;
}

#trd-main-menu .trd-tier3.grid a:hover .trd-shim {
  background-color: #FFF;
}

#trd-main-menu .trd-tier3.grid .trd-subtext {
  white-space: nowrap;
  color: #333;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  font-size: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  text-align: center;
  line-height: 12px;
  letter-spacing: 0.03em;
}

#trd-main-menu .trd-tier3 a:hover {
  background-color: #DAE8EF;
  color: #FFF;
}

#trd-main-menu .trd-tier3 a:hover .trd-title, #trd-main-menu .trd-tier3 a:hover .trd-subtext {
  color: #333333;
}

#trd-main-menu .trd-tier3 a:hover .trd-shim {
  background-color: #E1ECEF;
}

#trd-main-menu .selected .trd-tier2 {
  display: block;
}

#trd-main-menu .selected .trd-tier2 li.selected a.trd-expand {
  outline: none;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#trd-main-menu .selected .trd-tier2 li.selected a .text {
  background-color: #456580;
  color: #FFF;
}

#trd-main-menu .selected .trd-tier2 li .trd-tier3 > ul > li a {
  outline: none;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#trd-main-menu .selected .trd-tier2 li .trd-tier3 > ul > li a .text {
  background-color: transparent;
  color: #333;
}

#trd-main-menu .selected .trd-tier2 li .trd-tier3 > ul > li a:hover, #trd-main-menu .selected .trd-tier2 li .trd-tier3 > ul > li a:focus {
  background-color: #C5DCE8;
  color: #FFF;
}

#trd-main-menu .trd-tier2 .selected .trd-tier3 {
  display: block;
}

#trd-main-menu .trd-tier2 > li {
  color: #444;
  background-color: #FFF;
  padding: 5px;
  margin-bottom: 5px;
  height: 28px;
}

#trd-main-menu .trd-tier2 .trd-exp-hdr {
  display: none;
}

#trd-main-menu .trd-tier2 .selected .trd-exp-hdr {
  display: block;
  position: absolute;
  background-color: #FFF;
  top: 0;
  left: 0;
  width: 442px;
  z-index: 7002;
}

#trd-main-menu .trd-tier2 .selected .trd-exp-hdr .text {
  background-color: #4A6671;
  color: #FFF;
  margin: 5px 0 0 5px;
  background-image: url("/Content/images/v3/ChevronLightDown.png");
  background-position: 413px center;
  background-repeat: no-repeat;
}

#trd-main-menu .trd-tier2 > ul > li > div.pin-anchor > a {
  vertical-align: middle;
  text-align: left;
  padding: 6px 0 0 6px;
  border: none;
}

#trd-main-menu .trd-tier2 > ul > li.selected > div.pin-anchor > a .text {
  background-color: #456580;
  color: #FFF;
}

#trd-main-menu .trd-tier3 > ul > li > a:hover .text {
  background-color: #8EB2C4;
  color: #FFF;
}

#trd-main-menu .mm-emph a .text {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: italic;
}

#trd-main-menu .trd-tier3.list > ul > li {
  padding: 4px 3px 4px 3px;
}

#trd-main-menu .trd-tier2-sep {
  margin: 8px 0 1px 24px;
  height: 1px;
  background-color: #E0DAD6;
  width: 110px;
}

#trd-main-menu .mm-narrow .trd-tier2 .text {
  min-width: 145px;
}

#trd-main-menu .mm-narrow .trd-tier2 {
  width: 195px;
}

#trd-main-menu .mm-narrow .trd-tier3 {
  left: 191px;
  width: 195px;
}

#trd-main-menu .trd-tier2 .text, #trd-main-menu .trd-tier3 .text {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  padding: 5px 5px 5px 18px;
  white-space: nowrap;
  min-width: 170px;
  display: block;
}

#trd-main-menu .trd-tier2 .text.bold {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 600;
  font-style: normal;
}

#trd-main-menu .trd-tier2 .trd-tier3 .text {
  padding-left: 8px;
}

#trd-main-menu .trd-tier2 > ul > li .trd-expand {
  position: absolute;
  height: 12px;
  width: 9px;
  right: 12px;
  top: 15px;
  z-index: 10;
  display: block;
  background-image: url("/Content/images/v3/MenuChevRed.gif");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

#trd-main-menu .trd-tier2 > ul > li.selected .trd-expand {
  background-image: url("/Content/images/v3/MenuChevWht.gif");
  right: 18px;
}

#trd-main-menu .trd-tier2 > ul > li .trd-expand.double-arrow {
  background-image: url("/Content/images/v3/MenuDoubleChevRed.gif");
  width: 14px;
}

#trd-main-menu .trd-tier2 > ul > li i.expand {
  color: #B10A32;
  position: absolute;
  right: 9px;
  top: 10px;
  z-index: 10;
  display: block;
  font-size: 15px;
  padding: 0;
  margin: 0;
}

#trd-main-menu .trd-tier2 > ul > li.selected > div.pin-anchor > .trd-expand {
  background-image: url("/Content/images/v3/MenuChevWht.gif");
  right: 18px;
}

#trd-main-menu .trd-tier2 > ul > li.selected > div.pin-anchor > .trd-expand.double-arrow {
  background-image: url("/Content/images/v3/MenuDoubleChevWht.gif");
  right: 7px;
}

.sticky-active #trd-main-menu {
  padding-top: 0;
}

.sticky-active #trd-main-menu > li > a .text {
  height: 42px;
}

.sticky-active #trd-main-menu .trd-tier2 {
  top: 49px;
}

#trd-main-menu li[data-menu="cruises"] .trd-expand,
#trd-main-menu li[data-menu="cruises"] .trd-tier3 {
  display: none !important;
}

#trd-main-menu .pin-top {
  position: static;
}

#trd-main-menu .pin-anchor {
  position: relative;
}

#trd-flyout ul.group li.section .title > a:focus, #trd-flyout ul.group li.section .title > a:active,
#trd-flyout ul.group li.section.expanded .title > a.title-chevron,
#trd-flyout ul.group li.section .links > a:focus, #trd-flyout ul.group li.section .links > a:active,
#trd-flyout ul.group li.section .contact-border a:focus, #trd-flyout ul.group li.section .contact-border a:active {
  background-color: #142640;
  color: #FFF;
}

@media screen and (max-width: 1220px) {
  #trd-main-menu .mm-flip .trd-tier2 > ul > li .trd-expand {
    position: absolute;
    height: 12px;
    width: 9px;
    left: 12px;
    right: auto;
    top: 16px;
    z-index: 10;
    display: block;
    background-image: url("/Content/images/v3/MenuChevRed_flip.gif");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
  }
  #trd-main-menu .mm-flip .trd-tier2 > ul > .selected > .trd-expand {
    background-image: url("/Content/images/v3/MenuChevWht_flip.gif");
    left: 18px;
    right: auto;
  }
  #trd-main-menu .mm-flip.mm-narrow .trd-tier2 .text {
    min-width: 138px;
    padding-left: 30px;
  }
  #trd-main-menu .mm-flip.mm-narrow.selected .trd-tier2 li:not(.trd-no-child).selected a .text {
    padding-left: 36px;
  }
  #trd-main-menu .mm-flip .trd-tier2 > ul > li > div.pin-anchor > a {
    vertical-align: middle;
    text-align: left;
    padding: 6px 0 0 6px;
  }
  #trd-main-menu .mm-flip .trd-tier2 > ul > li.selected > div.pin-anchor > a .text {
    padding-left: 36px;
  }
  #trd-main-menu .mm-flip li.selected {
    margin-right: 0;
    margin-left: -6px;
  }
  #trd-main-menu .mm-flip.mm-narrow .trd-tier3 {
    left: -187px;
  }
  #trd-main-menu .mm-flip li.selected.trd-no-child {
    margin-left: 0;
    padding-left: 6px;
  }
  #trd-main-menu .mm-flip.mm-narrow .trd-tier2 li.trd-no-child.selected .text {
    padding-left: 30px;
  }
  #trd-main-menu .mm-flip .trd-tier2 > ul > li.selected > div.pin-anchor > a {
    padding-right: 6px;
  }
  #trd-main-menu .mm-flip .trd-tier2 > ul > li.trd-no-child.selected > div.pin-anchor > a {
    padding-right: 0;
  }
  #trd-main-menu .mm-flip li.selected .trd-tier3 .text {
    padding-left: 8px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1144px) {
  #trd-main-menu .trd-tier2 {
    left: 10px;
  }
}

@media screen and (max-width: 1440px) {
  #trd-main-menu .trd-tier3.grid.three-col {
    width: 622px;
  }
}

#trd-flyout-backing {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 4900;
  -ms-filter: "progid:DXImpactTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  display: none;
  cursor: pointer;
}

#trd-flyout {
  width: 618px;
  position: fixed;
  z-index: 5000;
  background-color: #FFFFFF;
  height: 100%;
  top: 0;
  left: -10000px;
  box-shadow: 7px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 7px 0px 5px rgba(0, 0, 0, 0.3);
}

#trd-flyout.closed {
  display: none;
}

#trd-flyout .flyout-group {
  overflow-y: auto;
  overflow-x: hidden;
  margin: 80px 0 0 0;
}

#trd-flyout .flyout-group > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 597px;
  padding: 0;
}

#trd-flyout .section {
  text-align: center;
  width: 235px;
  color: #666;
  display: block;
  float: left;
  margin-left: 35px;
  padding-bottom: 40px;
}

#trd-flyout .section.trd-contact {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(100% - 40px);
}

#trd-flyout .section hr {
  color: #e6e6e6;
}

#trd-flyout .section .title-chevron {
  display: none;
}

#trd-flyout .section a {
  text-decoration: none;
  border: none;
  color: #333;
  padding: 3px 15px;
  line-height: 32px;
  white-space: nowrap;
  letter-spacing: .25px;
}

#trd-flyout .section :not(.no-submenu) a {
  -webkit-tap-highlight-color: #4E6E7B;
}

#trd-flyout .section :not(.no-submenu) a:hover {
  color: #ffffff;
  background-color: #4e6e7b;
  cursor: pointer;
}

#trd-flyout .title {
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  font-family: 'adobe-garamond-pro-n4', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 21px;
}

#trd-flyout .title:not(.no-submenu) a:hover {
  background-color: #4e6e7b;
  color: #fff;
}

#trd-flyout .close img {
  position: absolute;
  height: 14px;
  width: 14px;
  top: 17px;
  left: 17px;
}

#trd-flyout .close {
  position: absolute;
  height: 48px;
  width: 48px;
  top: 20px;
  right: 20px;
  background: #B10A32;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

#trd-flyout .contact-border {
  position: relative;
  margin-top: 34px;
  border: 1px solid #e6e6e6;
  padding-top: 12px;
  padding-bottom: 12px;
}

#trd-flyout .separator {
  position: relative;
  height: 1px;
  width: 100%;
  color: #e6e6e6;
  background-color: #e6e6e6;
  margin: 2px 0 2px 0;
}

#trd-flyout a.title-text {
  position: relative;
  top: 0;
  left: 0;
  padding: 2px 0 0px 0;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  font-family: 'adobe-garamond-pro', GaramondPro Regular, Garamond, 'EB Garamond', Times New Roman, Serif;
  font-size: 21px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: normal;
  letter-spacing: .08em;
  font-weight: normal;
  display: block;
}

#trd-flyout a.title-text:hover {
  color: #ffffff;
  background-color: #4e6e7b;
}

#trd-flyout .links,
#trd-flyout .contact-border {
  position: relative;
}

#trd-flyout .section.trd-home :not(.no-submenu) .title-chevron,
#trd-flyout .section.trd-home :not(.no-submenu) .title-chevron:hover,
#trd-flyout .section.trd-home :not(.no-submenu) .title-chevron:focus {
  cursor: default !important;
}

#trd-flyout .section.trd-home :not(.no-submenu) .title-chevron:hover,
#trd-flyout .section.trd-home :not(.no-submenu) .title-chevron:hover:hover,
#trd-flyout .section.trd-home :not(.no-submenu) .title-chevron:focus:hover {
  background-color: #FFF;
}

@media screen and (min-width: 741px) {
  #trd-flyout .section.trd-home {
    display: none !important;
  }
}

@media screen and (min-width: 915px) {
  #trd-flyout {
    width: 894px;
  }
  #trd-flyout .flyout-group > ul {
    width: 870px;
  }
  #trd-flyout .section {
    margin-left: 65px;
  }
}

@media screen and (max-width: 740px) {
  #trd-flyout {
    width: 100%;
  }
  #trd-flyout .close {
    right: 3%;
    top: 10px;
    width: 30px;
    height: 30px;
  }
  #trd-flyout .close img {
    top: 8px;
    left: 8px;
  }
  #trd-flyout .section {
    margin-left: 25px;
    margin-bottom: 6px;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }
  #trd-flyout .flyout-group {
    display: block;
    width: 97%;
    margin-top: 45px;
  }
  #trd-flyout .flyout-group ul > li {
    height: auto !important;
  }
  #trd-flyout .section .title-chevron {
    padding: 0.3em 0 0 10px;
    display: block;
    border-right: 1px solid #D2D2D2;
    line-height: 0.9em;
    color: #4E6E7B;
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 31px;
  }
  #trd-flyout .section.expanded .title-chevron {
    color: #fff;
  }
  #trd-flyout .section .title-chevron .icon-chevron-up {
    display: none;
  }
  #trd-flyout .section.expanded .title-chevron .icon-chevron-down {
    display: none;
  }
  #trd-flyout .section.expanded .title-chevron .icon-chevron-up {
    display: block;
  }
  #trd-flyout .section a {
    display: block;
    line-height: 1.4em;
  }
  #trd-flyout .section a.title-text {
    margin-left: 46px;
    margin-right: 0;
    padding-left: 14px;
  }
  #trd-flyout .section.expanded .title:not(.no-submenu) a.title-chevron {
    color: #ffffff;
    background-color: #4e6e7b;
  }
  #trd-flyout .section .links a {
    padding-left: 15px;
    margin-left: 45px;
  }
  #trd-flyout .section i {
    font-style: normal;
  }
  #trd-flyout .section.expanded .links {
    display: block;
  }
  #trd-flyout .links, #trd-flyout .separator {
    display: none;
  }
  #trd-flyout .contact-border {
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    margin-top: 0;
    padding-top: 8px;
  }
  #trd-flyout .contact-border br, #trd-flyout .links br {
    display: none;
  }
}

.footer-container {
  max-width: 1366px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}

.footer-container.footer-links {
  margin: 36px auto 0;
}

.footer-container.footer-links .footer-nav::after {
  display: block;
  content: none;
  clear: none;
}

.footer-container .float-right {
  padding: 0 0 0 16px;
}

.footer-container .float-left {
  padding: 0 16px 0 0;
}

.trd-footer-canvas {
  z-index: 4000;
  background-color: #142640;
  color: #FFF;
  margin: 18px auto 0;
  clear: both;
  font-size: 13px;
}

.trd-footer-canvas hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.trd-footer-canvas .footer-contact {
  background-color: #142640;
  color: #FFF;
}

@media only screen and (max-width: 767px) {
  .trd-footer-canvas .footer-contact {
    display: none;
  }
}

.trd-footer-canvas .footer-contact .footer-contact-container {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: table;
  /*padding: 10px 10px;*/
}

.trd-footer-canvas .footer-contact .footer-contact-container .footer-contact-text {
  font-size: 18px;
  letter-spacing: .05em;
  vertical-align: middle;
  color: #FFF;
  display: table-cell;
}

.trd-footer-canvas .footer-contact .footer-contact-container .footer-contact-spacer {
  display: table-cell;
  width: 6px;
}

.trd-footer-canvas .footer-contact .footer-contact-container .footer-contact-phone-number {
  display: table-cell;
  font-size: 24px;
}

.trd-footer-canvas .footer-links-title {
  padding: 0 0 8px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: .05em;
  color: #FFF;
}

.trd-footer-canvas a:not(.btn-red) {
  color: #FFF;
  letter-spacing: 0.25px;
  font-size: 13px;
  padding: 3px 0;
  display: block;
}

.trd-footer-canvas a:not(.btn-red):hover, .trd-footer-canvas a:not(.btn-red):focus {
  color: #FFF;
}

.trd-footer-canvas .social-links a {
  width: 32px;
  height: 32px;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  border-color: #FFF;
}

.trd-footer-canvas .social-links a:hover {
  color: #FFF;
  border-color: #B10A32;
}

.footer-social li {
  padding: 0 0 0 2px !important;
}

.footer-social li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .trd-footer-canvas .footer-contact .footer-contact-spacer {
    display: none;
  }
  .trd-footer-canvas .footer-contact .footer-contact-text {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.025em;
  }
  .trd-footer-canvas .footer-contact .footer-contact-phone-number {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .trd-footer-promo-container {
    width: calc(100% - 20px);
  }
}

@media screen and (min-width: 768px) {
  .trd-footer-canvas .footer-container:not(.footer-links) {
    padding-bottom: 16px;
  }
  .trd-footer-canvas .footer-contact {
    min-height: 40px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .trd-footer-canvas .footer-contact {
    /*padding: 4px 0;*/
    vertical-align: middle;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    /*border-top: 1px solid $gray-lighter;*/
    height: 42px;
    line-height: 42px;
  }
  .trd-footer-canvas .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .trd-footer-canvas .footer-social li {
    padding: 0 0 0 4px !important;
  }
  .trd-footer-canvas .footer-social li:last-child {
    padding-right: 0;
  }
}

.cro_king2_button {
  cursor: default;
  position: relative;
}

.cro_king2_button:hover {
  cursor: pointer;
}

.cro_king2_button .star,
.cro_king2_button .knot {
  font-size: 2.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 27px;
  width: 27px;
  overflow: visible;
}

.cro_king2_button .label {
  color: #0F3055;
  text-transform: uppercase;
}

body > .cro_king2_button {
  -webkit-box-shadow: 2px 3px 6px 1px rgba(40, 40, 40, 0.36);
  box-shadow: 2px 3px 6px 1px rgba(40, 40, 40, 0.36);
  padding: 0;
  text-align: center;
  position: fixed;
  bottom: 130px;
  right: 7px;
  z-index: 999;
}

body > .cro_king2_button:not(.btn-red) {
  background-color: #FFF;
}

body > .cro_king2_button:not(.btn-red) .label {
  color: #0F3055;
}

body > .cro_king2_button .star,
body > .cro_king2_button .knot {
  display: block;
  font-size: 1.4em;
  text-align: center;
  position: relative;
  left: 50%;
  margin-left: -0.65em;
  margin-bottom: 0.5em;
}

#persistentFooter > div {
  /*& > div:nth-child( 2 ) {
        //display: none !important;
    }*/
}

#persistentFooter > div > .cro_king2_button .star,
#persistentFooter > div > .cro_king2_button .knot {
  position: absolute;
  top: 11px;
  left: 30px;
}

@media (max-width: 400px) {
  #persistentFooter > div > .cro_king2_button .star,
  #persistentFooter > div > .cro_king2_button .knot {
    left: 10px;
  }
}

@media (max-width: 425px) {
  #persistentFooter > div > .cro_king2_button .star,
  #persistentFooter > div > .cro_king2_button .knot {
    left: 15.5%;
  }
}

@media (max-width: 320px) {
  #persistentFooter > div > .cro_king2_button .star,
  #persistentFooter > div > .cro_king2_button .knot {
    left: 10%;
  }
}

@media (max-width: 500px) {
  #persistentFooter > div > .cro_king2_button .label {
    padding-left: 35px;
  }
}

#persistentFooter > div > .cro_king2_button .label > br {
  display: none;
}

.mobile-footer-canvas {
  background-color: #142640;
  color: #FFF;
}

.mobile-footer-canvas:before, .mobile-footer-canvas:after {
  content: " ";
  display: table;
}

.mobile-footer-canvas:after {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .mobile-footer-canvas {
    margin-bottom: 50px;
  }
}

.mobile-footer-canvas::before {
  content: "";
  display: table;
  clear: both;
}

.mobile-footer-canvas hr {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 0 16px 16px;
}

.mobile-footer-canvas .footer-phone {
  font-size: 16px;
}

.mobile-footer-canvas > .footer-mobile-share {
  padding: 0 16px;
  border-top: 1px rgba(255, 255, 255, 0.15) solid;
}

.mobile-footer-canvas > .footer-mobile-share .title {
  margin: 0;
  padding: 24px 0 8px;
  font-size: 20px;
  text-align: center;
  color: #FFF;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  font-style: normal;
}

.mobile-footer-canvas > .footer-mobile-share .social-links li a {
  color: #FFF;
  border-color: #FFF;
}

.mobile-footer-canvas > .footer-mobile-share .social-links li a:hover {
  color: #FFF;
  border-color: #B10A32;
}

.mobile-footer-canvas > .footer-links {
  padding: 16px;
  padding-bottom: 0;
}

.mobile-footer-canvas > .footer-links section {
  border-top: 1px rgba(255, 255, 255, 0.15) solid;
  text-align: left;
}

.mobile-footer-canvas > .footer-links section > a {
  display: block;
}

.mobile-footer-canvas > .footer-links section > a .title {
  margin: 0;
  padding: 25px 0;
  font-size: 20px;
  color: #FFF;
  text-align: left;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
}

.mobile-footer-canvas > .footer-links section > a .title .icon {
  font-size: 14px;
  margin-top: 4px;
}

.mobile-footer-canvas > .footer-links section > a.collapsed .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-footer-canvas > .footer-links section ul {
  -webkit-column-count: 2;
  column-count: 2;
  margin-bottom: 32px;
}

.mobile-footer-canvas > .footer-links section ul li {
  margin-bottom: 8px;
}

.mobile-footer-canvas > .footer-links section ul li a {
  display: block;
  padding-right: 16px;
  color: #FFF;
}

.mobile-footer-canvas > .footer-links section ul li a:hover {
  color: #FFF;
}

.mobile-footer-canvas > .footer-actions {
  padding: 16px;
  text-align: center;
}

.mobile-footer-canvas > .footer-actions > div {
  margin-bottom: 16px;
}

.mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-right {
  text-align: right;
}

.mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-left {
  text-align: left;
}

.mobile-footer-canvas > .footer-actions div:not(.footer-phone) span {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-left, .mobile-footer-canvas > .footer-actions div:not(.footer-phone).col-right {
    text-align: center;
  }
}

.mobile-footer-canvas > .footer-actions a,
.mobile-footer-canvas > .footer-actions a:hover,
.mobile-footer-canvas > .footer-actions span {
  color: #FFF;
}

body {
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  body {
    margin-bottom: 0;
  }
}

#persistentFooter {
  background: #fcfcfc;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: bottom 200ms linear;
  transition: bottom 200ms linear;
}

#persistentFooter .row div {
  padding: 4px;
}

#persistentFooter .btn {
  color: #555555;
  border: 1px solid #44687d;
  margin: auto;
  height: 42px;
  vertical-align: middle;
  line-height: 14px;
  font-size: 12px;
  max-width: 100%;
  width: 100%;
}

#persistentFooter .btn span:not(.icon-border) {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 2px;
  margin-top: -2px;
}

#persistentFooter .btn.single-line {
  line-height: 28px;
}

#persistentFooter .btn.tap-to-call {
  color: #FFF;
  border-color: transparent;
}

#persistentFooter .btn.tap-to-call span {
  margin-right: 2px;
  padding: 3px;
}

@media screen and (min-width: 480px) {
  #persistentFooter .row div {
    padding: 4px 8px;
  }
  #persistentFooter .btn {
    font-size: 14px;
  }
  #persistentFooter .btn span:not(.icon-border) {
    vertical-align: top;
    font-size: 23px;
    margin-right: 5px;
    margin-top: 2px;
  }
  #persistentFooter .btn.tap-to-call span {
    margin-right: 5px;
    padding: 4px;
  }
}

.trd-header-search-expand,
.trd-header-search-compressed,
.trd-header-search-expanded {
  position: absolute;
  height: 30px;
  text-align: left;
  overflow: hidden;
  margin-left: 0;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  cursor: pointer;
  vertical-align: middle;
}

.trd-header-search-expand .submit-busy,
.trd-header-search-compressed .submit-busy,
.trd-header-search-expanded .submit-busy {
  display: none !important;
}

.trd-header-search-expand.always-expanded {
  cursor: auto;
}

.trd-header-search-expand div,
.trd-header-search-expand form,
.trd-header-search-expand input {
  z-index: 5000;
}

.trd-header-search-expand {
  overflow: visible;
  z-index: 8000;
}

.trd-header-search-expand input:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.desktop .trd-header-search-expand,
.desktop .trd-header-search-compressed {
  top: 25px;
  right: 253px;
  width: 46px;
  z-index: 99;
}

.sticky-active .desktop .trd-header-search-compressed,
.sticky-active .desktop .trd-header-search-expand {
  top: 11px;
}

.desktop .trd-header-search-expand.always-expanded,
.desktop .trd-header-search-expanded {
  right: 2%;
}

.tablet .trd-header-search-expand,
.tablet .trd-header-search-expanded,
.tablet .trd-header-search-compressed {
  top: 17px;
  right: 10px;
  width: 46px;
}

.tablet .trd-header-search-expand.always-expanded,
.tablet .trd-header-search-expanded {
  right: 20px;
  width: 218px;
}

.trd-header-search-expand.always-expanded,
.trd-header-search-expand.hover,
.trd-header-search-expand.expand {
  border: 1px solid #b0b1b5;
}

.trd-header-search-expand.populated {
  border: 1px solid #666666;
}

.desktop .trd-header-search-expanded,
#trd-header.login .desktop .trd-header-search-expanded,
#trd-header.promo .desktop .trd-header-search-expanded,
.desktop .trd-header-search-compressed,
#trd-header.login .desktop .trd-header-search-compressed,
#trd-header.promo .desktop .trd-header-search-compressed {
  top: 0;
  height: 0;
}

.trd-header-search-container,
.trd-header-search-container form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.trd-header-search-container .input {
  position: absolute;
  top: -1px;
  left: auto;
  height: 27px;
  margin: 1px 0;
  width: 125px;
  padding: 0 5px 0 5px;
  border: none;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #CCCCCC;
  max-width: 125px;
  min-width: 125px;
}

.trd-header-search-container .input::-webkit-input-placeholder {
  color: #555555;
}

.trd-header-search-container .input:-ms-input-placeholder {
  color: #555555;
}

.trd-header-search-container .input::-ms-input-placeholder {
  color: #555555;
}

.trd-header-search-container .input::placeholder {
  color: #555555;
}

.trd-header-search-expand.always-expanded .input {
  width: 180px;
  max-width: 180px;
  min-width: 180px;
}

.trd-header-search-expand.populated .input {
  color: #444444;
}

.trd-header-search-button {
  position: absolute;
  top: 0;
  left: initial !important;
  right: 0 !important;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  overflow: hidden;
  background: url("/Content/images/v3/v_icon_search_default.svg");
  background-size: cover;
  background-position: center;
}

button[type=submit].trd-header-search-button {
  border: none;
  overflow: visible;
}

button[type=submit].trd-header-search-button[aria-label]:after {
  content: attr(aria-label);
  display: none;
  z-index: 6200;
  position: absolute;
  top: -25px;
  left: -75px;
  background-color: white;
  color: #B10A32;
  padding: 6px 15px;
  border-radius: 2px;
  font-size: 12px;
  border-left: 5px solid #B10A32;
  -webkit-box-shadow: 5px 5px 15px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px -4px rgba(0, 0, 0, 0.5);
  cursor: help;
}

@media screen and (max-width: 767px) {
  button[type=submit].trd-header-search-button[aria-label]:after {
    top: 27px;
    left: -50px;
  }
}

button[type=submit].trd-header-search-button[aria-label]:hover:after, button[type=submit].trd-header-search-button[aria-label]:focus:after {
  display: block;
}

.trd-header-search-expand.populated .trd-header-search-button {
  background: url("/Content/images/v3/v_icon_search_select.svg");
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

#trd-flyout .trd-header-search-expand,
#trd-flyout .trd-header-search-expanded,
#trd-flyout .trd-header-search-expand.always-expanded,
#trd-flyout .trd-header-search-compressed {
  right: auto;
  top: 10px;
  left: 50px;
}

#trd-flyout .trd-header-search-expand.always-expanded {
  width: 203px;
}

#trd-flyout .trd-header-search-expand.always-expanded .input {
  width: 173px;
  max-width: 173px;
  min-width: 173px;
}

#trd-flyout .trd-header-search-expand.always-expanded .trd-header-search-button {
  left: 173px;
}

.trd-header-search-container .cover {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 28px;
  width: 28px;
  background-color: #FFFFFF;
}

.always-expanded .trd-header-search-container .cover {
  visibility: hidden;
  display: none;
}

.trd-header-search-button .shading {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 5px;
  height: 28px;
  width: 28px;
  background-color: #FFFFFF;
}

.trd-header-search-button .img {
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 5px;
  height: 25px;
  width: 25px;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.trd-header-search-button .text {
  position: absolute;
  top: -100px;
}

.trd-header-close-search {
  position: absolute;
  top: 0px;
  width: 28px;
  height: 28px;
}

.desktop .trd-header-close-search {
  left: 210px;
}

.tablet .trd-header-close-search {
  left: 160px;
}

.desktop .always-expanded .trd-header-close-search,
.tablet .always-expanded .trd-header-close-search {
  display: none;
  visibility: hidden;
}

.trd-header-close-search img {
  position: absolute;
  top: 11px;
  left: 11px;
  height: 14px;
  width: 14px;
}

#trd-flyout .trd-header-search-expand {
  visibility: visible;
  display: block;
}

.trd-header-search-expanded,
.trd-header-search-compressed,
.trd-header-search-expand {
  visibility: hidden;
  display: none;
}

@media screen and (min-width: 768px) {
  #trd-flyout .trd-header-search-expand {
    visibility: hidden;
    display: none;
  }
  #trd-flyout .trd-header-search-expand.always-expanded .input,
  #trd-flyout .trd-header-search-expand.always-expanded .trd-header-search-button {
    display: none;
  }
  .trd-header-search-expanded,
  .trd-header-search-compressed,
  .trd-header-search-expand {
    visibility: visible;
    display: block;
  }
  .desktop .trd-header-search-expand.always-expanded,
  .desktop .trd-header-search-expanded,
  .tablet .trd-header-search-expand.always-expanded,
  .tablet .trd-header-search-expanded {
    width: 168px;
  }
  .trd-header-search-container .input,
  .tablet .trd-header-search-expand.always-expanded .input,
  .desktop .trd-header-search-expand.always-expanded .input {
    width: 136px;
    max-width: 136px;
    min-width: 136px;
  }
  .tablet .trd-header-search-button,
  .desktop .trd-header-search-button {
    left: 139px;
  }
}

/*@media screen and (min-width: $screen-md) {

	.desktop .trd-header-search-expand.always-expanded,
	.desktop .trd-header-search-expanded,
	.tablet .trd-header-search-expand.always-expanded,
	.tablet .trd-header-search-expanded {
		width: 198px;
	}

	.trd-header-search-container .input,
	.tablet .trd-header-search-expand.always-expanded .input,
	.desktop .trd-header-search-expand.always-expanded .input {
		width: 166px;
		max-width: 166px;
		min-width: 166px;
	}

	.tablet .trd-header-search-button,
	.desktop .trd-header-search-button {
		left: 169px;
	}

}*/
@media screen and (min-width: 1280px) {
  .desktop .trd-header-search-expand.always-expanded,
  .desktop .trd-header-search-expanded,
  .tablet .trd-header-search-expand.always-expanded,
  .tablet .trd-header-search-expanded {
    width: 198px;
  }
  .trd-header-search-container .input,
  .tablet .trd-header-search-expand.always-expanded .input,
  .desktop .trd-header-search-expand.always-expanded .input {
    width: 166px;
    max-width: 166px;
    min-width: 166px;
  }
  .tablet .trd-header-search-button,
  .desktop .trd-header-search-button {
    left: 169px;
  }
}

@media screen and (min-width: 1366px) {
  .tablet .trd-header-search-expand.always-expanded,
  .tablet .trd-header-search-expanded,
  .desktop .trd-header-search-expand.always-expanded,
  .desktop .trd-header-search-expanded {
    width: 213px;
    right: 30px;
  }
  .desktop .trd-header-search-expand.always-expanded .input,
  .trd-header-search-container .input,
  .tablet .trd-header-search-expand.always-expanded .input {
    width: 183px;
    max-width: 183px;
    min-width: 183px;
  }
  .desktop .trd-header-search-button,
  .tablet .trd-header-search-button {
    left: 183px;
  }
}

/*****Setup Structure for Navigation and header*******/
.why-viking .hdr-canvas {
  height: 50px;
}

@media screen and (min-width: 768px) {
  .why-viking .hdr-canvas {
    height: 93px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking .hdr-canvas {
    height: 110px;
  }
}

.why-viking .hdr-canvas.ext-canvas {
  /*height: 110px;*/
  height: 131px;
}

@media screen and (min-width: 768px) {
  .why-viking .hdr-canvas.ext-canvas {
    height: 234px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking .hdr-canvas.ext-canvas {
    height: 245px;
  }
}

.why-viking .hdr-canvas.ext-semi-canvas {
  height: 110px;
}

@media screen and (min-width: 768px) {
  .why-viking .hdr-canvas.ext-semi-canvas {
    height: 174px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking .hdr-canvas.ext-semi-canvas {
    height: 185px;
  }
}

.why-viking .hdr-canvas.ext-cookie-canvas {
  height: 92px;
}

@media screen and (min-width: 768px) {
  .why-viking .hdr-canvas.ext-cookie-canvas {
    height: 134px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking .hdr-canvas.ext-cookie-canvas {
    height: 165px;
  }
}

.why-viking #cruise-hdr {
  top: 51px;
}

@media screen and (min-width: 768px) {
  .why-viking #cruise-hdr {
    top: 94px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking #cruise-hdr {
    top: 105px;
  }
}

@media screen and (min-width: 768px) {
  .why-viking.co-branded .hdr-canvas {
    height: 113px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded .hdr-canvas {
    height: 144px;
  }
}

@media screen and (min-width: 768px) {
  .why-viking.co-branded .hdr-canvas.ext-canvas {
    height: 254px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded .hdr-canvas.ext-canvas {
    height: 270px;
  }
}

@media screen and (min-width: 768px) {
  .why-viking.co-branded .hdr-canvas.ext-semi-canvas {
    height: 194px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded .hdr-canvas.ext-semi-canvas {
    height: 225px;
  }
}

.why-viking.co-branded .hdr-canvas.ext-cookie-canvas {
  /*height: 133px;*/
}

@media screen and (min-width: 768px) {
  .why-viking.co-branded .hdr-canvas.ext-cookie-canvas {
    height: 154px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded .hdr-canvas.ext-cookie-canvas {
    height: 185px;
  }
}

@media screen and (min-width: 768px) {
  .why-viking.co-branded #cruise-hdr {
    top: 114px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded #cruise-hdr {
    top: 130px;
  }
}

.why-viking.co-branded.with-cookie-disclaimer .hdr-canvas.ext-canvas {
  eight: 191px;
}

@media screen and (min-width: 768px) {
  .why-viking.co-branded.with-cookie-disclaimer .hdr-canvas.ext-canvas {
    height: 254px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded.with-cookie-disclaimer .hdr-canvas.ext-canvas {
    height: 324px;
  }
}

@media screen and (min-width: 768px) {
  .why-viking.co-branded.with-cookie-disclaimer #cruise-hdr {
    top: 147px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded.with-cookie-disclaimer #cruise-hdr {
    top: 156px;
  }
}

@media screen and (min-width: 768px) {
  .why-viking.co-branded.with-cookie-disclaimer.with-tablet-header #cruise-hdr {
    top: 177px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded.with-cookie-disclaimer.with-tablet-header #cruise-hdr {
    top: 186px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded.with-cookie-disclaimer.with-tablet-header .hdr-canvas.ext-canvas {
    height: 294px;
  }
}

.why-viking.co-branded.with-cookie-disclaimer.with-tablet-header .hdr-canvas.ext-cookie-canvas {
  /*@media screen and (min-width: $screen-sm) {
                            height: 177px;
                        }
                        @media screen and (min-width: $screen-md) {
                            height: 186px;
                        }*/
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded.with-tablet-header #cruise-hdr {
    top: 114px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.co-branded.with-tablet-header .hdr-canvas.ext-canvas {
    height: 253px;
  }
}

.why-viking.co-branded.with-tablet-header .hdr-canvas.ext-cookie-canvas {
  /*@media screen and (min-width: $screen-sm) {
                        height: 177px;
                    }
                    @media screen and (min-width: $screen-md) {
                        height: 186px;
                    }*/
}

.why-viking.with-cookie-disclaimer #cruise-hdr {
  top: 132px;
}

.why-viking.sticky-active .hdr-canvas.ext-canvas {
  height: 110px;
}

@media screen and (min-width: 768px) {
  .why-viking.sticky-active .hdr-canvas.ext-canvas {
    height: 154px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.sticky-active .hdr-canvas.ext-canvas {
    height: 140px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.sticky-active #cruise-hdr {
    top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.sticky-active.with-tablet-header #cruise-hdr {
    top: 93px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.sticky-active.with-tablet-header.with-cookie-disclaimer #cruise-hdr {
    top: 131px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.sticky-active.co-branded #cruise-hdr {
    top: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.sticky-active.co-branded.with-cookie-disclaimer #cruise-hdr {
    top: 142px;
  }
}

@media screen and (min-width: 1024px) {
  .why-viking.sticky-active.co-branded.with-tablet-header #cruise-hdr {
    top: 114px;
  }
}

/*# sourceMappingURL=trd-global.css.map */

@charset "UTF-8";
/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "icomoon";
  src: url("/Content/fonts/icomoon.eot");
  src: url("/Content/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/icomoon.woff") format("woff"), url("/Content/fonts/icomoon.ttf") format("truetype"), url("/Content/fonts/icomoon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 24px;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flexslider .slides ul {
  list-style-type: disc;
}

.flexslider.flexslider-carousel {
  margin: 0 30px;
}

.flexslider.flexslider-carousel a, .flexslider.flexslider-carousel button {
  background-color: transparent;
}

.flexslider.flexslider-carousel a.flex-next, .flexslider.flexslider-carousel button.flex-next {
  right: -50px;
}

.flexslider.flexslider-carousel a.flex-prev, .flexslider.flexslider-carousel button.flex-prev {
  left: -50px;
}

.flexslider.flexslider-carousel li {
  margin-right: 16px;
  cursor: pointer;
}

.flexslider.flexslider-carousel .flex-active-slide {
  position: relative;
}

.flexslider.flexslider-carousel .flex-active-slide:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #B10A32;
}

@media screen and (min-width: 860px) {
  .flexslider.flexslider-carousel .flex-direction-nav a.flex-prev, .flexslider.flexslider-carousel .flex-direction-nav button.flex-prev {
    opacity: 1;
  }
  .flexslider.flexslider-carousel .flex-direction-nav a.flex-next, .flexslider.flexslider-carousel .flex-direction-nav button.flex-next {
    opacity: 1;
  }
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a, .flex-direction-nav button {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 88px;
  margin: -44px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before, .flex-direction-nav button:before {
  font-family: "icomoon";
  font-size: 44px;
  display: inline-block;
  content: "";
  color: rgba(255, 255, 255, 0.8);
  margin: 11px 0;
}

.flexslider-carousel .flex-direction-nav a:before, .flexslider-carousel .flex-direction-nav button:before {
  font-size: 29px;
  margin: 22px 0;
  color: rgba(0, 0, 0, 0.8);
}

.flex-direction-nav a.flex-next:before, .flex-direction-nav button.flex-next:before {
  content: "";
}

.flex-direction-nav .flex-prev {
  left: 0px;
}

.flex-direction-nav .flex-next {
  right: 0px;
}

@media screen and (min-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  display: none;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "${font-name}";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 24%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flexslider-slides .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -24px;
  }
  .flexslider-slides .flex-direction-nav .flex-next {
    opacity: 1;
    right: -24px;
  }
}

/*# sourceMappingURL=flexslider.css.map */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  /*font-weight: bold;*/
  font-weight: 600;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

@media print {
  *:not(.print-callout) {
    text-shadow: none !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  *:not(.modal-content):not(.modal-backdrop):not(.thumbnail-img):not(.map) {
    background: transparent !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/Content/fonts/glyphicons-halflings-regular.eot");
  src: url("/Content/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/Content/fonts/glyphicons-halflings-regular.woff") format("woff"), url("/Content/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/Content/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

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

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

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-tent:before {
  content: "\26fa";
}

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

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

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

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

.glyphicon-hourglass:before {
  content: "\231b";
}

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

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

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

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

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

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

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

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #FFF;
}

a {
  color: #B10A32;
  text-decoration: none;
}

a:hover, a:focus {
  color: #333;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #cccccc;
}

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10.5px;
}

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

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

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

cite {
  font-style: normal;
}

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #B10A32;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #B10A32;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #cccccc;
}

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

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

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

.list-inline {
  margin-left: -5px;
}

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

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

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #cccccc;
}

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

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cccccc;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.row:after {
  clear: both;
}

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

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

.col-tn-1 {
  width: 8.33333%;
}

.col-tn-2 {
  width: 16.66667%;
}

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

.col-tn-4 {
  width: 33.33333%;
}

.col-tn-5 {
  width: 41.66667%;
}

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

.col-tn-7 {
  width: 58.33333%;
}

.col-tn-8 {
  width: 66.66667%;
}

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

.col-tn-10 {
  width: 83.33333%;
}

.col-tn-11 {
  width: 91.66667%;
}

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

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

.col-tn-pull-1 {
  right: 8.33333%;
}

.col-tn-pull-2 {
  right: 16.66667%;
}

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

.col-tn-pull-4 {
  right: 33.33333%;
}

.col-tn-pull-5 {
  right: 41.66667%;
}

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

.col-tn-pull-7 {
  right: 58.33333%;
}

.col-tn-pull-8 {
  right: 66.66667%;
}

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

.col-tn-pull-10 {
  right: 83.33333%;
}

.col-tn-pull-11 {
  right: 91.66667%;
}

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

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

.col-tn-push-1 {
  left: 8.33333%;
}

.col-tn-push-2 {
  left: 16.66667%;
}

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

.col-tn-push-4 {
  left: 33.33333%;
}

.col-tn-push-5 {
  left: 41.66667%;
}

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

.col-tn-push-7 {
  left: 58.33333%;
}

.col-tn-push-8 {
  left: 66.66667%;
}

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

.col-tn-push-10 {
  left: 83.33333%;
}

.col-tn-push-11 {
  left: 91.66667%;
}

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

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

.col-tn-offset-1 {
  margin-left: 8.33333%;
}

.col-tn-offset-2 {
  margin-left: 16.66667%;
}

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

.col-tn-offset-4 {
  margin-left: 33.33333%;
}

.col-tn-offset-5 {
  margin-left: 41.66667%;
}

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

.col-tn-offset-7 {
  margin-left: 58.33333%;
}

.col-tn-offset-8 {
  margin-left: 66.66667%;
}

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

.col-tn-offset-10 {
  margin-left: 83.33333%;
}

.col-tn-offset-11 {
  margin-left: 91.66667%;
}

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

@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.33333%;
  }
  .col-xs-pull-2 {
    right: 16.66667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.33333%;
  }
  .col-xs-pull-5 {
    right: 41.66667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.33333%;
  }
  .col-xs-pull-8 {
    right: 66.66667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.33333%;
  }
  .col-xs-pull-11 {
    right: 91.66667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.33333%;
  }
  .col-xs-push-2 {
    left: 16.66667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.33333%;
  }
  .col-xs-push-5 {
    left: 41.66667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.33333%;
  }
  .col-xs-push-8 {
    left: 66.66667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.33333%;
  }
  .col-xs-push-11 {
    left: 91.66667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1366px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.calendar-row {
  margin-left: -1px;
  margin-right: -1px;
}

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

.calendar-row:after {
  clear: both;
}

.calendar-xs-1, .calendar-sm-1, .calendar-md-1, .calendar-lg-1, .calendar-xs-2, .calendar-sm-2, .calendar-md-2, .calendar-lg-2, .calendar-xs-3, .calendar-sm-3, .calendar-md-3, .calendar-lg-3, .calendar-xs-4, .calendar-sm-4, .calendar-md-4, .calendar-lg-4, .calendar-xs-5, .calendar-sm-5, .calendar-md-5, .calendar-lg-5, .calendar-xs-6, .calendar-sm-6, .calendar-md-6, .calendar-lg-6, .calendar-xs-7, .calendar-sm-7, .calendar-md-7, .calendar-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.calendar-xs-1, .calendar-xs-2, .calendar-xs-3, .calendar-xs-4, .calendar-xs-5, .calendar-xs-6, .calendar-xs-7 {
  float: left;
}

.calendar-xs-1 {
  width: 14.28571%;
}

.calendar-xs-2 {
  width: 28.57143%;
}

.calendar-xs-3 {
  width: 42.85714%;
}

.calendar-xs-4 {
  width: 57.14286%;
}

.calendar-xs-5 {
  width: 71.42857%;
}

.calendar-xs-6 {
  width: 85.71429%;
}

.calendar-xs-7 {
  width: 100%;
}

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

.calendar-xs-pull-1 {
  right: 14.28571%;
}

.calendar-xs-pull-2 {
  right: 28.57143%;
}

.calendar-xs-pull-3 {
  right: 42.85714%;
}

.calendar-xs-pull-4 {
  right: 57.14286%;
}

.calendar-xs-pull-5 {
  right: 71.42857%;
}

.calendar-xs-pull-6 {
  right: 85.71429%;
}

.calendar-xs-pull-7 {
  right: 100%;
}

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

.calendar-xs-push-1 {
  left: 14.28571%;
}

.calendar-xs-push-2 {
  left: 28.57143%;
}

.calendar-xs-push-3 {
  left: 42.85714%;
}

.calendar-xs-push-4 {
  left: 57.14286%;
}

.calendar-xs-push-5 {
  left: 71.42857%;
}

.calendar-xs-push-6 {
  left: 85.71429%;
}

.calendar-xs-push-7 {
  left: 100%;
}

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

.calendar-xs-offset-1 {
  margin-left: 14.28571%;
}

.calendar-xs-offset-2 {
  margin-left: 28.57143%;
}

.calendar-xs-offset-3 {
  margin-left: 42.85714%;
}

.calendar-xs-offset-4 {
  margin-left: 57.14286%;
}

.calendar-xs-offset-5 {
  margin-left: 71.42857%;
}

.calendar-xs-offset-6 {
  margin-left: 85.71429%;
}

.calendar-xs-offset-7 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .calendar-sm-1, .calendar-sm-2, .calendar-sm-3, .calendar-sm-4, .calendar-sm-5, .calendar-sm-6, .calendar-sm-7 {
    float: left;
  }
  .calendar-sm-1 {
    width: 14.28571%;
  }
  .calendar-sm-2 {
    width: 28.57143%;
  }
  .calendar-sm-3 {
    width: 42.85714%;
  }
  .calendar-sm-4 {
    width: 57.14286%;
  }
  .calendar-sm-5 {
    width: 71.42857%;
  }
  .calendar-sm-6 {
    width: 85.71429%;
  }
  .calendar-sm-7 {
    width: 100%;
  }
  .calendar-sm-pull-0 {
    right: auto;
  }
  .calendar-sm-pull-1 {
    right: 14.28571%;
  }
  .calendar-sm-pull-2 {
    right: 28.57143%;
  }
  .calendar-sm-pull-3 {
    right: 42.85714%;
  }
  .calendar-sm-pull-4 {
    right: 57.14286%;
  }
  .calendar-sm-pull-5 {
    right: 71.42857%;
  }
  .calendar-sm-pull-6 {
    right: 85.71429%;
  }
  .calendar-sm-pull-7 {
    right: 100%;
  }
  .calendar-sm-push-0 {
    left: auto;
  }
  .calendar-sm-push-1 {
    left: 14.28571%;
  }
  .calendar-sm-push-2 {
    left: 28.57143%;
  }
  .calendar-sm-push-3 {
    left: 42.85714%;
  }
  .calendar-sm-push-4 {
    left: 57.14286%;
  }
  .calendar-sm-push-5 {
    left: 71.42857%;
  }
  .calendar-sm-push-6 {
    left: 85.71429%;
  }
  .calendar-sm-push-7 {
    left: 100%;
  }
  .calendar-sm-offset-0 {
    margin-left: 0%;
  }
  .calendar-sm-offset-1 {
    margin-left: 14.28571%;
  }
  .calendar-sm-offset-2 {
    margin-left: 28.57143%;
  }
  .calendar-sm-offset-3 {
    margin-left: 42.85714%;
  }
  .calendar-sm-offset-4 {
    margin-left: 57.14286%;
  }
  .calendar-sm-offset-5 {
    margin-left: 71.42857%;
  }
  .calendar-sm-offset-6 {
    margin-left: 85.71429%;
  }
  .calendar-sm-offset-7 {
    margin-left: 100%;
  }
}

@media (min-width: 1024px) {
  .calendar-md-1, .calendar-md-2, .calendar-md-3, .calendar-md-4, .calendar-md-5, .calendar-md-6, .calendar-md-7 {
    float: left;
  }
  .calendar-md-1 {
    width: 14.28571%;
  }
  .calendar-md-2 {
    width: 28.57143%;
  }
  .calendar-md-3 {
    width: 42.85714%;
  }
  .calendar-md-4 {
    width: 57.14286%;
  }
  .calendar-md-5 {
    width: 71.42857%;
  }
  .calendar-md-6 {
    width: 85.71429%;
  }
  .calendar-md-7 {
    width: 100%;
  }
  .calendar-md-pull-0 {
    right: auto;
  }
  .calendar-md-pull-1 {
    right: 14.28571%;
  }
  .calendar-md-pull-2 {
    right: 28.57143%;
  }
  .calendar-md-pull-3 {
    right: 42.85714%;
  }
  .calendar-md-pull-4 {
    right: 57.14286%;
  }
  .calendar-md-pull-5 {
    right: 71.42857%;
  }
  .calendar-md-pull-6 {
    right: 85.71429%;
  }
  .calendar-md-pull-7 {
    right: 100%;
  }
  .calendar-md-push-0 {
    left: auto;
  }
  .calendar-md-push-1 {
    left: 14.28571%;
  }
  .calendar-md-push-2 {
    left: 28.57143%;
  }
  .calendar-md-push-3 {
    left: 42.85714%;
  }
  .calendar-md-push-4 {
    left: 57.14286%;
  }
  .calendar-md-push-5 {
    left: 71.42857%;
  }
  .calendar-md-push-6 {
    left: 85.71429%;
  }
  .calendar-md-push-7 {
    left: 100%;
  }
  .calendar-md-offset-0 {
    margin-left: 0%;
  }
  .calendar-md-offset-1 {
    margin-left: 14.28571%;
  }
  .calendar-md-offset-2 {
    margin-left: 28.57143%;
  }
  .calendar-md-offset-3 {
    margin-left: 42.85714%;
  }
  .calendar-md-offset-4 {
    margin-left: 57.14286%;
  }
  .calendar-md-offset-5 {
    margin-left: 71.42857%;
  }
  .calendar-md-offset-6 {
    margin-left: 85.71429%;
  }
  .calendar-md-offset-7 {
    margin-left: 100%;
  }
}

@media (min-width: 1366px) {
  .calendar-lg-1, .calendar-lg-2, .calendar-lg-3, .calendar-lg-4, .calendar-lg-5, .calendar-lg-6, .calendar-lg-7 {
    float: left;
  }
  .calendar-lg-1 {
    width: 14.28571%;
  }
  .calendar-lg-2 {
    width: 28.57143%;
  }
  .calendar-lg-3 {
    width: 42.85714%;
  }
  .calendar-lg-4 {
    width: 57.14286%;
  }
  .calendar-lg-5 {
    width: 71.42857%;
  }
  .calendar-lg-6 {
    width: 85.71429%;
  }
  .calendar-lg-7 {
    width: 100%;
  }
  .calendar-lg-pull-0 {
    right: auto;
  }
  .calendar-lg-pull-1 {
    right: 14.28571%;
  }
  .calendar-lg-pull-2 {
    right: 28.57143%;
  }
  .calendar-lg-pull-3 {
    right: 42.85714%;
  }
  .calendar-lg-pull-4 {
    right: 57.14286%;
  }
  .calendar-lg-pull-5 {
    right: 71.42857%;
  }
  .calendar-lg-pull-6 {
    right: 85.71429%;
  }
  .calendar-lg-pull-7 {
    right: 100%;
  }
  .calendar-lg-push-0 {
    left: auto;
  }
  .calendar-lg-push-1 {
    left: 14.28571%;
  }
  .calendar-lg-push-2 {
    left: 28.57143%;
  }
  .calendar-lg-push-3 {
    left: 42.85714%;
  }
  .calendar-lg-push-4 {
    left: 57.14286%;
  }
  .calendar-lg-push-5 {
    left: 71.42857%;
  }
  .calendar-lg-push-6 {
    left: 85.71429%;
  }
  .calendar-lg-push-7 {
    left: 100%;
  }
  .calendar-lg-offset-0 {
    margin-left: 0%;
  }
  .calendar-lg-offset-1 {
    margin-left: 14.28571%;
  }
  .calendar-lg-offset-2 {
    margin-left: 28.57143%;
  }
  .calendar-lg-offset-3 {
    margin-left: 42.85714%;
  }
  .calendar-lg-offset-4 {
    margin-left: 57.14286%;
  }
  .calendar-lg-offset-5 {
    margin-left: 71.42857%;
  }
  .calendar-lg-offset-6 {
    margin-left: 85.71429%;
  }
  .calendar-lg-offset-7 {
    margin-left: 100%;
  }
}

table.table {
  font-family: inherit;
  font-weight: normal;
  margin: 0 0 21px 0;
}

table.table caption {
  background: transparent;
  padding: inherit;
}

.table td,
.table th {
  border: none;
  background: none;
  min-height: unset;
  text-transform: none;
}

.table td .v-align-middle,
.table th .v-align-middle {
  vertical-align: middle;
}

.table h1, .table h2, .table h3, .table h4, .table h5 {
  margin: 0;
}

.table.table-plain > thead > tr > th,
.table.table-plain > tbody > tr > th,
.table.table-plain > tfoot > tr > th {
  background: #F2F2F2;
  border-top: none;
  vertical-align: middle;
  text-transform: uppercase;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 21px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #DDD;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #DDD;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #DDD;
}

.table .table {
  background-color: #FFF;
}

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

.table-bordered {
  border: 1px solid #DDD;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #DDD;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F7F7FA;
}

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555;
}

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

.form-control:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #555555;
  opacity: 1;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 35px;
  line-height: 1.5 \0;
}

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}

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

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

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

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

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

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

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

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

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

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 8px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #FFF;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #FFF;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #FFF;
  background-color: #8a8a8a;
  border-color: #858585;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}

.btn-default .badge {
  color: #a3a3a3;
  background-color: #FFF;
}

.btn-primary {
  color: #FFF;
  background-color: #B10A32;
  border-color: #99092b;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #810724;
  border-color: #5f051b;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #B10A32;
  border-color: #99092b;
}

.btn-primary .badge {
  color: #B10A32;
  background-color: #FFF;
}

.btn-success {
  color: #FFF;
  background-color: #5CB85C;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #FFF;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5CB85C;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5CB85C;
  background-color: #FFF;
}

.btn-info {
  color: #FFF;
  background-color: #5BC0DE;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #FFF;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5BC0DE;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5BC0DE;
  background-color: #FFF;
}

.btn-warning {
  color: #FFF;
  background-color: #F0AD4E;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #FFF;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #F0AD4E;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #F0AD4E;
  background-color: #FFF;
}

.btn-danger {
  color: #FFF;
  background-color: #D9534F;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #D9534F;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #D9534F;
  background-color: #FFF;
}

.btn-link {
  color: #B10A32;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

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

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

.btn-link:hover, .btn-link:focus {
  color: #333;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

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

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

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFF;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}

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

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

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

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #777777;
}

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
  margin-left: 0;
}

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #cccccc;
  border-color: #B10A32;
}

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

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

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

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

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

.nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #DDD;
}

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

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

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

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

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #B10A32;
}

.nav-stacked > li {
  float: none;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #DDD;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #DDD;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #FFF;
  }
}

.tab-content > .tab-pane {
  display: none;
}

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

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

.thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 21px;
  line-height: 1.5;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

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

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

.media,
.media .media {
  margin-top: 15px;
}

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

.media-object {
  display: block;
}

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

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

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

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

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

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

.panel-group {
  margin-bottom: 21px;
}

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

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

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

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #B10A32;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #B10A32;
  border-color: #B10A32;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #B10A32;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #B10A32;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.panel-topic-info {
  border: 0;
}

.panel-group-title {
  margin-top: 32px;
  font-size: 40px;
}

.panel-topic-info.panel + .panel {
  margin: 0;
}

.panel-topic-info .panel-heading {
  border-top: 1px solid #cccccc;
  padding: 0 24px;
}

.panel-topic-info .panel-heading a {
  display: block;
  padding: 32px 0;
}

.panel-topic-info .panel-heading a .icon {
  color: #B10A32;
}

.panel-topic-info .panel-title {
  font-size: 24px;
}

.panel-topic-info .panel-heading + .panel-collapse .panel-body {
  border: 0px;
}

.panel-topic-info .panel-body {
  font-size: 16px;
  line-height: 1.75em;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

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

.modal-open {
  overflow: hidden;
}

.ios .modal-open {
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #FFF;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 24px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 25.5px;
}

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

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

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

.modal-footer {
  padding: 24px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

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

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

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

.visible-tn-block,
.visible-tn-inline,
.visible-tn-inline-block {
  display: none !important;
}

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

@media (max-width: 479px) {
  .visible-tn-block {
    display: block !important;
  }
}

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

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

@media (max-width: 479px) {
  .hidden-tn {
    display: none !important;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  /*Viking custom to support smaller viewports*/
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .hidden-lg {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

.btn {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  /*font-weight:500;*/
  text-transform: uppercase;
}

.btn-red {
  color: #FFF;
  background-color: #B10A32;
  border-color: #B10A32;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active,
.open > .btn-red.dropdown-toggle {
  color: #FFF;
  background-color: #810724;
  border-color: #770722;
}

.btn-red:active, .btn-red.active,
.open > .btn-red.dropdown-toggle {
  background-image: none;
}

.btn-red.disabled, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled], .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active,
fieldset[disabled] .btn-red,
fieldset[disabled] .btn-red:hover,
fieldset[disabled] .btn-red:focus,
fieldset[disabled] .btn-red:active,
fieldset[disabled] .btn-red.active {
  background-color: #B10A32;
  border-color: #B10A32;
}

.btn-red .badge {
  color: #B10A32;
  background-color: #FFF;
}

.btn-white {
  color: #B10A32;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  color: #B10A32;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-white:active, .btn-white.active,
.open > .btn-white.dropdown-toggle {
  background-image: none;
}

.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active,
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  background-color: #FFF;
  border-color: #FFF;
}

.btn-white .badge {
  color: #FFF;
  background-color: #B10A32;
}

.btn-blue {
  color: #FFF;
  background-color: #456580;
  border-color: #456580;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  color: #FFF;
  background-color: #334b5f;
  border-color: #304658;
}

.btn-blue:active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  background-image: none;
}

.btn-blue.disabled, .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled], .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active,
fieldset[disabled] .btn-blue,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-blue.active {
  background-color: #456580;
  border-color: #456580;
}

.btn-blue .badge {
  color: #456580;
  background-color: #FFF;
}

.btn-border-blue {
  color: #000;
  background-color: transparent;
  border-color: #cccccc;
}

.btn-border-blue:hover, .btn-border-blue:focus, .btn-border-blue:active, .btn-border-blue.active,
.open > .btn-border-blue.dropdown-toggle {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #adadad;
}

.btn-border-blue:active, .btn-border-blue.active,
.open > .btn-border-blue.dropdown-toggle {
  background-image: none;
}

.btn-border-blue.disabled, .btn-border-blue.disabled:hover, .btn-border-blue.disabled:focus, .btn-border-blue.disabled:active, .btn-border-blue.disabled.active, .btn-border-blue[disabled], .btn-border-blue[disabled]:hover, .btn-border-blue[disabled]:focus, .btn-border-blue[disabled]:active, .btn-border-blue[disabled].active,
fieldset[disabled] .btn-border-blue,
fieldset[disabled] .btn-border-blue:hover,
fieldset[disabled] .btn-border-blue:focus,
fieldset[disabled] .btn-border-blue:active,
fieldset[disabled] .btn-border-blue.active {
  background-color: transparent;
  border-color: #cccccc;
}

.btn-border-blue .badge {
  color: transparent;
  background-color: #000;
}

.btn-border-blue.active {
  background: #456580;
  color: #FFF;
  border-color: #456580;
}

.btn-border-black {
  color: #000;
  background-color: #FFF;
  border-color: #000;
}

.btn-border-black:hover, .btn-border-black:focus, .btn-border-black:active, .btn-border-black.active,
.open > .btn-border-black.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: black;
}

.btn-border-black:active, .btn-border-black.active,
.open > .btn-border-black.dropdown-toggle {
  background-image: none;
}

.btn-border-black.disabled, .btn-border-black.disabled:hover, .btn-border-black.disabled:focus, .btn-border-black.disabled:active, .btn-border-black.disabled.active, .btn-border-black[disabled], .btn-border-black[disabled]:hover, .btn-border-black[disabled]:focus, .btn-border-black[disabled]:active, .btn-border-black[disabled].active,
fieldset[disabled] .btn-border-black,
fieldset[disabled] .btn-border-black:hover,
fieldset[disabled] .btn-border-black:focus,
fieldset[disabled] .btn-border-black:active,
fieldset[disabled] .btn-border-black.active {
  background-color: #FFF;
  border-color: #000;
}

.btn-border-black .badge {
  color: #FFF;
  background-color: #000;
}

.btn-border-gray {
  color: #000;
  background-color: #FFF;
  border-color: #cccccc;
}

.btn-border-gray:hover, .btn-border-gray:focus, .btn-border-gray:active, .btn-border-gray.active,
.open > .btn-border-gray.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-border-gray:active, .btn-border-gray.active,
.open > .btn-border-gray.dropdown-toggle {
  background-image: none;
}

.btn-border-gray.disabled, .btn-border-gray.disabled:hover, .btn-border-gray.disabled:focus, .btn-border-gray.disabled:active, .btn-border-gray.disabled.active, .btn-border-gray[disabled], .btn-border-gray[disabled]:hover, .btn-border-gray[disabled]:focus, .btn-border-gray[disabled]:active, .btn-border-gray[disabled].active,
fieldset[disabled] .btn-border-gray,
fieldset[disabled] .btn-border-gray:hover,
fieldset[disabled] .btn-border-gray:focus,
fieldset[disabled] .btn-border-gray:active,
fieldset[disabled] .btn-border-gray.active {
  background-color: #FFF;
  border-color: #cccccc;
}

.btn-border-gray .badge {
  color: #FFF;
  background-color: #000;
}

.btn-clear-white {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}

.btn-clear-white:hover, .btn-clear-white:focus, .btn-clear-white:active, .btn-clear-white.active,
.open > .btn-clear-white.dropdown-toggle {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-clear-white:active, .btn-clear-white.active,
.open > .btn-clear-white.dropdown-toggle {
  background-image: none;
}

.btn-clear-white.disabled, .btn-clear-white.disabled:hover, .btn-clear-white.disabled:focus, .btn-clear-white.disabled:active, .btn-clear-white.disabled.active, .btn-clear-white[disabled], .btn-clear-white[disabled]:hover, .btn-clear-white[disabled]:focus, .btn-clear-white[disabled]:active, .btn-clear-white[disabled].active,
fieldset[disabled] .btn-clear-white,
fieldset[disabled] .btn-clear-white:hover,
fieldset[disabled] .btn-clear-white:focus,
fieldset[disabled] .btn-clear-white:active,
fieldset[disabled] .btn-clear-white.active {
  background-color: transparent;
  border-color: #FFF;
}

.btn-clear-white .badge {
  color: transparent;
  background-color: #FFF;
}

.btn-clear-white:hover {
  background: rgba(255, 255, 255, 0.15);
}

.btn-clear-dark {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}

.btn-clear-dark:hover, .btn-clear-dark:focus, .btn-clear-dark:active, .btn-clear-dark.active,
.open > .btn-clear-dark.dropdown-toggle {
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #141414;
}

.btn-clear-dark:active, .btn-clear-dark.active,
.open > .btn-clear-dark.dropdown-toggle {
  background-image: none;
}

.btn-clear-dark.disabled, .btn-clear-dark.disabled:hover, .btn-clear-dark.disabled:focus, .btn-clear-dark.disabled:active, .btn-clear-dark.disabled.active, .btn-clear-dark[disabled], .btn-clear-dark[disabled]:hover, .btn-clear-dark[disabled]:focus, .btn-clear-dark[disabled]:active, .btn-clear-dark[disabled].active,
fieldset[disabled] .btn-clear-dark,
fieldset[disabled] .btn-clear-dark:hover,
fieldset[disabled] .btn-clear-dark:focus,
fieldset[disabled] .btn-clear-dark:active,
fieldset[disabled] .btn-clear-dark.active {
  background-color: transparent;
  border-color: #333333;
}

.btn-clear-dark .badge {
  color: transparent;
  background-color: #333333;
}

.btn-clear-dark:hover {
  background: rgba(0, 0, 0, 0.15);
}

.btn-clear-light {
  color: #555555;
  background-color: transparent;
  border-color: #777777;
}

.btn-clear-light:hover, .btn-clear-light:focus, .btn-clear-light:active, .btn-clear-light.active,
.open > .btn-clear-light.dropdown-toggle {
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
  border-color: #585858;
}

.btn-clear-light:active, .btn-clear-light.active,
.open > .btn-clear-light.dropdown-toggle {
  background-image: none;
}

.btn-clear-light.disabled, .btn-clear-light.disabled:hover, .btn-clear-light.disabled:focus, .btn-clear-light.disabled:active, .btn-clear-light.disabled.active, .btn-clear-light[disabled], .btn-clear-light[disabled]:hover, .btn-clear-light[disabled]:focus, .btn-clear-light[disabled]:active, .btn-clear-light[disabled].active,
fieldset[disabled] .btn-clear-light,
fieldset[disabled] .btn-clear-light:hover,
fieldset[disabled] .btn-clear-light:focus,
fieldset[disabled] .btn-clear-light:active,
fieldset[disabled] .btn-clear-light.active {
  background-color: transparent;
  border-color: #777777;
}

.btn-clear-light .badge {
  color: transparent;
  background-color: #555555;
}

.btn-clear-light:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn-clear-blue {
  color: #456580;
  background-color: transparent;
  border-color: #456580;
}

.btn-clear-blue:hover, .btn-clear-blue:focus, .btn-clear-blue:active, .btn-clear-blue.active,
.open > .btn-clear-blue.dropdown-toggle {
  color: #456580;
  background-color: rgba(0, 0, 0, 0);
  border-color: #304658;
}

.btn-clear-blue:active, .btn-clear-blue.active,
.open > .btn-clear-blue.dropdown-toggle {
  background-image: none;
}

.btn-clear-blue.disabled, .btn-clear-blue.disabled:hover, .btn-clear-blue.disabled:focus, .btn-clear-blue.disabled:active, .btn-clear-blue.disabled.active, .btn-clear-blue[disabled], .btn-clear-blue[disabled]:hover, .btn-clear-blue[disabled]:focus, .btn-clear-blue[disabled]:active, .btn-clear-blue[disabled].active,
fieldset[disabled] .btn-clear-blue,
fieldset[disabled] .btn-clear-blue:hover,
fieldset[disabled] .btn-clear-blue:focus,
fieldset[disabled] .btn-clear-blue:active,
fieldset[disabled] .btn-clear-blue.active {
  background-color: transparent;
  border-color: #456580;
}

.btn-clear-blue .badge {
  color: transparent;
  background-color: #456580;
}

.btn-clear-blue:hover {
  background: rgba(0, 0, 0, 0.1);
}

.btn-wide {
  padding: 6px 32px;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.btn-wrap {
  white-space: normal;
}

.btn-thick {
  min-width: 240px;
  padding: 12px;
}

.display-table {
  display: table;
}

.align-middle {
  display: table-cell;
  vertical-align: middle;
}

.focus-ring-dots:focus {
  outline-style: dotted;
  outline-color: black;
  outline-width: 2px;
  outline-offset: 2px;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-relevant-flag-guest-favorite:before {
  content: "\e918";
}

.icon-excursion-type-culture:before {
  content: "\e919";
}

.icon-excursion-type-culinary:before {
  content: "\e91a";
}

.icon-excursion-type-beach-stay:before {
  content: "\e91b";
}

.icon-map-icon:before {
  content: "\e916";
}

.icon-camera-icon:before {
  content: "\e917";
}

.icon-chevron-down:before {
  content: "\e600";
}

.icon-chevron-up:before {
  content: "\e601";
}

.icon-back:before {
  content: "\e602";
}

.icon-booking:before {
  content: "\e603";
}

.icon-dates:before {
  content: "\e604";
}

.icon-expand:before {
  content: "\e605";
}

.icon-flight-details:before {
  content: "\e606";
}

.icon-itinerary:before {
  content: "\e607";
}

.icon-main-video:before {
  content: "\e608";
}

.icon-quick-look:before {
  content: "\e609";
}

.icon-related-videos:before {
  content: "\e60a";
}

.icon-resources:before {
  content: "\e60b";
}

.icon-ships:before {
  content: "\e60c";
}

.icon-video:before {
  content: "\e60d";
}

.icon-close:before {
  content: "\e60e";
}

.icon-down-arrow:before {
  content: "\e60f";
}

.icon-next:before {
  content: "\e610";
}

.icon-prev:before {
  content: "\e611";
}

.icon-photo-gallery:before {
  content: "\e612";
}

.icon-recipes:before {
  content: "\e613";
}

.icon-search:before {
  content: "\e614";
}

.icon-email:before {
  content: "\e615";
}

.icon-print:before {
  content: "\e616";
}

.icon-facebook:before {
  content: "\e617";
}

.icon-google:before {
  content: "\e618";
}

.icon-instagram:before {
  content: "\e619";
}

.icon-pintrest:before {
  content: "\e61a";
}

.icon-twitter:before {
  content: "\e61b";
}

.icon-youtube:before {
  content: "\e61c";
}

.icon-activity-level-easy:before {
  content: "\e61d";
}

.icon-activity-level-moderate:before {
  content: "\e61e";
}

.icon-activity-level-wheelchair-access:before {
  content: "\e61f";
}

.icon-excursion-type-active:before {
  content: "\e620";
}

.icon-excursion-type-local-life:before {
  content: "\e621";
}

.icon-excursion-type-natural-world:before {
  content: "\e622";
}

.icon-excursion-type-privileged-access:before {
  content: "\e623";
}

.icon-excursion-type-sight-seeing:before {
  content: "\e624";
}

.icon-excursion-type-special-interest:before {
  content: "\e625";
}

.icon-excursion-type-working-world:before {
  content: "\e626";
}

.icon-relevant-flag-after-dark:before {
  content: "\e627";
}

.icon-relevant-flag-meal-included:before {
  content: "\e628";
}

.icon-relevant-flag-recommended:before {
  content: "\e629";
}

.icon-activity-level-difficult:before {
  content: "\e62a";
}

.icon-relevant-flag-shopping-free-time:before {
  content: "\e62b";
}

.icon-relevant-flag-snack-included:before {
  content: "\e62c";
}

.icon-relevant-flag-unesco:before {
  content: "\e62d";
}

.icon-print-v2:before {
  content: "\e62e";
}

.icon-pdf:before {
  content: "\e62f";
}

.icon-filter-remove:before {
  content: "\e630";
}

.icon-price-includes:before {
  content: "\e800";
}

.icon-circle-down:before {
  content: "\e801";
}

.icon-cancel-circle:before {
  content: "\e803";
}

.icon-chat:before {
  content: "\e804";
}

.icon-phone:before {
  content: "\e805";
}

.icon-star-75:before {
  content: "\e900";
}

.icon-star-25:before {
  content: "\e901";
}

.icon-cruise-ship:before {
  content: "\e902";
}

.icon-globe:before {
  content: "\e903";
}

.icon-prev-bold:before {
  content: "\e904";
}

.icon-next-bold:before {
  content: "\e905";
}

.icon-star-empty:before {
  content: "\e906";
}

.icon-phone-with-fill:before {
  content: "\e907";
}

.icon-cross:before {
  content: "\e908";
}

.icon-checkmark:before {
  content: "\e909";
}

.icon-spinner:before {
  content: "\e90a";
}

.icon-grid-view:before {
  content: "\e90b";
}

.icon-list-view:before {
  content: "\e90c";
}

.icon-checkbox-unchecked:before {
  content: "\e90d";
}

.icon-checkbox-checked:before {
  content: "\e90e";
}

.icon-calendar:before {
  content: "\e90f";
}

.icon-info:before {
  content: "\e910";
}

.icon-viking-logo:before {
  content: "\e911";
}

.icon-brochure:before {
  content: "\e912";
}

.icon-phone-plain:before {
  content: "\e913";
}

.icon-loop2:before {
  content: "\ea2e";
}

.icon-star-half:before {
  content: "\e914";
}

.icon-star-full:before {
  content: "\e915";
}

.icon-tab:before {
  content: "\ea45";
}

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

.icon-question-circle:before {
  content: "\f059";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.large-icons .icon {
  font-size: 1.4em;
}

.large-icons .icon-chat {
  position: relative;
  top: 4px;
}

.icon-border {
  border: 2px solid;
  border-radius: 100%;
  padding: 4px;
  display: inline-block;
  margin-right: 10px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/********Global grid restriction for items with larger spacing************/
.restricted-width {
  padding: 0 12px;
}

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

@media screen and (min-width: 1024px) {
  .restricted-width {
    padding: 0 32px;
  }
}

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

/*****************************END GRID RESTRICTION***************************************/
.bg-white {
  background: #FFF;
}

.bg-gray-dark {
  background-color: #333333;
}

.bg-gray {
  background-color: #555555;
}

.bg-gray-light {
  background-color: #777777;
}

.bg-lgray, .bg-gray-lighter {
  background-color: #cccccc;
}

.bg-gray-lightest {
  background-color: whitesmoke;
}

small {
  font-size: 67%;
}

.text-gray-dark {
  color: #333333;
}

.text-gray {
  color: #555555;
}

.text-gray-light {
  color: #777777;
}

.text-gray-lighter {
  color: whitesmoke;
}

hr.hr-gold {
  border-color: #B8AF80;
}

body .links-unstyled a {
  text-decoration: none;
}

.anchor-secondary a {
  color: #B10A32;
}

.anchor-secondary a:hover {
  color: #555555;
}

@media screen and (max-width: 479px) {
  .pull-left-tn {
    float: left !important;
  }
  .pull-right-tn {
    float: right !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
}

@media screen and (min-width: 1366px) {
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
}

.modern-browser .styled-select {
  position: relative;
}

.modern-browser .styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../images/v3/drop_arrow.svg") no-repeat right;
  background-position-x: calc(100% - 8px);
}

.modern-browser .styled-select select::-ms-expand {
  display: none;
}

@media screen and (-ms-high-contrast: active) {
  .modern-browser .styled-select select {
    background: url("../../images/v3/drop_arrow_white.svg") no-repeat right;
    background-position-x: calc(100% - 8px);
  }
}

.ieall .styled-select select {
  padding: 6px 0;
}

.viking-form-control.radio-inline, .viking-form-control.checkbox-inline {
  padding-left: 30px;
  line-height: 25px;
}

.viking-form-control .faux-input {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: -30px;
  position: absolute;
}

.viking-form-control input[type='radio'] {
  opacity: 0;
}

.viking-form-control input[type='radio']:checked + .faux-input {
  background-image: url("../../images/v2/input_radio_selected.png");
}

.dates-n-pricing-calendar .viking-form-control input[type='radio']:checked + .faux-input {
  background-image: url("../../images/v3/input_radio_selected.png");
}

.viking-form-control input[type='radio'] + .faux-input {
  background: url("../../images/v2/input_radio.png") 50% 50% no-repeat;
  display: inline-block;
}

.dates-n-pricing-calendar .viking-form-control input[type='radio'] + .faux-input {
  background: url("../../images/v3/input_radio.png") 50% 50% no-repeat;
}

.viking-form-control input[type='checkbox']:checked + .faux-input {
  background-image: url("../../images/v2/input_check_selected.png");
}

.viking-form-control input[type='checkbox'] + .faux-input {
  background: url("../../images/v3/input_check.png") 50% 50% no-repeat;
}

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

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
/*
	Colorbox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible !important;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  z-index: 999;
}

#cboxLoadedContent {
  overflow: visible !important;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
	User Style:
	Change the following styles to modify the appearance of Colorbox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url("../../images/colorbox/overlay.png") repeat 0 0;
}

#colorbox {
  outline: none;
  width: 1px;
  height: 1px;
}

#colorbox {
  background-color: transparent;
}

/*This is to allow for the customization of the close button outside the content block, Moved background color white to content-wrapper this allows content to flow outside the modal container*/
/*Zander Indo*/
#cboxContent {
  top: 35px;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  /*margin-bottom:28px; background:#fff;*/
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
  display: none !important;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
  display: none !important;
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxLoadingGraphic {
  background: #fff url(../../images/loading_icon_light.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxBack {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active, #cboxBack:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxClose,
#cboxBack {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  text-indent: 20px;
  text-shadow: none;
  position: absolute;
  top: -36px;
  right: 0;
  width: 110px;
  height: 37px;
  background-color: transparent;
  background: url("../../images/close_x_black.png") right no-repeat;
  background-position-y: 1px;
  z-index: 99;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
  /*&:before {
		margin-right: 5px;
		font-family: 'icomoon';
		font-size: 10px;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		content: '\e60e';
		display: inline-block;
	}*/
}

#cboxBack {
  background: url("../../images/close_x_back.png") right no-repeat;
  text-indent: 40px;
  left: 0;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

#colorbox h1, #colorbox h4.slide_title {
  margin: 0;
}

#colorbox .contentWrapper {
  padding: 20px;
}

#colorbox.subpage_loaded .contentWrapper {
  min-height: 200px;
}

#colorbox.subpage_loaded #cboxContent {
  background: white;
}

#colorbox .mainContent {
  background: #fff;
}

#inline_slide .contentWrapper {
  padding: 0px;
}

#cboxNext, #cboxPrevious {
  position: absolute;
  width: 50px;
  height: 60px;
  margin-top: -21px;
  top: 50%;
  z-index: 99;
  text-indent: -999em;
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background: url(../../images/icon_hero_prev.png);
}

#cboxNext {
  right: 0px;
  background: url(../../images/icon_hero_next.png);
}

.overlay_ES .contentWrapper {
  border-bottom: 7px solid #b51f3d;
}

.overlay_PS .contentWrapper {
  border-bottom: 7px solid #e6b222;
}

.overlay_PV .contentWrapper {
  border-bottom: 7px solid #7963ab;
}

.overlay_DV .contentWrapper {
  border-bottom: 7px solid #008ac5;
}

.overlay_V .contentWrapper {
  border-bottom: 7px solid #639c92;
}

.modal-header {
  padding: 24px;
  padding-bottom: 0;
  border-bottom: none;
}

.modal-header h2.modal-title {
  margin-bottom: 2px;
  margin-top: 0;
}

.modal-body {
  position: relative;
  padding: 24px;
  padding-top: 0;
}

.modal-body .fine-print {
  margin-top: 0;
}

.modal-body .fine-print .disclaimer {
  font-size: 11px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-modal-close-button {
  position: relative;
}

.custom-modal-close-button button.close,
.custom-modal-close-button button.close:hover {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  text-indent: 20px;
  text-shadow: none;
  position: absolute;
  top: -60px;
  right: -24px;
  width: 110px;
  height: 37px;
  background-color: transparent;
  background: url("../../images/close_x_black.png") right no-repeat;
  background-position-y: 1px;
  z-index: 99;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 1;
}

.custom-modal-close-button button.close .icon,
.custom-modal-close-button button.close:hover .icon {
  font-size: 10px;
  display: none;
}

#cboxContent .modal-content {
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  background-color: #FFF;
  max-width: 100%;
}

@media (min-width: 768px) {
  #cboxContent .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 85%;
    min-width: 750px;
    max-width: 800px;
    margin: 0 auto;
  }
  .modal-video #cboxContent .modal-content {
    max-width: 1366px;
  }
}

#cboxOverlay.video_modal_content {
  background-color: #000;
  opacity: .5 !important;
}

.modal-video h1, .video_modal_content h1 {
  text-transform: none;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 1.5em;
}

.modal-video .video-toggle a, .video_modal_content .video-toggle a {
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}

.modal-video .video-toggle a .icon, .video_modal_content .video-toggle a .icon {
  font-size: 29px;
  vertical-align: middle;
}

.modal-video .video-toggle a:hover, .video_modal_content .video-toggle a:hover {
  color: #B10A32;
}

.modal-video .video-toggle .active, .video_modal_content .video-toggle .active {
  display: none;
}

.modal-video #relatedVideos, .modal-video #cbox-relatedVideos, .video_modal_content #relatedVideos, .video_modal_content #cbox-relatedVideos {
  padding: 16px;
  background-color: whitesmoke;
}

.modal-video #relatedVideos h4, .modal-video #cbox-relatedVideos h4, .video_modal_content #relatedVideos h4, .video_modal_content #cbox-relatedVideos h4 {
  margin: 0;
}

.modal-video #relatedVideos .thumbnail, .modal-video #cbox-relatedVideos .thumbnail, .video_modal_content #relatedVideos .thumbnail, .video_modal_content #cbox-relatedVideos .thumbnail {
  min-height: 200px;
}

.modal-video #relatedVideos .thumbnail:hover, .modal-video #cbox-relatedVideos .thumbnail:hover, .video_modal_content #relatedVideos .thumbnail:hover, .video_modal_content #cbox-relatedVideos .thumbnail:hover {
  background-color: #f2f2f2;
  border-bottom: 4px solid #B10A32;
}

.modal-video #relatedVideos .row .ko-template > div, .modal-video #cbox-relatedVideos .row .ko-template > div, .video_modal_content #relatedVideos .row .ko-template > div, .video_modal_content #cbox-relatedVideos .row .ko-template > div {
  padding: 0 1px 1px 0;
}

.modal-video .initialise-yt-video.active .thumbnail, .video_modal_content .initialise-yt-video.active .thumbnail {
  border: solid 6px #777777;
}

.modal-video .initialise-yt-video.active .thumbnail h3, .video_modal_content .initialise-yt-video.active .thumbnail h3 {
  /*font-weight: 700;*/
}

#bsModal,
.resources-modal {
  padding: 36px 0 0 0;
}

#bsModal.cbox-fullsize-img,
.resources-modal.cbox-fullsize-img {
  text-align: center;
  display: inline-block !important;
}

#bsModal.cbox-fullsize-img .modal-dialog,
.resources-modal.cbox-fullsize-img .modal-dialog {
  display: inline-block;
}

#bsModal.cbox-fullsize-img .modal-dialog .close,
.resources-modal.cbox-fullsize-img .modal-dialog .close {
  position: absolute;
  top: 0;
  right: 0;
}

#bsModal.cbox-fullsize-img .modal-content,
.resources-modal.cbox-fullsize-img .modal-content {
  display: inline-block;
}

#bsModal.cbox-fullsize-img .modal-header, #bsModal.cbox-fullsize-img .modal-body,
.resources-modal.cbox-fullsize-img .modal-header,
.resources-modal.cbox-fullsize-img .modal-body {
  display: none;
}

#bsModal .modal-header .close,
.resources-modal .modal-header .close {
  top: -58px;
}

#bsModal .close,
.resources-modal .close {
  top: -58px;
}

@media screen and (max-width: 768px) {
  #bsModal .modal-dialog,
  .resources-modal .modal-dialog {
    margin: 0 auto;
  }
}

/*Bootstrap Modal*/
@media screen and (min-width: 1200px) {
  .modal-video {
    width: 1150px;
  }
}

@media screen and (min-width: 1400px) {
  .modal-video {
    width: 1366px;
  }
}

.modal-video.modal {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .modal-video.modal {
    padding: 30px;
  }
}

.modal-video .modal-dialog {
  position: relative;
  width: 99%;
}

@media screen and (min-width: 1024px) {
  .modal-video .modal-dialog {
    width: 80%;
    max-width: 1366px;
  }
}

/*End Videos*/
.modal-content {
  display: none;
}

#colorbox .modal-content, .modal-dialog .modal-content {
  /*modal-dialog is for the viking-moments.html page*/
  display: block;
}

.modal-video #cboxClose, .modal-gallery #cboxClose, .cbox-fullsize-img #cboxClose {
  display: none;
}

.cbox-fullsize-img {
  /*.close {
		position: absolute;
		top: ($grid-gutter-width/2);
		right: ($grid-gutter-width/2);
		font-size: 40px;
		color: $gray-lightest;
		background: rgba($gray-light,.8);
		text-shadow: none;

		&:hover {
			color: darken($gray-lightest,10%);
		}
	}*/
}

.cbox-fullsize-img#colorbox {
  margin-top: 0;
}

.cbox-fullsize-img #cboxContent .modal-header, .cbox-fullsize-img #cboxContent .modal-body {
  display: none;
}

.cbox-fullsize-img #cboxContent .modal-content {
  position: relative;
  max-width: none;
  min-width: 100%;
  width: auto;
}

.cbox-fullsize-img #cboxContent .close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.modal-static-content,
.modal-static-content #cboxContent,
.modal-static-content #cboxWrapper,
.modal-static-content #cboxLoadedContent {
  max-width: 100% !important;
}

.modal-static-content #cboxContent,
.modal-static-content #cboxLoadedContent {
  height: auto !important;
}

.modal-static-content .modal-header h2.modal-title {
  font-size: 30px;
  color: #333;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2px;
  margin-top: 0;
  line-height: 1.1em;
}

.modal-static-content .modal-header h3, .modal-static-content .modal-header .h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #777777;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: italic;
}

.modal-static-content .modal-header p {
  padding-top: 16px;
  font-size: 14px;
  color: #333;
}

.modal-static-content .custom-pricing p {
  padding-top: 16px;
}

.modal-static-content #cboxClose {
  display: none;
}

.modal-static-content .modal-body h3.h2 {
  font-size: 25px;
  color: inherit;
}

.modal-static-content .modal-body p {
  font-size: 14px;
}

.modal-static-content .modal-body img {
  width: 100%;
  display: block;
  margin: 0 0 10.5px;
}

.modal-static-content .modal-body .offer,
.modal-static-content .modal-body .action {
  display: block;
  background-color: #b10a32;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: white;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}

.modal-static-content .modal-body .offer span,
.modal-static-content .modal-body .action span {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  display: block;
  text-transform: none;
}

.modal-static-content .modal-body .action {
  display: inline-block;
  padding: 10px 33px;
}

.modal-static-content .modal-body .actionContainer {
  text-align: right;
  padding: 16px 0;
}

.modal-static-content .modal-body h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #777777;
}

.modal-static-content .modal-body h4:not(.promo-box-title) {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  color: #777777;
  margin: 8px 0;
}

.modal-static-content .modal-body .recipe .right {
  float: right;
}

.modal-static-content .modal-body .recipe p {
  padding-top: 0;
}

.modal-static-content .modal-body .recipe .info {
  float: left;
  padding: 0 32px 0 0;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #777777;
}

.modal-static-content .modal-body .sights .row {
  padding: 21px 0 32px 0;
  margin: 0;
}

.modal-static-content .modal-body .sights h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 22px;
  color: #333;
}

.modal-static-content .modal-body .sights h3 span {
  display: inline-block;
  width: 23px;
}

.modal-static-content .modal-body .sights p {
  padding: 16px 0 16px 25px;
}

.modal-static-content .modal-body .extended-cruise-header, .modal-static-content .modal-body .extended-cruise-subtitle {
  color: #333333;
}

.modal-static-content .modal-body .extended-cruise-day-title {
  font-size: 22px;
  color: #333333;
}

.modal-static-content .modal-body .extended-cruise-day-title .day {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
}

.modal-static-content .modal-body .submit-busy img {
  width: 35px;
  height: 35px;
}

.modal-static-content .hotel-offerings-row {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0 -24px;
  padding: 0 24px;
  background-color: whitesmoke;
}

.modal-static-content .hotel-offerings-row .flexslider {
  background: none;
}

.modal-static-content .hotel-offerings-row .hotel-slide-title {
  font-size: 22px;
  color: #333333;
}

.modal-social {
  margin-bottom: 8px;
}

.modal-gallery .slide-container {
  position: relative;
}

.modal-gallery .slide-container a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: .8;
}

.modal-gallery .slide-container a .icon {
  font-size: 45px;
  color: #555555;
}

.modal-gallery .slide-container a:hover {
  opacity: 1;
}

/*# sourceMappingURL=bootstrap.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
.cruise-side-rail {
  float: left;
  width: 14.285714286%;
}

.trd-itinerary .cruise-side-rail {
  width: inherit;
  min-width: 200px;
  max-width: 200px;
}

.cruise-side-rail.side-left li {
  width: auto;
}

.cruise-title-side-rail {
  min-width: 90px;
  width: 33%;
  max-width: 200px;
  float: left;
}

@media screen and (max-width: 1023px) {
  .cruise-title-side-rail {
    width: 20.5%;
  }
}

@media screen and (max-width: 767px) {
  .cruise-title-side-rail {
    min-width: 50px;
    width: 17%;
  }
}

@media screen and (max-width: 479px) {
  .cruise-title-side-rail {
    min-width: 40px;
  }
}

.cruise-content-area {
  height: 100%;
  overflow: hidden;
}

#cruise-hdr {
  overflow: hidden;
  color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  z-index: 999;
}

#cruise-hdr ul.list-inline {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #cruise-hdr ul.list-inline {
    display: none;
  }
}

#cruise-hdr .cruise-hdr-ribbon {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  max-height: 60px;
  height: auto;
  visibility: visible;
  margin: auto;
  background: #FFF;
  -webkit-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-hdr-ribbon {
    height: 0;
    visibility: hidden;
  }
}

#cruise-hdr .cruise-hdr-ribbon .container {
  padding: 0;
}

#cruise-hdr .cruise-hdr-ribbon ul {
  padding: 0;
  background-color: #FFF;
  overflow: hidden;
}

#cruise-hdr .cruise-hdr-ribbon ul li {
  margin: inherit;
  padding: 0;
  float: left;
  width: 16.66666666666667%;
  background-color: #FFF;
}

#cruise-hdr .cruise-hdr-ribbon ul li.sticky-only {
  -webkit-transition: height 0.25s ease, opacity 0.25s ease;
  transition: height 0.25s ease, opacity 0.25s ease;
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  display: none;
}

#cruise-hdr .cruise-hdr-ribbon ul li.sticky-hide {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cruise-hdr .cruise-hdr-ribbon ul li span {
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon {
  font-size: 25px;
  width: 25px;
  padding-right: 5px;
  vertical-align: middle;
  display: none;
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .cruise-hdr-ribbon ul li .icon {
    display: table-cell;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon-ships {
  width: 18px;
}

#cruise-hdr .cruise-hdr-ribbon ul li .icon-booking {
  width: 30px;
}

#cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
  font: bold 13px/1em "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    padding-left: 10px;
    text-align: left;
  }
}

#cruise-hdr .cruise-hdr-ribbon ul li a {
  background-color: #FFF;
  color: #142640;
  display: table;
  padding: 5px 10px;
  height: 60px;
  width: 100%;
  overflow: hidden;
}

#cruise-hdr .cruise-hdr-ribbon ul li a.active {
  background-color: #456580;
  color: #FFF;
}

#cruise-hdr .cruise-hdr-ribbon ul li a.active:hover {
  border: none;
  color: #FFF;
}

#cruise-hdr .cruise-hdr-ribbon ul li a:hover {
  color: #142640;
  border-bottom: 4px solid #142640;
  border-top: 4px solid #FFF;
}

#cruise-hdr .cruise-hdr-ribbon ul.itinerary-breakout-nav {
  text-align: center;
}

#cruise-hdr .cruise-hdr-ribbon ul.itinerary-breakout-nav li {
  float: none;
}

#cruise-hdr .cruise-hdr-ribbon ul.itinerary-breakout-nav li:last-child {
  float: right;
}

#cruise-hdr .cruise-hdr-ribbon ul.seven-item-nav li {
  width: 14.28571428571429%;
}

#cruise-hdr .cruise-hdr-ribbon .cruise-side-rail li {
  width: 100%;
}

#cruise-hdr .cruise-hdr-ribbon .cruise-sub-header ul li.sticky-only {
  /*@include transition(height $transition-fast ease, opacity $transition-fast ease);*/
  height: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

#cruise-hdr .hidden-scrolled {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#cruise-hdr h4, #cruise-hdr h1.region-title {
  color: #FFF;
  font-size: 36px;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}

@media screen and (min-width: 480px) {
  #cruise-hdr h4, #cruise-hdr h1.region-title {
    margin: auto;
  }
}

#cruise-hdr h4.cruise-title, #cruise-hdr h1.region-title.cruise-title {
  font-size: 18px;
  height: auto;
  vertical-align: middle;
  padding: 0 4px;
}

@media screen and (min-width: 568px) {
  #cruise-hdr h4.cruise-title, #cruise-hdr h1.region-title.cruise-title {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  #cruise-hdr h4.cruise-title, #cruise-hdr h1.region-title.cruise-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-hdr h4.cruise-title, #cruise-hdr h1.region-title.cruise-title {
    font-size: 36px;
  }
}

#cruise-hdr h4.cruise-title a, #cruise-hdr h1.region-title.cruise-title a {
  height: 100%;
  width: 100%;
  display: block;
}

#cruise-hdr h4 a:hover, #cruise-hdr h1.region-title a:hover {
  color: #d9d9d9;
}

#cruise-hdr li {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

#cruise-hdr .cruise-hdr-details {
  overflow: hidden;
  background: #142640;
  position: relative;
  height: 80px;
  /*max-width:1400px;*/
  margin: auto;
}

#cruise-hdr .cruise-hdr-details .container {
  padding: 0;
}

#cruise-hdr .cruise-hdr-details .side-rail {
  height: 68px;
  margin: 6px;
  display: none;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-hdr-details .side-rail {
    display: block;
  }
}

#cruise-hdr .cruise-hdr-details .side-rail a:nth-child(1).activated {
  margin-bottom: 2px;
}

#cruise-hdr .cruise-hdr-details .side-rail a:nth-child(2).activated {
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-hdr-details .side-rail.display-table {
    display: table;
  }
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-hdr-details {
    /*height:$cruise-hdr-height-collapsed;*/
  }
}

#cruise-hdr .cruise-hdr-details a {
  color: #FFF;
}

#cruise-hdr .cruise-hdr-details a.activated {
  cursor: default;
}

#cruise-hdr .cruise-hdr-details a.activated > span {
  border: 1px solid #FFF;
  cursor: default;
}

#cruise-hdr .cruise-hdr-details a.direction-year {
  width: 100%;
  display: block;
  float: right;
}

#cruise-hdr .cruise-hdr-details a.direction-year.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .back-to-river-cruises,
#cruise-hdr .cruise-main-hdr,
#cruise-hdr .cruise-details {
  float: left;
}

#cruise-hdr .back-to-river-cruises {
  width: 19.53125%;
}

#cruise-hdr .cruise-main-hdr {
  width: 80%;
  min-width: 200px;
}

#cruise-hdr .cruise-main-hdr:hover {
  cursor: default;
}

#cruise-hdr .cruise-main-hdr ul {
  font-size: 13px;
  color: #FFF;
}

@media screen and (max-width: 419px) {
  #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 420px) and (max-width: 567px) {
  #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 24px !important;
  }
}

@media screen and (min-width: 568px) and (max-width: 767px) {
  #cruise-hdr .cruise-main-hdr h4.flowtype, #cruise-hdr .cruise-main-hdr h1.flowtype {
    font-size: 26px !important;
  }
}

#cruise-hdr .display-table {
  width: 100%;
  height: 80px;
}

#cruise-hdr .display-table.side-rail {
  height: 68px;
  margin: 6px;
}

#cruise-hdr .display-table.sticky-only {
  height: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  display: block;
}

#cruise-hdr .cruise-details {
  width: 16.66667%;
}

#cruise-hdr .cruise-details li {
  line-height: 1em;
}

#cruise-hdr .cruise-details .display-table {
  max-width: 82px;
  float: right;
}

#cruise-hdr .cruise-mobile-menu {
  display: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .cruise-mobile-menu {
    float: right;
    display: block;
    font-size: 20px;
    text-align: right;
    width: 50px;
    max-width: 50px;
    min-width: 25px;
    margin-top: 3px;
  }
  #cruise-hdr .cruise-mobile-menu.left-menu {
    float: left;
  }
}

#cruise-hdr .cruise-mobile-menu a {
  display: table;
  height: 100%;
  width: 100%;
  color: #FFF;
  padding-right: 10px;
}

#cruise-hdr .cruise-mobile-menu a:hover {
  color: #d9d9d9;
}

@media screen and (max-width: 480px) {
  #cruise-hdr .cruise-mobile-menu {
    max-width: 40px;
  }
  #cruise-hdr .cruise-mobile-menu a {
    padding-right: 5px;
  }
}

#cruise-hdr .cruise-mobile-menu span {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .cruise-mobile-menu.left-menu a {
  padding-left: 10px;
  padding-right: 0;
  text-align: left;
}

@media screen and (max-width: 480px) {
  #cruise-hdr .cruise-mobile-menu.left-menu a {
    padding-left: 5px;
  }
}

#cruise-hdr .cruise-mobile-menu .display-table {
  margin: 4px 0 0 0;
}

#cruise-hdr .cruise-mobile-menu.left-menu .display-table {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

#cruise-hdr .cruise-mobile-menu.right-menu .display-table {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

#cruise-hdr .cruise-mobile-menu-active {
  background: #FFF;
}

#cruise-hdr .cruise-mobile-menu-active .icon {
  color: #142640;
}

#cruise-hdr .sailing-date-ship {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

#cruise-hdr .change-date-of-travel-btn span,
#cruise-hdr .cruise-change-date-drawer span {
  line-height: 28px;
}

#cruise-hdr .change-date-of-travel-btn {
  display: block;
  float: right;
  font-size: 13px;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  padding: 0;
  vertical-align: middle;
  -webkit-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}

#cruise-hdr .change-date-of-travel-btn.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .change-date-of-travel-btn:hover {
  color: #FFF;
}

#cruise-hdr .change-date-of-travel-btn:hover .sailing-date-year, #cruise-hdr .change-date-of-travel-btn:hover span {
  color: #FFF;
}

#cruise-hdr .change-date-of-travel-btn .sailing-date-year {
  -webkit-transition: font-size 0.25s ease;
  transition: font-size 0.25s ease;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 24px;
  color: #8A8A8A;
  width: 80px;
  float: right;
  padding: 0 4px;
  border: 1px solid #142640;
}

#cruise-hdr .change-date-of-travel-btn.activated .sailing-date-year {
  line-height: 34px;
  height: 34px;
  display: table;
  color: #FFF;
  cursor: default;
}

#cruise-hdr .change-date-of-travel-btn.activated .sailing-date-year span {
  display: table-cell;
  vertical-align: middle;
  line-height: 34px;
}

#cruise-hdr .back-to-river-cruises {
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  #cruise-hdr .back-to-river-cruises {
    padding-left: 0px;
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  #cruise-hdr .back-to-river-cruises {
    font-size: 15px;
  }
}

#cruise-hdr .back-to-river-cruises a {
  display: table-cell;
  width: 100%;
  color: #FFF;
}

#cruise-hdr .back-to-river-cruises a > span {
  padding-left: 10px;
}

#cruise-hdr .back-to-river-cruises a.direction-link {
  display: block;
  float: right;
  color: #8A8A8A;
}

#cruise-hdr .back-to-river-cruises a.direction-link > span {
  line-height: 33px;
  height: 33px;
  display: table;
  width: 100%;
  padding: 0 4px;
  border: 1px solid #142640;
}

#cruise-hdr .back-to-river-cruises a.direction-link > span span {
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated {
  color: #FFF;
  cursor: default;
  line-height: 34px;
  height: 34px;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated > span {
  border: 1px solid #FFF;
}

#cruise-hdr .back-to-river-cruises a.direction-link.activated span {
  cursor: default;
}

#cruise-hdr .back-to-river-cruises a.direction-link.multiple-link {
  display: block;
  float: right;
}

#cruise-hdr .back-to-river-cruises a:hover {
  color: #d9d9d9;
}

#cruise-hdr .back-to-river-cruises span:not(.icon) {
  /*@include transition(all $transition ease);*/
}

@media screen and (max-width: 767px) {
  #cruise-hdr .back-to-river-cruises span:not(.icon) {
    display: none;
  }
}

#cruise-hdr .cruise-change-date-drawer {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: .75;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  overflow: hidden;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  #cruise-hdr .cruise-change-date-drawer.expanded {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

#cruise-hdr .cruise-change-date-drawer.two-item {
  width: 33%;
}

#cruise-hdr .cruise-change-date-drawer.three-item {
  width: 50%;
}

#cruise-hdr .cruise-change-date-drawer.four-item {
  width: 70%;
}

#cruise-hdr .cruise-change-date-drawer.six-item {
  width: 100%;
}

#cruise-hdr .cruise-change-date-drawer .col-sm-2 {
  border-left: 1px solid #cccccc;
}

#cruise-hdr .cruise-change-date-drawer .display-table {
  height: 78px;
  padding-top: 4px;
}

#cruise-hdr .cruise-change-date-drawer a {
  background-color: #FFF;
  color: #999999;
  font-size: 13px;
  border-bottom: 4px solid #FFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#cruise-hdr .cruise-change-date-drawer a.active, #cruise-hdr .cruise-change-date-drawer a:hover {
  color: #142640;
  border-bottom: 4px solid #142640;
}

#cruise-hdr .cruise-change-date-drawer .sailing-date-year {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 34px;
  display: inline-block;
  line-height: 34px;
  margin: 0;
}

#cruise-hdr .cruise-change-date-drawer .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}

#cruise-hdr .cruise-change-date-drawer .col-sm-2 {
  text-align: center;
}

.modal-open #cruise-hdr {
  right: 17px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr {
    max-height: 59px;
    overflow: hidden;
  }
}

.sticky-active #cruise-hdr .subnav-wrapper {
  height: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sticky-active #cruise-hdr .cruise-content-area li {
  width: 14%;
}

.sticky-active #cruise-hdr .cruise-content-area li a {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .sticky-active #cruise-hdr .cruise-content-area .cruise-mobile-menu {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-main-hdr.sticky-hide-sm {
    opacity: 0;
    height: 0;
  }
}

.sticky-active #cruise-hdr .cruise-main-hdr h4 {
  font-size: 24px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .sticky-active #cruise-hdr .cruise-main-hdr h4 {
    /*font-size: 20px;
                    line-height: 22px;*/
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .change-date-of-travel-btn.sticky-hide-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .back-to-river-cruises.sticky-hide-sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-active #cruise-hdr .back-to-river-cruises {
    font-size: 30px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon {
  background-color: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail {
  height: 59px;
  width: 16.66667%;
  min-width: 16.66667%;
  max-width: 16.66667%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail .display-table {
  height: 59px;
  display: table;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail .display-table.sticky-only {
  height: 59px;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  width: 100%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left {
  float: left;
  text-align: left;
  border-right: 1px solid #456580;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left a {
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    margin-left: 16px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-left h4 {
    font-size: 20px;
    line-height: 24px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right {
  width: 16.66666666666667%;
  min-width: 16.66666666666667%;
  max-width: 16.66666666666667%;
  float: right;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table {
  border-left: 1px solid #456580;
  float: right;
  width: auto;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a {
  background-color: #142640;
  color: #FFF;
  padding: 8px 16px;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a:hover {
  border: none;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn {
  font-size: 10px;
  text-align: center;
  padding: 4px 12px 0;
  line-height: 12px;
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn {
    padding: 2px 16px 0;
    font-size: 13px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
  font-size: 22px;
  line-height: 22px;
  width: 49px;
  margin: auto auto 2px;
  border-bottom: 1px solid #FFF;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
    font-size: 24px;
    line-height: 28px;
    width: 56px;
    margin: auto;
  }
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-year {
    font-size: 26px;
    line-height: 30px;
    width: 62px;
    margin: auto;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-ship {
  padding: 2px;
}

@media screen and (min-width: 1366px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-side-rail.side-right .display-table a.change-date-of-travel-btn .sailing-date-ship {
    padding: 4px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header {
  width: 80%;
  padding: 0;
  float: left;
  background-color: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header.cruise-navigation {
  width: 66.66667%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container {
  margin: 0;
  width: 100%;
  height: 59px;
  max-height: 59px;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul {
    text-align: justify;
    display: block;
    width: 100%;
    text-justify: distribute;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li {
    width: 11%;
    float: none;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li:nth-child(2) {
    width: 16.666666667%;
  }
  .sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li:nth-child(6) {
    width: 16.666666667%;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul {
  overflow: visible;
  height: 59px;
  padding: 0 20px 0 10px;
  background-color: #142640;
  width: 100%;
  -webkit-transition: padding 0.5s ease, height 0.5s ease;
  transition: padding 0.5s ease, height 0.5s ease;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li {
  width: 14.28%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li.sticky-only {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  display: inline-block;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li a.active,
.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul li a:hover {
  text-decoration: underline;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon .cruise-sub-header .flex-fit-container ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li.sticky-only {
  height: auto;
  margin: inherit;
  visibility: visible;
  opacity: 1;
  background: #142640;
  width: auto;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li.sticky-hide {
  height: 0;
  width: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .icon {
  display: none;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
  font-size: 10px;
  padding-left: 0px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky-active #cruise-hdr .cruise-hdr-ribbon ul li .ribbon-text {
    font-size: 13px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li a {
  background-color: #142640;
  color: #FFF;
  padding: 8px 8px;
}

.sticky-active #cruise-hdr .cruise-hdr-ribbon ul li a:hover {
  border: none;
}

.sticky-active #cruise-hdr .display-table {
  height: 59px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .display-table {
    height: 60px;
  }
}

.sticky-active #cruise-hdr .cruise-hdr-details {
  height: 59px;
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-details {
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-active #cruise-hdr .cruise-hdr-details.sticky-hide-sm {
    height: 0;
    padding: 0;
  }
}

.sticky-active #cruise-hdr .cruise-change-date-drawer a {
  padding-bottom: 4px;
}

.sticky-active #cruise-hdr .cruise-change-date-drawer a .sailing-date-year {
  font-size: 26px;
  line-height: 30px;
}

/*
 * Mobile subnav area
 */
.cruise-subnav-open,
.day-day-submenu-open {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .cruise-subnav-open,
  .day-day-submenu-open {
    overflow: visible;
    height: auto;
  }
}

.cruise-subnav-area,
.cruise-direction-area {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  z-index: 999;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .cruise-subnav-area,
  .cruise-direction-area {
    display: none !important;
  }
}

.cruise-subnav-area ul:not(.list-unstyled),
.cruise-direction-area ul:not(.list-unstyled) {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.cruise-subnav-area ul:not(.list-unstyled) li,
.cruise-direction-area ul:not(.list-unstyled) li {
  padding: 0px;
  margin: 0px;
  width: 100%;
  border-bottom: 1px #d3d3d3 solid;
}

.cruise-subnav-area ul:not(.list-unstyled) li a,
.cruise-direction-area ul:not(.list-unstyled) li a {
  text-align: left;
  padding: 24px 0 24px 56px;
  color: #777;
  display: block;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .cruise-subnav-area ul:not(.list-unstyled) li a,
  .cruise-direction-area ul:not(.list-unstyled) li a {
    padding: 1.5em;
  }
}

.cruise-subnav-area ul:not(.list-unstyled) li a:hover,
.cruise-direction-area ul:not(.list-unstyled) li a:hover {
  color: #444444;
}

.cruise-subnav-area ul:not(.list-unstyled) li a .icon,
.cruise-direction-area ul:not(.list-unstyled) li a .icon {
  font-size: 20px;
}

.cruise-subnav-area ul:not(.list-unstyled) li a .subnav-text,
.cruise-direction-area ul:not(.list-unstyled) li a .subnav-text {
  margin-left: 24px;
  display: inline-block;
}

@media (max-width: 767px) {
  .cruise-subnav-area ul:not(.list-unstyled) li a .subnav-text,
  .cruise-direction-area ul:not(.list-unstyled) li a .subnav-text {
    margin-left: 0;
  }
}

.cruise-subnav-area ul:not(.list-unstyled) li.sticky-only,
.cruise-direction-area ul:not(.list-unstyled) li.sticky-only {
  display: none;
}

.cruise-subnav-area ul.list-unstyled,
.cruise-direction-area ul.list-unstyled {
  padding: 0px;
  margin: auto;
  text-align: center;
}

.cruise-subnav-area ul.list-unstyled li,
.cruise-direction-area ul.list-unstyled li {
  padding: 10px;
  margin: auto;
  text-align: center;
  width: auto;
  border-bottom: none;
}

.cruise-subnav-area ul.list-unstyled li a,
.cruise-direction-area ul.list-unstyled li a {
  text-align: left;
  padding: 10px;
  color: #777;
  display: block;
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.01em;
}

.cruise-subnav-area ul.list-unstyled li a:hover,
.cruise-direction-area ul.list-unstyled li a:hover {
  color: #444444;
}

.cruise-subnav-area ul.list-unstyled li a .icon,
.cruise-direction-area ul.list-unstyled li a .icon {
  font-size: 20px;
}

.cruise-subnav-area ul.list-unstyled li a .subnav-text,
.cruise-direction-area ul.list-unstyled li a .subnav-text {
  margin-left: 24px;
}

.cruise-subnav-area ul.list-unstyled li a.activated,
.cruise-direction-area ul.list-unstyled li a.activated {
  border: 1px solid #142640;
  color: #142640;
  cursor: default;
}

.cruise-subnav-area ul.list-unstyled li a.activated span,
.cruise-direction-area ul.list-unstyled li a.activated span {
  cursor: default;
}

.cruise-subnav-area ul.list-unstyled li a a:nth-child(1).activated,
.cruise-direction-area ul.list-unstyled li a a:nth-child(1).activated {
  margin-bottom: 2px;
}

.cruise-subnav-area ul.list-unstyled li a a:nth-child(2).activated,
.cruise-direction-area ul.list-unstyled li a a:nth-child(2).activated {
  margin-top: 2px;
}

.cruise-subnav-area ul.list-unstyled li.sticky-only,
.cruise-direction-area ul.list-unstyled li.sticky-only {
  display: none;
}

.cruise-subnav-area .cruise-selection .cruise-text,
.cruise-direction-area .cruise-selection .cruise-text {
  color: #777;
  font-size: 19px;
  text-align: center;
  padding-top: 24px;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change,
.cruise-direction-area .cruise-selection .cruise-text a.cruise-change {
  display: table;
  margin: 0 auto;
  min-width: 100px;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  font-size: 15px;
  padding: 14px 0 25px;
  cursor: pointer;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change span:not(.icon),
.cruise-direction-area .cruise-selection .cruise-text a.cruise-change span:not(.icon) {
  text-decoration: underline;
}

.cruise-subnav-area .cruise-selection .cruise-text a.cruise-change .icon,
.cruise-direction-area .cruise-selection .cruise-text a.cruise-change .icon {
  font-size: 13px;
  margin-left: 10px;
}

.cruise-subnav-area .cruise-selection .cruise-text a.close,
.cruise-direction-area .cruise-selection .cruise-text a.close {
  display: none;
}

.cruise-subnav-area .cruise-selection .subnav-text,
.cruise-direction-area .cruise-selection .subnav-text {
  margin-left: 0;
}

.cruise-subnav-area .cruise-selection ul,
.cruise-direction-area .cruise-selection ul {
  margin-bottom: 0;
}

.cruise-mobile-navi-active {
  border-bottom: none !important;
}

.cruise-day-by-day {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #FFF;
}

.cruise-day-by-day.active {
  display: block;
}

.cruise-day-by-day ul {
  list-style: none;
  padding: 0;
  margin-top: 106px;
}

.cruise-day-by-day ul li {
  border-bottom: 1px #EBEBEB solid;
}

.cruise-day-by-day ul li a {
  color: #333;
  display: block;
  padding: 22px;
}

.cruise-day-by-day ul li a .cruise-dbd-day {
  font-family: 'Frutiger Regular';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 24px;
  display: table-cell;
  float: left;
}

.cruise-day-by-day ul li a .cruise-dbd-text {
  display: block;
}

.cruise-day-by-day ul li a .icon {
  position: absolute;
  right: 22px;
}

.cruise-day-by-day .cruise-dbd-header {
  display: block;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #FFF;
}

.cruise-day-by-day .cruise-dbd-header .backto-cruise-overview-btn {
  display: block;
  color: #777;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  background: #ECEEF1;
  padding: 16px 0;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area {
  display: table;
  height: 50px;
  width: 100%;
  text-align: center;
  border-top: 1px #AFAFAF solid;
  border-bottom: 1px #AFAFAF solid;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area a {
  display: block;
  padding: 12px;
  color: #777;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area a:hover {
  color: #333;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-previous {
  width: 15%;
  border-right: 1px #AFAFAF solid;
  margin-right: -1px;
  display: table-cell;
  vertical-align: middle;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-next {
  width: 15%;
  border-left: 1px #AFAFAF solid;
  margin-left: -1px;
  display: table-cell;
  vertical-align: middle;
}

.cruise-day-by-day .cruise-dbd-header .change-day-area .day-current {
  color: #777;
  font-size: 17px;
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}

#cruise-sidebar {
  position: relative;
  float: left;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  #cruise-sidebar {
    display: none;
  }
}

#cruise-sidebar .destination-country {
  font-size: 13px;
  color: #777777;
}

#cruise-sidebar .itinerary-overview-link a {
  padding: 24px 0;
}

#cruise-sidebar li {
  height: 75px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  overflow: hidden;
}

#cruise-sidebar li a {
  display: block;
  width: 100%;
  color: #333333;
  border-left: 4px solid transparent;
  position: absolute;
  top: 50%;
  padding: 16px 0;
  height: 74px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cruise-sidebar li a:hover {
  border-left: 4px solid #D10C3B;
  color: #D10C3B;
}

#cruise-sidebar li a:hover .destination-country {
  color: #D10C3B;
}

#cruise-sidebar li a:active {
  border-left: 4px solid #FF154E;
  color: #FF154E;
}

#cruise-sidebar li a:active .destination-country {
  color: #FF154E;
}

#cruise-sidebar li a.active {
  border-left: 4px solid #B10A32;
  color: #B10A32;
}

#cruise-sidebar li a.active .destination-country {
  color: #B10A32;
}

#cruise-sidebar li div {
  float: left;
  padding: 0 8px;
  width: 75%;
}

#cruise-sidebar li div.wide {
  width: 95%;
}

#cruise-sidebar li p {
  margin: 0;
  line-height: 1em;
}

#cruise-sidebar .itinerary-overview-link {
  font-size: 18px;
}

#cruise-sidebar .day {
  width: 22.5%;
  text-transform: uppercase;
  padding-right: 0;
}

#cruise-sidebar .day p {
  line-height: 1.2em;
}

#cruise-sidebar .day-text {
  font-size: 12px;
  display: inline-block;
  padding-bottom: 6px;
}

#cruise-sidebar .day-number {
  font-size: 24px;
  font-weight: 500;
}

#cruise-sidebar .destination {
  width: 77.5%;
}

#cruise-sidebar .destination-city {
  font-size: 18px;
  line-height: 1.3em;
  display: inline-block;
  padding-bottom: 4px;
}

#see-more-dates-tag {
  background: #FFF;
  color: #44687d;
  border: 1px solid #44687d;
  height: 0;
  position: fixed;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  min-width: 200px;
  max-width: 200px;
  -webkit-transition: height 0.5s, opacity 0.25s, transform 0.5s;
  -webkit-transition: height 0.5s, opacity 0.25s, -webkit-transform 0.5s;
  transition: height 0.5s, opacity 0.25s, -webkit-transform 0.5s;
  transition: height 0.5s, opacity 0.25s, transform 0.5s;
  transition: height 0.5s, opacity 0.25s, transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (max-width: 768px) {
  #see-more-dates-tag {
    display: none;
  }
}

body.more-dates-visible #see-more-dates-tag {
  opacity: 1;
  height: 48px;
}

body.more-dates-visible #cruise-sidebar:hover + #see-more-dates-tag {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}

body.more-dates-visible #see-more-dates-tag:hover {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}

/*# sourceMappingURL=cruise-header.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
@media screen and (max-width: 767px) {
  .container-fluid .promo-box:first-of-type {
    position: relative;
  }
  .container-fluid .promo-box:first-of-type::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }
  .container-fluid .promo-box:last-of-type::after {
    display: none;
  }
}

.promo-box-container {
  margin-bottom: 16px;
  /*Used to set spacing for modal implementation*/
}

.promo-box {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .promo-box:last-of-type {
    border-left: 1px solid #cccccc;
  }
  .promo-box:first-of-type {
    border-left: none;
  }
}

.promo-box a {
  display: block;
}

.promo-box h4, .promo-box .promo-box-title {
  font-weight: 500;
  color: #B10A32;
  margin-top: 0;
}

.promo-box h4.single-line, .promo-box .promo-box-title.single-line {
  font-size: 22px;
  margin-bottom: 0;
}

.promo-box p {
  color: #000;
  margin-bottom: 0;
}

.clearfix:before, .itinerary-pagin-btn .border:before, .clearfix:after, .itinerary-pagin-btn .border:after {
  content: " ";
  display: table;
}

.clearfix:after, .itinerary-pagin-btn .border:after {
  clear: both;
}

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

.pull-right, .thumbnail-action .quick-look {
  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;
}

#cruise-about > .container-fluid {
  padding: 16px 16px 0 16px;
}

#cruise-main-content {
  /* expand collapsed content */
}

#cruise-main-content:not(.bg-white):not(.bg-gray-dark):not(.bg-gray):not(.bg-gray-light):not(.bg-gray-lighter):not(.bg-gray-lightest) {
  background-color: whitesmoke;
}

#cruise-main-content > .container-fluid > .row > .container:not(.no-padding),
#cruise-main-content #cruiseContentCollapsable > .container-fluid,
#cruise-main-content > .mboxDefault > .container-fluid {
  /*padding: $grid-gutter-width $grid-gutter-width 0 $grid-gutter-width;*/
  /*padding: $grid-gutter-width 8px 0;*/
  padding-top: 16px;
  /*@media only screen and (max-width: 767px) {
			padding: $grid-gutter-width 8px 0;		
		}*/
}

#cruise-main-content > .container-fluid > .row.video-container .container {
  padding: 16px 16px 0 16px;
}

#cruise-main-content .padding-bottom {
  padding-bottom: 20px !important;
}

#cruise-main-content .section-header {
  background: #FFF;
  height: 95px;
  overflow: hidden;
}

#cruise-main-content .section-header h3 {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif ;
  margin: 0;
  line-height: 95px;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  #cruise-main-content .section-header h3 {
    font-size: 26px;
  }
}

#cruise-main-content .section-header h3 span {
  background-color: #FFF;
  padding: 0 32px;
}

#cruise-main-content .section-header h3 a {
  color: #333;
}

#cruise-main-content .section-header h3:before {
  border-top: 1px solid whitesmoke;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  z-index: -1;
}

#cruise-main-content .section-header.shore-excursions {
  height: auto;
}

#cruise-main-content .section-header.shore-excursions p {
  padding: 0px 20px;
}

#cruise-main-content .section-header.discover-more {
  height: auto;
}

#cruise-main-content .section-header.discover-more p {
  padding: 0px 20px;
  margin-top: -25px;
}

#cruise-main-content .resources-blurb img.map {
  margin: 0 auto 16px auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) and (orientation: landscape) {
  #cruise-main-content .cruise-content-columns .col-xs-12 {
    width: 50% !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #cruise-main-content .region-intro .col-xs-12,
  #cruise-main-content .col-hs-xs-6 {
    width: 50% !important;
  }
  #cruise-main-content .show-rows .col-hs-xs-6 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  #cruise-main-content .container-fluid .promo-box:first-of-type {
    position: relative;
  }
  #cruise-main-content .container-fluid .promo-box:first-of-type::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }
}

@media screen and (min-width: 768px) {
  #cruise-main-content .promo-box:last-of-type {
    border-left: 1px solid #cccccc;
  }
}

#cruise-main-content .cruise-by-day {
  display: none;
  position: static;
  width: 100%;
  height: auto;
  overflow: visible;
  background: #FFF;
}

@media only screen and (max-width: 767px) {
  #cruise-main-content .cruise-by-day {
    display: block;
  }
}

#cruise-main-content .cruise-by-day .cruise-dbd-header {
  display: block;
  position: static;
  z-index: 1000;
  width: 100%;
  background: #FFF;
}

#cruise-main-content .cruise-by-day .cruise-dbd-header .backto-cruise-overview-btn {
  display: block;
  color: #777;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  background: #eceef1;
  padding: 16px 0;
}

#cruise-main-content .cruise-by-day .cruise-dbd-header .change-day-area {
  display: table;
  height: 50px;
  width: 100%;
  text-align: center;
  border-top: 1px #afafaf solid;
  border-bottom: 1px #afafaf solid;
}

#cruise-main-content .cruise-by-day .cruise-dbd-header .change-day-area a {
  display: block;
  padding: 12px;
  color: #777;
}

#cruise-main-content .cruise-by-day .cruise-dbd-header .change-day-area a:hover {
  color: #333;
}

#cruise-main-content .cruise-by-day .cruise-dbd-header .change-day-area .day-previous {
  width: 15%;
  border-right: 1px #afafaf solid;
  margin-right: -1px;
  display: table-cell;
  vertical-align: middle;
}

#cruise-main-content .cruise-by-day .cruise-dbd-header .change-day-area .day-next {
  width: 15%;
  border-left: 1px #afafaf solid;
  margin-left: -1px;
  display: table-cell;
  vertical-align: middle;
}

#cruise-main-content .cruise-by-day .cruise-dbd-header .change-day-area .day-current {
  color: #777;
  font-size: 17px;
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}

#cruise-main-content .cruise-by-day .cruise-dbd-list {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #FFF;
}

#cruise-main-content .cruise-by-day .cruise-dbd-list ul {
  list-style: none;
  padding: 0;
}

#cruise-main-content .cruise-by-day .cruise-dbd-list ul li {
  border-bottom: 1px #ebebeb solid;
}

#cruise-main-content .cruise-by-day .cruise-dbd-list ul li a {
  color: #333;
  display: block;
  padding: 22px;
}

#cruise-main-content .cruise-by-day .cruise-dbd-list ul li a .cruise-dbd-day {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 24px;
  display: table-cell;
  float: left;
}

#cruise-main-content .cruise-by-day .cruise-dbd-list ul li a .cruise-dbd-text {
  display: block;
}

#cruise-main-content .cruise-by-day .cruise-dbd-list ul li a .icon {
  position: absolute;
  right: 22px;
}

#cruise-main-content .cruise-by-day.active {
  position: fixed;
  z-index: 1001;
}

#cruise-main-content .cruise-by-day.active .cruise-dbd-list {
  display: block;
}

#cruise-main-content .content-expand-all {
  margin-top: 64px;
  margin-bottom: 16px;
}

#cruise-main-content .content-expand-all .expand-all-btn {
  color: #777;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  display: none;
  text-align: center;
}

#cruise-main-content .content-expand-all .expand-all-btn .icon {
  margin-left: 10px;
}

#cruise-main-content .content-expand-all .expand-all-btn:hover {
  color: #333;
}

#cruise-main-content .content-expand-all .expand-all-btn.open {
  display: block;
}

@media screen and (min-width: 768px) {
  #cruise-main-content .cruise-content-columns.collapse {
    display: block;
    height: auto !important;
  }
}

#cruise-main-content .section-header .icon {
  font-size: 18px;
  padding: 0 10px 0 6px;
  margin-left: -35px;
}

#cruise-main-content .thumbnail-flex {
  margin: 0 1rem;
}

.feature .thumbnail-img img {
  width: 100%;
}

.day-overview .caption {
  /*padding-top: 34px;
		padding-left: 84px;*/
}

@media screen and (max-width: 1024px) {
  .day-overview .caption {
    /*padding-top: 24px;*/
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .day-overview .caption {
    padding-top: 16px;
    padding-left: 0;
  }
}

.day-overview .caption h2 {
  margin-bottom: 16px;
}

.day-overview .caption p {
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 479px) {
  .day-overview .caption p {
    display: block !important;
  }
}

.day-overview .caption .thumbnail {
  margin-left: 16px;
}

.trd-itinerary .section-thumbnail-header .thumbnail.thumbnail-flagship.height-not-set, .trd-itinerary .section-thumbnail-header .thumbnail.map.height-not-set, .trd-itinerary .section-thumbnail-header .thumbnail.call-out.height-not-set {
  display: none;
}

.trd-itinerary .day-overview .caption {
  padding-left: 4px;
}

@media screen and (max-width: 1023px) {
  .trd-itinerary .day-overview .caption .thumbnail {
    margin-left: 0;
  }
}

.cruise-airfare .section-btn-bar {
  margin-bottom: 32px;
}

.cruise-airfare h2 {
  font-size: 36px;
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  text-transform: none;
  font-weight: 400;
}

.cruise-airfare .details {
  padding-right: 32px !important;
}

.cruise-airfare .details .content {
  padding-left: 32px;
}

.details h3 {
  text-transform: none;
  margin-bottom: 0;
}

.pricing .price-heading {
  position: relative;
}

.pricing .legend {
  position: absolute;
  bottom: 32px;
  right: 16px;
}

.pricing .legend span {
  display: block;
  vertical-align: bottom;
}

@media screen and (min-width: 1024px) {
  .pricing .legend span {
    display: inline-block;
  }
}

.pricing .legend span.old {
  text-align: right;
  font-size: 80%;
}

@media screen and (min-width: 1024px) {
  .pricing .legend span.old {
    text-align: left;
  }
}

.pricing .legend span.discount {
  padding-left: 16px;
  font-weight: bold;
}

.pricing .old {
  text-decoration: line-through;
  color: #818182;
}

.pricing table th, .pricing table td {
  border: 1px solid #e1e1e1;
}

.pricing table th {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  background: #eceef1;
}

.pricing table th:first-child {
  text-align: left;
}

.pricing table th:nth-child(1n+1) {
  text-transform: uppercase;
}

.pricing table th h3 {
  position: relative;
  padding: 0 16px;
  margin: 0;
  text-transform: none;
  font-size: 175%;
}

.pricing table th h3 a {
  color: #000;
  font-size: 70%;
  display: block;
}

@media screen and (min-width: 1024px) {
  .pricing table th h3 a {
    display: inline-block;
    padding-left: 32px;
  }
}

.pricing table td {
  padding: 32px 16px 32px 16px !important;
}

.pricing table td p {
  margin: 0;
  font-size: 80%;
}

.pricing table td .old {
  font-size: 80%;
}

.pricing .airfare-mobile-table .legend {
  position: static;
  margin: 16px;
}

.pricing .airfare-mobile-table .legend span {
  display: inline;
}

.pricing .airfare-mobile-table .bg-gray-lightest {
  margin: 16px 0;
  padding-top: 8px;
  border: 1px solid #bfbfbf;
}

.pricing .airfare-mobile-table .bg-gray-lightest .table {
  margin-bottom: 0;
}

.pricing .airfare-mobile-table .af-description-text {
  font-size: 16px;
}

.pricing .airfare-mobile-table .af-description-text a {
  color: #333333;
  text-decoration: underline;
}

.pricing .airfare-mobile-table .table .af-month-header {
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  border-right: none;
  font-size: 16px;
}

.pricing .airfare-mobile-table .table .af-month-pricing {
  border-left: none;
}

.pricing .airfare-mobile-table .table .af-month-pricing .old {
  font-size: 12px;
}

.pricing .airfare-mobile-table .table .af-month-pricing .discount {
  font-weight: bold;
  font-size: 22px;
}

.section-btn-bar {
  margin-top: 32px;
  margin-bottom: 24px;
}

.section-btn-bar h4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

@media screen and (min-width: 1366px) {
  .section-btn-bar h4 {
    margin-top: 15px;
  }
}

.section-btn-bar .btn {
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .section-btn-bar .btn br.visible-xs {
    display: none !important;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
  .section-btn-bar .btn br.visible-xs {
    display: none !important;
  }
}

.section-btn-bar .inline-social {
  height: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 1023px) {
  .section-btn-bar .inline-social {
    text-align: center;
  }
}

.itinerary-overview {
  background: #FFF;
}

.itinerary-overview .active a {
  color: #B10A32;
}

.itinerary-overview a {
  color: #333333;
}

.itinerary-overview a:hover {
  color: #B10A32;
}

.itinerary-overview .day {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) {
  .itinerary-overview ul {
    margin-bottom: 0;
  }
}

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

.form-group label.full-width {
  width: 100%;
}

.itinerary-pagin-btn {
  min-height: 74px;
  display: block;
  width: 100%;
  color: #333333;
  background: #FFF;
  margin-bottom: 16px;
  border: 1px solid #cccccc;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
}

.itinerary-pagin-btn .border {
  padding: 16px 4px;
  border-left: 4px solid transparent;
}

.itinerary-pagin-btn:hover, .itinerary-pagin-btn:hover .destination-country {
  color: #B10A32;
}

.itinerary-pagin-btn:hover .border, .itinerary-pagin-btn:hover .destination-country .border {
  border-left: 4px solid #B10A32;
}

.itinerary-pagin-btn .day, .itinerary-pagin-btn .destination {
  float: left;
}

@media screen and (min-width: 1024px) {
  .itinerary-pagin-btn .day, .itinerary-pagin-btn .destination {
    padding: 0 8px;
  }
}

.itinerary-pagin-btn .day p, .itinerary-pagin-btn .destination p {
  margin: 0;
  line-height: 1em;
}

.itinerary-pagin-btn .day span, .itinerary-pagin-btn .destination span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.itinerary-pagin-btn .day {
  width: 22.5%;
  text-transform: uppercase;
  padding-right: 0;
}

.itinerary-pagin-btn .day p {
  line-height: 1.2em;
}

.itinerary-pagin-btn .day-text {
  font-size: 12px;
  display: inline-block;
  padding-bottom: 6px;
}

.itinerary-pagin-btn .day-number {
  font-size: 24px;
  font-weight: 500;
}

.itinerary-pagin-btn .destination {
  width: 77.5%;
  padding: 0 0 0 8px;
}

.itinerary-pagin-btn .destination-city {
  font-size: 18px;
  line-height: 1.3em;
  display: inline-block;
  padding-bottom: 4px;
}

.itinerary-pagin-btn .destination-country {
  font-size: 13px;
  color: #777777;
}

.itinerary-pagin-current-page {
  text-align: center;
}

.itinerary-pagin-current-page h3 {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif ;
}

.itinerary-pagin-current-page .day-text {
  display: block;
  font-size: 60%;
  position: relative;
}

.itinerary-pagin-current-page .day-text .day-text-bg {
  background: whitesmoke;
  padding: 0 4px;
  position: relative;
  z-index: 1;
}

.itinerary-pagin-current-page .day-text .strike-through {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #555555;
  width: 40%;
  margin: 0 auto;
  margin-top: -1px;
}

.itinerary-pagin-current-page .destination-country {
  display: block;
  font-size: 19px;
  text-transform: uppercase;
}

.bottom-border-gray {
  border-bottom: solid 1px #cccccc;
}

.e-check {
  position: relative;
  padding-left: 115px;
  margin: 20px 0;
}

.e-check span {
  display: block;
  position: absolute;
  left: 0;
  width: 100px;
  height: 50px;
  background: url("../../../images/00-00-23-cruise-airfare/echeck-logo.png") no-repeat;
}

.e-check p {
  display: block;
  padding-top: 10px;
}

.e-check a {
  white-space: nowrap;
}

.ul-check-list {
  list-style: none;
}

.ul-check-list li {
  padding-left: 30px;
}

.ul-check-list li .icon {
  position: absolute;
  color: #B8AF80;
  font-size: 16px;
  margin-top: 2px;
  margin-left: -20px;
}

.viking-value-cta {
  display: block;
  background: #456580;
  padding: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.viking-value-cta .border-inset {
  border: 2px solid #FFF;
}

.viking-value-cta .border-inset .text {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}

.modal .modal-body .itinerary-quick-view .header-logo img {
  width: 125px;
  height: 75px;
}

.modal .modal-body .itinerary-quick-view .header-icons {
  display: table;
  height: 85px;
  text-align: right;
}

.modal .modal-body .itinerary-quick-view .header-icons .social-links {
  display: table-cell;
  vertical-align: middle;
}

.modal .modal-body .itinerary-quick-view .head-line {
  font-size: 38px;
  /*text-transform: none;*/
  margin-bottom: 30px;
}

.modal .modal-body .itinerary-quick-view .head-line small {
  display: block;
  font-size: 18px;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-weight: 100;
  color: #333;
  margin-top: 10px;
}

.modal .modal-body .itinerary-quick-view .list-inline li {
  padding: 0 2px;
}

.modal .modal-body .itinerary-quick-view .learn-more {
  margin-bottom: 40px;
}

.modal .modal-body .itinerary-quick-view .guided-tours {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.modal .modal-body .itinerary-quick-view .thumbnail-img,
.modal .modal-body .itinerary-quick-view .caption {
  margin-bottom: 20px !important;
}

.modal .modal-body .itinerary-quick-view .caption {
  font-size: 16px;
}

.modal .modal-body .itinerary-quick-view .thumbnail.call-out.red {
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal .modal-body .itinerary-quick-view .thumbnail.call-out.red h3 {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 24px;
  color: #FFF;
}

.modal .modal-body .itinerary-quick-view .thumbnail.map .thumbnail-img {
  margin-bottom: 0px !important;
}

.modal .modal-body .itinerary-quick-view .thumbnail.map .thumbnail-img img {
  margin: 0px;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary {
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (min-width: 1024px) {
  .modal .modal-body .itinerary-quick-view .quick-itinerary {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.modal .modal-body .itinerary-quick-view .quick-itinerary article {
  margin-bottom: 40px;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary h2 {
  font-size: 24px;
  margin-top: 0;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary p,
.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-title,
.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-list dd,
.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-list dt {
  font-size: 16px;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-list {
  margin-top: 8px;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-list dt,
.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-list dd {
  font-weight: 400;
  margin-bottom: 8px;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-list dt {
  width: calc(100% - 80px);
  float: left;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-list dd {
  width: 80px;
  float: right;
  text-align: right;
}

.modal .modal-body .itinerary-quick-view .quick-itinerary .shore-ex-list::after {
  content: "";
  display: table;
  clear: both;
}

.excursion-icon {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  display: block;
  line-height: 1rem;
  float: left;
  overflow: hidden;
  margin-right: 3rem;
}

.excursion-icon .icon {
  display: block;
  float: left;
}

.excursion-icon .excursion-icon-text {
  display: block;
  float: left;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
  margin-left: .3rem;
}

.promo-box-title + p {
  color: #B10A32;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
}

.thumbnail-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  border: 1px solid #CCC;
  padding: 0;
}

.thumbnail-flex .video-thumb-play-lg {
  background: url(/Content/images/v3/video-play-thumb-lg.png) no-repeat -72px 0;
  width: 72px;
  height: 72px;
  margin: -36px auto 0 auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnail-flex:hover .video-thumb-play-lg {
  background-position: 0 0;
}

.thumbnail-flex .thumbnail-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thumbnail-flex .thumbnail-img img {
  width: 100%;
  height: 100%;
}

.thumbnail img {
  width: 100%;
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.thumbnail .caption:not(.price) {
  min-height: 80px;
}

.thumbnail .caption hr {
  border: 2px solid #eceef1;
}

.thumbnail .caption .title, .thumbnail .caption .details {
  margin-top: 0;
  height: 86px;
}

.thumbnail .caption .title > div, .thumbnail .caption .details > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thumbnail .caption .details {
  margin: 0 12px;
  height: 200px;
  text-align: center;
}

.thumbnail .caption .info .detail .item {
  left: 0;
  text-align: center;
  display: inline-block;
}

.thumbnail .caption .info .detail .col1 {
  padding-top: .5em;
  padding-left: .5em;
}

.thumbnail .caption .info .detail .col2 {
  padding-top: .5em;
  text-align: center;
}

.thumbnail .caption .info .detail .col3 {
  padding-top: .5em;
  text-align: center;
}

.thumbnail .caption .info .detail .col4 {
  padding-top: .5em;
  text-align: right;
  padding-right: .5em;
}

.thumbnail .caption .info .info {
  width: 90%;
  margin: 0 auto 1.5em auto;
}

.thumbnail .caption .info .item .value {
  font-size: 1.6em;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  color: #555555;
}

.thumbnail .caption .info .item .label {
  text-transform: uppercase;
  font-size: .85em;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  color: #555555;
}

.thumbnail-snipe-label {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  margin: 5px;
  padding: 4px 8px;
}

.thumbnail-snipe-label span {
  color: #FFF;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
}

.thumbnail-snipe-label span:hover {
  color: #FFF;
}

.thumbnail-action {
  border-top: 1px #DDD solid;
}

.thumbnail-action .included-excursion {
  color: #333;
}

.thumbnail-action .btn:not(.book-now-btn) {
  display: block;
  width: 100%;
  color: #FFF !important;
  font-size: 1em;
  padding: .5em;
  margin-bottom: 4px;
  height: auto;
  line-height: normal;
  border: 1px solid #777777;
  background: #777777;
}

.thumbnail-action .btn:not(.book-now-btn):hover {
  border: 1px solid #456580;
  background: #456580;
}

.cruise-videos .thumbnail:hover {
  background-color: #f2f2f2;
}

.cruise-videos .thumbnail-action .icon-video {
  padding-right: 10px;
}

.cruise-overview {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  border: none;
  overflow: visible;
  margin-bottom: 16px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  line-height: 1.5;
  background-color: #FFF;
  border-radius: 0;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.cruise-overview .caption {
  z-index: 2;
  border: 1px solid #ccc;
  padding-bottom: 0;
  background: #FFF;
  cursor: default;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 9px;
  color: #333;
}

.cruise-overview .caption h2 {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif;
  font-size: 28px;
  margin: 0;
}

.cruise-overview .caption:not(.price) {
  min-height: 80px;
}

.thumbnail:not(.no-flex) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.thumbnail {
  margin-bottom: 16px;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
}

.thumbnail .thumbnail-img {
  position: relative;
  -webkit-box-flex: 0;
  flex: none;
  -ms-flex: none;
}

.thumbnail .thumbnail-img img {
  width: 100%;
}

.thumbnail .video-thumb-play-lg:not(.old-progressive-image) {
  background: url(/Content/images/v3/video-play-thumb-lg.png) no-repeat -72px 0;
  width: 72px;
  height: 72px;
  margin: -36px auto 0 auto;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbnail.has-action {
  padding-bottom: 67px;
}

.thumbnail.drawer {
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif;
  border: none;
  overflow: visible;
}

@media screen and (min-width: 1366px) {
  .thumbnail.drawer:after {
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 195px;
  }
  .thumbnail.drawer .caption {
    position: absolute;
  }
}

.thumbnail.drawer .caption {
  z-index: 2;
  border: 1px solid #cccccc;
  padding-bottom: 0;
  background: #FFF;
  cursor: default;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1366px) {
  .thumbnail.drawer .caption {
    height: 200px;
    padding-bottom: 30px;
  }
}

.thumbnail.drawer .drawer-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  padding-top: 16px;
  background: #FFF;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(51%, white), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 51%, white 100%);
  /* W3C */
  border: 1px solid #cccccc;
  border-top: none;
}

@media screen and (min-width: 1366px) {
  .thumbnail.drawer .drawer-action {
    border: none;
    display: none !important;
  }
}

.thumbnail.drawer .drawer-action a {
  position: relative;
  display: block;
  width: 100%;
  color: #333333;
  text-align: right;
}

.thumbnail.drawer .drawer-action span {
  -webkit-transition: all .75s ease;
  text-transform: uppercase;
}

.thumbnail.drawer .drawer-action .icon {
  font-size: 10px;
}

.thumbnail.drawer .drawer-action .more {
  position: absolute;
  right: 0;
  white-space: nowrap;
}

.thumbnail.drawer .drawer-action .less {
  opacity: 0;
}

.thumbnail.drawer.extend .caption {
  height: auto;
}

.thumbnail.drawer.extend .drawer-action .more {
  opacity: 0;
}

.thumbnail.drawer.extend .drawer-action .less {
  opacity: 1;
}

.thumbnail.map .expand {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.thumbnail.map .icon {
  opacity: .5;
  font-size: 40px;
  color: #333333;
}

.thumbnail.map:hover .icon {
  opacity: .85;
}

.thumbnail.call-out {
  padding-right: 48px;
  padding-left: 48px;
  display: table;
  height: 280px;
  width: 100%;
  text-align: center;
}

.thumbnail.call-out * {
  color: #FFF;
}

.thumbnail.call-out h3 {
  font-size: 18px;
}

.thumbnail.call-out.red {
  line-height: 28px;
  background-color: #B10A32;
  padding-right: 16px;
  padding-left: 16px;
}

.thumbnail.call-out.red .caption {
  font-size: 22px;
}

.thumbnail.call-out.red .caption h3.text-medium {
  font-size: 28px;
  margin-bottom: 6px;
  margin-top: 4px;
  line-height: 28px;
}

.thumbnail.call-out.blue-dk {
  background-color: #142640;
}

.thumbnail.call-out .caption {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.thumbnail h2 {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif ;
  font-size: 28px;
  margin: 0;
}

.thumbnail h3 {
  text-transform: none;
  font-size: 22px;
  margin: 0;
}

.thumbnail:hover a:not(.btn):not(.carousel-control) {
  color: #2b2b2b;
}

.thumbnail:hover .video-thumb-play-lg {
  background-position: 0 0;
}

.thumbnail > p {
  margin: 0;
}

a .thumbnail:hover {
  cursor: pointer;
}

a.thumbnail-anchor {
  display: block;
  color: #333;
}

a.thumbnail-anchor:hover {
  color: #B10A32;
}

a.thumbnail-anchor .thumbnail:hover .thumbnail-action {
  color: #B10A32;
}

a.thumbnail-anchor .thumbnail:hover .thumbnail-action .included-excursion {
  color: #B10A32;
}

a.thumbnail-anchor .thumbnail:hover h3 {
  color: #B10A32;
}

a.thumbnail-anchor .thumbnail:active .thumbnail-action {
  color: #FF154E;
}

a.thumbnail-anchor .thumbnail:active h3 {
  color: #FF154E;
}

a.thumbnail-anchor .thumbnail.call-out:hover * {
  color: #FFF;
}

a.thumbnail-anchor .thumbnail.call-out:active * {
  color: #FFF;
}

a.thumbnail-anchor .thumbnail.call-out .caption {
  cursor: pointer;
}

a.thumbnail-anchor .thumbnail-action {
  border-top: 1px #DDD solid;
}

a.thumbnail-anchor .thumbnail-action .included-excursion {
  color: #333;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

a.thumbnail-anchor .thumbnail-action .thumbnail:hover .included-excursion {
  color: #B10A32;
}

.thumbnail-action {
  padding: 4px 9px;
  width: 100%;
  font-size: 13px;
  color: #777777;
  text-transform: uppercase;
  margin-top: auto;
}

.thumbnail-action .icon {
  font-size: 14px;
  margin-top: -4px;
}

.thumbnail-action span {
  vertical-align: middle;
  display: inline-block;
}

.thumbnail .caption a:not(.btn) {
  color: #B10A32;
}

.thumbnail .caption a:not(.btn):hover {
  color: #B10A32;
}

.thumbnail .caption p.subtitle {
  font-size: 15px;
}

.responsive-thumbnail {
  position: relative;
}

.responsive-thumbnail.ratio-2by1::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.responsive-thumbnail.ratio-3by1::after {
  content: "";
  display: block;
  padding-bottom: 33.33333333%;
}

.responsive-thumbnail.ratio-3by4::after {
  content: "";
  display: block;
  padding-bottom: 72.17573222%;
}

.responsive-thumbnail.ratio-4by1::after {
  content: "";
  display: block;
  padding-bottom: 25%;
}

.day-overview .title-day {
  text-transform: uppercase;
  font-family: "Frutiger Regular", Arial, Helvetica, Sans-Serif ;
  font-weight: 400;
  font-style: normal;
}

.day-overview h1, .day-overview h2 {
  font-family: "adobe-garamond-pro", "GaramondPro Regular", Garamond, "EB Garamond", "Times New Roman", Serif ;
  font-size: 47px;
  color: #333;
  margin: 0;
}

.super-padding {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .super-padding {
    padding: 4%;
  }
}

@media screen and (min-width: 1366px) {
  .super-padding {
    padding: 8%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  #cruise-caption,
  #map-thumbnail {
    width: 50%;
  }
  #map-thumbnail {
    float: right;
  }
  #cruise-caption {
    float: left;
  }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (orientation: landscape) {
  #cruise-caption,
  #map-thumbnail {
    width: 50%;
  }
  #map-thumbnail {
    float: right;
  }
  #cruise-caption {
    float: left;
  }
}

/*# sourceMappingURL=cruise-content.css.map */

.modal .modal-form .radio-inline {
  margin-bottom: 8px;
}

.form-modal-thank-you .cta-container {
  padding-top: 16px;
}

.form-modal-thank-you .thumbnail .caption p {
  font-size: 20px;
  margin-bottom: 0;
}

.raq-modal .cta-container {
  padding-top: 16px;
}

.raq-modal .thumbnail .caption p {
  font-size: 20px;
}

.form-modal-sweepstakes .sweepstakes-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-sweepstakes .legal-field {
  overflow: auto;
}

.form-modal-sweepstakes .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-sweepstakes .legal-field .legal-field-inner {
  padding: 7px;
}

.form-modal-sem .sem-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-sem .legal-field {
  overflow: auto;
}

.form-modal-sem .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-sem .legal-field .legal-field-inner {
  padding: 7px;
}

.form-modal-connect-and-share .connect-and-share-form-fields {
  padding: 16px 8px;
  margin-bottom: 16px;
}

.form-modal-connect-and-share .g-recaptcha {
  display: inline-block;
}

.form-modal-connect-and-share .legal-field {
  overflow: auto;
}

.form-modal-connect-and-share .legal-field.expanded {
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-modal-connect-and-share .legal-field .legal-field-inner {
  padding: 7px;
}

.modal-form .checkbox-inline input[type="checkbox"] + label {
  font-weight: normal !important;
  margin: 0px !important;
  cursor: pointer !important;
  background: none !important;
  line-height: 25px !important;
  padding: 0px !important;
  width: auto !important;
  min-height: initial !important;
}

.modal-form .checkbox-inline input[type="checkbox"] {
  margin-left: -20px !important;
  margin-top: 4px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  opacity: initial !important;
}

.modal-form .form-group {
  line-height: 1.5;
}

.modal-form .form-group label {
  margin-bottom: 5px;
}

.modal-form .form-group label sup.red {
  vertical-align: baseline;
}

.modal-form label.radio-inline.viking-form-control {
  margin-bottom: 8px;
  font-weight: normal;
}

.row.style-separator-20180516 {
  max-width: 850px;
  margin: 0 auto;
}

.row.style-separator-20180516 .img-responsive {
  margin: 0 auto;
}

.sweepstakes-form-fields.style-separator-20180516 {
  max-width: 850px;
  margin: 2rem auto;
}

.modals_hidden, #modals {
  position: absolute;
  height: 0;
  overflow: hidden;
}

/*# sourceMappingURL=forms-modals.css.map */

/******************************************************************************
WARNING THIS IS COMPILED SASS FILE LOCATED IN SCSS DO NOT EDIT IN THE CSS FILE
*******************************************************************************/
@media print {
  .col-tn-12, .col-tn-11, .col-tn-10, .col-tn-9, .col-tn-8, .col-tn-7, .col-tn-6, .col-tn-5, .col-tn-4, .col-tn-3, .col-tn-2, .col-tn-1,
  .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1,
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1,
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1,
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    width: 100% !important;
  }
  .col-tn-offset-12, .col-tn-offset-11, .col-tn-offset-10, .col-tn-offset-9, .col-tn-offset-8, .col-tn-offset-7, .col-tn-offset-6, .col-tn-offset-5, .col-tn-offset-4, .col-tn-offset-3, .col-tn-offset-2, .col-tn-offset-1,
  .col-xs-offset-12, .col-xs-offset-11, .col-xs-offset-10, .col-xs-offset-9, .col-xs-offset-8, .col-xs-offset-7, .col-xs-offset-6, .col-xs-offset-5, .col-xs-offset-4, .col-xs-offset-3, .col-xs-offset-2, .col-xs-offset-1,
  .col-sm-offset-12, .col-sm-offset-11, .col-sm-offset-10, .col-sm-offset-9, .col-sm-offset-8, .col-sm-offset-7, .col-sm-offset-6, .col-sm-offset-5, .col-sm-offset-4, .col-sm-offset-3, .col-sm-offset-2, .col-sm-offset-1,
  .col-md-offset-12, .col-md-offset-11, .col-md-offset-10, .col-md-offset-9, .col-md-offset-8, .col-md-offset-7, .col-md-offset-6, .col-md-offset-5, .col-md-offset-4, .col-md-offset-3, .col-md-offset-2, .col-md-offset-1,
  .col-lg-offset-12, .col-lg-offset-11, .col-lg-offset-10, .col-lg-offset-9, .col-lg-offset-8, .col-lg-offset-7, .col-lg-offset-6, .col-lg-offset-5, .col-lg-offset-4, .col-lg-offset-3, .col-lg-offset-2, .col-lg-offset-1 {
    margin-left: 0 !important;
  }
  .col-tn-pull-12, .col-tn-pull-11, .col-tn-pull-10, .col-tn-pull-9, .col-tn-pull-8, .col-tn-pull-7, .col-tn-pull-6, .col-tn-pull-5, .col-tn-pull-4, .col-tn-pull-3, .col-tn-pull-2, .col-tn-pull-1,
  .col-xs-pull-12, .col-xs-pull-11, .col-xs-pull-10, .col-xs-pull-9, .col-xs-pull-8, .col-xs-pull-7, .col-xs-pull-6, .col-xs-pull-5, .col-xs-pull-4, .col-xs-pull-3, .col-xs-pull-2, .col-xs-pull-1,
  .col-sm-pull-12, .col-sm-pull-11, .col-sm-pull-10, .col-sm-pull-9, .col-sm-pull-8, .col-sm-pull-7, .col-sm-pull-6, .col-sm-pull-5, .col-sm-pull-4, .col-sm-pull-3, .col-sm-pull-2, .col-sm-pull-1,
  .col-md-pull-12, .col-md-pull-11, .col-md-pull-10, .col-md-pull-9, .col-md-pull-8, .col-md-pull-7, .col-md-pull-6, .col-md-pull-5, .col-md-pull-4, .col-md-pull-3, .col-md-pull-2, .col-md-pull-1,
  .col-lg-pull-12, .col-lg-pull-11, .col-lg-pull-10, .col-lg-pull-9, .col-lg-pull-8, .col-lg-pull-7, .col-lg-pull-6, .col-lg-pull-5, .col-lg-pull-4, .col-lg-pull-3, .col-lg-pull-2, .col-lg-pull-1 {
    right: 0 !important;
  }
  .col-tn-push-12, .col-tn-push-11, .col-tn-push-10, .col-tn-push-9, .col-tn-push-8, .col-tn-push-7, .col-tn-push-6, .col-tn-push-5, .col-tn-push-4, .col-tn-push-3, .col-tn-push-2, .col-tn-push-1,
  .col-xs-push-12, .col-xs-push-11, .col-xs-push-10, .col-xs-push-9, .col-xs-push-8, .col-xs-push-7, .col-xs-push-6, .col-xs-push-5, .col-xs-push-4, .col-xs-push-3, .col-xs-push-2, .col-xs-push-1,
  .col-sm-push-12, .col-sm-push-11, .col-sm-push-10, .col-sm-push-9, .col-sm-push-8, .col-sm-push-7, .col-sm-push-6, .col-sm-push-5, .col-sm-push-4, .col-sm-push-3, .col-sm-push-2, .col-sm-push-1,
  .col-md-push-12, .col-md-push-11, .col-md-push-10, .col-md-push-9, .col-md-push-8, .col-md-push-7, .col-md-push-6, .col-md-push-5, .col-md-push-4, .col-md-push-3, .col-md-push-2, .col-md-push-1,
  .col-lg-push-12, .col-lg-push-11, .col-lg-push-10, .col-lg-push-9, .col-lg-push-8, .col-lg-push-7, .col-lg-push-6, .col-lg-push-5, .col-lg-push-4, .col-lg-push-3, .col-lg-push-2, .col-lg-push-1 {
    left: 0 !important;
  }
}

.printOnlyImage {
  display: none;
}

@media print {
  .printOnlyImage {
    display: inline;
  }
  .printHide {
    display: none !important;
  }
  a:link:after, a:visited:after {
    content: "";
  }
  #trd-header .trd-tablet-eyebrow-base {
    display: none;
  }
  #trd-header .trd-desktop-eyebrow-base {
    position: static;
    background: none;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas {
    background: none;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-left-canvas {
    display: none;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-link {
    display: none;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-center-block {
    position: static;
    left: auto;
    right: 0;
    width: auto;
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-center-block a:link:after, #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-center-block a:visited:after {
    content: "";
  }
  #trd-header .trd-desktop-eyebrow-base .trd-eyebrow-canvas .trd-eyebrow-center-block .trd-eyebrow-center-canvas {
    position: static;
    color: black;
    background: none;
    margin: 0;
    width: 100%;
    text-align: right;
  }
  #trd-header .trd-desktop-header-base,
  #trd-header .trd-desktop-tablet-base {
    position: static;
  }
  #trd-header .trd-desktop-header-base .trd-header-canvas,
  #trd-header .trd-desktop-tablet-base .trd-header-canvas {
    border: none;
    position: static;
  }
  #trd-header .trd-desktop-header-base .trd-header-menu-compressed,
  #trd-header .trd-desktop-tablet-base .trd-header-menu-compressed {
    display: none;
  }
  #trd-header .trd-desktop-header-base .trd-header-menu-canvas,
  #trd-header .trd-desktop-tablet-base .trd-header-menu-canvas {
    display: none;
  }
  #trd-header .trd-desktop-header-base .trd-header-search-expand,
  #trd-header .trd-desktop-tablet-base .trd-header-search-expand {
    display: none;
  }
  #trd-header .trd-desktop-header-base .trd-header-logo,
  #trd-header .trd-desktop-tablet-base .trd-header-logo {
    position: static;
    left: 0;
    margin-top: -20px;
  }
  #trd-header .trd-desktop-header-base .trd-header-logo a:link:after, #trd-header .trd-desktop-header-base .trd-header-logo a:visited:after,
  #trd-header .trd-desktop-tablet-base .trd-header-logo a:link:after,
  #trd-header .trd-desktop-tablet-base .trd-header-logo a:visited:after {
    content: "";
  }
  .trd-body-wrapper {
    position: static !important;
  }
  .trd-body-wrapper .cruise-title-side-rail {
    display: none;
  }
  .trd-body-wrapper .cruise-hdr-ribbon {
    display: none;
  }
  #cruise-hdr {
    position: static !important;
  }
  #cruise-hdr .cruise-hdr-details {
    height: auto;
    width: 100%;
  }
  #cruise-hdr .display-table {
    height: auto;
  }
  #cruise-canvas {
    display: none;
  }
  #cruise-sidebar {
    display: none;
  }
  .thumbnail.drawer .caption {
    height: auto;
    padding: 9px;
  }
  .thumbnail.drawer .drawer-action {
    display: none;
  }
  .thumbnail {
    position: static;
    height: auto !important;
  }
  #feature.is-playlist {
    position: static;
    margin: 0;
    padding: 0;
    height: auto;
  }
  #feature.is-playlist .feature_item.selected {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
  }
  #feature.is-playlist .feature_overlay {
    display: none;
  }
  #feature.is-playlist .imgholder {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .trd-footer-contact,
  .trd-footer-links,
  #cruise-main-content .section-btn-bar,
  .row .thumbnail-anchor .thumbnail-action,
  .thumbnail .expand,
  #cta-accordion {
    display: none !important;
  }
  .contentWrapper {
    padding: 0;
    margin: 0;
  }
  .contentWrapper .cruiseNavWrapper {
    margin: 0;
    padding: 0;
  }
  .contentWrapper .cruiseNavWrapper .cruiseNavTabs {
    padding: 0;
    margin: 0;
  }
  .contentWrapper .cruiseNavWrapper .cruiseNavTabs .chzn-container {
    width: 100%;
  }
  .contentWrapper .cruiseNavWrapper .cruiseNavTabs .chzn-container .chzn-single {
    border: none;
  }
  .contentWrapper .cruiseNavWrapper .cruiseNavTabs .chzn-container .chzn-single div {
    display: none;
  }
  img {
    page-break-inside: avoid;
  }
  .four.columns {
    width: 48%;
    margin-right: 1%;
    page-break-inside: avoid;
  }
  .four:nth-child(3n+1) {
    clear: none;
  }
  .thumbnail-anchor, .thumbnail {
    page-break-inside: avoid !important;
  }
  .trd-tablet-header-base {
    display: none;
  }
  body.modal-open .trd-body-wrapper {
    display: none;
  }
  body.modal-open #cboxOverlay {
    display: none;
  }
  body.modal-open .custom-modal-close-button button.close {
    display: none;
  }
  body.modal-open #colorbox,
  body.modal-open #colorbox.modal-static-content {
    width: 100% !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 0 !important;
  }
  body.modal-open #colorbox #cboxWrapper,
  body.modal-open #colorbox.modal-static-content #cboxWrapper {
    position: static;
    width: 100% !important;
    max-width: none !important;
  }
  body.modal-open #colorbox #cboxContent,
  body.modal-open #colorbox.modal-static-content #cboxContent {
    width: 100% !important;
    max-width: none !important;
  }
  body.modal-open #colorbox #cboxContent .modal-content,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  body.modal-open #colorbox #cboxContent .modal-content .modal-header,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content .modal-header {
    padding: 0;
  }
  body.modal-open #colorbox #cboxContent .modal-content .modal-body,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content .modal-body {
    padding: 0;
  }
  body.modal-open #colorbox #cboxContent .modal-content .modal-body .row h3,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content .modal-body .row h3 {
    margin: 16px 8px;
  }
  body.modal-open #colorbox #cboxContent .modal-content .modal-body .sights .row,
  body.modal-open #colorbox.modal-static-content #cboxContent .modal-content .modal-body .sights .row {
    padding: 0;
  }
  body.modal-open #colorbox #cboxContent #cboxLoadedContent,
  body.modal-open #colorbox.modal-static-content #cboxContent #cboxLoadedContent {
    width: 100% !important;
    max-width: none !important;
  }
  body.modal-open #colorbox .modal-social,
  body.modal-open #colorbox.modal-static-content .modal-social {
    display: none;
  }
  body .section-header {
    page-break-before: always !important;
  }
  .modal-dialog, .modal-content, .modal-content, #bsModal, .resources-modal {
    height: auto !important;
    width: 100%;
    overflow: visible !important;
    position: relative;
  }
}

@media print and (min-width: 600px) {
  .modal-static-content #cboxWrapper,
  .modal-static-content #cboxLoadedContent {
    width: 100% !important;
    max-width: none !important;
  }
}

.print-only-text,
.print-only-img,
.thumbnail > img.print-only-img {
  display: none;
}

@media print {
  #trd-header,
  .cruise-title-side-rail,
  .cruise-hdr-ribbon,
  .cruise-change-date-drawer,
  #cruise-sidebar,
  .inline-social,
  .section-btn-bar,
  .content-expand-all,
  .icon-chevron-up,
  .icon-chevron-down,
  .content-expand-all,
  .expand,
  .thumbnail-action,
  .trd-footer-canvas,
  .hdr-canvas,
  .mobile-footer-canvas .footer-mobile-share,
  .mobile-footer-canvas .footer-links {
    display: none !important;
  }
  .mobile-footer-canvas .footer-actions .col-left {
    text-align: center !important;
  }
  .mobile-footer-canvas .footer-actions .col-right {
    display: none !important;
  }
  .thumbnail:not(.call-out),
  .collapse {
    display: block !important;
  }
  .thumbnail,
  .cruise-content-area {
    overflow: visible !important;
  }
  .trd-body-wrapper {
    top: 0 !important;
  }
  #cruise-canvas,
  .thumbnail,
  .quick-itinerary {
    height: auto !important;
  }
  .cruise-main-hdr {
    width: 100% !important;
  }
  .section-header h3:before,
  .thumbnail .caption {
    border: none !important;
  }
  img {
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
  }
  .sticky-active #cruise-hdr h4 {
    font-size: 36px !important;
    line-height: inherit !important;
  }
  .sticky-active #cruise-hdr .cruise-content-area li {
    width: auto !important;
  }
  .modal-open {
    overflow: visible !important;
  }
  .modal-open .cruise-main-content, .modal-open #cruise-main-content {
    display: none !important;
  }
  .modal {
    position: static !important;
    padding: 0 !important;
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  .modal .custom-modal-close-button, .modal .modal-social {
    display: none;
  }
  .modal .modal-dialog {
    margin: 0 !important;
    width: 100% !important;
  }
  .modal .modal-dialog .modal-content {
    background: #FFF !important;
    border: none !important;
  }
  .modal .modal-dialog .modal-content .header-logo,
  .modal .modal-dialog .modal-content .header-icons {
    display: none !important;
  }
  .modal .map {
    border: none !important;
  }
  .modal-backdrop {
    display: none !important;
  }
  img,
  li,
  .thumbnail,
  .article-text,
  .quick-itinerary {
    page-break-inside: avoid;
  }
  .print-only-text {
    display: block !important;
  }
  .print-only-img {
    display: block !important;
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .transparent-img {
    display: none !important;
  }
  body.modal-open.resources-modal-open .trd-body-wrapper {
    display: block !important;
  }
  body.modal-open.resources-modal-open #cruise-hdr {
    display: none !important;
  }
  body.modal-open.resources-modal-open .cruise-main-content,
  body.modal-open.resources-modal-open #cruise-main-content {
    display: block !important;
  }
  body.modal-open.resources-modal-open .cruise-main-content [class^="col-"] a,
  body.modal-open.resources-modal-open #cruise-main-content [class^="col-"] a {
    display: none;
  }
  body.modal-open.resources-modal-open .cruise-main-content .modal-header,
  body.modal-open.resources-modal-open #cruise-main-content .modal-header {
    display: none;
  }
  body.modal-open.resources-modal-open .cruise-main-content .modal-body,
  body.modal-open.resources-modal-open #cruise-main-content .modal-body {
    padding: 7px;
  }
  body.modal-open.resources-modal-open .footer-actions {
    display: none;
  }
}

/*# sourceMappingURL=print.css.map */

.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }

.ui-widget-content {
    border: 1px solid #aaaaaa/*{borderColorContent}*/;
    background-color: #ffffff;
    color: #222222/*{fcContent}*/;
    margin-top: 2px;
}
.ui-widget {
    font-size: 1.1em/*{fsDefault}*/;
}
.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 2px!important;
    display: block;
    float: left;
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0 5px;
    zoom: 1;
    width: 100%;
}
.ui-menu-item > a{
    cursor: pointer;
    color: #000000;
    font-weight: normal;
    text-transform: lowercase;
}
.ui-menu-item > a:hover{
    color:#b10a32;
}
/*.ui-autocomplete:not(.main-search) {
    position: absolute;
    top: 0;
	left: inherit!important;
	right:0!important;
    cursor: default;
}*/
.ui-autocomplete { /*.main-search*/
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

